@esfaenza/core 15.2.12 → 15.2.14

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 (42) hide show
  1. package/components/base/base.component.d.ts +1 -1
  2. package/components/components.module.d.ts +13 -10
  3. package/components/es-modal/es-modal-head/es-modal-head.component.d.ts +11 -0
  4. package/components/es-modal/es-modal.component.d.ts +17 -0
  5. package/components/navbar/navbar.component.d.ts +3 -2
  6. package/components/public-api.d.ts +2 -0
  7. package/directives/componentHost/componentHost.directive.d.ts +12 -0
  8. package/directives/directives.module.d.ts +3 -1
  9. package/directives/es-modal/es-modal.directive.d.ts +20 -0
  10. package/directives/public-api.d.ts +2 -0
  11. package/domain/tokens.d.ts +2 -0
  12. package/esm2020/components/base/base.component.mjs +1 -1
  13. package/esm2020/components/components.module.mjs +15 -6
  14. package/esm2020/components/es-modal/es-modal-head/es-modal-head.component.mjs +22 -0
  15. package/esm2020/components/es-modal/es-modal.component.mjs +37 -0
  16. package/esm2020/components/navbar/navbar.component.mjs +19 -12
  17. package/esm2020/components/public-api.mjs +3 -1
  18. package/esm2020/directives/componentHost/componentHost.directive.mjs +26 -0
  19. package/esm2020/directives/directives.module.mjs +6 -4
  20. package/esm2020/directives/es-modal/es-modal.directive.mjs +78 -0
  21. package/esm2020/directives/public-api.mjs +3 -1
  22. package/esm2020/domain/tokens.mjs +3 -1
  23. package/esm2020/lib/app.component.mjs +2 -2
  24. package/esm2020/lib/core.module.mjs +3 -2
  25. package/fesm2015/esfaenza-core-components.mjs +85 -20
  26. package/fesm2015/esfaenza-core-components.mjs.map +1 -1
  27. package/fesm2015/esfaenza-core-directives.mjs +105 -4
  28. package/fesm2015/esfaenza-core-directives.mjs.map +1 -1
  29. package/fesm2015/esfaenza-core-domain.mjs +4 -2
  30. package/fesm2015/esfaenza-core-domain.mjs.map +1 -1
  31. package/fesm2015/esfaenza-core.mjs +4 -3
  32. package/fesm2015/esfaenza-core.mjs.map +1 -1
  33. package/fesm2020/esfaenza-core-components.mjs +83 -20
  34. package/fesm2020/esfaenza-core-components.mjs.map +1 -1
  35. package/fesm2020/esfaenza-core-directives.mjs +103 -4
  36. package/fesm2020/esfaenza-core-directives.mjs.map +1 -1
  37. package/fesm2020/esfaenza-core-domain.mjs +4 -2
  38. package/fesm2020/esfaenza-core-domain.mjs.map +1 -1
  39. package/fesm2020/esfaenza-core.mjs +4 -3
  40. package/fesm2020/esfaenza-core.mjs.map +1 -1
  41. package/lib/core.module.d.ts +1 -0
  42. package/package.json +1 -1
@@ -18,9 +18,9 @@ export class AppComponent {
18
18
  }
19
19
  }
20
20
  AppComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AppComponent, deps: [{ token: i1.TokenService }, { token: i1.AppState }, { token: i2.Router }], target: i0.ɵɵFactoryTarget.Component });
21
- AppComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: AppComponent, selector: "app-root", ngImport: i0, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:1.5246;transform:translate(16.9296vw,-10px) scale(.2651);animation:fall-1 11s -9s linear infinite}@keyframes fall-1{69.001%{transform:translate(13.701vw,69.001vh) scale(.2651)}to{transform:translate(15.3153vw,100vh) scale(.2651)}}.snow:nth-child(2){opacity:1.516;transform:translate(48.8589vw,-10px) scale(.8754);animation:fall-2 24s -10s linear infinite}@keyframes fall-2{54.498%{transform:translate(52.2807vw,54.498vh) scale(.8754)}to{transform:translate(50.5698vw,100vh) scale(.8754)}}.snow:nth-child(3){opacity:1.2864;transform:translate(14.9833vw,-10px) scale(.912);animation:fall-3 28s -25s linear infinite}@keyframes fall-3{63.652%{transform:translate(8.8008vw,63.652vh) scale(.912)}to{transform:translate(11.89205vw,100vh) scale(.912)}}.snow:nth-child(4){opacity:1.7388;transform:translate(29.5873vw,-10px) scale(.4111);animation:fall-4 18s -14s linear infinite}@keyframes fall-4{54.922%{transform:translate(27.8956vw,54.922vh) scale(.4111)}to{transform:translate(28.74145vw,100vh) scale(.4111)}}.snow:nth-child(5){opacity:1.7994;transform:translate(4.1964vw,-10px) scale(.8946);animation:fall-5 14s -17s linear infinite}@keyframes fall-5{37.142%{transform:translate(-4.4506vw,37.142vh) scale(.8946)}to{transform:translate(-.1271vw,100vh) scale(.8946)}}.snow:nth-child(6){opacity:.6982;transform:translate(59.0552vw,-10px) scale(.6397);animation:fall-6 12s -24s linear infinite}@keyframes fall-6{44.831%{transform:translate(63.3461vw,44.831vh) scale(.6397)}to{transform:translate(61.20065vw,100vh) scale(.6397)}}.snow:nth-child(7){opacity:1.76;transform:translate(70.3923vw,-10px) scale(.9979);animation:fall-7 11s -9s linear infinite}@keyframes fall-7{50.812%{transform:translate(75.803vw,50.812vh) scale(.9979)}to{transform:translate(73.09765vw,100vh) scale(.9979)}}.snow:nth-child(8){opacity:.2214;transform:translate(1.0929vw,-10px) scale(.3108);animation:fall-8 19s -29s linear infinite}@keyframes fall-8{43.408%{transform:translate(4.7733vw,43.408vh) scale(.3108)}to{transform:translate(2.9331vw,100vh) scale(.3108)}}.snow:nth-child(9){opacity:.956;transform:translate(83.0321vw,-10px) scale(.7467);animation:fall-9 30s -27s linear infinite}@keyframes fall-9{58.448%{transform:translate(83.3946vw,58.448vh) scale(.7467)}to{transform:translate(83.21335vw,100vh) scale(.7467)}}.snow:nth-child(10){opacity:.1404;transform:translate(90.2697vw,-10px) scale(.715);animation:fall-10 28s -2s linear infinite}@keyframes fall-10{41.264%{transform:translate(99.07vw,41.264vh) scale(.715)}to{transform:translate(94.66985vw,100vh) scale(.715)}}.snow:nth-child(11){opacity:.0464;transform:translate(53.2824vw,-10px) scale(.2819);animation:fall-11 27s -20s linear infinite}@keyframes fall-11{60.99%{transform:translate(49.2571vw,60.99vh) scale(.2819)}to{transform:translate(51.26975vw,100vh) scale(.2819)}}.snow:nth-child(12){opacity:.9292;transform:translate(84.008vw,-10px) scale(.6132);animation:fall-12 14s -18s linear infinite}@keyframes fall-12{64.706%{transform:translate(74.6835vw,64.706vh) scale(.6132)}to{transform:translate(79.34575vw,100vh) scale(.6132)}}.snow:nth-child(13){opacity:1.9694;transform:translate(40.6611vw,-10px) scale(.987);animation:fall-13 24s -25s linear infinite}@keyframes fall-13{63.76%{transform:translate(30.7198vw,63.76vh) scale(.987)}to{transform:translate(35.69045vw,100vh) scale(.987)}}.snow:nth-child(14){opacity:.7746;transform:translate(9.1701vw,-10px) scale(.0679);animation:fall-14 15s -23s linear infinite}@keyframes fall-14{38.486%{transform:translate(10.9905vw,38.486vh) scale(.0679)}to{transform:translate(10.0803vw,100vh) scale(.0679)}}.snow:nth-child(15){opacity:1.1636;transform:translate(44.4679vw,-10px) scale(.4507);animation:fall-15 14s -18s linear infinite}@keyframes fall-15{36.102%{transform:translate(37.821vw,36.102vh) scale(.4507)}to{transform:translate(41.14445vw,100vh) scale(.4507)}}.snow:nth-child(16){opacity:.252;transform:translate(54.4228vw,-10px) scale(.0502);animation:fall-16 23s -20s linear infinite}@keyframes fall-16{39.107%{transform:translate(47.2437vw,39.107vh) scale(.0502)}to{transform:translate(50.83325vw,100vh) scale(.0502)}}.snow:nth-child(17){opacity:1.2488;transform:translate(85.3075vw,-10px) scale(.0587);animation:fall-17 26s -23s linear infinite}@keyframes fall-17{78.129%{transform:translate(79.1572vw,78.129vh) scale(.0587)}to{transform:translate(82.23235vw,100vh) scale(.0587)}}.snow:nth-child(18){opacity:.6632;transform:translate(75.7836vw,-10px) scale(.4687);animation:fall-18 21s -16s linear infinite}@keyframes fall-18{53.316%{transform:translate(73.1542vw,53.316vh) scale(.4687)}to{transform:translate(74.4689vw,100vh) scale(.4687)}}.snow:nth-child(19){opacity:.6236;transform:translate(12.0127vw,-10px) scale(.4908);animation:fall-19 15s -8s linear infinite}@keyframes fall-19{70.01%{transform:translate(8.7636vw,70.01vh) scale(.4908)}to{transform:translate(10.38815vw,100vh) scale(.4908)}}.snow:nth-child(20){opacity:.5442;transform:translate(53.0109vw,-10px) scale(.1295);animation:fall-20 18s -27s linear infinite}@keyframes fall-20{53.964%{transform:translate(57.6844vw,53.964vh) scale(.1295)}to{transform:translate(55.34765vw,100vh) scale(.1295)}}.snow:nth-child(21){opacity:1.3228;transform:translate(73.5797vw,-10px) scale(.6862);animation:fall-21 24s -12s linear infinite}@keyframes fall-21{35.784%{transform:translate(83.4667vw,35.784vh) scale(.6862)}to{transform:translate(78.5232vw,100vh) scale(.6862)}}.snow:nth-child(22){opacity:1.969;transform:translate(28.5944vw,-10px) scale(.3844);animation:fall-22 11s -29s linear infinite}@keyframes fall-22{66.277%{transform:translate(34.4547vw,66.277vh) scale(.3844)}to{transform:translate(31.52455vw,100vh) scale(.3844)}}.snow:nth-child(23){opacity:.105;transform:translate(85.8936vw,-10px) scale(.6414);animation:fall-23 18s -16s linear infinite}@keyframes fall-23{72.998%{transform:translate(79.6811vw,72.998vh) scale(.6414)}to{transform:translate(82.78735vw,100vh) scale(.6414)}}.snow:nth-child(24){opacity:1.867;transform:translate(95.0417vw,-10px) scale(.7654);animation:fall-24 11s -21s linear infinite}@keyframes fall-24{62.7%{transform:translate(88.3782vw,62.7vh) scale(.7654)}to{transform:translate(91.70995vw,100vh) scale(.7654)}}.snow:nth-child(25){opacity:1.367;transform:translate(46.7196vw,-10px) scale(.812);animation:fall-25 23s -7s linear infinite}@keyframes fall-25{52.725%{transform:translate(49.9987vw,52.725vh) scale(.812)}to{transform:translate(48.35915vw,100vh) scale(.812)}}.snow:nth-child(26){opacity:.5394;transform:translate(92.386vw,-10px) scale(.1646);animation:fall-26 21s -16s linear infinite}@keyframes fall-26{64.575%{transform:translate(94.5936vw,64.575vh) scale(.1646)}to{transform:translate(93.4898vw,100vh) scale(.1646)}}.snow:nth-child(27){opacity:.1518;transform:translate(.4837vw,-10px) scale(.9223);animation:fall-27 25s -7s linear infinite}@keyframes fall-27{44.727%{transform:translate(.8302vw,44.727vh) scale(.9223)}to{transform:translate(.65695vw,100vh) scale(.9223)}}.snow:nth-child(28){opacity:.1276;transform:translate(41.5132vw,-10px) scale(.4934);animation:fall-28 27s -24s linear infinite}@keyframes fall-28{72.144%{transform:translate(37.6545vw,72.144vh) scale(.4934)}to{transform:translate(39.58385vw,100vh) scale(.4934)}}.snow:nth-child(29){opacity:1.5646;transform:translate(94.4644vw,-10px) scale(.4337);animation:fall-29 30s -27s linear infinite}@keyframes fall-29{43.525%{transform:translate(101.7761vw,43.525vh) scale(.4337)}to{transform:translate(98.12025vw,100vh) scale(.4337)}}.snow:nth-child(30){opacity:1.377;transform:translate(18.13vw,-10px) scale(.491);animation:fall-30 24s -28s linear infinite}@keyframes fall-30{60.106%{transform:translate(25.2135vw,60.106vh) scale(.491)}to{transform:translate(21.67175vw,100vh) scale(.491)}}.snow:nth-child(31){opacity:1.0478;transform:translate(51.4172vw,-10px) scale(.1714);animation:fall-31 29s -4s linear infinite}@keyframes fall-31{43.815%{transform:translate(44.7298vw,43.815vh) scale(.1714)}to{transform:translate(48.0735vw,100vh) scale(.1714)}}.snow:nth-child(32){opacity:1.8714;transform:translate(86.4971vw,-10px) scale(.295);animation:fall-32 27s -27s linear infinite}@keyframes fall-32{75.145%{transform:translate(84.9259vw,75.145vh) scale(.295)}to{transform:translate(85.7115vw,100vh) scale(.295)}}.snow:nth-child(33){opacity:.349;transform:translate(22.7232vw,-10px) scale(.899);animation:fall-33 15s -17s linear infinite}@keyframes fall-33{65.133%{transform:translate(19.334vw,65.133vh) scale(.899)}to{transform:translate(21.0286vw,100vh) scale(.899)}}.snow:nth-child(34){opacity:1.4112;transform:translate(66.2825vw,-10px) scale(.8249);animation:fall-34 15s -30s linear infinite}@keyframes fall-34{30.161%{transform:translate(70.8191vw,30.161vh) scale(.8249)}to{transform:translate(68.5508vw,100vh) scale(.8249)}}.snow:nth-child(35){opacity:1.7438;transform:translate(19.0449vw,-10px) scale(.0652);animation:fall-35 13s -8s linear infinite}@keyframes fall-35{45.324%{transform:translate(21.7736vw,45.324vh) scale(.0652)}to{transform:translate(20.40925vw,100vh) scale(.0652)}}.snow:nth-child(36){opacity:1.385;transform:translate(93.4951vw,-10px) scale(.7345);animation:fall-36 12s -3s linear infinite}@keyframes fall-36{61.452%{transform:translate(90.3094vw,61.452vh) scale(.7345)}to{transform:translate(91.90225vw,100vh) scale(.7345)}}.snow:nth-child(37){opacity:.0128;transform:translate(7.8113vw,-10px) scale(.5098);animation:fall-37 15s -23s linear infinite}@keyframes fall-37{43.132%{transform:translate(11.6062vw,43.132vh) scale(.5098)}to{transform:translate(9.70875vw,100vh) scale(.5098)}}.snow:nth-child(38){opacity:1.0126;transform:translate(3.9998vw,-10px) scale(.2497);animation:fall-38 27s -20s linear infinite}@keyframes fall-38{59.741%{transform:translate(-.6308vw,59.741vh) scale(.2497)}to{transform:translate(1.6845vw,100vh) scale(.2497)}}.snow:nth-child(39){opacity:.7902;transform:translate(31.5144vw,-10px) scale(.1016);animation:fall-39 24s -28s linear infinite}@keyframes fall-39{45.076%{transform:translate(22.7448vw,45.076vh) scale(.1016)}to{transform:translate(27.1296vw,100vh) scale(.1016)}}.snow:nth-child(40){opacity:.6402;transform:translate(93.6904vw,-10px) scale(.2615);animation:fall-40 19s -28s linear infinite}@keyframes fall-40{72.824%{transform:translate(86.2597vw,72.824vh) scale(.2615)}to{transform:translate(89.97505vw,100vh) scale(.2615)}}.snow:nth-child(41){opacity:1.3614;transform:translate(27.4599vw,-10px) scale(.4089);animation:fall-41 16s -14s linear infinite}@keyframes fall-41{58.364%{transform:translate(28.3812vw,58.364vh) scale(.4089)}to{transform:translate(27.92055vw,100vh) scale(.4089)}}.snow:nth-child(42){opacity:1.064;transform:translate(48.1098vw,-10px) scale(.2444);animation:fall-42 11s -4s linear infinite}@keyframes fall-42{50.887%{transform:translate(50.0234vw,50.887vh) scale(.2444)}to{transform:translate(49.0666vw,100vh) scale(.2444)}}.snow:nth-child(43){opacity:.8664;transform:translate(80.0483vw,-10px) scale(.1215);animation:fall-43 29s -24s linear infinite}@keyframes fall-43{41.217%{transform:translate(84.2845vw,41.217vh) scale(.1215)}to{transform:translate(82.1664vw,100vh) scale(.1215)}}.snow:nth-child(44){opacity:.6998;transform:translate(18.2479vw,-10px) scale(.2368);animation:fall-44 16s -21s linear infinite}@keyframes fall-44{35.551%{transform:translate(21.9003vw,35.551vh) scale(.2368)}to{transform:translate(20.0741vw,100vh) scale(.2368)}}.snow:nth-child(45){opacity:1.6288;transform:translate(72.9025vw,-10px) scale(.6214);animation:fall-45 24s -2s linear infinite}@keyframes fall-45{79.779%{transform:translate(66.206vw,79.779vh) scale(.6214)}to{transform:translate(69.55425vw,100vh) scale(.6214)}}.snow:nth-child(46){opacity:1.1394;transform:translate(34.6146vw,-10px) scale(.5302);animation:fall-46 26s -4s linear infinite}@keyframes fall-46{48.105%{transform:translate(34.8146vw,48.105vh) scale(.5302)}to{transform:translate(34.7146vw,100vh) scale(.5302)}}.snow:nth-child(47){opacity:.2082;transform:translate(27.7666vw,-10px) scale(.6733);animation:fall-47 20s -21s linear infinite}@keyframes fall-47{53.533%{transform:translate(36.1471vw,53.533vh) scale(.6733)}to{transform:translate(31.95685vw,100vh) scale(.6733)}}.snow:nth-child(48){opacity:1.2168;transform:translate(76.5119vw,-10px) scale(.51);animation:fall-48 24s -19s linear infinite}@keyframes fall-48{32.92%{transform:translate(76.1015vw,32.92vh) scale(.51)}to{transform:translate(76.3067vw,100vh) scale(.51)}}.snow:nth-child(49){opacity:1.6084;transform:translate(12.9762vw,-10px) scale(.4297);animation:fall-49 28s -4s linear infinite}@keyframes fall-49{55.611%{transform:translate(5.2639vw,55.611vh) scale(.4297)}to{transform:translate(9.12005vw,100vh) scale(.4297)}}.snow:nth-child(50){opacity:1.7078;transform:translate(20.0568vw,-10px) scale(.1659);animation:fall-50 14s -4s linear infinite}@keyframes fall-50{69.93%{transform:translate(19.9548vw,69.93vh) scale(.1659)}to{transform:translate(20.0058vw,100vh) scale(.1659)}}.snow:nth-child(51){opacity:1.6558;transform:translate(59.0734vw,-10px) scale(.2014);animation:fall-51 12s -19s linear infinite}@keyframes fall-51{51.048%{transform:translate(55.4733vw,51.048vh) scale(.2014)}to{transform:translate(57.27335vw,100vh) scale(.2014)}}.snow:nth-child(52){opacity:.882;transform:translate(58.793vw,-10px) scale(.3543);animation:fall-52 15s -1s linear infinite}@keyframes fall-52{64.174%{transform:translate(64.6668vw,64.174vh) scale(.3543)}to{transform:translate(61.7299vw,100vh) scale(.3543)}}.snow:nth-child(53){opacity:1.6064;transform:translate(80.764vw,-10px) scale(.4545);animation:fall-53 29s -13s linear infinite}@keyframes fall-53{62.499%{transform:translate(78.8016vw,62.499vh) scale(.4545)}to{transform:translate(79.7828vw,100vh) scale(.4545)}}.snow:nth-child(54){opacity:.7078;transform:translate(85.2518vw,-10px) scale(.3138);animation:fall-54 30s -12s linear infinite}@keyframes fall-54{70.898%{transform:translate(79.3792vw,70.898vh) scale(.3138)}to{transform:translate(82.3155vw,100vh) scale(.3138)}}.snow:nth-child(55){opacity:.547;transform:translate(26.7712vw,-10px) scale(.0132);animation:fall-55 22s -17s linear infinite}@keyframes fall-55{49.553%{transform:translate(22.2388vw,49.553vh) scale(.0132)}to{transform:translate(24.505vw,100vh) scale(.0132)}}.snow:nth-child(56){opacity:.2542;transform:translate(25.051vw,-10px) scale(.4204);animation:fall-56 12s -6s linear infinite}@keyframes fall-56{69.714%{transform:translate(20.0725vw,69.714vh) scale(.4204)}to{transform:translate(22.56175vw,100vh) scale(.4204)}}.snow:nth-child(57){opacity:.4434;transform:translate(34.634vw,-10px) scale(.3505);animation:fall-57 15s -4s linear infinite}@keyframes fall-57{35.492%{transform:translate(31.5442vw,35.492vh) scale(.3505)}to{transform:translate(33.0891vw,100vh) scale(.3505)}}.snow:nth-child(58){opacity:1.3852;transform:translate(48.3429vw,-10px) scale(.152);animation:fall-58 16s -2s linear infinite}@keyframes fall-58{31.837%{transform:translate(55.3771vw,31.837vh) scale(.152)}to{transform:translate(51.86vw,100vh) scale(.152)}}.snow:nth-child(59){opacity:1.6862;transform:translate(69.8905vw,-10px) scale(.1646);animation:fall-59 29s -8s linear infinite}@keyframes fall-59{35.297%{transform:translate(67.8968vw,35.297vh) scale(.1646)}to{transform:translate(68.89365vw,100vh) scale(.1646)}}.snow:nth-child(60){opacity:.5792;transform:translate(66.5251vw,-10px) scale(.3944);animation:fall-60 21s -15s linear infinite}@keyframes fall-60{67.956%{transform:translate(69.9074vw,67.956vh) scale(.3944)}to{transform:translate(68.21625vw,100vh) scale(.3944)}}.snow:nth-child(61){opacity:1.849;transform:translate(28.8512vw,-10px) scale(.829);animation:fall-61 28s -23s linear infinite}@keyframes fall-61{79.087%{transform:translate(23.2387vw,79.087vh) scale(.829)}to{transform:translate(26.04495vw,100vh) scale(.829)}}.snow:nth-child(62){opacity:1.0272;transform:translate(2.0674vw,-10px) scale(.6629);animation:fall-62 18s -7s linear infinite}@keyframes fall-62{49.175%{transform:translate(8.232vw,49.175vh) scale(.6629)}to{transform:translate(5.1497vw,100vh) scale(.6629)}}.snow:nth-child(63){opacity:1.8834;transform:translate(1.1979vw,-10px) scale(.6388);animation:fall-63 14s -30s linear infinite}@keyframes fall-63{72.983%{transform:translate(-2.9127vw,72.983vh) scale(.6388)}to{transform:translate(-.8574vw,100vh) scale(.6388)}}.snow:nth-child(64){opacity:1.0216;transform:translate(85.5939vw,-10px) scale(.2768);animation:fall-64 23s -18s linear infinite}@keyframes fall-64{41.102%{transform:translate(94.6508vw,41.102vh) scale(.2768)}to{transform:translate(90.12235vw,100vh) scale(.2768)}}.snow:nth-child(65){opacity:.5476;transform:translate(17.1213vw,-10px) scale(.7381);animation:fall-65 18s -9s linear infinite}@keyframes fall-65{59.73%{transform:translate(22.5516vw,59.73vh) scale(.7381)}to{transform:translate(19.83645vw,100vh) scale(.7381)}}.snow:nth-child(66){opacity:.1788;transform:translate(17.9718vw,-10px) scale(.5454);animation:fall-66 22s -28s linear infinite}@keyframes fall-66{36.997%{transform:translate(24.9791vw,36.997vh) scale(.5454)}to{transform:translate(21.47545vw,100vh) scale(.5454)}}.snow:nth-child(67){opacity:1.2974;transform:translate(8.5678vw,-10px) scale(.6799);animation:fall-67 10s -11s linear infinite}@keyframes fall-67{41.819%{transform:translate(3.5591vw,41.819vh) scale(.6799)}to{transform:translate(6.06345vw,100vh) scale(.6799)}}.snow:nth-child(68){opacity:1.8796;transform:translate(21.9056vw,-10px) scale(.8893);animation:fall-68 27s -27s linear infinite}@keyframes fall-68{75.258%{transform:translate(29.7021vw,75.258vh) scale(.8893)}to{transform:translate(25.80385vw,100vh) scale(.8893)}}.snow:nth-child(69){opacity:1.689;transform:translate(47.1009vw,-10px) scale(.8694);animation:fall-69 13s -26s linear infinite}@keyframes fall-69{31.699%{transform:translate(50.1893vw,31.699vh) scale(.8694)}to{transform:translate(48.6451vw,100vh) scale(.8694)}}.snow:nth-child(70){opacity:.4578;transform:translate(16.8863vw,-10px) scale(.4558);animation:fall-70 30s -25s linear infinite}@keyframes fall-70{39.394%{transform:translate(8.8556vw,39.394vh) scale(.4558)}to{transform:translate(12.87095vw,100vh) scale(.4558)}}.snow:nth-child(71){opacity:.4362;transform:translate(42.1045vw,-10px) scale(.3523);animation:fall-71 10s -4s linear infinite}@keyframes fall-71{74.252%{transform:translate(41.0585vw,74.252vh) scale(.3523)}to{transform:translate(41.5815vw,100vh) scale(.3523)}}.snow:nth-child(72){opacity:1.2252;transform:translate(75.6288vw,-10px) scale(.1115);animation:fall-72 18s -20s linear infinite}@keyframes fall-72{34.327%{transform:translate(67.7341vw,34.327vh) scale(.1115)}to{transform:translate(71.68145vw,100vh) scale(.1115)}}.snow:nth-child(73){opacity:1.3132;transform:translate(60.1375vw,-10px) scale(.0861);animation:fall-73 17s -8s linear infinite}@keyframes fall-73{77.951%{transform:translate(53.3162vw,77.951vh) scale(.0861)}to{transform:translate(56.72685vw,100vh) scale(.0861)}}.snow:nth-child(74){opacity:1.4362;transform:translate(76.6378vw,-10px) scale(.3317);animation:fall-74 22s -23s linear infinite}@keyframes fall-74{62.952%{transform:translate(86.354vw,62.952vh) scale(.3317)}to{transform:translate(81.4959vw,100vh) scale(.3317)}}.snow:nth-child(75){opacity:1.5768;transform:translate(97.7861vw,-10px) scale(.8905);animation:fall-75 15s -9s linear infinite}@keyframes fall-75{39.431%{transform:translate(92.4015vw,39.431vh) scale(.8905)}to{transform:translate(95.0938vw,100vh) scale(.8905)}}.snow:nth-child(76){opacity:1.3952;transform:translate(56.986vw,-10px) scale(.4334);animation:fall-76 27s -6s linear infinite}@keyframes fall-76{46.229%{transform:translate(63.5069vw,46.229vh) scale(.4334)}to{transform:translate(60.24645vw,100vh) scale(.4334)}}.snow:nth-child(77){opacity:.3262;transform:translate(32.0702vw,-10px) scale(.6558);animation:fall-77 19s -27s linear infinite}@keyframes fall-77{79.124%{transform:translate(37.4569vw,79.124vh) scale(.6558)}to{transform:translate(34.76355vw,100vh) scale(.6558)}}.snow:nth-child(78){opacity:1.5192;transform:translate(13.1555vw,-10px) scale(.6747);animation:fall-78 25s -13s linear infinite}@keyframes fall-78{68.975%{transform:translate(5.1428vw,68.975vh) scale(.6747)}to{transform:translate(9.14915vw,100vh) scale(.6747)}}.snow:nth-child(79){opacity:.9346;transform:translate(91.1496vw,-10px) scale(.3532);animation:fall-79 30s -16s linear infinite}@keyframes fall-79{54.342%{transform:translate(89.7079vw,54.342vh) scale(.3532)}to{transform:translate(90.42875vw,100vh) scale(.3532)}}.snow:nth-child(80){opacity:1.1368;transform:translate(25.8484vw,-10px) scale(.7001);animation:fall-80 11s -7s linear infinite}@keyframes fall-80{59.314%{transform:translate(20.9303vw,59.314vh) scale(.7001)}to{transform:translate(23.38935vw,100vh) scale(.7001)}}.snow:nth-child(81){opacity:1.9648;transform:translate(4.8265vw,-10px) scale(.813);animation:fall-81 11s -18s linear infinite}@keyframes fall-81{69.922%{transform:translate(10.0868vw,69.922vh) scale(.813)}to{transform:translate(7.45665vw,100vh) scale(.813)}}.snow:nth-child(82){opacity:1.0074;transform:translate(73.8806vw,-10px) scale(.967);animation:fall-82 18s -27s linear infinite}@keyframes fall-82{70.29%{transform:translate(81.49vw,70.29vh) scale(.967)}to{transform:translate(77.6853vw,100vh) scale(.967)}}.snow:nth-child(83){opacity:.9244;transform:translate(56.9778vw,-10px) scale(.1074);animation:fall-83 18s -20s linear infinite}@keyframes fall-83{69.932%{transform:translate(65.1776vw,69.932vh) scale(.1074)}to{transform:translate(61.0777vw,100vh) scale(.1074)}}.snow:nth-child(84){opacity:.137;transform:translate(2.7305vw,-10px) scale(.6437);animation:fall-84 29s -4s linear infinite}@keyframes fall-84{43.082%{transform:translate(3.2249vw,43.082vh) scale(.6437)}to{transform:translate(2.9777vw,100vh) scale(.6437)}}.snow:nth-child(85){opacity:.6414;transform:translate(5.7969vw,-10px) scale(.4218);animation:fall-85 26s -24s linear infinite}@keyframes fall-85{60.823%{transform:translate(6.4684vw,60.823vh) scale(.4218)}to{transform:translate(6.13265vw,100vh) scale(.4218)}}.snow:nth-child(86){opacity:.375;transform:translate(70.1321vw,-10px) scale(.0544);animation:fall-86 22s -21s linear infinite}@keyframes fall-86{54.267%{transform:translate(66.9051vw,54.267vh) scale(.0544)}to{transform:translate(68.5186vw,100vh) scale(.0544)}}.snow:nth-child(87){opacity:.113;transform:translate(23.8548vw,-10px) scale(.1381);animation:fall-87 20s -18s linear infinite}@keyframes fall-87{51.142%{transform:translate(21.4848vw,51.142vh) scale(.1381)}to{transform:translate(22.6698vw,100vh) scale(.1381)}}.snow:nth-child(88){opacity:.8532;transform:translate(86.8998vw,-10px) scale(.0032);animation:fall-88 18s -16s linear infinite}@keyframes fall-88{75.76%{transform:translate(89.7176vw,75.76vh) scale(.0032)}to{transform:translate(88.3087vw,100vh) scale(.0032)}}.snow:nth-child(89){opacity:1.4808;transform:translate(45.2388vw,-10px) scale(.25);animation:fall-89 18s -18s linear infinite}@keyframes fall-89{76.196%{transform:translate(37.409vw,76.196vh) scale(.25)}to{transform:translate(41.3239vw,100vh) scale(.25)}}.snow:nth-child(90){opacity:1.8652;transform:translate(78.5447vw,-10px) scale(.5136);animation:fall-90 28s -30s linear infinite}@keyframes fall-90{46.652%{transform:translate(88.1263vw,46.652vh) scale(.5136)}to{transform:translate(83.3355vw,100vh) scale(.5136)}}.snow:nth-child(91){opacity:.2362;transform:translate(73.0539vw,-10px) scale(.586);animation:fall-91 17s -25s linear infinite}@keyframes fall-91{71.662%{transform:translate(68.4779vw,71.662vh) scale(.586)}to{transform:translate(70.7659vw,100vh) scale(.586)}}.snow:nth-child(92){opacity:1.2904;transform:translate(74.1769vw,-10px) scale(.5955);animation:fall-92 14s -5s linear infinite}@keyframes fall-92{54.018%{transform:translate(66.8675vw,54.018vh) scale(.5955)}to{transform:translate(70.5222vw,100vh) scale(.5955)}}.snow:nth-child(93){opacity:1.0198;transform:translate(27.0596vw,-10px) scale(.3903);animation:fall-93 18s -5s linear infinite}@keyframes fall-93{32.237%{transform:translate(25.2062vw,32.237vh) scale(.3903)}to{transform:translate(26.1329vw,100vh) scale(.3903)}}.snow:nth-child(94){opacity:.092;transform:translate(31.1607vw,-10px) scale(.2227);animation:fall-94 20s -22s linear infinite}@keyframes fall-94{58.552%{transform:translate(34.7361vw,58.552vh) scale(.2227)}to{transform:translate(32.9484vw,100vh) scale(.2227)}}.snow:nth-child(95){opacity:1.1508;transform:translate(72.2926vw,-10px) scale(.6702);animation:fall-95 28s -19s linear infinite}@keyframes fall-95{77.917%{transform:translate(75.6227vw,77.917vh) scale(.6702)}to{transform:translate(73.95765vw,100vh) scale(.6702)}}.snow:nth-child(96){opacity:1.7974;transform:translate(61.5627vw,-10px) scale(.5529);animation:fall-96 11s -11s linear infinite}@keyframes fall-96{68.94%{transform:translate(67.9634vw,68.94vh) scale(.5529)}to{transform:translate(64.76305vw,100vh) scale(.5529)}}.snow:nth-child(97){opacity:.8842;transform:translate(11.4567vw,-10px) scale(.8762);animation:fall-97 17s -10s linear infinite}@keyframes fall-97{60.013%{transform:translate(14.3686vw,60.013vh) scale(.8762)}to{transform:translate(12.91265vw,100vh) scale(.8762)}}.snow:nth-child(98){opacity:.552;transform:translate(79.4677vw,-10px) scale(.8729);animation:fall-98 12s -3s linear infinite}@keyframes fall-98{32.636%{transform:translate(70.0689vw,32.636vh) scale(.8729)}to{transform:translate(74.7683vw,100vh) scale(.8729)}}.snow:nth-child(99){opacity:.459;transform:translate(89.9879vw,-10px) scale(.7427);animation:fall-99 13s -25s linear infinite}@keyframes fall-99{47.429%{transform:translate(93.7612vw,47.429vh) scale(.7427)}to{transform:translate(91.87455vw,100vh) scale(.7427)}}.snow:nth-child(100){opacity:1.1612;transform:translate(28.7802vw,-10px) scale(.75);animation:fall-100 18s -24s linear infinite}@keyframes fall-100{59.974%{transform:translate(19.7318vw,59.974vh) scale(.75)}to{transform:translate(24.256vw,100vh) scale(.75)}}.snow:nth-child(101){opacity:.3562;transform:translate(52.157vw,-10px) scale(.4986);animation:fall-101 22s -12s linear infinite}@keyframes fall-101{57.796%{transform:translate(44.7098vw,57.796vh) scale(.4986)}to{transform:translate(48.4334vw,100vh) scale(.4986)}}.snow:nth-child(102){opacity:1.6652;transform:translate(60.0046vw,-10px) scale(.0124);animation:fall-102 25s -29s linear infinite}@keyframes fall-102{54.7%{transform:translate(53.6901vw,54.7vh) scale(.0124)}to{transform:translate(56.84735vw,100vh) scale(.0124)}}.snow:nth-child(103){opacity:.0244;transform:translate(51.394vw,-10px) scale(.5196);animation:fall-103 29s -16s linear infinite}@keyframes fall-103{38.038%{transform:translate(48.1455vw,38.038vh) scale(.5196)}to{transform:translate(49.76975vw,100vh) scale(.5196)}}.snow:nth-child(104){opacity:1.2966;transform:translate(86.5239vw,-10px) scale(.866);animation:fall-104 22s -14s linear infinite}@keyframes fall-104{34.99%{transform:translate(83.8076vw,34.99vh) scale(.866)}to{transform:translate(85.16575vw,100vh) scale(.866)}}.snow:nth-child(105){opacity:.2432;transform:translate(19.9858vw,-10px) scale(.905);animation:fall-105 12s -12s linear infinite}@keyframes fall-105{53.564%{transform:translate(15.5022vw,53.564vh) scale(.905)}to{transform:translate(17.744vw,100vh) scale(.905)}}.snow:nth-child(106){opacity:1.366;transform:translate(66.1525vw,-10px) scale(.0198);animation:fall-106 12s -9s linear infinite}@keyframes fall-106{76.165%{transform:translate(72.5878vw,76.165vh) scale(.0198)}to{transform:translate(69.37015vw,100vh) scale(.0198)}}.snow:nth-child(107){opacity:.2974;transform:translate(66.1935vw,-10px) scale(.4072);animation:fall-107 15s -5s linear infinite}@keyframes fall-107{40.672%{transform:translate(73.2389vw,40.672vh) scale(.4072)}to{transform:translate(69.7162vw,100vh) scale(.4072)}}.snow:nth-child(108){opacity:1.0702;transform:translate(94.8779vw,-10px) scale(.2644);animation:fall-108 21s -9s linear infinite}@keyframes fall-108{74.321%{transform:translate(97.5784vw,74.321vh) scale(.2644)}to{transform:translate(96.22815vw,100vh) scale(.2644)}}.snow:nth-child(109){opacity:1.6712;transform:translate(7.0134vw,-10px) scale(.2577);animation:fall-109 11s -28s linear infinite}@keyframes fall-109{70.936%{transform:translate(2.8368vw,70.936vh) scale(.2577)}to{transform:translate(4.9251vw,100vh) scale(.2577)}}.snow:nth-child(110){opacity:.0504;transform:translate(35.1643vw,-10px) scale(.2337);animation:fall-110 19s -19s linear infinite}@keyframes fall-110{79.569%{transform:translate(37.9663vw,79.569vh) scale(.2337)}to{transform:translate(36.5653vw,100vh) scale(.2337)}}.snow:nth-child(111){opacity:.8564;transform:translate(97.6109vw,-10px) scale(.053);animation:fall-111 20s -25s linear infinite}@keyframes fall-111{57.287%{transform:translate(106.3662vw,57.287vh) scale(.053)}to{transform:translate(101.98855vw,100vh) scale(.053)}}.snow:nth-child(112){opacity:1.9698;transform:translate(57.4736vw,-10px) scale(.74);animation:fall-112 21s -21s linear infinite}@keyframes fall-112{36.036%{transform:translate(65.9351vw,36.036vh) scale(.74)}to{transform:translate(61.70435vw,100vh) scale(.74)}}.snow:nth-child(113){opacity:.3232;transform:translate(69.4575vw,-10px) scale(.211);animation:fall-113 30s -9s linear infinite}@keyframes fall-113{36.046%{transform:translate(68.2418vw,36.046vh) scale(.211)}to{transform:translate(68.84965vw,100vh) scale(.211)}}.snow:nth-child(114){opacity:1.1898;transform:translate(54.2669vw,-10px) scale(.4547);animation:fall-114 30s -27s linear infinite}@keyframes fall-114{32.877%{transform:translate(55.473vw,32.877vh) scale(.4547)}to{transform:translate(54.86995vw,100vh) scale(.4547)}}.snow:nth-child(115){opacity:1.9476;transform:translate(37.8818vw,-10px) scale(.1918);animation:fall-115 26s -5s linear infinite}@keyframes fall-115{68.302%{transform:translate(43.9873vw,68.302vh) scale(.1918)}to{transform:translate(40.93455vw,100vh) scale(.1918)}}.snow:nth-child(116){opacity:1.2364;transform:translate(9.1283vw,-10px) scale(.8966);animation:fall-116 22s -6s linear infinite}@keyframes fall-116{65.96%{transform:translate(10.5925vw,65.96vh) scale(.8966)}to{transform:translate(9.8604vw,100vh) scale(.8966)}}.snow:nth-child(117){opacity:.7504;transform:translate(40.4728vw,-10px) scale(.203);animation:fall-117 14s -25s linear infinite}@keyframes fall-117{78.884%{transform:translate(38.2845vw,78.884vh) scale(.203)}to{transform:translate(39.37865vw,100vh) scale(.203)}}.snow:nth-child(118){opacity:.5926;transform:translate(96.0472vw,-10px) scale(.628);animation:fall-118 13s -24s linear infinite}@keyframes fall-118{33.398%{transform:translate(99.1094vw,33.398vh) scale(.628)}to{transform:translate(97.5783vw,100vh) scale(.628)}}.snow:nth-child(119){opacity:1.336;transform:translate(29.4486vw,-10px) scale(.2803);animation:fall-119 26s -10s linear infinite}@keyframes fall-119{59.197%{transform:translate(22.3754vw,59.197vh) scale(.2803)}to{transform:translate(25.912vw,100vh) scale(.2803)}}.snow:nth-child(120){opacity:.4734;transform:translate(38.3737vw,-10px) scale(.031);animation:fall-120 16s -15s linear infinite}@keyframes fall-120{67.069%{transform:translate(41.8994vw,67.069vh) scale(.031)}to{transform:translate(40.13655vw,100vh) scale(.031)}}.snow:nth-child(121){opacity:1.5104;transform:translate(6.5496vw,-10px) scale(.5565);animation:fall-121 22s -22s linear infinite}@keyframes fall-121{33.294%{transform:translate(7.995vw,33.294vh) scale(.5565)}to{transform:translate(7.2723vw,100vh) scale(.5565)}}.snow:nth-child(122){opacity:1.8844;transform:translate(26.0593vw,-10px) scale(.4072);animation:fall-122 12s -2s linear infinite}@keyframes fall-122{40.904%{transform:translate(33.1379vw,40.904vh) scale(.4072)}to{transform:translate(29.5986vw,100vh) scale(.4072)}}.snow:nth-child(123){opacity:.3996;transform:translate(77.0135vw,-10px) scale(.9291);animation:fall-123 26s -2s linear infinite}@keyframes fall-123{54.729%{transform:translate(84.7612vw,54.729vh) scale(.9291)}to{transform:translate(80.88735vw,100vh) scale(.9291)}}.snow:nth-child(124){opacity:1.9662;transform:translate(28.7009vw,-10px) scale(.2546);animation:fall-124 27s -27s linear infinite}@keyframes fall-124{55.722%{transform:translate(37.3029vw,55.722vh) scale(.2546)}to{transform:translate(33.0019vw,100vh) scale(.2546)}}.snow:nth-child(125){opacity:1.4694;transform:translate(77.2908vw,-10px) scale(.2414);animation:fall-125 16s -7s linear infinite}@keyframes fall-125{56.573%{transform:translate(74.8073vw,56.573vh) scale(.2414)}to{transform:translate(76.04905vw,100vh) scale(.2414)}}.snow:nth-child(126){opacity:1.9884;transform:translate(78.2963vw,-10px) scale(.1899);animation:fall-126 28s -11s linear infinite}@keyframes fall-126{36.854%{transform:translate(68.8398vw,36.854vh) scale(.1899)}to{transform:translate(73.56805vw,100vh) scale(.1899)}}.snow:nth-child(127){opacity:.4142;transform:translate(77.5764vw,-10px) scale(.0498);animation:fall-127 23s -5s linear infinite}@keyframes fall-127{75.835%{transform:translate(75.5739vw,75.835vh) scale(.0498)}to{transform:translate(76.57515vw,100vh) scale(.0498)}}.snow:nth-child(128){opacity:1.7238;transform:translate(45.2699vw,-10px) scale(.953);animation:fall-128 13s -8s linear infinite}@keyframes fall-128{47.771%{transform:translate(38.3158vw,47.771vh) scale(.953)}to{transform:translate(41.79285vw,100vh) scale(.953)}}.snow:nth-child(129){opacity:1.954;transform:translate(8.1176vw,-10px) scale(.8332);animation:fall-129 13s -28s linear infinite}@keyframes fall-129{69.644%{transform:translate(12.3239vw,69.644vh) scale(.8332)}to{transform:translate(10.22075vw,100vh) scale(.8332)}}.snow:nth-child(130){opacity:.5798;transform:translate(72.8881vw,-10px) scale(.2296);animation:fall-130 25s -13s linear infinite}@keyframes fall-130{36.596%{transform:translate(75.6997vw,36.596vh) scale(.2296)}to{transform:translate(74.2939vw,100vh) scale(.2296)}}.snow:nth-child(131){opacity:1.6348;transform:translate(37.3666vw,-10px) scale(.904);animation:fall-131 11s -24s linear infinite}@keyframes fall-131{30.839%{transform:translate(44.1862vw,30.839vh) scale(.904)}to{transform:translate(40.7764vw,100vh) scale(.904)}}.snow:nth-child(132){opacity:1.9552;transform:translate(50.5034vw,-10px) scale(.3831);animation:fall-132 16s -15s linear infinite}@keyframes fall-132{75.203%{transform:translate(47.7006vw,75.203vh) scale(.3831)}to{transform:translate(49.102vw,100vh) scale(.3831)}}.snow:nth-child(133){opacity:1.394;transform:translate(40.199vw,-10px) scale(.371);animation:fall-133 14s -7s linear infinite}@keyframes fall-133{69.366%{transform:translate(36.2549vw,69.366vh) scale(.371)}to{transform:translate(38.22695vw,100vh) scale(.371)}}.snow:nth-child(134){opacity:1.0382;transform:translate(55.5928vw,-10px) scale(.6418);animation:fall-134 11s -3s linear infinite}@keyframes fall-134{53.39%{transform:translate(59.5936vw,53.39vh) scale(.6418)}to{transform:translate(57.5932vw,100vh) scale(.6418)}}.snow:nth-child(135){opacity:.863;transform:translate(7.0414vw,-10px) scale(.9793);animation:fall-135 19s -7s linear infinite}@keyframes fall-135{70.627%{transform:translate(10.4809vw,70.627vh) scale(.9793)}to{transform:translate(8.76115vw,100vh) scale(.9793)}}.snow:nth-child(136){opacity:.032;transform:translate(72.8026vw,-10px) scale(.1674);animation:fall-136 16s -8s linear infinite}@keyframes fall-136{44.964%{transform:translate(76.0173vw,44.964vh) scale(.1674)}to{transform:translate(74.40995vw,100vh) scale(.1674)}}.snow:nth-child(137){opacity:1.7552;transform:translate(30.5231vw,-10px) scale(.9444);animation:fall-137 21s -9s linear infinite}@keyframes fall-137{68.383%{transform:translate(25.736vw,68.383vh) scale(.9444)}to{transform:translate(28.12955vw,100vh) scale(.9444)}}.snow:nth-child(138){opacity:1.6924;transform:translate(87.6764vw,-10px) scale(.7889);animation:fall-138 11s -1s linear infinite}@keyframes fall-138{59.319%{transform:translate(77.947vw,59.319vh) scale(.7889)}to{transform:translate(82.8117vw,100vh) scale(.7889)}}.snow:nth-child(139){opacity:.5064;transform:translate(81.8297vw,-10px) scale(.3497);animation:fall-139 22s -3s linear infinite}@keyframes fall-139{78.272%{transform:translate(81.9856vw,78.272vh) scale(.3497)}to{transform:translate(81.90765vw,100vh) scale(.3497)}}.snow:nth-child(140){opacity:1.6428;transform:translate(41.7347vw,-10px) scale(.3787);animation:fall-140 26s -29s linear infinite}@keyframes fall-140{71.72%{transform:translate(39.9175vw,71.72vh) scale(.3787)}to{transform:translate(40.8261vw,100vh) scale(.3787)}}.snow:nth-child(141){opacity:1.0092;transform:translate(99.6412vw,-10px) scale(.2711);animation:fall-141 13s -11s linear infinite}@keyframes fall-141{69.389%{transform:translate(98.6186vw,69.389vh) scale(.2711)}to{transform:translate(99.1299vw,100vh) scale(.2711)}}.snow:nth-child(142){opacity:1.0248;transform:translate(97.9576vw,-10px) scale(.7618);animation:fall-142 19s -27s linear infinite}@keyframes fall-142{41.076%{transform:translate(103.0387vw,41.076vh) scale(.7618)}to{transform:translate(100.49815vw,100vh) scale(.7618)}}.snow:nth-child(143){opacity:1.8088;transform:translate(18.2345vw,-10px) scale(.3531);animation:fall-143 22s -11s linear infinite}@keyframes fall-143{67.293%{transform:translate(20.3901vw,67.293vh) scale(.3531)}to{transform:translate(19.3123vw,100vh) scale(.3531)}}.snow:nth-child(144){opacity:.8804;transform:translate(87.973vw,-10px) scale(.7398);animation:fall-144 10s -22s linear infinite}@keyframes fall-144{53.484%{transform:translate(84.2562vw,53.484vh) scale(.7398)}to{transform:translate(86.1146vw,100vh) scale(.7398)}}.snow:nth-child(145){opacity:1.7624;transform:translate(96.961vw,-10px) scale(.015);animation:fall-145 30s -2s linear infinite}@keyframes fall-145{51.757%{transform:translate(98.2816vw,51.757vh) scale(.015)}to{transform:translate(97.6213vw,100vh) scale(.015)}}.snow:nth-child(146){opacity:1.5738;transform:translate(76.2389vw,-10px) scale(.2426);animation:fall-146 23s -25s linear infinite}@keyframes fall-146{36.526%{transform:translate(77.8561vw,36.526vh) scale(.2426)}to{transform:translate(77.0475vw,100vh) scale(.2426)}}.snow:nth-child(147){opacity:1.5104;transform:translate(5.7173vw,-10px) scale(.7533);animation:fall-147 29s -9s linear infinite}@keyframes fall-147{57.35%{transform:translate(-1.7663vw,57.35vh) scale(.7533)}to{transform:translate(1.9755vw,100vh) scale(.7533)}}.snow:nth-child(148){opacity:.8654;transform:translate(80.1124vw,-10px) scale(.1574);animation:fall-148 21s -24s linear infinite}@keyframes fall-148{67.493%{transform:translate(74.6217vw,67.493vh) scale(.1574)}to{transform:translate(77.36705vw,100vh) scale(.1574)}}.snow:nth-child(149){opacity:1.9972;transform:translate(30.452vw,-10px) scale(.8339);animation:fall-149 29s -22s linear infinite}@keyframes fall-149{67.053%{transform:translate(34.9105vw,67.053vh) scale(.8339)}to{transform:translate(32.68125vw,100vh) scale(.8339)}}.snow:nth-child(150){opacity:.919;transform:translate(62.5368vw,-10px) scale(.453);animation:fall-150 10s -13s linear infinite}@keyframes fall-150{51.755%{transform:translate(57.6615vw,51.755vh) scale(.453)}to{transform:translate(60.09915vw,100vh) scale(.453)}}.snow:nth-child(151){opacity:.7646;transform:translate(42.0637vw,-10px) scale(.8793);animation:fall-151 12s -20s linear infinite}@keyframes fall-151{71.907%{transform:translate(40.0531vw,71.907vh) scale(.8793)}to{transform:translate(41.0584vw,100vh) scale(.8793)}}.snow:nth-child(152){opacity:.6574;transform:translate(53.5749vw,-10px) scale(.3518);animation:fall-152 29s -29s linear infinite}@keyframes fall-152{30.07%{transform:translate(44.7726vw,30.07vh) scale(.3518)}to{transform:translate(49.17375vw,100vh) scale(.3518)}}.snow:nth-child(153){opacity:1.7694;transform:translate(44.9287vw,-10px) scale(.2188);animation:fall-153 30s -10s linear infinite}@keyframes fall-153{70.464%{transform:translate(39.2981vw,70.464vh) scale(.2188)}to{transform:translate(42.1134vw,100vh) scale(.2188)}}.snow:nth-child(154){opacity:1.3982;transform:translate(79.7036vw,-10px) scale(.0006);animation:fall-154 22s -3s linear infinite}@keyframes fall-154{58.268%{transform:translate(88.3131vw,58.268vh) scale(.0006)}to{transform:translate(84.00835vw,100vh) scale(.0006)}}.snow:nth-child(155){opacity:.298;transform:translate(94.2366vw,-10px) scale(.9263);animation:fall-155 10s -5s linear infinite}@keyframes fall-155{58.106%{transform:translate(100.0342vw,58.106vh) scale(.9263)}to{transform:translate(97.1354vw,100vh) scale(.9263)}}.snow:nth-child(156){opacity:1.5422;transform:translate(42.1788vw,-10px) scale(.8218);animation:fall-156 29s -12s linear infinite}@keyframes fall-156{56.196%{transform:translate(48.6426vw,56.196vh) scale(.8218)}to{transform:translate(45.4107vw,100vh) scale(.8218)}}.snow:nth-child(157){opacity:1.2482;transform:translate(51.5353vw,-10px) scale(.514);animation:fall-157 17s -21s linear infinite}@keyframes fall-157{64.801%{transform:translate(58.7412vw,64.801vh) scale(.514)}to{transform:translate(55.13825vw,100vh) scale(.514)}}.snow:nth-child(158){opacity:1.2206;transform:translate(47.4753vw,-10px) scale(.9108);animation:fall-158 24s -9s linear infinite}@keyframes fall-158{70.757%{transform:translate(45.2297vw,70.757vh) scale(.9108)}to{transform:translate(46.3525vw,100vh) scale(.9108)}}.snow:nth-child(159){opacity:.119;transform:translate(77.6844vw,-10px) scale(.2478);animation:fall-159 13s -10s linear infinite}@keyframes fall-159{46.05%{transform:translate(79.8475vw,46.05vh) scale(.2478)}to{transform:translate(78.76595vw,100vh) scale(.2478)}}.snow:nth-child(160){opacity:.693;transform:translate(66.4763vw,-10px) scale(.3853);animation:fall-160 24s -26s linear infinite}@keyframes fall-160{37.97%{transform:translate(61.504vw,37.97vh) scale(.3853)}to{transform:translate(63.99015vw,100vh) scale(.3853)}}.snow:nth-child(161){opacity:.1672;transform:translate(81.6951vw,-10px) scale(.8204);animation:fall-161 20s -28s linear infinite}@keyframes fall-161{72.257%{transform:translate(78.5533vw,72.257vh) scale(.8204)}to{transform:translate(80.1242vw,100vh) scale(.8204)}}.snow:nth-child(162){opacity:1.0764;transform:translate(67.854vw,-10px) scale(.2929);animation:fall-162 23s -9s linear infinite}@keyframes fall-162{64.435%{transform:translate(77.3109vw,64.435vh) scale(.2929)}to{transform:translate(72.58245vw,100vh) scale(.2929)}}.snow:nth-child(163){opacity:.5102;transform:translate(93.7999vw,-10px) scale(.2139);animation:fall-163 24s -15s linear infinite}@keyframes fall-163{66.029%{transform:translate(87.2307vw,66.029vh) scale(.2139)}to{transform:translate(90.5153vw,100vh) scale(.2139)}}.snow:nth-child(164){opacity:.5732;transform:translate(13.0252vw,-10px) scale(.4569);animation:fall-164 20s -16s linear infinite}@keyframes fall-164{42.308%{transform:translate(19.1569vw,42.308vh) scale(.4569)}to{transform:translate(16.09105vw,100vh) scale(.4569)}}.snow:nth-child(165){opacity:.9946;transform:translate(35.4071vw,-10px) scale(.4801);animation:fall-165 23s -5s linear infinite}@keyframes fall-165{50.725%{transform:translate(41.7722vw,50.725vh) scale(.4801)}to{transform:translate(38.58965vw,100vh) scale(.4801)}}.snow:nth-child(166){opacity:.3446;transform:translate(45.4386vw,-10px) scale(.706);animation:fall-166 18s -10s linear infinite}@keyframes fall-166{55.621%{transform:translate(49.9088vw,55.621vh) scale(.706)}to{transform:translate(47.6737vw,100vh) scale(.706)}}.snow:nth-child(167){opacity:.4712;transform:translate(65.787vw,-10px) scale(.8566);animation:fall-167 17s -17s linear infinite}@keyframes fall-167{49.839%{transform:translate(59.1698vw,49.839vh) scale(.8566)}to{transform:translate(62.4784vw,100vh) scale(.8566)}}.snow:nth-child(168){opacity:.2984;transform:translate(16.8884vw,-10px) scale(.8152);animation:fall-168 30s -4s linear infinite}@keyframes fall-168{67.066%{transform:translate(7.8193vw,67.066vh) scale(.8152)}to{transform:translate(12.35385vw,100vh) scale(.8152)}}.snow:nth-child(169){opacity:.4298;transform:translate(48.6204vw,-10px) scale(.8123);animation:fall-169 27s -26s linear infinite}@keyframes fall-169{67.652%{transform:translate(58.5957vw,67.652vh) scale(.8123)}to{transform:translate(53.60805vw,100vh) scale(.8123)}}.snow:nth-child(170){opacity:1.115;transform:translate(83.2468vw,-10px) scale(.0239);animation:fall-170 28s -20s linear infinite}@keyframes fall-170{39.595%{transform:translate(83.6621vw,39.595vh) scale(.0239)}to{transform:translate(83.45445vw,100vh) scale(.0239)}}.snow:nth-child(171){opacity:1.8376;transform:translate(77.7278vw,-10px) scale(.6321);animation:fall-171 11s -13s linear infinite}@keyframes fall-171{64.777%{transform:translate(83.2959vw,64.777vh) scale(.6321)}to{transform:translate(80.51185vw,100vh) scale(.6321)}}.snow:nth-child(172){opacity:1.6548;transform:translate(99.7828vw,-10px) scale(.283);animation:fall-172 29s -26s linear infinite}@keyframes fall-172{55.838%{transform:translate(97.6281vw,55.838vh) scale(.283)}to{transform:translate(98.70545vw,100vh) scale(.283)}}.snow:nth-child(173){opacity:1.8102;transform:translate(46.3016vw,-10px) scale(.5214);animation:fall-173 21s -2s linear infinite}@keyframes fall-173{77.859%{transform:translate(52.9014vw,77.859vh) scale(.5214)}to{transform:translate(49.6015vw,100vh) scale(.5214)}}.snow:nth-child(174){opacity:.097;transform:translate(16.6739vw,-10px) scale(.0873);animation:fall-174 16s -3s linear infinite}@keyframes fall-174{63.956%{transform:translate(21.8101vw,63.956vh) scale(.0873)}to{transform:translate(19.242vw,100vh) scale(.0873)}}.snow:nth-child(175){opacity:.829;transform:translate(77.7935vw,-10px) scale(.9942);animation:fall-175 15s -23s linear infinite}@keyframes fall-175{39.643%{transform:translate(70.004vw,39.643vh) scale(.9942)}to{transform:translate(73.89875vw,100vh) scale(.9942)}}.snow:nth-child(176){opacity:1.7834;transform:translate(10.9346vw,-10px) scale(.8144);animation:fall-176 13s -12s linear infinite}@keyframes fall-176{35.439%{transform:translate(15.0695vw,35.439vh) scale(.8144)}to{transform:translate(13.00205vw,100vh) scale(.8144)}}.snow:nth-child(177){opacity:.9278;transform:translate(79.6306vw,-10px) scale(.1416);animation:fall-177 13s -25s linear infinite}@keyframes fall-177{46.59%{transform:translate(78.9816vw,46.59vh) scale(.1416)}to{transform:translate(79.3061vw,100vh) scale(.1416)}}.snow:nth-child(178){opacity:1.5182;transform:translate(59.1303vw,-10px) scale(.1677);animation:fall-178 29s -6s linear infinite}@keyframes fall-178{43.088%{transform:translate(60.8621vw,43.088vh) scale(.1677)}to{transform:translate(59.9962vw,100vh) scale(.1677)}}.snow:nth-child(179){opacity:1.026;transform:translate(98.3292vw,-10px) scale(.1758);animation:fall-179 13s -29s linear infinite}@keyframes fall-179{40.559%{transform:translate(90.0132vw,40.559vh) scale(.1758)}to{transform:translate(94.1712vw,100vh) scale(.1758)}}.snow:nth-child(180){opacity:.4416;transform:translate(91.5994vw,-10px) scale(.4764);animation:fall-180 19s -27s linear infinite}@keyframes fall-180{36.572%{transform:translate(89.5015vw,36.572vh) scale(.4764)}to{transform:translate(90.55045vw,100vh) scale(.4764)}}.snow:nth-child(181){opacity:1.4782;transform:translate(48.0935vw,-10px) scale(.0791);animation:fall-181 28s -4s linear infinite}@keyframes fall-181{68.259%{transform:translate(42.5572vw,68.259vh) scale(.0791)}to{transform:translate(45.32535vw,100vh) scale(.0791)}}.snow:nth-child(182){opacity:.0648;transform:translate(65.182vw,-10px) scale(.7065);animation:fall-182 29s -12s linear infinite}@keyframes fall-182{55.709%{transform:translate(70.0464vw,55.709vh) scale(.7065)}to{transform:translate(67.6142vw,100vh) scale(.7065)}}.snow:nth-child(183){opacity:.4726;transform:translate(93.9936vw,-10px) scale(.464);animation:fall-183 24s -13s linear infinite}@keyframes fall-183{59.958%{transform:translate(85.9651vw,59.958vh) scale(.464)}to{transform:translate(89.97935vw,100vh) scale(.464)}}.snow:nth-child(184){opacity:1.5834;transform:translate(12.1899vw,-10px) scale(.3862);animation:fall-184 12s -15s linear infinite}@keyframes fall-184{43.615%{transform:translate(17.5594vw,43.615vh) scale(.3862)}to{transform:translate(14.87465vw,100vh) scale(.3862)}}.snow:nth-child(185){opacity:1.7136;transform:translate(11.3014vw,-10px) scale(.7118);animation:fall-185 17s -23s linear infinite}@keyframes fall-185{77.609%{transform:translate(12.0579vw,77.609vh) scale(.7118)}to{transform:translate(11.67965vw,100vh) scale(.7118)}}.snow:nth-child(186){opacity:.5944;transform:translate(71.7191vw,-10px) scale(.6218);animation:fall-186 12s -26s linear infinite}@keyframes fall-186{35.96%{transform:translate(78.3842vw,35.96vh) scale(.6218)}to{transform:translate(75.05165vw,100vh) scale(.6218)}}.snow:nth-child(187){opacity:1.2982;transform:translate(51.4488vw,-10px) scale(.866);animation:fall-187 29s -23s linear infinite}@keyframes fall-187{40.446%{transform:translate(48.6076vw,40.446vh) scale(.866)}to{transform:translate(50.0282vw,100vh) scale(.866)}}.snow:nth-child(188){opacity:1.7846;transform:translate(94.2586vw,-10px) scale(.4861);animation:fall-188 27s -2s linear infinite}@keyframes fall-188{64.208%{transform:translate(91.7856vw,64.208vh) scale(.4861)}to{transform:translate(93.0221vw,100vh) scale(.4861)}}.snow:nth-child(189){opacity:1.1792;transform:translate(64.7362vw,-10px) scale(.3285);animation:fall-189 30s -8s linear infinite}@keyframes fall-189{39.739%{transform:translate(64.3954vw,39.739vh) scale(.3285)}to{transform:translate(64.5658vw,100vh) scale(.3285)}}.snow:nth-child(190){opacity:.431;transform:translate(10.7482vw,-10px) scale(.1227);animation:fall-190 22s -23s linear infinite}@keyframes fall-190{35.489%{transform:translate(4.4813vw,35.489vh) scale(.1227)}to{transform:translate(7.61475vw,100vh) scale(.1227)}}.snow:nth-child(191){opacity:1.9584;transform:translate(20.4976vw,-10px) scale(.9498);animation:fall-191 21s -21s linear infinite}@keyframes fall-191{39.722%{transform:translate(10.6507vw,39.722vh) scale(.9498)}to{transform:translate(15.57415vw,100vh) scale(.9498)}}.snow:nth-child(192){opacity:.0726;transform:translate(41.4946vw,-10px) scale(.6473);animation:fall-192 14s -11s linear infinite}@keyframes fall-192{57.162%{transform:translate(50.8027vw,57.162vh) scale(.6473)}to{transform:translate(46.14865vw,100vh) scale(.6473)}}.snow:nth-child(193){opacity:.8862;transform:translate(67.1347vw,-10px) scale(.036);animation:fall-193 12s -14s linear infinite}@keyframes fall-193{41.11%{transform:translate(69.0514vw,41.11vh) scale(.036)}to{transform:translate(68.09305vw,100vh) scale(.036)}}.snow:nth-child(194){opacity:1.4726;transform:translate(84.4707vw,-10px) scale(.8228);animation:fall-194 28s -24s linear infinite}@keyframes fall-194{41.835%{transform:translate(90.3466vw,41.835vh) scale(.8228)}to{transform:translate(87.40865vw,100vh) scale(.8228)}}.snow:nth-child(195){opacity:1.8564;transform:translate(66.7296vw,-10px) scale(.3465);animation:fall-195 22s -8s linear infinite}@keyframes fall-195{79.814%{transform:translate(71.7753vw,79.814vh) scale(.3465)}to{transform:translate(69.25245vw,100vh) scale(.3465)}}.snow:nth-child(196){opacity:1.3862;transform:translate(32.2766vw,-10px) scale(.6246);animation:fall-196 11s -11s linear infinite}@keyframes fall-196{60.185%{transform:translate(42.2074vw,60.185vh) scale(.6246)}to{transform:translate(37.242vw,100vh) scale(.6246)}}.snow:nth-child(197){opacity:.2476;transform:translate(23.6979vw,-10px) scale(.1306);animation:fall-197 25s -28s linear infinite}@keyframes fall-197{31.049%{transform:translate(31.5358vw,31.049vh) scale(.1306)}to{transform:translate(27.61685vw,100vh) scale(.1306)}}.snow:nth-child(198){opacity:1.0982;transform:translate(19.3592vw,-10px) scale(.7317);animation:fall-198 23s -17s linear infinite}@keyframes fall-198{39.916%{transform:translate(11.7462vw,39.916vh) scale(.7317)}to{transform:translate(15.5527vw,100vh) scale(.7317)}}.snow:nth-child(199){opacity:1.8246;transform:translate(93.2145vw,-10px) scale(.9118);animation:fall-199 22s -28s linear infinite}@keyframes fall-199{61.543%{transform:translate(85.8677vw,61.543vh) scale(.9118)}to{transform:translate(89.5411vw,100vh) scale(.9118)}}.snow:nth-child(200){opacity:.3308;transform:translate(48.9652vw,-10px) scale(.841);animation:fall-200 27s -30s linear infinite}@keyframes fall-200{42.879%{transform:translate(43.3735vw,42.879vh) scale(.841)}to{transform:translate(46.16935vw,100vh) scale(.841)}}.snow:nth-child(201){opacity:.367;transform:translate(34.6449vw,-10px) scale(.334);animation:fall-201 14s -28s linear infinite}@keyframes fall-201{52.309%{transform:translate(27.5369vw,52.309vh) scale(.334)}to{transform:translate(31.0909vw,100vh) scale(.334)}}.snow:nth-child(202){opacity:1.8114;transform:translate(7.7661vw,-10px) scale(.4551);animation:fall-202 22s -16s linear infinite}@keyframes fall-202{46.352%{transform:translate(8.1477vw,46.352vh) scale(.4551)}to{transform:translate(7.9569vw,100vh) scale(.4551)}}.snow:nth-child(203){opacity:1.9118;transform:translate(19.4459vw,-10px) scale(.0072);animation:fall-203 21s -26s linear infinite}@keyframes fall-203{47.838%{transform:translate(21.6906vw,47.838vh) scale(.0072)}to{transform:translate(20.56825vw,100vh) scale(.0072)}}.snow:nth-child(204){opacity:.8084;transform:translate(26.3808vw,-10px) scale(.3383);animation:fall-204 12s -20s linear infinite}@keyframes fall-204{33.031%{transform:translate(26.3848vw,33.031vh) scale(.3383)}to{transform:translate(26.3828vw,100vh) scale(.3383)}}.snow:nth-child(205){opacity:1.0996;transform:translate(14.8554vw,-10px) scale(.7097);animation:fall-205 27s -5s linear infinite}@keyframes fall-205{39.301%{transform:translate(17.2696vw,39.301vh) scale(.7097)}to{transform:translate(16.0625vw,100vh) scale(.7097)}}.snow:nth-child(206){opacity:.8148;transform:translate(16.3643vw,-10px) scale(.3201);animation:fall-206 23s -9s linear infinite}@keyframes fall-206{61.483%{transform:translate(24.1953vw,61.483vh) scale(.3201)}to{transform:translate(20.2798vw,100vh) scale(.3201)}}.snow:nth-child(207){opacity:.9848;transform:translate(76.7595vw,-10px) scale(.9728);animation:fall-207 23s -9s linear infinite}@keyframes fall-207{65.273%{transform:translate(70.2295vw,65.273vh) scale(.9728)}to{transform:translate(73.4945vw,100vh) scale(.9728)}}.snow:nth-child(208){opacity:1.5418;transform:translate(44.6402vw,-10px) scale(.4125);animation:fall-208 24s -4s linear infinite}@keyframes fall-208{62.232%{transform:translate(35.889vw,62.232vh) scale(.4125)}to{transform:translate(40.2646vw,100vh) scale(.4125)}}.snow:nth-child(209){opacity:1.261;transform:translate(94.1342vw,-10px) scale(.4915);animation:fall-209 18s -13s linear infinite}@keyframes fall-209{71.2%{transform:translate(87.3423vw,71.2vh) scale(.4915)}to{transform:translate(90.73825vw,100vh) scale(.4915)}}.snow:nth-child(210){opacity:.7718;transform:translate(41.0931vw,-10px) scale(.3965);animation:fall-210 16s -2s linear infinite}@keyframes fall-210{38.793%{transform:translate(34.1535vw,38.793vh) scale(.3965)}to{transform:translate(37.6233vw,100vh) scale(.3965)}}.snow:nth-child(211){opacity:.279;transform:translate(33.8482vw,-10px) scale(.3018);animation:fall-211 22s -19s linear infinite}@keyframes fall-211{32.751%{transform:translate(34.2997vw,32.751vh) scale(.3018)}to{transform:translate(34.07395vw,100vh) scale(.3018)}}.snow:nth-child(212){opacity:.6154;transform:translate(41.1016vw,-10px) scale(.111);animation:fall-212 27s -19s linear infinite}@keyframes fall-212{50.711%{transform:translate(35.8366vw,50.711vh) scale(.111)}to{transform:translate(38.4691vw,100vh) scale(.111)}}.snow:nth-child(213){opacity:1.4836;transform:translate(31.3713vw,-10px) scale(.2268);animation:fall-213 29s -12s linear infinite}@keyframes fall-213{64.505%{transform:translate(27.4234vw,64.505vh) scale(.2268)}to{transform:translate(29.39735vw,100vh) scale(.2268)}}.snow:nth-child(214){opacity:.3416;transform:translate(62.4291vw,-10px) scale(.3974);animation:fall-214 22s -18s linear infinite}@keyframes fall-214{57.74%{transform:translate(52.7208vw,57.74vh) scale(.3974)}to{transform:translate(57.57495vw,100vh) scale(.3974)}}.snow:nth-child(215){opacity:1.3116;transform:translate(70.237vw,-10px) scale(.2025);animation:fall-215 15s -29s linear infinite}@keyframes fall-215{55.962%{transform:translate(62.8531vw,55.962vh) scale(.2025)}to{transform:translate(66.54505vw,100vh) scale(.2025)}}.snow:nth-child(216){opacity:1.57;transform:translate(50.9974vw,-10px) scale(.8148);animation:fall-216 17s -13s linear infinite}@keyframes fall-216{58.204%{transform:translate(45.6795vw,58.204vh) scale(.8148)}to{transform:translate(48.33845vw,100vh) scale(.8148)}}.snow:nth-child(217){opacity:.4196;transform:translate(85.4021vw,-10px) scale(.4157);animation:fall-217 21s -29s linear infinite}@keyframes fall-217{63.256%{transform:translate(93.8992vw,63.256vh) scale(.4157)}to{transform:translate(89.65065vw,100vh) scale(.4157)}}.snow:nth-child(218){opacity:.1412;transform:translate(99.8703vw,-10px) scale(.435);animation:fall-218 10s -8s linear infinite}@keyframes fall-218{75.283%{transform:translate(90.7801vw,75.283vh) scale(.435)}to{transform:translate(95.3252vw,100vh) scale(.435)}}.snow:nth-child(219){opacity:1.685;transform:translate(84.0443vw,-10px) scale(.3375);animation:fall-219 22s -19s linear infinite}@keyframes fall-219{47.473%{transform:translate(80.137vw,47.473vh) scale(.3375)}to{transform:translate(82.09065vw,100vh) scale(.3375)}}.snow:nth-child(220){opacity:.0508;transform:translate(22.1327vw,-10px) scale(.1363);animation:fall-220 15s -21s linear infinite}@keyframes fall-220{46.084%{transform:translate(16.5649vw,46.084vh) scale(.1363)}to{transform:translate(19.3488vw,100vh) scale(.1363)}}.snow:nth-child(221){opacity:.9928;transform:translate(52.3557vw,-10px) scale(.4243);animation:fall-221 20s -19s linear infinite}@keyframes fall-221{59.476%{transform:translate(50.2793vw,59.476vh) scale(.4243)}to{transform:translate(51.3175vw,100vh) scale(.4243)}}.snow:nth-child(222){opacity:1.5526;transform:translate(4.1996vw,-10px) scale(.2285);animation:fall-222 25s -15s linear infinite}@keyframes fall-222{51.652%{transform:translate(-3.008vw,51.652vh) scale(.2285)}to{transform:translate(.5958vw,100vh) scale(.2285)}}.snow:nth-child(223){opacity:.5082;transform:translate(61.958vw,-10px) scale(.9991);animation:fall-223 20s -16s linear infinite}@keyframes fall-223{49.286%{transform:translate(52.2402vw,49.286vh) scale(.9991)}to{transform:translate(57.0991vw,100vh) scale(.9991)}}.snow:nth-child(224){opacity:1.5186;transform:translate(76.6848vw,-10px) scale(.0972);animation:fall-224 28s -20s linear infinite}@keyframes fall-224{40.203%{transform:translate(68.202vw,40.203vh) scale(.0972)}to{transform:translate(72.4434vw,100vh) scale(.0972)}}.snow:nth-child(225){opacity:.3124;transform:translate(92.1736vw,-10px) scale(.0583);animation:fall-225 28s -24s linear infinite}@keyframes fall-225{64.168%{transform:translate(96.5618vw,64.168vh) scale(.0583)}to{transform:translate(94.3677vw,100vh) scale(.0583)}}.snow:nth-child(226){opacity:1.6772;transform:translate(2.3336vw,-10px) scale(.7798);animation:fall-226 28s -12s linear infinite}@keyframes fall-226{60.478%{transform:translate(-2.0897vw,60.478vh) scale(.7798)}to{transform:translate(.12195vw,100vh) scale(.7798)}}.snow:nth-child(227){opacity:.9514;transform:translate(4.2501vw,-10px) scale(.2201);animation:fall-227 14s -18s linear infinite}@keyframes fall-227{55.393%{transform:translate(7.1055vw,55.393vh) scale(.2201)}to{transform:translate(5.6778vw,100vh) scale(.2201)}}.snow:nth-child(228){opacity:1.475;transform:translate(63.7885vw,-10px) scale(.5763);animation:fall-228 24s -28s linear infinite}@keyframes fall-228{79.22%{transform:translate(69.2181vw,79.22vh) scale(.5763)}to{transform:translate(66.5033vw,100vh) scale(.5763)}}.snow:nth-child(229){opacity:.1174;transform:translate(58.5379vw,-10px) scale(.5765);animation:fall-229 11s -6s linear infinite}@keyframes fall-229{63.833%{transform:translate(59.244vw,63.833vh) scale(.5765)}to{transform:translate(58.89095vw,100vh) scale(.5765)}}.snow:nth-child(230){opacity:1.4778;transform:translate(43.5731vw,-10px) scale(.2965);animation:fall-230 23s -29s linear infinite}@keyframes fall-230{45.747%{transform:translate(34.4218vw,45.747vh) scale(.2965)}to{transform:translate(38.99745vw,100vh) scale(.2965)}}.snow:nth-child(231){opacity:.4094;transform:translate(78.3604vw,-10px) scale(.5223);animation:fall-231 21s -24s linear infinite}@keyframes fall-231{71.64%{transform:translate(73.117vw,71.64vh) scale(.5223)}to{transform:translate(75.7387vw,100vh) scale(.5223)}}.snow:nth-child(232){opacity:.2986;transform:translate(1.6923vw,-10px) scale(.2361);animation:fall-232 28s -13s linear infinite}@keyframes fall-232{50.604%{transform:translate(10.8421vw,50.604vh) scale(.2361)}to{transform:translate(6.2672vw,100vh) scale(.2361)}}.snow:nth-child(233){opacity:.9994;transform:translate(92.8169vw,-10px) scale(.6153);animation:fall-233 10s -17s linear infinite}@keyframes fall-233{79.023%{transform:translate(85.4755vw,79.023vh) scale(.6153)}to{transform:translate(89.1462vw,100vh) scale(.6153)}}.snow:nth-child(234){opacity:1.9488;transform:translate(88.6428vw,-10px) scale(.6608);animation:fall-234 21s -4s linear infinite}@keyframes fall-234{47.074%{transform:translate(84.09vw,47.074vh) scale(.6608)}to{transform:translate(86.3664vw,100vh) scale(.6608)}}.snow:nth-child(235){opacity:.548;transform:translate(89.3896vw,-10px) scale(.4108);animation:fall-235 22s -9s linear infinite}@keyframes fall-235{54.59%{transform:translate(85.252vw,54.59vh) scale(.4108)}to{transform:translate(87.3208vw,100vh) scale(.4108)}}.snow:nth-child(236){opacity:1.9276;transform:translate(63.0069vw,-10px) scale(.0935);animation:fall-236 23s -28s linear infinite}@keyframes fall-236{35.208%{transform:translate(70.1732vw,35.208vh) scale(.0935)}to{transform:translate(66.59005vw,100vh) scale(.0935)}}.snow:nth-child(237){opacity:.7216;transform:translate(59.2435vw,-10px) scale(.1671);animation:fall-237 13s -28s linear infinite}@keyframes fall-237{55.661%{transform:translate(62.8414vw,55.661vh) scale(.1671)}to{transform:translate(61.04245vw,100vh) scale(.1671)}}.snow:nth-child(238){opacity:1.5894;transform:translate(46.8568vw,-10px) scale(.7262);animation:fall-238 19s -12s linear infinite}@keyframes fall-238{66.604%{transform:translate(47.1155vw,66.604vh) scale(.7262)}to{transform:translate(46.98615vw,100vh) scale(.7262)}}.snow:nth-child(239){opacity:1.41;transform:translate(65.3189vw,-10px) scale(.5288);animation:fall-239 15s -8s linear infinite}@keyframes fall-239{79.353%{transform:translate(57.873vw,79.353vh) scale(.5288)}to{transform:translate(61.59595vw,100vh) scale(.5288)}}.snow:nth-child(240){opacity:.259;transform:translate(80.2865vw,-10px) scale(.7403);animation:fall-240 14s -17s linear infinite}@keyframes fall-240{52.359%{transform:translate(78.2968vw,52.359vh) scale(.7403)}to{transform:translate(79.29165vw,100vh) scale(.7403)}}.snow:nth-child(241){opacity:.186;transform:translate(30.8441vw,-10px) scale(.2825);animation:fall-241 25s -20s linear infinite}@keyframes fall-241{70.126%{transform:translate(30.8931vw,70.126vh) scale(.2825)}to{transform:translate(30.8686vw,100vh) scale(.2825)}}.snow:nth-child(242){opacity:1.2914;transform:translate(64.607vw,-10px) scale(.9769);animation:fall-242 23s -5s linear infinite}@keyframes fall-242{61.639%{transform:translate(63.4644vw,61.639vh) scale(.9769)}to{transform:translate(64.0357vw,100vh) scale(.9769)}}.snow:nth-child(243){opacity:1.3796;transform:translate(98.6284vw,-10px) scale(.4109);animation:fall-243 29s -21s linear infinite}@keyframes fall-243{78.069%{transform:translate(99.3122vw,78.069vh) scale(.4109)}to{transform:translate(98.9703vw,100vh) scale(.4109)}}.snow:nth-child(244){opacity:.1536;transform:translate(74.1226vw,-10px) scale(.4553);animation:fall-244 26s -15s linear infinite}@keyframes fall-244{70.345%{transform:translate(78.5283vw,70.345vh) scale(.4553)}to{transform:translate(76.32545vw,100vh) scale(.4553)}}.snow:nth-child(245){opacity:1.151;transform:translate(56.3946vw,-10px) scale(.5336);animation:fall-245 28s -16s linear infinite}@keyframes fall-245{77.127%{transform:translate(49.8214vw,77.127vh) scale(.5336)}to{transform:translate(53.108vw,100vh) scale(.5336)}}.snow:nth-child(246){opacity:.5326;transform:translate(46.3857vw,-10px) scale(.9834);animation:fall-246 20s -4s linear infinite}@keyframes fall-246{68.454%{transform:translate(37.014vw,68.454vh) scale(.9834)}to{transform:translate(41.69985vw,100vh) scale(.9834)}}.snow:nth-child(247){opacity:1.5218;transform:translate(74.6282vw,-10px) scale(.7023);animation:fall-247 12s -15s linear infinite}@keyframes fall-247{50.197%{transform:translate(72.2237vw,50.197vh) scale(.7023)}to{transform:translate(73.42595vw,100vh) scale(.7023)}}.snow:nth-child(248){opacity:.2016;transform:translate(96.9635vw,-10px) scale(.6005);animation:fall-248 21s -30s linear infinite}@keyframes fall-248{32.312%{transform:translate(93.5112vw,32.312vh) scale(.6005)}to{transform:translate(95.23735vw,100vh) scale(.6005)}}.snow:nth-child(249){opacity:1.316;transform:translate(14.9456vw,-10px) scale(.1151);animation:fall-249 19s -9s linear infinite}@keyframes fall-249{33.868%{transform:translate(5.7698vw,33.868vh) scale(.1151)}to{transform:translate(10.3577vw,100vh) scale(.1151)}}.snow:nth-child(250){opacity:.9468;transform:translate(95.0527vw,-10px) scale(.0726);animation:fall-250 13s -7s linear infinite}@keyframes fall-250{37.032%{transform:translate(95.6648vw,37.032vh) scale(.0726)}to{transform:translate(95.35875vw,100vh) scale(.0726)}}.snow:nth-child(251){opacity:1.0084;transform:translate(62.0906vw,-10px) scale(.3052);animation:fall-251 15s -12s linear infinite}@keyframes fall-251{47.843%{transform:translate(70.3626vw,47.843vh) scale(.3052)}to{transform:translate(66.2266vw,100vh) scale(.3052)}}.snow:nth-child(252){opacity:.6274;transform:translate(93.4331vw,-10px) scale(.1968);animation:fall-252 19s -30s linear infinite}@keyframes fall-252{40.673%{transform:translate(92.2298vw,40.673vh) scale(.1968)}to{transform:translate(92.83145vw,100vh) scale(.1968)}}.snow:nth-child(253){opacity:1.3702;transform:translate(88.9258vw,-10px) scale(.5962);animation:fall-253 27s -29s linear infinite}@keyframes fall-253{46.942%{transform:translate(95.3937vw,46.942vh) scale(.5962)}to{transform:translate(92.15975vw,100vh) scale(.5962)}}.snow:nth-child(254){opacity:.3052;transform:translate(35.3207vw,-10px) scale(.6102);animation:fall-254 28s -1s linear infinite}@keyframes fall-254{45.814%{transform:translate(32.1526vw,45.814vh) scale(.6102)}to{transform:translate(33.73665vw,100vh) scale(.6102)}}.snow:nth-child(255){opacity:1.2444;transform:translate(38.22vw,-10px) scale(.4617);animation:fall-255 22s -19s linear infinite}@keyframes fall-255{68.345%{transform:translate(42.1342vw,68.345vh) scale(.4617)}to{transform:translate(40.1771vw,100vh) scale(.4617)}}.snow:nth-child(256){opacity:1.127;transform:translate(13.2068vw,-10px) scale(.376);animation:fall-256 24s -29s linear infinite}@keyframes fall-256{57.604%{transform:translate(22.62vw,57.604vh) scale(.376)}to{transform:translate(17.9134vw,100vh) scale(.376)}}.snow:nth-child(257){opacity:1.2838;transform:translate(63.5257vw,-10px) scale(.5528);animation:fall-257 25s -26s linear infinite}@keyframes fall-257{37.82%{transform:translate(68.0227vw,37.82vh) scale(.5528)}to{transform:translate(65.7742vw,100vh) scale(.5528)}}.snow:nth-child(258){opacity:1.0418;transform:translate(10.6853vw,-10px) scale(.2807);animation:fall-258 29s -26s linear infinite}@keyframes fall-258{55.647%{transform:translate(12.379vw,55.647vh) scale(.2807)}to{transform:translate(11.53215vw,100vh) scale(.2807)}}.snow:nth-child(259){opacity:.9788;transform:translate(79.0192vw,-10px) scale(.3659);animation:fall-259 24s -6s linear infinite}@keyframes fall-259{37.656%{transform:translate(82.8975vw,37.656vh) scale(.3659)}to{transform:translate(80.95835vw,100vh) scale(.3659)}}.snow:nth-child(260){opacity:1.8138;transform:translate(50.6982vw,-10px) scale(.4655);animation:fall-260 27s -10s linear infinite}@keyframes fall-260{75.71%{transform:translate(46.5152vw,75.71vh) scale(.4655)}to{transform:translate(48.6067vw,100vh) scale(.4655)}}.snow:nth-child(261){opacity:1.2638;transform:translate(76.4854vw,-10px) scale(.1071);animation:fall-261 11s -19s linear infinite}@keyframes fall-261{31.338%{transform:translate(79.3182vw,31.338vh) scale(.1071)}to{transform:translate(77.9018vw,100vh) scale(.1071)}}.snow:nth-child(262){opacity:1.0064;transform:translate(54.7571vw,-10px) scale(.1044);animation:fall-262 22s -17s linear infinite}@keyframes fall-262{72.327%{transform:translate(56.8127vw,72.327vh) scale(.1044)}to{transform:translate(55.7849vw,100vh) scale(.1044)}}.snow:nth-child(263){opacity:.5668;transform:translate(12.0197vw,-10px) scale(.6206);animation:fall-263 17s -28s linear infinite}@keyframes fall-263{75.719%{transform:translate(12.0188vw,75.719vh) scale(.6206)}to{transform:translate(12.01925vw,100vh) scale(.6206)}}.snow:nth-child(264){opacity:.2376;transform:translate(74.3489vw,-10px) scale(.5307);animation:fall-264 30s -17s linear infinite}@keyframes fall-264{67.561%{transform:translate(69.4097vw,67.561vh) scale(.5307)}to{transform:translate(71.8793vw,100vh) scale(.5307)}}.snow:nth-child(265){opacity:1.967;transform:translate(39.3306vw,-10px) scale(.4372);animation:fall-265 19s -28s linear infinite}@keyframes fall-265{35.445%{transform:translate(30.7854vw,35.445vh) scale(.4372)}to{transform:translate(35.058vw,100vh) scale(.4372)}}.snow:nth-child(266){opacity:1.1506;transform:translate(41.6031vw,-10px) scale(.1519);animation:fall-266 13s -3s linear infinite}@keyframes fall-266{57.752%{transform:translate(34.6726vw,57.752vh) scale(.1519)}to{transform:translate(38.13785vw,100vh) scale(.1519)}}.snow:nth-child(267){opacity:.0834;transform:translate(81.2982vw,-10px) scale(.9399);animation:fall-267 22s -20s linear infinite}@keyframes fall-267{64.596%{transform:translate(85.2865vw,64.596vh) scale(.9399)}to{transform:translate(83.29235vw,100vh) scale(.9399)}}.snow:nth-child(268){opacity:1.716;transform:translate(31.1069vw,-10px) scale(.1182);animation:fall-268 19s -10s linear infinite}@keyframes fall-268{40.531%{transform:translate(37.2843vw,40.531vh) scale(.1182)}to{transform:translate(34.1956vw,100vh) scale(.1182)}}.snow:nth-child(269){opacity:1.219;transform:translate(75.1482vw,-10px) scale(.2759);animation:fall-269 19s -9s linear infinite}@keyframes fall-269{74.326%{transform:translate(83.0221vw,74.326vh) scale(.2759)}to{transform:translate(79.08515vw,100vh) scale(.2759)}}.snow:nth-child(270){opacity:1.3268;transform:translate(66.3425vw,-10px) scale(.8111);animation:fall-270 28s -10s linear infinite}@keyframes fall-270{31.104%{transform:translate(61.4679vw,31.104vh) scale(.8111)}to{transform:translate(63.9052vw,100vh) scale(.8111)}}.snow:nth-child(271){opacity:1.8394;transform:translate(83.1246vw,-10px) scale(.6326);animation:fall-271 17s -26s linear infinite}@keyframes fall-271{63.398%{transform:translate(88.8892vw,63.398vh) scale(.6326)}to{transform:translate(86.0069vw,100vh) scale(.6326)}}.snow:nth-child(272){opacity:.1658;transform:translate(32.1662vw,-10px) scale(.7617);animation:fall-272 23s -5s linear infinite}@keyframes fall-272{43.465%{transform:translate(31.7117vw,43.465vh) scale(.7617)}to{transform:translate(31.93895vw,100vh) scale(.7617)}}.snow:nth-child(273){opacity:.7572;transform:translate(42.9473vw,-10px) scale(.674);animation:fall-273 16s -26s linear infinite}@keyframes fall-273{48.14%{transform:translate(46.7823vw,48.14vh) scale(.674)}to{transform:translate(44.8648vw,100vh) scale(.674)}}.snow:nth-child(274){opacity:1.073;transform:translate(4.8667vw,-10px) scale(.1389);animation:fall-274 21s -1s linear infinite}@keyframes fall-274{47.13%{transform:translate(.7291vw,47.13vh) scale(.1389)}to{transform:translate(2.7979vw,100vh) scale(.1389)}}.snow:nth-child(275){opacity:.6526;transform:translate(48.0909vw,-10px) scale(.3132);animation:fall-275 10s -9s linear infinite}@keyframes fall-275{49.591%{transform:translate(56.1208vw,49.591vh) scale(.3132)}to{transform:translate(52.10585vw,100vh) scale(.3132)}}.snow:nth-child(276){opacity:1.6228;transform:translate(67.393vw,-10px) scale(.8692);animation:fall-276 27s -29s linear infinite}@keyframes fall-276{30.086%{transform:translate(68.7562vw,30.086vh) scale(.8692)}to{transform:translate(68.0746vw,100vh) scale(.8692)}}.snow:nth-child(277){opacity:1.5746;transform:translate(44.9552vw,-10px) scale(.2704);animation:fall-277 26s -14s linear infinite}@keyframes fall-277{35.885%{transform:translate(45.7659vw,35.885vh) scale(.2704)}to{transform:translate(45.36055vw,100vh) scale(.2704)}}.snow:nth-child(278){opacity:1.8888;transform:translate(66.2782vw,-10px) scale(.0511);animation:fall-278 11s -28s linear infinite}@keyframes fall-278{30.992%{transform:translate(57.4522vw,30.992vh) scale(.0511)}to{transform:translate(61.8652vw,100vh) scale(.0511)}}.snow:nth-child(279){opacity:.1968;transform:translate(58.7316vw,-10px) scale(.4848);animation:fall-279 21s -10s linear infinite}@keyframes fall-279{63.068%{transform:translate(59.7089vw,63.068vh) scale(.4848)}to{transform:translate(59.22025vw,100vh) scale(.4848)}}.snow:nth-child(280){opacity:1.7532;transform:translate(65.3915vw,-10px) scale(.0832);animation:fall-280 12s -6s linear infinite}@keyframes fall-280{45.214%{transform:translate(63.9144vw,45.214vh) scale(.0832)}to{transform:translate(64.65295vw,100vh) scale(.0832)}}.snow:nth-child(281){opacity:.5736;transform:translate(77.1569vw,-10px) scale(.1876);animation:fall-281 17s -1s linear infinite}@keyframes fall-281{33.852%{transform:translate(79.9648vw,33.852vh) scale(.1876)}to{transform:translate(78.56085vw,100vh) scale(.1876)}}.snow:nth-child(282){opacity:1.9378;transform:translate(36.3927vw,-10px) scale(.553);animation:fall-282 11s -3s linear infinite}@keyframes fall-282{62.985%{transform:translate(39.724vw,62.985vh) scale(.553)}to{transform:translate(38.05835vw,100vh) scale(.553)}}.snow:nth-child(283){opacity:.2196;transform:translate(12.1116vw,-10px) scale(.8349);animation:fall-283 16s -13s linear infinite}@keyframes fall-283{78.68%{transform:translate(13.9867vw,78.68vh) scale(.8349)}to{transform:translate(13.04915vw,100vh) scale(.8349)}}.snow:nth-child(284){opacity:1.5828;transform:translate(46.1655vw,-10px) scale(.0487);animation:fall-284 15s -16s linear infinite}@keyframes fall-284{64.548%{transform:translate(43.491vw,64.548vh) scale(.0487)}to{transform:translate(44.82825vw,100vh) scale(.0487)}}.snow:nth-child(285){opacity:.1902;transform:translate(35.1839vw,-10px) scale(.3877);animation:fall-285 26s -21s linear infinite}@keyframes fall-285{78.202%{transform:translate(34.8481vw,78.202vh) scale(.3877)}to{transform:translate(35.016vw,100vh) scale(.3877)}}.snow:nth-child(286){opacity:1.7196;transform:translate(3.916vw,-10px) scale(.8219);animation:fall-286 20s -4s linear infinite}@keyframes fall-286{60.972%{transform:translate(-2.7348vw,60.972vh) scale(.8219)}to{transform:translate(.5906vw,100vh) scale(.8219)}}.snow:nth-child(287){opacity:1.6948;transform:translate(53.1152vw,-10px) scale(.3119);animation:fall-287 30s -9s linear infinite}@keyframes fall-287{36.099%{transform:translate(55.8088vw,36.099vh) scale(.3119)}to{transform:translate(54.462vw,100vh) scale(.3119)}}.snow:nth-child(288){opacity:1.619;transform:translate(69.8914vw,-10px) scale(.2996);animation:fall-288 17s -9s linear infinite}@keyframes fall-288{74.851%{transform:translate(63.1814vw,74.851vh) scale(.2996)}to{transform:translate(66.5364vw,100vh) scale(.2996)}}.snow:nth-child(289){opacity:.4582;transform:translate(27.5797vw,-10px) scale(.7199);animation:fall-289 14s -17s linear infinite}@keyframes fall-289{71.572%{transform:translate(18.2006vw,71.572vh) scale(.7199)}to{transform:translate(22.89015vw,100vh) scale(.7199)}}.snow:nth-child(290){opacity:.1854;transform:translate(39.8266vw,-10px) scale(.1986);animation:fall-290 20s -16s linear infinite}@keyframes fall-290{36.908%{transform:translate(41.9682vw,36.908vh) scale(.1986)}to{transform:translate(40.8974vw,100vh) scale(.1986)}}.snow:nth-child(291){opacity:1.1882;transform:translate(28.6257vw,-10px) scale(.952);animation:fall-291 17s -14s linear infinite}@keyframes fall-291{59.595%{transform:translate(30.0174vw,59.595vh) scale(.952)}to{transform:translate(29.32155vw,100vh) scale(.952)}}.snow:nth-child(292){opacity:.3214;transform:translate(45.5342vw,-10px) scale(.1244);animation:fall-292 24s -4s linear infinite}@keyframes fall-292{52.993%{transform:translate(41.3076vw,52.993vh) scale(.1244)}to{transform:translate(43.4209vw,100vh) scale(.1244)}}.snow:nth-child(293){opacity:.8822;transform:translate(28.6168vw,-10px) scale(.3359);animation:fall-293 15s -16s linear infinite}@keyframes fall-293{79.308%{transform:translate(19.248vw,79.308vh) scale(.3359)}to{transform:translate(23.9324vw,100vh) scale(.3359)}}.snow:nth-child(294){opacity:.9032;transform:translate(3.949vw,-10px) scale(.5639);animation:fall-294 30s -18s linear infinite}@keyframes fall-294{30.596%{transform:translate(8.7285vw,30.596vh) scale(.5639)}to{transform:translate(6.33875vw,100vh) scale(.5639)}}.snow:nth-child(295){opacity:1.8854;transform:translate(73.3365vw,-10px) scale(.9605);animation:fall-295 10s -23s linear infinite}@keyframes fall-295{72.63%{transform:translate(67.0634vw,72.63vh) scale(.9605)}to{transform:translate(70.19995vw,100vh) scale(.9605)}}.snow:nth-child(296){opacity:.7492;transform:translate(94.9637vw,-10px) scale(.7275);animation:fall-296 16s -27s linear infinite}@keyframes fall-296{66.31%{transform:translate(99.2147vw,66.31vh) scale(.7275)}to{transform:translate(97.0892vw,100vh) scale(.7275)}}.snow:nth-child(297){opacity:1.9142;transform:translate(30.7263vw,-10px) scale(.0898);animation:fall-297 30s -22s linear infinite}@keyframes fall-297{72.02%{transform:translate(36.5014vw,72.02vh) scale(.0898)}to{transform:translate(33.61385vw,100vh) scale(.0898)}}.snow:nth-child(298){opacity:.1142;transform:translate(33.7094vw,-10px) scale(.4029);animation:fall-298 13s -22s linear infinite}@keyframes fall-298{41.912%{transform:translate(41.2858vw,41.912vh) scale(.4029)}to{transform:translate(37.4976vw,100vh) scale(.4029)}}.snow:nth-child(299){opacity:.3702;transform:translate(13.603vw,-10px) scale(.081);animation:fall-299 30s -17s linear infinite}@keyframes fall-299{71.422%{transform:translate(11.659vw,71.422vh) scale(.081)}to{transform:translate(12.631vw,100vh) scale(.081)}}.snow:nth-child(300){opacity:.032;transform:translate(1.929vw,-10px) scale(.8876);animation:fall-300 30s -16s linear infinite}@keyframes fall-300{43.449%{transform:translate(5.8438vw,43.449vh) scale(.8876)}to{transform:translate(3.8864vw,100vh) scale(.8876)}}.snow:nth-child(301){opacity:.7256;transform:translate(80.9038vw,-10px) scale(.671);animation:fall-301 23s -6s linear infinite}@keyframes fall-301{76.481%{transform:translate(74.7079vw,76.481vh) scale(.671)}to{transform:translate(77.80585vw,100vh) scale(.671)}}.snow:nth-child(302){opacity:1.948;transform:translate(44.6207vw,-10px) scale(.0767);animation:fall-302 30s -21s linear infinite}@keyframes fall-302{66.141%{transform:translate(52.6219vw,66.141vh) scale(.0767)}to{transform:translate(48.6213vw,100vh) scale(.0767)}}.snow:nth-child(303){opacity:1.5594;transform:translate(55.8138vw,-10px) scale(.5429);animation:fall-303 18s -30s linear infinite}@keyframes fall-303{63.13%{transform:translate(53.4282vw,63.13vh) scale(.5429)}to{transform:translate(54.621vw,100vh) scale(.5429)}}.snow:nth-child(304){opacity:1.1904;transform:translate(6.7212vw,-10px) scale(.8586);animation:fall-304 18s -25s linear infinite}@keyframes fall-304{50.298%{transform:translate(13.4961vw,50.298vh) scale(.8586)}to{transform:translate(10.10865vw,100vh) scale(.8586)}}.snow:nth-child(305){opacity:1.951;transform:translate(31.8117vw,-10px) scale(.8009);animation:fall-305 12s -17s linear infinite}@keyframes fall-305{53.992%{transform:translate(41.0778vw,53.992vh) scale(.8009)}to{transform:translate(36.44475vw,100vh) scale(.8009)}}.snow:nth-child(306){opacity:1.37;transform:translate(87.0436vw,-10px) scale(.2671);animation:fall-306 10s -19s linear infinite}@keyframes fall-306{36.834%{transform:translate(96.2001vw,36.834vh) scale(.2671)}to{transform:translate(91.62185vw,100vh) scale(.2671)}}.snow:nth-child(307){opacity:.007;transform:translate(62.0051vw,-10px) scale(.7719);animation:fall-307 15s -2s linear infinite}@keyframes fall-307{69.085%{transform:translate(59.2535vw,69.085vh) scale(.7719)}to{transform:translate(60.6293vw,100vh) scale(.7719)}}.snow:nth-child(308){opacity:1.2864;transform:translate(67.5913vw,-10px) scale(.587);animation:fall-308 11s -30s linear infinite}@keyframes fall-308{73.208%{transform:translate(67.1802vw,73.208vh) scale(.587)}to{transform:translate(67.38575vw,100vh) scale(.587)}}.snow:nth-child(309){opacity:1.8182;transform:translate(19.8897vw,-10px) scale(.4626);animation:fall-309 28s -26s linear infinite}@keyframes fall-309{54.442%{transform:translate(12.8706vw,54.442vh) scale(.4626)}to{transform:translate(16.38015vw,100vh) scale(.4626)}}.snow:nth-child(310){opacity:1.7736;transform:translate(75.2949vw,-10px) scale(.9564);animation:fall-310 24s -12s linear infinite}@keyframes fall-310{78.23%{transform:translate(73.6654vw,78.23vh) scale(.9564)}to{transform:translate(74.48015vw,100vh) scale(.9564)}}.snow:nth-child(311){opacity:1.97;transform:translate(96.303vw,-10px) scale(.1187);animation:fall-311 22s -12s linear infinite}@keyframes fall-311{48.193%{transform:translate(103.2064vw,48.193vh) scale(.1187)}to{transform:translate(99.7547vw,100vh) scale(.1187)}}.snow:nth-child(312){opacity:.0234;transform:translate(93.4807vw,-10px) scale(.2425);animation:fall-312 16s -20s linear infinite}@keyframes fall-312{58.208%{transform:translate(94.157vw,58.208vh) scale(.2425)}to{transform:translate(93.81885vw,100vh) scale(.2425)}}.snow:nth-child(313){opacity:.941;transform:translate(23.0664vw,-10px) scale(.0687);animation:fall-313 13s -23s linear infinite}@keyframes fall-313{52.653%{transform:translate(30.5734vw,52.653vh) scale(.0687)}to{transform:translate(26.8199vw,100vh) scale(.0687)}}.snow:nth-child(314){opacity:.3382;transform:translate(86.6495vw,-10px) scale(.7188);animation:fall-314 15s -30s linear infinite}@keyframes fall-314{54.228%{transform:translate(85.8594vw,54.228vh) scale(.7188)}to{transform:translate(86.25445vw,100vh) scale(.7188)}}.snow:nth-child(315){opacity:.099;transform:translate(30.6367vw,-10px) scale(.5855);animation:fall-315 11s -17s linear infinite}@keyframes fall-315{65.715%{transform:translate(31.3332vw,65.715vh) scale(.5855)}to{transform:translate(30.98495vw,100vh) scale(.5855)}}.snow:nth-child(316){opacity:1.5792;transform:translate(24.0652vw,-10px) scale(.8148);animation:fall-316 20s -12s linear infinite}@keyframes fall-316{78.376%{transform:translate(24.2957vw,78.376vh) scale(.8148)}to{transform:translate(24.18045vw,100vh) scale(.8148)}}.snow:nth-child(317){opacity:.4466;transform:translate(20.0208vw,-10px) scale(.065);animation:fall-317 22s -16s linear infinite}@keyframes fall-317{38.917%{transform:translate(10.8677vw,38.917vh) scale(.065)}to{transform:translate(15.44425vw,100vh) scale(.065)}}.snow:nth-child(318){opacity:1.318;transform:translate(65.0938vw,-10px) scale(.9577);animation:fall-318 12s -17s linear infinite}@keyframes fall-318{66.59%{transform:translate(66.0629vw,66.59vh) scale(.9577)}to{transform:translate(65.57835vw,100vh) scale(.9577)}}.snow:nth-child(319){opacity:1.2128;transform:translate(22.4306vw,-10px) scale(.9155);animation:fall-319 10s -29s linear infinite}@keyframes fall-319{34.855%{transform:translate(21.8724vw,34.855vh) scale(.9155)}to{transform:translate(22.1515vw,100vh) scale(.9155)}}.snow:nth-child(320){opacity:1.7728;transform:translate(88.6029vw,-10px) scale(.3463);animation:fall-320 20s -25s linear infinite}@keyframes fall-320{30.228%{transform:translate(80.9576vw,30.228vh) scale(.3463)}to{transform:translate(84.78025vw,100vh) scale(.3463)}}.snow:nth-child(321){opacity:.0962;transform:translate(46.3491vw,-10px) scale(.8845);animation:fall-321 14s -5s linear infinite}@keyframes fall-321{56.677%{transform:translate(47.7934vw,56.677vh) scale(.8845)}to{transform:translate(47.07125vw,100vh) scale(.8845)}}.snow:nth-child(322){opacity:1.1442;transform:translate(29.1602vw,-10px) scale(.1757);animation:fall-322 13s -17s linear infinite}@keyframes fall-322{40.135%{transform:translate(37.6997vw,40.135vh) scale(.1757)}to{transform:translate(33.42995vw,100vh) scale(.1757)}}.snow:nth-child(323){opacity:1.426;transform:translate(45.9054vw,-10px) scale(.9656);animation:fall-323 16s -25s linear infinite}@keyframes fall-323{52.993%{transform:translate(39.9445vw,52.993vh) scale(.9656)}to{transform:translate(42.92495vw,100vh) scale(.9656)}}.snow:nth-child(324){opacity:.856;transform:translate(13.2005vw,-10px) scale(.6536);animation:fall-324 19s -8s linear infinite}@keyframes fall-324{59.13%{transform:translate(3.7479vw,59.13vh) scale(.6536)}to{transform:translate(8.4742vw,100vh) scale(.6536)}}.snow:nth-child(325){opacity:1.0446;transform:translate(80.0334vw,-10px) scale(.3785);animation:fall-325 16s -30s linear infinite}@keyframes fall-325{52.569%{transform:translate(80.5738vw,52.569vh) scale(.3785)}to{transform:translate(80.3036vw,100vh) scale(.3785)}}.snow:nth-child(326){opacity:1.8006;transform:translate(71.7183vw,-10px) scale(.0563);animation:fall-326 17s -27s linear infinite}@keyframes fall-326{43.39%{transform:translate(79.6827vw,43.39vh) scale(.0563)}to{transform:translate(75.7005vw,100vh) scale(.0563)}}.snow:nth-child(327){opacity:1.1212;transform:translate(14.4798vw,-10px) scale(.6354);animation:fall-327 20s -12s linear infinite}@keyframes fall-327{50.998%{transform:translate(11.6134vw,50.998vh) scale(.6354)}to{transform:translate(13.0466vw,100vh) scale(.6354)}}.snow:nth-child(328){opacity:.6048;transform:translate(28.0856vw,-10px) scale(.4498);animation:fall-328 19s -30s linear infinite}@keyframes fall-328{34.773%{transform:translate(32.3633vw,34.773vh) scale(.4498)}to{transform:translate(30.22445vw,100vh) scale(.4498)}}.snow:nth-child(329){opacity:.5024;transform:translate(46.059vw,-10px) scale(.6972);animation:fall-329 24s -14s linear infinite}@keyframes fall-329{72.72%{transform:translate(52.0124vw,72.72vh) scale(.6972)}to{transform:translate(49.0357vw,100vh) scale(.6972)}}.snow:nth-child(330){opacity:1.2254;transform:translate(47.0381vw,-10px) scale(.1926);animation:fall-330 29s -20s linear infinite}@keyframes fall-330{49.935%{transform:translate(51.0847vw,49.935vh) scale(.1926)}to{transform:translate(49.0614vw,100vh) scale(.1926)}}.snow:nth-child(331){opacity:1.3612;transform:translate(22.7624vw,-10px) scale(.6781);animation:fall-331 16s -10s linear infinite}@keyframes fall-331{39.653%{transform:translate(18.2063vw,39.653vh) scale(.6781)}to{transform:translate(20.48435vw,100vh) scale(.6781)}}.snow:nth-child(332){opacity:.8828;transform:translate(59.0109vw,-10px) scale(.1859);animation:fall-332 24s -2s linear infinite}@keyframes fall-332{57.621%{transform:translate(52.4931vw,57.621vh) scale(.1859)}to{transform:translate(55.752vw,100vh) scale(.1859)}}.snow:nth-child(333){opacity:.2922;transform:translate(39.139vw,-10px) scale(.805);animation:fall-333 27s -20s linear infinite}@keyframes fall-333{35.825%{transform:translate(30.2397vw,35.825vh) scale(.805)}to{transform:translate(34.68935vw,100vh) scale(.805)}}.snow:nth-child(334){opacity:.4718;transform:translate(15.6376vw,-10px) scale(.9135);animation:fall-334 28s -20s linear infinite}@keyframes fall-334{30.265%{transform:translate(11.9526vw,30.265vh) scale(.9135)}to{transform:translate(13.7951vw,100vh) scale(.9135)}}.snow:nth-child(335){opacity:.7392;transform:translate(59.3542vw,-10px) scale(.6403);animation:fall-335 24s -1s linear infinite}@keyframes fall-335{75.772%{transform:translate(64.8249vw,75.772vh) scale(.6403)}to{transform:translate(62.08955vw,100vh) scale(.6403)}}.snow:nth-child(336){opacity:1.9352;transform:translate(33.452vw,-10px) scale(.6559);animation:fall-336 23s -16s linear infinite}@keyframes fall-336{58.095%{transform:translate(42.8483vw,58.095vh) scale(.6559)}to{transform:translate(38.15015vw,100vh) scale(.6559)}}.snow:nth-child(337){opacity:.0466;transform:translate(78.3177vw,-10px) scale(.7147);animation:fall-337 21s -29s linear infinite}@keyframes fall-337{36.699%{transform:translate(76.5131vw,36.699vh) scale(.7147)}to{transform:translate(77.4154vw,100vh) scale(.7147)}}.snow:nth-child(338){opacity:1.8568;transform:translate(80.2643vw,-10px) scale(.5588);animation:fall-338 15s -6s linear infinite}@keyframes fall-338{71.624%{transform:translate(90.2361vw,71.624vh) scale(.5588)}to{transform:translate(85.2502vw,100vh) scale(.5588)}}.snow:nth-child(339){opacity:1.945;transform:translate(99.6997vw,-10px) scale(.1109);animation:fall-339 17s -21s linear infinite}@keyframes fall-339{37.621%{transform:translate(101.1114vw,37.621vh) scale(.1109)}to{transform:translate(100.40555vw,100vh) scale(.1109)}}.snow:nth-child(340){opacity:.1024;transform:translate(60.698vw,-10px) scale(.0233);animation:fall-340 22s -7s linear infinite}@keyframes fall-340{43.038%{transform:translate(56.4988vw,43.038vh) scale(.0233)}to{transform:translate(58.5984vw,100vh) scale(.0233)}}.snow:nth-child(341){opacity:.6908;transform:translate(86.9373vw,-10px) scale(.8063);animation:fall-341 16s -21s linear infinite}@keyframes fall-341{51.789%{transform:translate(84.8282vw,51.789vh) scale(.8063)}to{transform:translate(85.88275vw,100vh) scale(.8063)}}.snow:nth-child(342){opacity:.712;transform:translate(38.1065vw,-10px) scale(.2033);animation:fall-342 20s -23s linear infinite}@keyframes fall-342{44.467%{transform:translate(36.3515vw,44.467vh) scale(.2033)}to{transform:translate(37.229vw,100vh) scale(.2033)}}.snow:nth-child(343){opacity:1.1004;transform:translate(80.9444vw,-10px) scale(.8945);animation:fall-343 20s -7s linear infinite}@keyframes fall-343{45.575%{transform:translate(90.2521vw,45.575vh) scale(.8945)}to{transform:translate(85.59825vw,100vh) scale(.8945)}}.snow:nth-child(344){opacity:1.6372;transform:translate(83.8806vw,-10px) scale(.7724);animation:fall-344 25s -25s linear infinite}@keyframes fall-344{52.37%{transform:translate(75.0006vw,52.37vh) scale(.7724)}to{transform:translate(79.4406vw,100vh) scale(.7724)}}.snow:nth-child(345){opacity:.7588;transform:translate(31.7806vw,-10px) scale(.4155);animation:fall-345 15s -8s linear infinite}@keyframes fall-345{33.091%{transform:translate(23.1975vw,33.091vh) scale(.4155)}to{transform:translate(27.48905vw,100vh) scale(.4155)}}.snow:nth-child(346){opacity:1.831;transform:translate(.1155vw,-10px) scale(.7379);animation:fall-346 27s -20s linear infinite}@keyframes fall-346{53.912%{transform:translate(-.3934vw,53.912vh) scale(.7379)}to{transform:translate(-.13895vw,100vh) scale(.7379)}}.snow:nth-child(347){opacity:.7068;transform:translate(59.399vw,-10px) scale(.542);animation:fall-347 21s -30s linear infinite}@keyframes fall-347{33.441%{transform:translate(58.0277vw,33.441vh) scale(.542)}to{transform:translate(58.71335vw,100vh) scale(.542)}}.snow:nth-child(348){opacity:1.9244;transform:translate(51.2764vw,-10px) scale(.0857);animation:fall-348 19s -2s linear infinite}@keyframes fall-348{57.138%{transform:translate(48.5638vw,57.138vh) scale(.0857)}to{transform:translate(49.9201vw,100vh) scale(.0857)}}.snow:nth-child(349){opacity:.7784;transform:translate(12.7738vw,-10px) scale(.1533);animation:fall-349 22s -9s linear infinite}@keyframes fall-349{42.335%{transform:translate(20.7625vw,42.335vh) scale(.1533)}to{transform:translate(16.76815vw,100vh) scale(.1533)}}.snow:nth-child(350){opacity:.4836;transform:translate(18.7941vw,-10px) scale(.0718);animation:fall-350 28s -2s linear infinite}@keyframes fall-350{43.402%{transform:translate(25.7267vw,43.402vh) scale(.0718)}to{transform:translate(22.2604vw,100vh) scale(.0718)}}.snow:nth-child(351){opacity:.6942;transform:translate(98.1406vw,-10px) scale(.2115);animation:fall-351 25s -4s linear infinite}@keyframes fall-351{72.492%{transform:translate(91.0322vw,72.492vh) scale(.2115)}to{transform:translate(94.5864vw,100vh) scale(.2115)}}.snow:nth-child(352){opacity:.4308;transform:translate(96.3167vw,-10px) scale(.6333);animation:fall-352 11s -20s linear infinite}@keyframes fall-352{49.126%{transform:translate(90.2129vw,49.126vh) scale(.6333)}to{transform:translate(93.2648vw,100vh) scale(.6333)}}.snow:nth-child(353){opacity:.9474;transform:translate(32.7297vw,-10px) scale(.0081);animation:fall-353 14s -13s linear infinite}@keyframes fall-353{37.302%{transform:translate(31.1463vw,37.302vh) scale(.0081)}to{transform:translate(31.938vw,100vh) scale(.0081)}}.snow:nth-child(354){opacity:1.9976;transform:translate(44.201vw,-10px) scale(.2078);animation:fall-354 29s -29s linear infinite}@keyframes fall-354{66.522%{transform:translate(38.1159vw,66.522vh) scale(.2078)}to{transform:translate(41.15845vw,100vh) scale(.2078)}}.snow:nth-child(355){opacity:.4184;transform:translate(49.7895vw,-10px) scale(.4596);animation:fall-355 13s -20s linear infinite}@keyframes fall-355{63.791%{transform:translate(53.6007vw,63.791vh) scale(.4596)}to{transform:translate(51.6951vw,100vh) scale(.4596)}}.snow:nth-child(356){opacity:.3612;transform:translate(66.2442vw,-10px) scale(.2908);animation:fall-356 15s -19s linear infinite}@keyframes fall-356{51.87%{transform:translate(73.5142vw,51.87vh) scale(.2908)}to{transform:translate(69.8792vw,100vh) scale(.2908)}}.snow:nth-child(357){opacity:.0112;transform:translate(40.1893vw,-10px) scale(.1386);animation:fall-357 17s -5s linear infinite}@keyframes fall-357{71.956%{transform:translate(34.7854vw,71.956vh) scale(.1386)}to{transform:translate(37.48735vw,100vh) scale(.1386)}}.snow:nth-child(358){opacity:.7962;transform:translate(18.6072vw,-10px) scale(.9783);animation:fall-358 18s -10s linear infinite}@keyframes fall-358{68.122%{transform:translate(21.6914vw,68.122vh) scale(.9783)}to{transform:translate(20.1493vw,100vh) scale(.9783)}}.snow:nth-child(359){opacity:1.0698;transform:translate(81.5852vw,-10px) scale(.1239);animation:fall-359 29s -18s linear infinite}@keyframes fall-359{55.764%{transform:translate(81.521vw,55.764vh) scale(.1239)}to{transform:translate(81.5531vw,100vh) scale(.1239)}}.snow:nth-child(360){opacity:1.4752;transform:translate(61.8445vw,-10px) scale(.1254);animation:fall-360 11s -1s linear infinite}@keyframes fall-360{33.352%{transform:translate(64.1306vw,33.352vh) scale(.1254)}to{transform:translate(62.98755vw,100vh) scale(.1254)}}.snow:nth-child(361){opacity:1.7236;transform:translate(3.4594vw,-10px) scale(.0692);animation:fall-361 13s -19s linear infinite}@keyframes fall-361{58.899%{transform:translate(-.1862vw,58.899vh) scale(.0692)}to{transform:translate(1.6366vw,100vh) scale(.0692)}}.snow:nth-child(362){opacity:1.553;transform:translate(72.5849vw,-10px) scale(.8979);animation:fall-362 10s -22s linear infinite}@keyframes fall-362{64.33%{transform:translate(68.823vw,64.33vh) scale(.8979)}to{transform:translate(70.70395vw,100vh) scale(.8979)}}.snow:nth-child(363){opacity:1.9272;transform:translate(37.0884vw,-10px) scale(.2699);animation:fall-363 23s -29s linear infinite}@keyframes fall-363{77.826%{transform:translate(28.503vw,77.826vh) scale(.2699)}to{transform:translate(32.7957vw,100vh) scale(.2699)}}.snow:nth-child(364){opacity:1.7896;transform:translate(24.2004vw,-10px) scale(.5755);animation:fall-364 18s -9s linear infinite}@keyframes fall-364{44.238%{transform:translate(14.3443vw,44.238vh) scale(.5755)}to{transform:translate(19.27235vw,100vh) scale(.5755)}}.snow:nth-child(365){opacity:1.6866;transform:translate(59.634vw,-10px) scale(.9942);animation:fall-365 20s -12s linear infinite}@keyframes fall-365{34.962%{transform:translate(55.6356vw,34.962vh) scale(.9942)}to{transform:translate(57.6348vw,100vh) scale(.9942)}}.snow:nth-child(366){opacity:.0562;transform:translate(82.5891vw,-10px) scale(.4985);animation:fall-366 10s -16s linear infinite}@keyframes fall-366{68.125%{transform:translate(91.2811vw,68.125vh) scale(.4985)}to{transform:translate(86.9351vw,100vh) scale(.4985)}}.snow:nth-child(367){opacity:.782;transform:translate(24.3627vw,-10px) scale(.3027);animation:fall-367 12s -10s linear infinite}@keyframes fall-367{48.531%{transform:translate(26.1461vw,48.531vh) scale(.3027)}to{transform:translate(25.2544vw,100vh) scale(.3027)}}.snow:nth-child(368){opacity:1.2616;transform:translate(31.8662vw,-10px) scale(.1897);animation:fall-368 21s -17s linear infinite}@keyframes fall-368{64.183%{transform:translate(30.0312vw,64.183vh) scale(.1897)}to{transform:translate(30.9487vw,100vh) scale(.1897)}}.snow:nth-child(369){opacity:1.1552;transform:translate(21.5854vw,-10px) scale(.0928);animation:fall-369 19s -26s linear infinite}@keyframes fall-369{66.524%{transform:translate(25.8725vw,66.524vh) scale(.0928)}to{transform:translate(23.72895vw,100vh) scale(.0928)}}.snow:nth-child(370){opacity:1.4722;transform:translate(88.9552vw,-10px) scale(.4803);animation:fall-370 24s -20s linear infinite}@keyframes fall-370{30.198%{transform:translate(80.0506vw,30.198vh) scale(.4803)}to{transform:translate(84.5029vw,100vh) scale(.4803)}}.snow:nth-child(371){opacity:1.8318;transform:translate(29.264vw,-10px) scale(.5565);animation:fall-371 17s -29s linear infinite}@keyframes fall-371{60.15%{transform:translate(27.2313vw,60.15vh) scale(.5565)}to{transform:translate(28.24765vw,100vh) scale(.5565)}}.snow:nth-child(372){opacity:.6982;transform:translate(32.4295vw,-10px) scale(.2436);animation:fall-372 27s -16s linear infinite}@keyframes fall-372{40.121%{transform:translate(36.2771vw,40.121vh) scale(.2436)}to{transform:translate(34.3533vw,100vh) scale(.2436)}}.snow:nth-child(373){opacity:1.6872;transform:translate(43.1732vw,-10px) scale(.7934);animation:fall-373 16s -5s linear infinite}@keyframes fall-373{42.34%{transform:translate(50.8748vw,42.34vh) scale(.7934)}to{transform:translate(47.024vw,100vh) scale(.7934)}}.snow:nth-child(374){opacity:1.849;transform:translate(17.7115vw,-10px) scale(.7845);animation:fall-374 13s -5s linear infinite}@keyframes fall-374{58.194%{transform:translate(9.714vw,58.194vh) scale(.7845)}to{transform:translate(13.71275vw,100vh) scale(.7845)}}.snow:nth-child(375){opacity:.9682;transform:translate(62.6997vw,-10px) scale(.2264);animation:fall-375 22s -6s linear infinite}@keyframes fall-375{56.335%{transform:translate(55.4183vw,56.335vh) scale(.2264)}to{transform:translate(59.059vw,100vh) scale(.2264)}}.snow:nth-child(376){opacity:1.7358;transform:translate(92.448vw,-10px) scale(.3449);animation:fall-376 15s -3s linear infinite}@keyframes fall-376{38.318%{transform:translate(86.6692vw,38.318vh) scale(.3449)}to{transform:translate(89.5586vw,100vh) scale(.3449)}}.snow:nth-child(377){opacity:1.0814;transform:translate(10.1736vw,-10px) scale(.8468);animation:fall-377 23s -15s linear infinite}@keyframes fall-377{56.757%{transform:translate(18.6888vw,56.757vh) scale(.8468)}to{transform:translate(14.4312vw,100vh) scale(.8468)}}.snow:nth-child(378){opacity:1.7796;transform:translate(42.0624vw,-10px) scale(.7693);animation:fall-378 27s -10s linear infinite}@keyframes fall-378{49.749%{transform:translate(50.1477vw,49.749vh) scale(.7693)}to{transform:translate(46.10505vw,100vh) scale(.7693)}}.snow:nth-child(379){opacity:1.839;transform:translate(3.6767vw,-10px) scale(.758);animation:fall-379 30s -1s linear infinite}@keyframes fall-379{67.591%{transform:translate(10.7382vw,67.591vh) scale(.758)}to{transform:translate(7.20745vw,100vh) scale(.758)}}.snow:nth-child(380){opacity:1.6626;transform:translate(99.8132vw,-10px) scale(.0761);animation:fall-380 27s -25s linear infinite}@keyframes fall-380{61.528%{transform:translate(96.793vw,61.528vh) scale(.0761)}to{transform:translate(98.3031vw,100vh) scale(.0761)}}.snow:nth-child(381){opacity:1.4946;transform:translate(17.1082vw,-10px) scale(.4911);animation:fall-381 15s -5s linear infinite}@keyframes fall-381{54.071%{transform:translate(16.8424vw,54.071vh) scale(.4911)}to{transform:translate(16.9753vw,100vh) scale(.4911)}}.snow:nth-child(382){opacity:.8652;transform:translate(68.8711vw,-10px) scale(.0242);animation:fall-382 22s -25s linear infinite}@keyframes fall-382{50.336%{transform:translate(78.1803vw,50.336vh) scale(.0242)}to{transform:translate(73.5257vw,100vh) scale(.0242)}}.snow:nth-child(383){opacity:1.354;transform:translate(44.3909vw,-10px) scale(.7594);animation:fall-383 24s -29s linear infinite}@keyframes fall-383{50.968%{transform:translate(43.8179vw,50.968vh) scale(.7594)}to{transform:translate(44.1044vw,100vh) scale(.7594)}}.snow:nth-child(384){opacity:1.0178;transform:translate(22.3287vw,-10px) scale(.8346);animation:fall-384 25s -13s linear infinite}@keyframes fall-384{43.174%{transform:translate(13.7146vw,43.174vh) scale(.8346)}to{transform:translate(18.02165vw,100vh) scale(.8346)}}.snow:nth-child(385){opacity:.4782;transform:translate(45.2076vw,-10px) scale(.7668);animation:fall-385 21s -24s linear infinite}@keyframes fall-385{42.87%{transform:translate(40.3858vw,42.87vh) scale(.7668)}to{transform:translate(42.7967vw,100vh) scale(.7668)}}.snow:nth-child(386){opacity:.8078;transform:translate(22.5737vw,-10px) scale(.5604);animation:fall-386 11s -10s linear infinite}@keyframes fall-386{60.221%{transform:translate(31.2222vw,60.221vh) scale(.5604)}to{transform:translate(26.89795vw,100vh) scale(.5604)}}.snow:nth-child(387){opacity:.7408;transform:translate(82.2127vw,-10px) scale(.4826);animation:fall-387 25s -25s linear infinite}@keyframes fall-387{49.639%{transform:translate(85.982vw,49.639vh) scale(.4826)}to{transform:translate(84.09735vw,100vh) scale(.4826)}}.snow:nth-child(388){opacity:1.537;transform:translate(94.9065vw,-10px) scale(.9775);animation:fall-388 14s -11s linear infinite}@keyframes fall-388{77.989%{transform:translate(86.4286vw,77.989vh) scale(.9775)}to{transform:translate(90.66755vw,100vh) scale(.9775)}}.snow:nth-child(389){opacity:.5188;transform:translate(5.5545vw,-10px) scale(.3995);animation:fall-389 12s -15s linear infinite}@keyframes fall-389{33.247%{transform:translate(4.5949vw,33.247vh) scale(.3995)}to{transform:translate(5.0747vw,100vh) scale(.3995)}}.snow:nth-child(390){opacity:.3916;transform:translate(5.9876vw,-10px) scale(.2927);animation:fall-390 23s -4s linear infinite}@keyframes fall-390{60.696%{transform:translate(-1.5623vw,60.696vh) scale(.2927)}to{transform:translate(2.21265vw,100vh) scale(.2927)}}.snow:nth-child(391){opacity:1.901;transform:translate(38.4866vw,-10px) scale(.2949);animation:fall-391 21s -9s linear infinite}@keyframes fall-391{66.776%{transform:translate(47.2678vw,66.776vh) scale(.2949)}to{transform:translate(42.8772vw,100vh) scale(.2949)}}.snow:nth-child(392){opacity:1.0958;transform:translate(20.407vw,-10px) scale(.7315);animation:fall-392 24s -2s linear infinite}@keyframes fall-392{40.865%{transform:translate(23.697vw,40.865vh) scale(.7315)}to{transform:translate(22.052vw,100vh) scale(.7315)}}.snow:nth-child(393){opacity:.1464;transform:translate(94.984vw,-10px) scale(.6407);animation:fall-393 15s -16s linear infinite}@keyframes fall-393{61.59%{transform:translate(99.6701vw,61.59vh) scale(.6407)}to{transform:translate(97.32705vw,100vh) scale(.6407)}}.snow:nth-child(394){opacity:.339;transform:translate(27.9917vw,-10px) scale(.7886);animation:fall-394 24s -27s linear infinite}@keyframes fall-394{50.16%{transform:translate(37.4367vw,50.16vh) scale(.7886)}to{transform:translate(32.7142vw,100vh) scale(.7886)}}.snow:nth-child(395){opacity:.8544;transform:translate(21.1798vw,-10px) scale(.7605);animation:fall-395 30s -19s linear infinite}@keyframes fall-395{59.712%{transform:translate(21.2707vw,59.712vh) scale(.7605)}to{transform:translate(21.22525vw,100vh) scale(.7605)}}.snow:nth-child(396){opacity:.9252;transform:translate(39.2733vw,-10px) scale(.6539);animation:fall-396 19s -28s linear infinite}@keyframes fall-396{53.73%{transform:translate(38.5982vw,53.73vh) scale(.6539)}to{transform:translate(38.93575vw,100vh) scale(.6539)}}.snow:nth-child(397){opacity:1.0682;transform:translate(79.4671vw,-10px) scale(.061);animation:fall-397 23s -1s linear infinite}@keyframes fall-397{44.181%{transform:translate(71.6818vw,44.181vh) scale(.061)}to{transform:translate(75.57445vw,100vh) scale(.061)}}.snow:nth-child(398){opacity:1.5188;transform:translate(62.4241vw,-10px) scale(.7718);animation:fall-398 25s -3s linear infinite}@keyframes fall-398{38.19%{transform:translate(70.1482vw,38.19vh) scale(.7718)}to{transform:translate(66.28615vw,100vh) scale(.7718)}}.snow:nth-child(399){opacity:1.9722;transform:translate(17.2408vw,-10px) scale(.5475);animation:fall-399 21s -30s linear infinite}@keyframes fall-399{33.887%{transform:translate(11.9073vw,33.887vh) scale(.5475)}to{transform:translate(14.57405vw,100vh) scale(.5475)}}.snow:nth-child(400){opacity:1.3724;transform:translate(7.3734vw,-10px) scale(.9296);animation:fall-400 30s -1s linear infinite}@keyframes fall-400{71.312%{transform:translate(12.1286vw,71.312vh) scale(.9296)}to{transform:translate(9.751vw,100vh) scale(.9296)}}\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 });
21
+ AppComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: AppComponent, selector: "app-root", ngImport: i0, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:.3256;transform:translate(24.0928vw,-10px) scale(.3177);animation:fall-1 11s -1s linear infinite}@keyframes fall-1{79.733%{transform:translate(19.2376vw,79.733vh) scale(.3177)}to{transform:translate(21.6652vw,100vh) scale(.3177)}}.snow:nth-child(2){opacity:.391;transform:translate(15.75vw,-10px) scale(.0847);animation:fall-2 21s -28s linear infinite}@keyframes fall-2{33.853%{transform:translate(12.3883vw,33.853vh) scale(.0847)}to{transform:translate(14.06915vw,100vh) scale(.0847)}}.snow:nth-child(3){opacity:.128;transform:translate(25.6721vw,-10px) scale(.842);animation:fall-3 13s -10s linear infinite}@keyframes fall-3{48.6%{transform:translate(23.8616vw,48.6vh) scale(.842)}to{transform:translate(24.76685vw,100vh) scale(.842)}}.snow:nth-child(4){opacity:1.973;transform:translate(20.4394vw,-10px) scale(.5942);animation:fall-4 23s -21s linear infinite}@keyframes fall-4{46.262%{transform:translate(19.6473vw,46.262vh) scale(.5942)}to{transform:translate(20.04335vw,100vh) scale(.5942)}}.snow:nth-child(5){opacity:.7172;transform:translate(.2812vw,-10px) scale(.241);animation:fall-5 11s -18s linear infinite}@keyframes fall-5{64.53%{transform:translate(5.6631vw,64.53vh) scale(.241)}to{transform:translate(2.97215vw,100vh) scale(.241)}}.snow:nth-child(6){opacity:1.187;transform:translate(50.9148vw,-10px) scale(.5991);animation:fall-6 18s -2s linear infinite}@keyframes fall-6{52.42%{transform:translate(43.4323vw,52.42vh) scale(.5991)}to{transform:translate(47.17355vw,100vh) scale(.5991)}}.snow:nth-child(7){opacity:.1982;transform:translate(81.1612vw,-10px) scale(.1681);animation:fall-7 30s -19s linear infinite}@keyframes fall-7{76.978%{transform:translate(73.0515vw,76.978vh) scale(.1681)}to{transform:translate(77.10635vw,100vh) scale(.1681)}}.snow:nth-child(8){opacity:.0122;transform:translate(67.568vw,-10px) scale(.1271);animation:fall-8 11s -11s linear infinite}@keyframes fall-8{76.618%{transform:translate(59.4222vw,76.618vh) scale(.1271)}to{transform:translate(63.4951vw,100vh) scale(.1271)}}.snow:nth-child(9){opacity:1.02;transform:translate(53.263vw,-10px) scale(.7904);animation:fall-9 24s -19s linear infinite}@keyframes fall-9{58.082%{transform:translate(56.4518vw,58.082vh) scale(.7904)}to{transform:translate(54.8574vw,100vh) scale(.7904)}}.snow:nth-child(10){opacity:.7078;transform:translate(32.8586vw,-10px) scale(.8242);animation:fall-10 15s -6s linear infinite}@keyframes fall-10{72.973%{transform:translate(24.0485vw,72.973vh) scale(.8242)}to{transform:translate(28.45355vw,100vh) scale(.8242)}}.snow:nth-child(11){opacity:1.5162;transform:translate(24.991vw,-10px) scale(.6427);animation:fall-11 11s -21s linear infinite}@keyframes fall-11{33.214%{transform:translate(28.524vw,33.214vh) scale(.6427)}to{transform:translate(26.7575vw,100vh) scale(.6427)}}.snow:nth-child(12){opacity:1.9102;transform:translate(49.0084vw,-10px) scale(.6578);animation:fall-12 28s -9s linear infinite}@keyframes fall-12{68.697%{transform:translate(43.6283vw,68.697vh) scale(.6578)}to{transform:translate(46.31835vw,100vh) scale(.6578)}}.snow:nth-child(13){opacity:.6372;transform:translate(91.7444vw,-10px) scale(.6747);animation:fall-13 22s -25s linear infinite}@keyframes fall-13{72.279%{transform:translate(93.2733vw,72.279vh) scale(.6747)}to{transform:translate(92.50885vw,100vh) scale(.6747)}}.snow:nth-child(14){opacity:1.1002;transform:translate(43.4006vw,-10px) scale(.9881);animation:fall-14 23s -18s linear infinite}@keyframes fall-14{39.111%{transform:translate(33.7479vw,39.111vh) scale(.9881)}to{transform:translate(38.57425vw,100vh) scale(.9881)}}.snow:nth-child(15){opacity:.4592;transform:translate(.853vw,-10px) scale(.4992);animation:fall-15 18s -8s linear infinite}@keyframes fall-15{32.638%{transform:translate(-6.6725vw,32.638vh) scale(.4992)}to{transform:translate(-2.90975vw,100vh) scale(.4992)}}.snow:nth-child(16){opacity:1.7056;transform:translate(80.9536vw,-10px) scale(.0124);animation:fall-16 12s -14s linear infinite}@keyframes fall-16{44.936%{transform:translate(88.3304vw,44.936vh) scale(.0124)}to{transform:translate(84.642vw,100vh) scale(.0124)}}.snow:nth-child(17){opacity:.8444;transform:translate(16.5483vw,-10px) scale(.6799);animation:fall-17 27s -9s linear infinite}@keyframes fall-17{41.161%{transform:translate(10.433vw,41.161vh) scale(.6799)}to{transform:translate(13.49065vw,100vh) scale(.6799)}}.snow:nth-child(18){opacity:1.6676;transform:translate(63.9351vw,-10px) scale(.7289);animation:fall-18 16s -4s linear infinite}@keyframes fall-18{56.517%{transform:translate(69.8411vw,56.517vh) scale(.7289)}to{transform:translate(66.8881vw,100vh) scale(.7289)}}.snow:nth-child(19){opacity:1.2198;transform:translate(93.6888vw,-10px) scale(.4403);animation:fall-19 20s -6s linear infinite}@keyframes fall-19{42.831%{transform:translate(91.7669vw,42.831vh) scale(.4403)}to{transform:translate(92.72785vw,100vh) scale(.4403)}}.snow:nth-child(20){opacity:.3818;transform:translate(64.4559vw,-10px) scale(.5641);animation:fall-20 16s -6s linear infinite}@keyframes fall-20{76.549%{transform:translate(68.5273vw,76.549vh) scale(.5641)}to{transform:translate(66.4916vw,100vh) scale(.5641)}}.snow:nth-child(21){opacity:.571;transform:translate(95.9915vw,-10px) scale(.0228);animation:fall-21 28s -5s linear infinite}@keyframes fall-21{72.369%{transform:translate(87.0417vw,72.369vh) scale(.0228)}to{transform:translate(91.5166vw,100vh) scale(.0228)}}.snow:nth-child(22){opacity:.0142;transform:translate(93.7981vw,-10px) scale(.6825);animation:fall-22 23s -26s linear infinite}@keyframes fall-22{63.828%{transform:translate(95.323vw,63.828vh) scale(.6825)}to{transform:translate(94.56055vw,100vh) scale(.6825)}}.snow:nth-child(23){opacity:.2224;transform:translate(10.6942vw,-10px) scale(.5988);animation:fall-23 30s -27s linear infinite}@keyframes fall-23{59.163%{transform:translate(11.639vw,59.163vh) scale(.5988)}to{transform:translate(11.1666vw,100vh) scale(.5988)}}.snow:nth-child(24){opacity:1.234;transform:translate(96.3743vw,-10px) scale(.2052);animation:fall-24 14s -28s linear infinite}@keyframes fall-24{76.238%{transform:translate(96.9862vw,76.238vh) scale(.2052)}to{transform:translate(96.68025vw,100vh) scale(.2052)}}.snow:nth-child(25){opacity:1.4964;transform:translate(28.3316vw,-10px) scale(.3007);animation:fall-25 16s -15s linear infinite}@keyframes fall-25{53.965%{transform:translate(21.8103vw,53.965vh) scale(.3007)}to{transform:translate(25.07095vw,100vh) scale(.3007)}}.snow:nth-child(26){opacity:.0212;transform:translate(39.9527vw,-10px) scale(.7876);animation:fall-26 16s -25s linear infinite}@keyframes fall-26{78.547%{transform:translate(48.816vw,78.547vh) scale(.7876)}to{transform:translate(44.38435vw,100vh) scale(.7876)}}.snow:nth-child(27){opacity:1.8522;transform:translate(49.2709vw,-10px) scale(.5522);animation:fall-27 20s -25s linear infinite}@keyframes fall-27{69.938%{transform:translate(55.8038vw,69.938vh) scale(.5522)}to{transform:translate(52.53735vw,100vh) scale(.5522)}}.snow:nth-child(28){opacity:1.4436;transform:translate(70.0932vw,-10px) scale(.5454);animation:fall-28 14s -16s linear infinite}@keyframes fall-28{65.416%{transform:translate(64.7782vw,65.416vh) scale(.5454)}to{transform:translate(67.4357vw,100vh) scale(.5454)}}.snow:nth-child(29){opacity:.2404;transform:translate(22.9203vw,-10px) scale(.2011);animation:fall-29 13s -13s linear infinite}@keyframes fall-29{75.793%{transform:translate(29.6765vw,75.793vh) scale(.2011)}to{transform:translate(26.2984vw,100vh) scale(.2011)}}.snow:nth-child(30){opacity:1.7328;transform:translate(27.3652vw,-10px) scale(.9135);animation:fall-30 21s -10s linear infinite}@keyframes fall-30{47.247%{transform:translate(32.35vw,47.247vh) scale(.9135)}to{transform:translate(29.8576vw,100vh) scale(.9135)}}.snow:nth-child(31){opacity:.3314;transform:translate(63.5315vw,-10px) scale(.7478);animation:fall-31 21s -20s linear infinite}@keyframes fall-31{67.626%{transform:translate(68.5359vw,67.626vh) scale(.7478)}to{transform:translate(66.0337vw,100vh) scale(.7478)}}.snow:nth-child(32){opacity:1.9474;transform:translate(73.6132vw,-10px) scale(.133);animation:fall-32 14s -5s linear infinite}@keyframes fall-32{42.706%{transform:translate(67.2222vw,42.706vh) scale(.133)}to{transform:translate(70.4177vw,100vh) scale(.133)}}.snow:nth-child(33){opacity:.2744;transform:translate(8.6806vw,-10px) scale(.1573);animation:fall-33 14s -29s linear infinite}@keyframes fall-33{43.251%{transform:translate(-.8792vw,43.251vh) scale(.1573)}to{transform:translate(3.9007vw,100vh) scale(.1573)}}.snow:nth-child(34){opacity:1.9596;transform:translate(95.2675vw,-10px) scale(.9339);animation:fall-34 29s -22s linear infinite}@keyframes fall-34{75.934%{transform:translate(88.7453vw,75.934vh) scale(.9339)}to{transform:translate(92.0064vw,100vh) scale(.9339)}}.snow:nth-child(35){opacity:1.2462;transform:translate(25.5115vw,-10px) scale(.0876);animation:fall-35 25s -8s linear infinite}@keyframes fall-35{46.035%{transform:translate(15.5453vw,46.035vh) scale(.0876)}to{transform:translate(20.5284vw,100vh) scale(.0876)}}.snow:nth-child(36){opacity:.2118;transform:translate(35.5415vw,-10px) scale(.5697);animation:fall-36 27s -25s linear infinite}@keyframes fall-36{58.039%{transform:translate(44.2063vw,58.039vh) scale(.5697)}to{transform:translate(39.8739vw,100vh) scale(.5697)}}.snow:nth-child(37){opacity:1.3406;transform:translate(3.014vw,-10px) scale(.9935);animation:fall-37 10s -25s linear infinite}@keyframes fall-37{64.697%{transform:translate(8.7125vw,64.697vh) scale(.9935)}to{transform:translate(5.86325vw,100vh) scale(.9935)}}.snow:nth-child(38){opacity:.0234;transform:translate(12.4455vw,-10px) scale(.9526);animation:fall-38 21s -23s linear infinite}@keyframes fall-38{30.162%{transform:translate(8.5602vw,30.162vh) scale(.9526)}to{transform:translate(10.50285vw,100vh) scale(.9526)}}.snow:nth-child(39){opacity:1.0156;transform:translate(57.9654vw,-10px) scale(.0051);animation:fall-39 29s -22s linear infinite}@keyframes fall-39{41.228%{transform:translate(54.9577vw,41.228vh) scale(.0051)}to{transform:translate(56.46155vw,100vh) scale(.0051)}}.snow:nth-child(40){opacity:.554;transform:translate(24.1949vw,-10px) scale(.3459);animation:fall-40 13s -21s linear infinite}@keyframes fall-40{34.056%{transform:translate(33.3154vw,34.056vh) scale(.3459)}to{transform:translate(28.75515vw,100vh) scale(.3459)}}.snow:nth-child(41){opacity:1.3866;transform:translate(49.3957vw,-10px) scale(.7138);animation:fall-41 18s -27s linear infinite}@keyframes fall-41{59.281%{transform:translate(45.4662vw,59.281vh) scale(.7138)}to{transform:translate(47.43095vw,100vh) scale(.7138)}}.snow:nth-child(42){opacity:1.3636;transform:translate(54.9269vw,-10px) scale(.9328);animation:fall-42 23s -16s linear infinite}@keyframes fall-42{42.438%{transform:translate(48.8288vw,42.438vh) scale(.9328)}to{transform:translate(51.87785vw,100vh) scale(.9328)}}.snow:nth-child(43){opacity:.4798;transform:translate(48.2589vw,-10px) scale(.4981);animation:fall-43 27s -13s linear infinite}@keyframes fall-43{34.111%{transform:translate(53.4763vw,34.111vh) scale(.4981)}to{transform:translate(50.8676vw,100vh) scale(.4981)}}.snow:nth-child(44){opacity:.7248;transform:translate(58.0984vw,-10px) scale(.2617);animation:fall-44 16s -28s linear infinite}@keyframes fall-44{75.112%{transform:translate(67.5818vw,75.112vh) scale(.2617)}to{transform:translate(62.8401vw,100vh) scale(.2617)}}.snow:nth-child(45){opacity:1.7938;transform:translate(79.932vw,-10px) scale(.5812);animation:fall-45 29s -28s linear infinite}@keyframes fall-45{73.749%{transform:translate(80.3112vw,73.749vh) scale(.5812)}to{transform:translate(80.1216vw,100vh) scale(.5812)}}.snow:nth-child(46){opacity:.1916;transform:translate(86.0556vw,-10px) scale(.3111);animation:fall-46 29s -8s linear infinite}@keyframes fall-46{66.717%{transform:translate(91.2401vw,66.717vh) scale(.3111)}to{transform:translate(88.64785vw,100vh) scale(.3111)}}.snow:nth-child(47){opacity:.5148;transform:translate(42.2889vw,-10px) scale(.3223);animation:fall-47 21s -28s linear infinite}@keyframes fall-47{50.696%{transform:translate(49.9881vw,50.696vh) scale(.3223)}to{transform:translate(46.1385vw,100vh) scale(.3223)}}.snow:nth-child(48){opacity:.3792;transform:translate(99.9912vw,-10px) scale(.3176);animation:fall-48 20s -8s linear infinite}@keyframes fall-48{79.978%{transform:translate(101.4098vw,79.978vh) scale(.3176)}to{transform:translate(100.7005vw,100vh) scale(.3176)}}.snow:nth-child(49){opacity:1.031;transform:translate(31.9342vw,-10px) scale(.1074);animation:fall-49 23s -22s linear infinite}@keyframes fall-49{77.856%{transform:translate(25.5554vw,77.856vh) scale(.1074)}to{transform:translate(28.7448vw,100vh) scale(.1074)}}.snow:nth-child(50){opacity:1.3208;transform:translate(27.097vw,-10px) scale(.1687);animation:fall-50 21s -12s linear infinite}@keyframes fall-50{50.441%{transform:translate(19.9982vw,50.441vh) scale(.1687)}to{transform:translate(23.5476vw,100vh) scale(.1687)}}.snow:nth-child(51){opacity:1.7904;transform:translate(21.3576vw,-10px) scale(.8717);animation:fall-51 25s -12s linear infinite}@keyframes fall-51{58.058%{transform:translate(12.8469vw,58.058vh) scale(.8717)}to{transform:translate(17.10225vw,100vh) scale(.8717)}}.snow:nth-child(52){opacity:1.4188;transform:translate(42.1165vw,-10px) scale(.4822);animation:fall-52 16s -14s linear infinite}@keyframes fall-52{53.916%{transform:translate(38.9292vw,53.916vh) scale(.4822)}to{transform:translate(40.52285vw,100vh) scale(.4822)}}.snow:nth-child(53){opacity:1.8018;transform:translate(97.2878vw,-10px) scale(.1413);animation:fall-53 21s -16s linear infinite}@keyframes fall-53{38.42%{transform:translate(92.1951vw,38.42vh) scale(.1413)}to{transform:translate(94.74145vw,100vh) scale(.1413)}}.snow:nth-child(54){opacity:.4762;transform:translate(21.7165vw,-10px) scale(.3134);animation:fall-54 26s -15s linear infinite}@keyframes fall-54{54.709%{transform:translate(12.7759vw,54.709vh) scale(.3134)}to{transform:translate(17.2462vw,100vh) scale(.3134)}}.snow:nth-child(55){opacity:.7184;transform:translate(52.0559vw,-10px) scale(.9009);animation:fall-55 26s -27s linear infinite}@keyframes fall-55{42.395%{transform:translate(49.4636vw,42.395vh) scale(.9009)}to{transform:translate(50.75975vw,100vh) scale(.9009)}}.snow:nth-child(56){opacity:.9248;transform:translate(23.5318vw,-10px) scale(.2763);animation:fall-56 27s -4s linear infinite}@keyframes fall-56{66.034%{transform:translate(26.4388vw,66.034vh) scale(.2763)}to{transform:translate(24.9853vw,100vh) scale(.2763)}}.snow:nth-child(57){opacity:1.8842;transform:translate(75.4212vw,-10px) scale(.4179);animation:fall-57 16s -25s linear infinite}@keyframes fall-57{62.245%{transform:translate(67.958vw,62.245vh) scale(.4179)}to{transform:translate(71.6896vw,100vh) scale(.4179)}}.snow:nth-child(58){opacity:.6734;transform:translate(16.21vw,-10px) scale(.3897);animation:fall-58 15s -23s linear infinite}@keyframes fall-58{41.355%{transform:translate(13.9356vw,41.355vh) scale(.3897)}to{transform:translate(15.0728vw,100vh) scale(.3897)}}.snow:nth-child(59){opacity:1.384;transform:translate(74.9857vw,-10px) scale(.7118);animation:fall-59 21s -21s linear infinite}@keyframes fall-59{43.026%{transform:translate(75.5904vw,43.026vh) scale(.7118)}to{transform:translate(75.28805vw,100vh) scale(.7118)}}.snow:nth-child(60){opacity:.1718;transform:translate(49.7484vw,-10px) scale(.7645);animation:fall-60 17s -8s linear infinite}@keyframes fall-60{60.764%{transform:translate(59.1667vw,60.764vh) scale(.7645)}to{transform:translate(54.45755vw,100vh) scale(.7645)}}.snow:nth-child(61){opacity:.7564;transform:translate(74.7168vw,-10px) scale(.8548);animation:fall-61 14s -21s linear infinite}@keyframes fall-61{68.025%{transform:translate(73.4422vw,68.025vh) scale(.8548)}to{transform:translate(74.0795vw,100vh) scale(.8548)}}.snow:nth-child(62){opacity:1.833;transform:translate(4.7685vw,-10px) scale(.6312);animation:fall-62 16s -2s linear infinite}@keyframes fall-62{51.015%{transform:translate(.0336vw,51.015vh) scale(.6312)}to{transform:translate(2.40105vw,100vh) scale(.6312)}}.snow:nth-child(63){opacity:.2764;transform:translate(79.9611vw,-10px) scale(.9838);animation:fall-63 22s -8s linear infinite}@keyframes fall-63{72.677%{transform:translate(87.1577vw,72.677vh) scale(.9838)}to{transform:translate(83.5594vw,100vh) scale(.9838)}}.snow:nth-child(64){opacity:1.9742;transform:translate(9.836vw,-10px) scale(.5916);animation:fall-64 30s -30s linear infinite}@keyframes fall-64{63.386%{transform:translate(2.8059vw,63.386vh) scale(.5916)}to{transform:translate(6.32095vw,100vh) scale(.5916)}}.snow:nth-child(65){opacity:.2224;transform:translate(67.9583vw,-10px) scale(.9722);animation:fall-65 16s -12s linear infinite}@keyframes fall-65{45.234%{transform:translate(67.9079vw,45.234vh) scale(.9722)}to{transform:translate(67.9331vw,100vh) scale(.9722)}}.snow:nth-child(66){opacity:1.9318;transform:translate(43.4036vw,-10px) scale(.9992);animation:fall-66 21s -29s linear infinite}@keyframes fall-66{45.642%{transform:translate(47.2157vw,45.642vh) scale(.9992)}to{transform:translate(45.30965vw,100vh) scale(.9992)}}.snow:nth-child(67){opacity:1.5688;transform:translate(33.5161vw,-10px) scale(.9945);animation:fall-67 20s -23s linear infinite}@keyframes fall-67{72.478%{transform:translate(28.0473vw,72.478vh) scale(.9945)}to{transform:translate(30.7817vw,100vh) scale(.9945)}}.snow:nth-child(68){opacity:.3656;transform:translate(37.0505vw,-10px) scale(.9542);animation:fall-68 22s -18s linear infinite}@keyframes fall-68{40.467%{transform:translate(27.7462vw,40.467vh) scale(.9542)}to{transform:translate(32.39835vw,100vh) scale(.9542)}}.snow:nth-child(69){opacity:.6216;transform:translate(43.6881vw,-10px) scale(.5772);animation:fall-69 24s -28s linear infinite}@keyframes fall-69{48.122%{transform:translate(42.9957vw,48.122vh) scale(.5772)}to{transform:translate(43.3419vw,100vh) scale(.5772)}}.snow:nth-child(70){opacity:1.25;transform:translate(35.9243vw,-10px) scale(.6863);animation:fall-70 29s -14s linear infinite}@keyframes fall-70{52.708%{transform:translate(44.3622vw,52.708vh) scale(.6863)}to{transform:translate(40.14325vw,100vh) scale(.6863)}}.snow:nth-child(71){opacity:.6118;transform:translate(67.735vw,-10px) scale(.854);animation:fall-71 10s -8s linear infinite}@keyframes fall-71{75.139%{transform:translate(69.0205vw,75.139vh) scale(.854)}to{transform:translate(68.37775vw,100vh) scale(.854)}}.snow:nth-child(72){opacity:.2982;transform:translate(56.3087vw,-10px) scale(.8035);animation:fall-72 28s -17s linear infinite}@keyframes fall-72{47.397%{transform:translate(49.5196vw,47.397vh) scale(.8035)}to{transform:translate(52.91415vw,100vh) scale(.8035)}}.snow:nth-child(73){opacity:1.8628;transform:translate(67.5641vw,-10px) scale(.7074);animation:fall-73 23s -26s linear infinite}@keyframes fall-73{33.602%{transform:translate(61.6093vw,33.602vh) scale(.7074)}to{transform:translate(64.5867vw,100vh) scale(.7074)}}.snow:nth-child(74){opacity:1.167;transform:translate(63.1127vw,-10px) scale(.0836);animation:fall-74 13s -8s linear infinite}@keyframes fall-74{44.999%{transform:translate(64.998vw,44.999vh) scale(.0836)}to{transform:translate(64.05535vw,100vh) scale(.0836)}}.snow:nth-child(75){opacity:1.7756;transform:translate(32.3579vw,-10px) scale(.7072);animation:fall-75 22s -2s linear infinite}@keyframes fall-75{77.689%{transform:translate(32.7247vw,77.689vh) scale(.7072)}to{transform:translate(32.5413vw,100vh) scale(.7072)}}.snow:nth-child(76){opacity:.1182;transform:translate(78.6687vw,-10px) scale(.8446);animation:fall-76 28s -15s linear infinite}@keyframes fall-76{78.28%{transform:translate(86.524vw,78.28vh) scale(.8446)}to{transform:translate(82.59635vw,100vh) scale(.8446)}}.snow:nth-child(77){opacity:1.0006;transform:translate(30.5512vw,-10px) scale(.8677);animation:fall-77 18s -23s linear infinite}@keyframes fall-77{75.832%{transform:translate(28.3531vw,75.832vh) scale(.8677)}to{transform:translate(29.45215vw,100vh) scale(.8677)}}.snow:nth-child(78){opacity:.2758;transform:translate(68.6632vw,-10px) scale(.9727);animation:fall-78 29s -6s linear infinite}@keyframes fall-78{70.858%{transform:translate(75.2108vw,70.858vh) scale(.9727)}to{transform:translate(71.937vw,100vh) scale(.9727)}}.snow:nth-child(79){opacity:.1934;transform:translate(83.7161vw,-10px) scale(.2073);animation:fall-79 25s -13s linear infinite}@keyframes fall-79{44.391%{transform:translate(78.1526vw,44.391vh) scale(.2073)}to{transform:translate(80.93435vw,100vh) scale(.2073)}}.snow:nth-child(80){opacity:1.3074;transform:translate(43.9189vw,-10px) scale(.5283);animation:fall-80 29s -5s linear infinite}@keyframes fall-80{38.593%{transform:translate(49.1478vw,38.593vh) scale(.5283)}to{transform:translate(46.53335vw,100vh) scale(.5283)}}.snow:nth-child(81){opacity:1.586;transform:translate(24.2145vw,-10px) scale(.5617);animation:fall-81 12s -3s linear infinite}@keyframes fall-81{42.449%{transform:translate(25.4421vw,42.449vh) scale(.5617)}to{transform:translate(24.8283vw,100vh) scale(.5617)}}.snow:nth-child(82){opacity:1.9562;transform:translate(.9358vw,-10px) scale(.3138);animation:fall-82 18s -22s linear infinite}@keyframes fall-82{68.873%{transform:translate(7.6897vw,68.873vh) scale(.3138)}to{transform:translate(4.31275vw,100vh) scale(.3138)}}.snow:nth-child(83){opacity:1.4798;transform:translate(82.1382vw,-10px) scale(.8714);animation:fall-83 28s -16s linear infinite}@keyframes fall-83{79.782%{transform:translate(90.6132vw,79.782vh) scale(.8714)}to{transform:translate(86.3757vw,100vh) scale(.8714)}}.snow:nth-child(84){opacity:.3252;transform:translate(67.7791vw,-10px) scale(.5949);animation:fall-84 17s -10s linear infinite}@keyframes fall-84{30.225%{transform:translate(68.9695vw,30.225vh) scale(.5949)}to{transform:translate(68.3743vw,100vh) scale(.5949)}}.snow:nth-child(85){opacity:.0726;transform:translate(.4616vw,-10px) scale(.1444);animation:fall-85 14s -21s linear infinite}@keyframes fall-85{34.275%{transform:translate(1.7854vw,34.275vh) scale(.1444)}to{transform:translate(1.1235vw,100vh) scale(.1444)}}.snow:nth-child(86){opacity:.626;transform:translate(18.2563vw,-10px) scale(.741);animation:fall-86 21s -11s linear infinite}@keyframes fall-86{42.91%{transform:translate(23.47vw,42.91vh) scale(.741)}to{transform:translate(20.86315vw,100vh) scale(.741)}}.snow:nth-child(87){opacity:.8292;transform:translate(19.2966vw,-10px) scale(.9388);animation:fall-87 11s -23s linear infinite}@keyframes fall-87{54.337%{transform:translate(10.7169vw,54.337vh) scale(.9388)}to{transform:translate(15.00675vw,100vh) scale(.9388)}}.snow:nth-child(88){opacity:1.0614;transform:translate(19.5388vw,-10px) scale(.6535);animation:fall-88 14s -21s linear infinite}@keyframes fall-88{60.707%{transform:translate(23.9946vw,60.707vh) scale(.6535)}to{transform:translate(21.7667vw,100vh) scale(.6535)}}.snow:nth-child(89){opacity:.6966;transform:translate(53.9417vw,-10px) scale(.4849);animation:fall-89 24s -3s linear infinite}@keyframes fall-89{33.575%{transform:translate(57.1984vw,33.575vh) scale(.4849)}to{transform:translate(55.57005vw,100vh) scale(.4849)}}.snow:nth-child(90){opacity:.952;transform:translate(14.4603vw,-10px) scale(.2643);animation:fall-90 28s -19s linear infinite}@keyframes fall-90{73.165%{transform:translate(12.8927vw,73.165vh) scale(.2643)}to{transform:translate(13.6765vw,100vh) scale(.2643)}}.snow:nth-child(91){opacity:1.7184;transform:translate(43.5731vw,-10px) scale(.5678);animation:fall-91 27s -13s linear infinite}@keyframes fall-91{63.42%{transform:translate(33.7482vw,63.42vh) scale(.5678)}to{transform:translate(38.66065vw,100vh) scale(.5678)}}.snow:nth-child(92){opacity:1.8026;transform:translate(16.2949vw,-10px) scale(.9014);animation:fall-92 27s -11s linear infinite}@keyframes fall-92{49.302%{transform:translate(9.8995vw,49.302vh) scale(.9014)}to{transform:translate(13.0972vw,100vh) scale(.9014)}}.snow:nth-child(93){opacity:1.7486;transform:translate(59.3997vw,-10px) scale(.1454);animation:fall-93 15s -23s linear infinite}@keyframes fall-93{48.811%{transform:translate(67.5205vw,48.811vh) scale(.1454)}to{transform:translate(63.4601vw,100vh) scale(.1454)}}.snow:nth-child(94){opacity:1.3168;transform:translate(91.0345vw,-10px) scale(.9692);animation:fall-94 28s -4s linear infinite}@keyframes fall-94{66.372%{transform:translate(96.2164vw,66.372vh) scale(.9692)}to{transform:translate(93.62545vw,100vh) scale(.9692)}}.snow:nth-child(95){opacity:.6626;transform:translate(45.1864vw,-10px) scale(.5009);animation:fall-95 25s -5s linear infinite}@keyframes fall-95{52.123%{transform:translate(38.7124vw,52.123vh) scale(.5009)}to{transform:translate(41.9494vw,100vh) scale(.5009)}}.snow:nth-child(96){opacity:.43;transform:translate(68.6371vw,-10px) scale(.8045);animation:fall-96 21s -19s linear infinite}@keyframes fall-96{49.693%{transform:translate(72.4545vw,49.693vh) scale(.8045)}to{transform:translate(70.5458vw,100vh) scale(.8045)}}.snow:nth-child(97){opacity:1.4298;transform:translate(98.3493vw,-10px) scale(.1687);animation:fall-97 26s -24s linear infinite}@keyframes fall-97{61.051%{transform:translate(90.2111vw,61.051vh) scale(.1687)}to{transform:translate(94.2802vw,100vh) scale(.1687)}}.snow:nth-child(98){opacity:1.487;transform:translate(22.0564vw,-10px) scale(.186);animation:fall-98 24s -12s linear infinite}@keyframes fall-98{50.768%{transform:translate(28.6363vw,50.768vh) scale(.186)}to{transform:translate(25.34635vw,100vh) scale(.186)}}.snow:nth-child(99){opacity:1.6028;transform:translate(44.1019vw,-10px) scale(.7054);animation:fall-99 20s -15s linear infinite}@keyframes fall-99{34.461%{transform:translate(37.1256vw,34.461vh) scale(.7054)}to{transform:translate(40.61375vw,100vh) scale(.7054)}}.snow:nth-child(100){opacity:1.4046;transform:translate(42.5254vw,-10px) scale(.1134);animation:fall-100 29s -21s linear infinite}@keyframes fall-100{71.83%{transform:translate(42.1608vw,71.83vh) scale(.1134)}to{transform:translate(42.3431vw,100vh) scale(.1134)}}.snow:nth-child(101){opacity:1.6224;transform:translate(47.1649vw,-10px) scale(.7217);animation:fall-101 28s -3s linear infinite}@keyframes fall-101{48.214%{transform:translate(50.4849vw,48.214vh) scale(.7217)}to{transform:translate(48.8249vw,100vh) scale(.7217)}}.snow:nth-child(102){opacity:1.5514;transform:translate(74.6513vw,-10px) scale(.5756);animation:fall-102 20s -21s linear infinite}@keyframes fall-102{46.258%{transform:translate(69.8906vw,46.258vh) scale(.5756)}to{transform:translate(72.27095vw,100vh) scale(.5756)}}.snow:nth-child(103){opacity:1.6238;transform:translate(78.5849vw,-10px) scale(.6388);animation:fall-103 26s -2s linear infinite}@keyframes fall-103{61.399%{transform:translate(73.5341vw,61.399vh) scale(.6388)}to{transform:translate(76.0595vw,100vh) scale(.6388)}}.snow:nth-child(104){opacity:1.1862;transform:translate(33.6863vw,-10px) scale(.1307);animation:fall-104 11s -10s linear infinite}@keyframes fall-104{63.462%{transform:translate(32.113vw,63.462vh) scale(.1307)}to{transform:translate(32.89965vw,100vh) scale(.1307)}}.snow:nth-child(105){opacity:1.5094;transform:translate(79.1397vw,-10px) scale(.3175);animation:fall-105 14s -11s linear infinite}@keyframes fall-105{35.118%{transform:translate(75.1445vw,35.118vh) scale(.3175)}to{transform:translate(77.1421vw,100vh) scale(.3175)}}.snow:nth-child(106){opacity:1.9942;transform:translate(47.069vw,-10px) scale(.1189);animation:fall-106 15s -30s linear infinite}@keyframes fall-106{67.07%{transform:translate(40.6922vw,67.07vh) scale(.1189)}to{transform:translate(43.8806vw,100vh) scale(.1189)}}.snow:nth-child(107){opacity:1.4204;transform:translate(7.2942vw,-10px) scale(.7693);animation:fall-107 25s -3s linear infinite}@keyframes fall-107{64.441%{transform:translate(7.4832vw,64.441vh) scale(.7693)}to{transform:translate(7.3887vw,100vh) scale(.7693)}}.snow:nth-child(108){opacity:1.2644;transform:translate(58.2783vw,-10px) scale(.9357);animation:fall-108 21s -22s linear infinite}@keyframes fall-108{74.602%{transform:translate(61.0593vw,74.602vh) scale(.9357)}to{transform:translate(59.6688vw,100vh) scale(.9357)}}.snow:nth-child(109){opacity:.3088;transform:translate(80.3875vw,-10px) scale(.4918);animation:fall-109 15s -4s linear infinite}@keyframes fall-109{64.92%{transform:translate(89.5017vw,64.92vh) scale(.4918)}to{transform:translate(84.9446vw,100vh) scale(.4918)}}.snow:nth-child(110){opacity:.1616;transform:translate(8.9229vw,-10px) scale(.0262);animation:fall-110 23s -20s linear infinite}@keyframes fall-110{49.945%{transform:translate(13.6366vw,49.945vh) scale(.0262)}to{transform:translate(11.27975vw,100vh) scale(.0262)}}.snow:nth-child(111){opacity:.2602;transform:translate(46.6855vw,-10px) scale(.634);animation:fall-111 26s -1s linear infinite}@keyframes fall-111{66.493%{transform:translate(47.4902vw,66.493vh) scale(.634)}to{transform:translate(47.08785vw,100vh) scale(.634)}}.snow:nth-child(112){opacity:.8748;transform:translate(41.2823vw,-10px) scale(.346);animation:fall-112 18s -12s linear infinite}@keyframes fall-112{68.246%{transform:translate(45.1888vw,68.246vh) scale(.346)}to{transform:translate(43.23555vw,100vh) scale(.346)}}.snow:nth-child(113){opacity:.1248;transform:translate(57.0649vw,-10px) scale(.4723);animation:fall-113 21s -11s linear infinite}@keyframes fall-113{47.77%{transform:translate(59.3854vw,47.77vh) scale(.4723)}to{transform:translate(58.22515vw,100vh) scale(.4723)}}.snow:nth-child(114){opacity:.4516;transform:translate(5.4535vw,-10px) scale(.5097);animation:fall-114 29s -20s linear infinite}@keyframes fall-114{60.54%{transform:translate(12.6713vw,60.54vh) scale(.5097)}to{transform:translate(9.0624vw,100vh) scale(.5097)}}.snow:nth-child(115){opacity:1.0522;transform:translate(81.3193vw,-10px) scale(.9228);animation:fall-115 15s -4s linear infinite}@keyframes fall-115{71.225%{transform:translate(75.9564vw,71.225vh) scale(.9228)}to{transform:translate(78.63785vw,100vh) scale(.9228)}}.snow:nth-child(116){opacity:1.4976;transform:translate(1.1014vw,-10px) scale(.9921);animation:fall-116 22s -12s linear infinite}@keyframes fall-116{61.009%{transform:translate(-3.0666vw,61.009vh) scale(.9921)}to{transform:translate(-.9826vw,100vh) scale(.9921)}}.snow:nth-child(117){opacity:1.6532;transform:translate(60.5218vw,-10px) scale(.4732);animation:fall-117 28s -1s linear infinite}@keyframes fall-117{58.718%{transform:translate(56.5479vw,58.718vh) scale(.4732)}to{transform:translate(58.53485vw,100vh) scale(.4732)}}.snow:nth-child(118){opacity:1.9068;transform:translate(93.8341vw,-10px) scale(.2824);animation:fall-118 24s -11s linear infinite}@keyframes fall-118{51.342%{transform:translate(98.2872vw,51.342vh) scale(.2824)}to{transform:translate(96.06065vw,100vh) scale(.2824)}}.snow:nth-child(119){opacity:1.2272;transform:translate(8.2649vw,-10px) scale(.7045);animation:fall-119 24s -17s linear infinite}@keyframes fall-119{35.019%{transform:translate(4.0315vw,35.019vh) scale(.7045)}to{transform:translate(6.1482vw,100vh) scale(.7045)}}.snow:nth-child(120){opacity:.1052;transform:translate(63.716vw,-10px) scale(.2999);animation:fall-120 11s -3s linear infinite}@keyframes fall-120{45.556%{transform:translate(66.987vw,45.556vh) scale(.2999)}to{transform:translate(65.3515vw,100vh) scale(.2999)}}.snow:nth-child(121){opacity:.628;transform:translate(15.8552vw,-10px) scale(.969);animation:fall-121 23s -7s linear infinite}@keyframes fall-121{71.832%{transform:translate(12.5323vw,71.832vh) scale(.969)}to{transform:translate(14.19375vw,100vh) scale(.969)}}.snow:nth-child(122){opacity:.5578;transform:translate(17.878vw,-10px) scale(.0623);animation:fall-122 12s -10s linear infinite}@keyframes fall-122{75.572%{transform:translate(23.0776vw,75.572vh) scale(.0623)}to{transform:translate(20.4778vw,100vh) scale(.0623)}}.snow:nth-child(123){opacity:.4308;transform:translate(58.3114vw,-10px) scale(.883);animation:fall-123 19s -12s linear infinite}@keyframes fall-123{54.521%{transform:translate(50.2269vw,54.521vh) scale(.883)}to{transform:translate(54.26915vw,100vh) scale(.883)}}.snow:nth-child(124){opacity:1.8648;transform:translate(43.0086vw,-10px) scale(.9535);animation:fall-124 10s -7s linear infinite}@keyframes fall-124{39.54%{transform:translate(48.5014vw,39.54vh) scale(.9535)}to{transform:translate(45.755vw,100vh) scale(.9535)}}.snow:nth-child(125){opacity:1.4644;transform:translate(52.2387vw,-10px) scale(.2795);animation:fall-125 21s -6s linear infinite}@keyframes fall-125{42.234%{transform:translate(53.3628vw,42.234vh) scale(.2795)}to{transform:translate(52.80075vw,100vh) scale(.2795)}}.snow:nth-child(126){opacity:.3922;transform:translate(16.979vw,-10px) scale(.0262);animation:fall-126 23s -26s linear infinite}@keyframes fall-126{67.224%{transform:translate(17.3471vw,67.224vh) scale(.0262)}to{transform:translate(17.16305vw,100vh) scale(.0262)}}.snow:nth-child(127){opacity:1.5534;transform:translate(.6264vw,-10px) scale(.1953);animation:fall-127 25s -3s linear infinite}@keyframes fall-127{50.144%{transform:translate(-1.1019vw,50.144vh) scale(.1953)}to{transform:translate(-.23775vw,100vh) scale(.1953)}}.snow:nth-child(128){opacity:.313;transform:translate(10.7836vw,-10px) scale(.6094);animation:fall-128 19s -26s linear infinite}@keyframes fall-128{35.625%{transform:translate(9.4716vw,35.625vh) scale(.6094)}to{transform:translate(10.1276vw,100vh) scale(.6094)}}.snow:nth-child(129){opacity:1.7962;transform:translate(91.9278vw,-10px) scale(.4852);animation:fall-129 20s -12s linear infinite}@keyframes fall-129{56.157%{transform:translate(93.2752vw,56.157vh) scale(.4852)}to{transform:translate(92.6015vw,100vh) scale(.4852)}}.snow:nth-child(130){opacity:1.7744;transform:translate(26.4403vw,-10px) scale(.3797);animation:fall-130 14s -6s linear infinite}@keyframes fall-130{64.843%{transform:translate(31.9773vw,64.843vh) scale(.3797)}to{transform:translate(29.2088vw,100vh) scale(.3797)}}.snow:nth-child(131){opacity:1.0044;transform:translate(88.0741vw,-10px) scale(.9293);animation:fall-131 10s -17s linear infinite}@keyframes fall-131{32.902%{transform:translate(86.366vw,32.902vh) scale(.9293)}to{transform:translate(87.22005vw,100vh) scale(.9293)}}.snow:nth-child(132){opacity:1.033;transform:translate(90.5262vw,-10px) scale(.3008);animation:fall-132 15s -16s linear infinite}@keyframes fall-132{70.479%{transform:translate(100.1324vw,70.479vh) scale(.3008)}to{transform:translate(95.3293vw,100vh) scale(.3008)}}.snow:nth-child(133){opacity:.9628;transform:translate(28.9943vw,-10px) scale(.2902);animation:fall-133 22s -28s linear infinite}@keyframes fall-133{36.747%{transform:translate(24.2261vw,36.747vh) scale(.2902)}to{transform:translate(26.6102vw,100vh) scale(.2902)}}.snow:nth-child(134){opacity:1.0998;transform:translate(37.8375vw,-10px) scale(.3768);animation:fall-134 27s -10s linear infinite}@keyframes fall-134{70.416%{transform:translate(41.6828vw,70.416vh) scale(.3768)}to{transform:translate(39.76015vw,100vh) scale(.3768)}}.snow:nth-child(135){opacity:.0736;transform:translate(8.5298vw,-10px) scale(.2242);animation:fall-135 18s -15s linear infinite}@keyframes fall-135{33.718%{transform:translate(10.714vw,33.718vh) scale(.2242)}to{transform:translate(9.6219vw,100vh) scale(.2242)}}.snow:nth-child(136){opacity:.446;transform:translate(53.2652vw,-10px) scale(.0738);animation:fall-136 20s -3s linear infinite}@keyframes fall-136{49.328%{transform:translate(46.5009vw,49.328vh) scale(.0738)}to{transform:translate(49.88305vw,100vh) scale(.0738)}}.snow:nth-child(137){opacity:1.4722;transform:translate(89.3745vw,-10px) scale(.1058);animation:fall-137 25s -2s linear infinite}@keyframes fall-137{69.76%{transform:translate(96.2886vw,69.76vh) scale(.1058)}to{transform:translate(92.83155vw,100vh) scale(.1058)}}.snow:nth-child(138){opacity:1.4124;transform:translate(43.8364vw,-10px) scale(.0773);animation:fall-138 13s -13s linear infinite}@keyframes fall-138{75.602%{transform:translate(35.6155vw,75.602vh) scale(.0773)}to{transform:translate(39.72595vw,100vh) scale(.0773)}}.snow:nth-child(139){opacity:1.401;transform:translate(30.7204vw,-10px) scale(.5176);animation:fall-139 23s -9s linear infinite}@keyframes fall-139{46.405%{transform:translate(22.6113vw,46.405vh) scale(.5176)}to{transform:translate(26.66585vw,100vh) scale(.5176)}}.snow:nth-child(140){opacity:1.7572;transform:translate(95.973vw,-10px) scale(.2026);animation:fall-140 21s -30s linear infinite}@keyframes fall-140{48.871%{transform:translate(91.8328vw,48.871vh) scale(.2026)}to{transform:translate(93.9029vw,100vh) scale(.2026)}}.snow:nth-child(141){opacity:1.9722;transform:translate(39.2383vw,-10px) scale(.1669);animation:fall-141 22s -14s linear infinite}@keyframes fall-141{69.96%{transform:translate(44.3475vw,69.96vh) scale(.1669)}to{transform:translate(41.7929vw,100vh) scale(.1669)}}.snow:nth-child(142){opacity:.9466;transform:translate(82.3905vw,-10px) scale(.682);animation:fall-142 12s -21s linear infinite}@keyframes fall-142{33.752%{transform:translate(77.4797vw,33.752vh) scale(.682)}to{transform:translate(79.9351vw,100vh) scale(.682)}}.snow:nth-child(143){opacity:1.7764;transform:translate(6.1824vw,-10px) scale(.4505);animation:fall-143 25s -8s linear infinite}@keyframes fall-143{78.088%{transform:translate(-1.8971vw,78.088vh) scale(.4505)}to{transform:translate(2.14265vw,100vh) scale(.4505)}}.snow:nth-child(144){opacity:1.0248;transform:translate(27.1157vw,-10px) scale(.4681);animation:fall-144 28s -14s linear infinite}@keyframes fall-144{31.509%{transform:translate(24.1907vw,31.509vh) scale(.4681)}to{transform:translate(25.6532vw,100vh) scale(.4681)}}.snow:nth-child(145){opacity:1.2214;transform:translate(41.5944vw,-10px) scale(.8849);animation:fall-145 22s -5s linear infinite}@keyframes fall-145{37.28%{transform:translate(32.9417vw,37.28vh) scale(.8849)}to{transform:translate(37.26805vw,100vh) scale(.8849)}}.snow:nth-child(146){opacity:1.297;transform:translate(53.3108vw,-10px) scale(.4948);animation:fall-146 28s -15s linear infinite}@keyframes fall-146{55.962%{transform:translate(55.9828vw,55.962vh) scale(.4948)}to{transform:translate(54.6468vw,100vh) scale(.4948)}}.snow:nth-child(147){opacity:.5956;transform:translate(62.1112vw,-10px) scale(.8948);animation:fall-147 16s -3s linear infinite}@keyframes fall-147{32.593%{transform:translate(58.2813vw,32.593vh) scale(.8948)}to{transform:translate(60.19625vw,100vh) scale(.8948)}}.snow:nth-child(148){opacity:1.1496;transform:translate(6.847vw,-10px) scale(.5054);animation:fall-148 19s -11s linear infinite}@keyframes fall-148{75.868%{transform:translate(8.9118vw,75.868vh) scale(.5054)}to{transform:translate(7.8794vw,100vh) scale(.5054)}}.snow:nth-child(149){opacity:.7118;transform:translate(2.4093vw,-10px) scale(.2004);animation:fall-149 19s -29s linear infinite}@keyframes fall-149{70.416%{transform:translate(5.6479vw,70.416vh) scale(.2004)}to{transform:translate(4.0286vw,100vh) scale(.2004)}}.snow:nth-child(150){opacity:1.5274;transform:translate(.7251vw,-10px) scale(.7555);animation:fall-150 28s -22s linear infinite}@keyframes fall-150{55.067%{transform:translate(-.7295vw,55.067vh) scale(.7555)}to{transform:translate(-.0022vw,100vh) scale(.7555)}}.snow:nth-child(151){opacity:.3102;transform:translate(30.7392vw,-10px) scale(.476);animation:fall-151 26s -25s linear infinite}@keyframes fall-151{34.807%{transform:translate(39.4891vw,34.807vh) scale(.476)}to{transform:translate(35.11415vw,100vh) scale(.476)}}.snow:nth-child(152){opacity:.12;transform:translate(58.4639vw,-10px) scale(.8861);animation:fall-152 16s -29s linear infinite}@keyframes fall-152{54.201%{transform:translate(63.9954vw,54.201vh) scale(.8861)}to{transform:translate(61.22965vw,100vh) scale(.8861)}}.snow:nth-child(153){opacity:1.2582;transform:translate(13.3409vw,-10px) scale(.1959);animation:fall-153 14s -26s linear infinite}@keyframes fall-153{47.935%{transform:translate(7.0676vw,47.935vh) scale(.1959)}to{transform:translate(10.20425vw,100vh) scale(.1959)}}.snow:nth-child(154){opacity:1.1244;transform:translate(45.6853vw,-10px) scale(.7803);animation:fall-154 11s -2s linear infinite}@keyframes fall-154{45.533%{transform:translate(47.44vw,45.533vh) scale(.7803)}to{transform:translate(46.56265vw,100vh) scale(.7803)}}.snow:nth-child(155){opacity:.1226;transform:translate(10.765vw,-10px) scale(.8046);animation:fall-155 11s -21s linear infinite}@keyframes fall-155{56.9%{transform:translate(1.2113vw,56.9vh) scale(.8046)}to{transform:translate(5.98815vw,100vh) scale(.8046)}}.snow:nth-child(156){opacity:.2012;transform:translate(46.3512vw,-10px) scale(.1915);animation:fall-156 20s -17s linear infinite}@keyframes fall-156{62.15%{transform:translate(54.5324vw,62.15vh) scale(.1915)}to{transform:translate(50.4418vw,100vh) scale(.1915)}}.snow:nth-child(157){opacity:.5918;transform:translate(76.4063vw,-10px) scale(.5534);animation:fall-157 19s -4s linear infinite}@keyframes fall-157{30.462%{transform:translate(76.1373vw,30.462vh) scale(.5534)}to{transform:translate(76.2718vw,100vh) scale(.5534)}}.snow:nth-child(158){opacity:.8798;transform:translate(97.6236vw,-10px) scale(.2397);animation:fall-158 13s -8s linear infinite}@keyframes fall-158{46.964%{transform:translate(105.75vw,46.964vh) scale(.2397)}to{transform:translate(101.6868vw,100vh) scale(.2397)}}.snow:nth-child(159){opacity:.5188;transform:translate(65.4305vw,-10px) scale(.0637);animation:fall-159 23s -17s linear infinite}@keyframes fall-159{41.94%{transform:translate(71.9101vw,41.94vh) scale(.0637)}to{transform:translate(68.6703vw,100vh) scale(.0637)}}.snow:nth-child(160){opacity:.2172;transform:translate(78.9556vw,-10px) scale(.8191);animation:fall-160 29s -1s linear infinite}@keyframes fall-160{79.022%{transform:translate(75.647vw,79.022vh) scale(.8191)}to{transform:translate(77.3013vw,100vh) scale(.8191)}}.snow:nth-child(161){opacity:1.0654;transform:translate(95.6086vw,-10px) scale(.9474);animation:fall-161 23s -13s linear infinite}@keyframes fall-161{31.545%{transform:translate(92.5501vw,31.545vh) scale(.9474)}to{transform:translate(94.07935vw,100vh) scale(.9474)}}.snow:nth-child(162){opacity:1.4858;transform:translate(46.127vw,-10px) scale(.5145);animation:fall-162 29s -24s linear infinite}@keyframes fall-162{70.699%{transform:translate(37.2577vw,70.699vh) scale(.5145)}to{transform:translate(41.69235vw,100vh) scale(.5145)}}.snow:nth-child(163){opacity:.043;transform:translate(48.2995vw,-10px) scale(.0536);animation:fall-163 28s -4s linear infinite}@keyframes fall-163{59.538%{transform:translate(38.4137vw,59.538vh) scale(.0536)}to{transform:translate(43.3566vw,100vh) scale(.0536)}}.snow:nth-child(164){opacity:.3014;transform:translate(48.1508vw,-10px) scale(.8282);animation:fall-164 12s -13s linear infinite}@keyframes fall-164{55.643%{transform:translate(44.6238vw,55.643vh) scale(.8282)}to{transform:translate(46.3873vw,100vh) scale(.8282)}}.snow:nth-child(165){opacity:1.6456;transform:translate(50.2319vw,-10px) scale(.4554);animation:fall-165 25s -21s linear infinite}@keyframes fall-165{38.706%{transform:translate(50.0554vw,38.706vh) scale(.4554)}to{transform:translate(50.14365vw,100vh) scale(.4554)}}.snow:nth-child(166){opacity:.1012;transform:translate(52.5939vw,-10px) scale(.5789);animation:fall-166 11s -14s linear infinite}@keyframes fall-166{59.001%{transform:translate(42.9317vw,59.001vh) scale(.5789)}to{transform:translate(47.7628vw,100vh) scale(.5789)}}.snow:nth-child(167){opacity:1.4108;transform:translate(80.0806vw,-10px) scale(.696);animation:fall-167 23s -11s linear infinite}@keyframes fall-167{68.781%{transform:translate(82.2879vw,68.781vh) scale(.696)}to{transform:translate(81.18425vw,100vh) scale(.696)}}.snow:nth-child(168){opacity:1.6304;transform:translate(23.6088vw,-10px) scale(.8346);animation:fall-168 18s -30s linear infinite}@keyframes fall-168{55.882%{transform:translate(17.0695vw,55.882vh) scale(.8346)}to{transform:translate(20.33915vw,100vh) scale(.8346)}}.snow:nth-child(169){opacity:1.7368;transform:translate(90.733vw,-10px) scale(.0421);animation:fall-169 30s -23s linear infinite}@keyframes fall-169{77.314%{transform:translate(89.7008vw,77.314vh) scale(.0421)}to{transform:translate(90.2169vw,100vh) scale(.0421)}}.snow:nth-child(170){opacity:.3158;transform:translate(7.6185vw,-10px) scale(.0374);animation:fall-170 16s -18s linear infinite}@keyframes fall-170{79.503%{transform:translate(-1.9272vw,79.503vh) scale(.0374)}to{transform:translate(2.84565vw,100vh) scale(.0374)}}.snow:nth-child(171){opacity:1.6768;transform:translate(94.1269vw,-10px) scale(.6421);animation:fall-171 18s -6s linear infinite}@keyframes fall-171{74.271%{transform:translate(95.6864vw,74.271vh) scale(.6421)}to{transform:translate(94.90665vw,100vh) scale(.6421)}}.snow:nth-child(172){opacity:1.0408;transform:translate(55.8962vw,-10px) scale(.9157);animation:fall-172 26s -24s linear infinite}@keyframes fall-172{54.387%{transform:translate(52.2595vw,54.387vh) scale(.9157)}to{transform:translate(54.07785vw,100vh) scale(.9157)}}.snow:nth-child(173){opacity:.4672;transform:translate(21.4837vw,-10px) scale(.1601);animation:fall-173 15s -13s linear infinite}@keyframes fall-173{63.958%{transform:translate(19.7801vw,63.958vh) scale(.1601)}to{transform:translate(20.6319vw,100vh) scale(.1601)}}.snow:nth-child(174){opacity:.9492;transform:translate(99.6127vw,-10px) scale(.6652);animation:fall-174 24s -29s linear infinite}@keyframes fall-174{35.708%{transform:translate(106.2482vw,35.708vh) scale(.6652)}to{transform:translate(102.93045vw,100vh) scale(.6652)}}.snow:nth-child(175){opacity:1.738;transform:translate(69.881vw,-10px) scale(.8095);animation:fall-175 28s -14s linear infinite}@keyframes fall-175{43.054%{transform:translate(77.3274vw,43.054vh) scale(.8095)}to{transform:translate(73.6042vw,100vh) scale(.8095)}}.snow:nth-child(176){opacity:1.5912;transform:translate(31.4872vw,-10px) scale(.7625);animation:fall-176 24s -27s linear infinite}@keyframes fall-176{69.652%{transform:translate(26.0483vw,69.652vh) scale(.7625)}to{transform:translate(28.76775vw,100vh) scale(.7625)}}.snow:nth-child(177){opacity:1.1954;transform:translate(83.8847vw,-10px) scale(.3472);animation:fall-177 30s -10s linear infinite}@keyframes fall-177{39.861%{transform:translate(81.8627vw,39.861vh) scale(.3472)}to{transform:translate(82.8737vw,100vh) scale(.3472)}}.snow:nth-child(178){opacity:.0154;transform:translate(31.6718vw,-10px) scale(.6693);animation:fall-178 23s -24s linear infinite}@keyframes fall-178{52.051%{transform:translate(38.1895vw,52.051vh) scale(.6693)}to{transform:translate(34.93065vw,100vh) scale(.6693)}}.snow:nth-child(179){opacity:1.3492;transform:translate(40.663vw,-10px) scale(.2653);animation:fall-179 14s -9s linear infinite}@keyframes fall-179{34.126%{transform:translate(41.5777vw,34.126vh) scale(.2653)}to{transform:translate(41.12035vw,100vh) scale(.2653)}}.snow:nth-child(180){opacity:1.7394;transform:translate(.9839vw,-10px) scale(.365);animation:fall-180 13s -27s linear infinite}@keyframes fall-180{51.848%{transform:translate(6.0667vw,51.848vh) scale(.365)}to{transform:translate(3.5253vw,100vh) scale(.365)}}.snow:nth-child(181){opacity:.0572;transform:translate(80.2662vw,-10px) scale(.7006);animation:fall-181 27s -19s linear infinite}@keyframes fall-181{68.203%{transform:translate(89.6674vw,68.203vh) scale(.7006)}to{transform:translate(84.9668vw,100vh) scale(.7006)}}.snow:nth-child(182){opacity:1.9354;transform:translate(36.4494vw,-10px) scale(.2966);animation:fall-182 29s -30s linear infinite}@keyframes fall-182{71.325%{transform:translate(39.1236vw,71.325vh) scale(.2966)}to{transform:translate(37.7865vw,100vh) scale(.2966)}}.snow:nth-child(183){opacity:.5282;transform:translate(63.3349vw,-10px) scale(.9082);animation:fall-183 29s -12s linear infinite}@keyframes fall-183{47.739%{transform:translate(53.573vw,47.739vh) scale(.9082)}to{transform:translate(58.45395vw,100vh) scale(.9082)}}.snow:nth-child(184){opacity:.8366;transform:translate(44.2313vw,-10px) scale(.6776);animation:fall-184 18s -27s linear infinite}@keyframes fall-184{45.451%{transform:translate(51.9222vw,45.451vh) scale(.6776)}to{transform:translate(48.07675vw,100vh) scale(.6776)}}.snow:nth-child(185){opacity:1.8412;transform:translate(98.3944vw,-10px) scale(.6629);animation:fall-185 27s -13s linear infinite}@keyframes fall-185{34.007%{transform:translate(98.9374vw,34.007vh) scale(.6629)}to{transform:translate(98.6659vw,100vh) scale(.6629)}}.snow:nth-child(186){opacity:.2238;transform:translate(27.501vw,-10px) scale(.9011);animation:fall-186 23s -3s linear infinite}@keyframes fall-186{66.618%{transform:translate(17.8557vw,66.618vh) scale(.9011)}to{transform:translate(22.67835vw,100vh) scale(.9011)}}.snow:nth-child(187){opacity:.6018;transform:translate(29.342vw,-10px) scale(.0047);animation:fall-187 11s -11s linear infinite}@keyframes fall-187{76.453%{transform:translate(29.8428vw,76.453vh) scale(.0047)}to{transform:translate(29.5924vw,100vh) scale(.0047)}}.snow:nth-child(188){opacity:.1874;transform:translate(82.8094vw,-10px) scale(.5873);animation:fall-188 27s -28s linear infinite}@keyframes fall-188{39.42%{transform:translate(78.7876vw,39.42vh) scale(.5873)}to{transform:translate(80.7985vw,100vh) scale(.5873)}}.snow:nth-child(189){opacity:.3944;transform:translate(7.1894vw,-10px) scale(.9454);animation:fall-189 27s -30s linear infinite}@keyframes fall-189{66.972%{transform:translate(1.676vw,66.972vh) scale(.9454)}to{transform:translate(4.4327vw,100vh) scale(.9454)}}.snow:nth-child(190){opacity:1.4716;transform:translate(18.852vw,-10px) scale(.1877);animation:fall-190 27s -1s linear infinite}@keyframes fall-190{32.72%{transform:translate(23.4858vw,32.72vh) scale(.1877)}to{transform:translate(21.1689vw,100vh) scale(.1877)}}.snow:nth-child(191){opacity:.7586;transform:translate(10.5021vw,-10px) scale(.2165);animation:fall-191 27s -29s linear infinite}@keyframes fall-191{49.258%{transform:translate(3.402vw,49.258vh) scale(.2165)}to{transform:translate(6.95205vw,100vh) scale(.2165)}}.snow:nth-child(192){opacity:1.189;transform:translate(72.2467vw,-10px) scale(.3355);animation:fall-192 16s -20s linear infinite}@keyframes fall-192{78.735%{transform:translate(74.2649vw,78.735vh) scale(.3355)}to{transform:translate(73.2558vw,100vh) scale(.3355)}}.snow:nth-child(193){opacity:1.893;transform:translate(94.6389vw,-10px) scale(.8468);animation:fall-193 26s -27s linear infinite}@keyframes fall-193{36.652%{transform:translate(100.2475vw,36.652vh) scale(.8468)}to{transform:translate(97.4432vw,100vh) scale(.8468)}}.snow:nth-child(194){opacity:.8064;transform:translate(64.5735vw,-10px) scale(.1719);animation:fall-194 27s -28s linear infinite}@keyframes fall-194{61.195%{transform:translate(70.7985vw,61.195vh) scale(.1719)}to{transform:translate(67.686vw,100vh) scale(.1719)}}.snow:nth-child(195){opacity:1.3902;transform:translate(3.0984vw,-10px) scale(.1742);animation:fall-195 18s -29s linear infinite}@keyframes fall-195{47.35%{transform:translate(6.5321vw,47.35vh) scale(.1742)}to{transform:translate(4.81525vw,100vh) scale(.1742)}}.snow:nth-child(196){opacity:1.5332;transform:translate(9.3274vw,-10px) scale(.6992);animation:fall-196 11s -16s linear infinite}@keyframes fall-196{62.255%{transform:translate(5.7774vw,62.255vh) scale(.6992)}to{transform:translate(7.5524vw,100vh) scale(.6992)}}.snow:nth-child(197){opacity:1.6386;transform:translate(2.6707vw,-10px) scale(.3374);animation:fall-197 13s -8s linear infinite}@keyframes fall-197{46.601%{transform:translate(10.912vw,46.601vh) scale(.3374)}to{transform:translate(6.79135vw,100vh) scale(.3374)}}.snow:nth-child(198){opacity:.8018;transform:translate(33.951vw,-10px) scale(.3994);animation:fall-198 22s -20s linear infinite}@keyframes fall-198{50.868%{transform:translate(26.5888vw,50.868vh) scale(.3994)}to{transform:translate(30.2699vw,100vh) scale(.3994)}}.snow:nth-child(199){opacity:.5742;transform:translate(12.1088vw,-10px) scale(.907);animation:fall-199 14s -30s linear infinite}@keyframes fall-199{59.481%{transform:translate(7.4878vw,59.481vh) scale(.907)}to{transform:translate(9.7983vw,100vh) scale(.907)}}.snow:nth-child(200){opacity:1.055;transform:translate(44.5324vw,-10px) scale(.4551);animation:fall-200 10s -17s linear infinite}@keyframes fall-200{66.285%{transform:translate(40.2866vw,66.285vh) scale(.4551)}to{transform:translate(42.4095vw,100vh) scale(.4551)}}.snow:nth-child(201){opacity:1.612;transform:translate(5.7163vw,-10px) scale(.825);animation:fall-201 30s -29s linear infinite}@keyframes fall-201{72.676%{transform:translate(7.2101vw,72.676vh) scale(.825)}to{transform:translate(6.4632vw,100vh) scale(.825)}}.snow:nth-child(202){opacity:1.0346;transform:translate(97.5703vw,-10px) scale(.9472);animation:fall-202 20s -28s linear infinite}@keyframes fall-202{76.527%{transform:translate(88.9958vw,76.527vh) scale(.9472)}to{transform:translate(93.28305vw,100vh) scale(.9472)}}.snow:nth-child(203){opacity:1.5686;transform:translate(73.6664vw,-10px) scale(.7452);animation:fall-203 30s -21s linear infinite}@keyframes fall-203{56.701%{transform:translate(66.9586vw,56.701vh) scale(.7452)}to{transform:translate(70.3125vw,100vh) scale(.7452)}}.snow:nth-child(204){opacity:.5888;transform:translate(23.0971vw,-10px) scale(.1011);animation:fall-204 30s -16s linear infinite}@keyframes fall-204{63.041%{transform:translate(15.3202vw,63.041vh) scale(.1011)}to{transform:translate(19.20865vw,100vh) scale(.1011)}}.snow:nth-child(205){opacity:.0206;transform:translate(5.7338vw,-10px) scale(.6337);animation:fall-205 13s -22s linear infinite}@keyframes fall-205{66.671%{transform:translate(1.7833vw,66.671vh) scale(.6337)}to{transform:translate(3.75855vw,100vh) scale(.6337)}}.snow:nth-child(206){opacity:1.963;transform:translate(13.3022vw,-10px) scale(.6825);animation:fall-206 21s -10s linear infinite}@keyframes fall-206{41.556%{transform:translate(7.8125vw,41.556vh) scale(.6825)}to{transform:translate(10.55735vw,100vh) scale(.6825)}}.snow:nth-child(207){opacity:.674;transform:translate(10.6253vw,-10px) scale(.5004);animation:fall-207 17s -4s linear infinite}@keyframes fall-207{46.489%{transform:translate(19.6905vw,46.489vh) scale(.5004)}to{transform:translate(15.1579vw,100vh) scale(.5004)}}.snow:nth-child(208){opacity:1.3226;transform:translate(66.8661vw,-10px) scale(.704);animation:fall-208 13s -25s linear infinite}@keyframes fall-208{46.822%{transform:translate(65.6719vw,46.822vh) scale(.704)}to{transform:translate(66.269vw,100vh) scale(.704)}}.snow:nth-child(209){opacity:1.5536;transform:translate(15.987vw,-10px) scale(.683);animation:fall-209 12s -17s linear infinite}@keyframes fall-209{31.612%{transform:translate(10.7024vw,31.612vh) scale(.683)}to{transform:translate(13.3447vw,100vh) scale(.683)}}.snow:nth-child(210){opacity:1.9128;transform:translate(36.8474vw,-10px) scale(.2812);animation:fall-210 16s -18s linear infinite}@keyframes fall-210{49.835%{transform:translate(46.6534vw,49.835vh) scale(.2812)}to{transform:translate(41.7504vw,100vh) scale(.2812)}}.snow:nth-child(211){opacity:1.6982;transform:translate(73.4858vw,-10px) scale(.522);animation:fall-211 14s -16s linear infinite}@keyframes fall-211{63.887%{transform:translate(68.3522vw,63.887vh) scale(.522)}to{transform:translate(70.919vw,100vh) scale(.522)}}.snow:nth-child(212){opacity:1.236;transform:translate(19.2586vw,-10px) scale(.456);animation:fall-212 10s -5s linear infinite}@keyframes fall-212{54.037%{transform:translate(20.2257vw,54.037vh) scale(.456)}to{transform:translate(19.74215vw,100vh) scale(.456)}}.snow:nth-child(213){opacity:.5542;transform:translate(80.4727vw,-10px) scale(.054);animation:fall-213 15s -15s linear infinite}@keyframes fall-213{42.539%{transform:translate(80.3932vw,42.539vh) scale(.054)}to{transform:translate(80.43295vw,100vh) scale(.054)}}.snow:nth-child(214){opacity:1.969;transform:translate(54.763vw,-10px) scale(.0621);animation:fall-214 20s -2s linear infinite}@keyframes fall-214{68.223%{transform:translate(56.9954vw,68.223vh) scale(.0621)}to{transform:translate(55.8792vw,100vh) scale(.0621)}}.snow:nth-child(215){opacity:.162;transform:translate(68.4599vw,-10px) scale(.774);animation:fall-215 22s -18s linear infinite}@keyframes fall-215{31.213%{transform:translate(75.6195vw,31.213vh) scale(.774)}to{transform:translate(72.0397vw,100vh) scale(.774)}}.snow:nth-child(216){opacity:.0218;transform:translate(62.4577vw,-10px) scale(.5414);animation:fall-216 18s -21s linear infinite}@keyframes fall-216{46.893%{transform:translate(68.3834vw,46.893vh) scale(.5414)}to{transform:translate(65.42055vw,100vh) scale(.5414)}}.snow:nth-child(217){opacity:.891;transform:translate(1.743vw,-10px) scale(.6216);animation:fall-217 23s -28s linear infinite}@keyframes fall-217{45.884%{transform:translate(-4.5371vw,45.884vh) scale(.6216)}to{transform:translate(-1.39705vw,100vh) scale(.6216)}}.snow:nth-child(218){opacity:.0696;transform:translate(27.2371vw,-10px) scale(.9595);animation:fall-218 19s -14s linear infinite}@keyframes fall-218{48.687%{transform:translate(31.6016vw,48.687vh) scale(.9595)}to{transform:translate(29.41935vw,100vh) scale(.9595)}}.snow:nth-child(219){opacity:1.381;transform:translate(40.4183vw,-10px) scale(.6959);animation:fall-219 27s -18s linear infinite}@keyframes fall-219{57.209%{transform:translate(33.742vw,57.209vh) scale(.6959)}to{transform:translate(37.08015vw,100vh) scale(.6959)}}.snow:nth-child(220){opacity:1.1322;transform:translate(4.8752vw,-10px) scale(.693);animation:fall-220 15s -16s linear infinite}@keyframes fall-220{40.941%{transform:translate(2.718vw,40.941vh) scale(.693)}to{transform:translate(3.7966vw,100vh) scale(.693)}}.snow:nth-child(221){opacity:1.852;transform:translate(10.5412vw,-10px) scale(.8622);animation:fall-221 30s -12s linear infinite}@keyframes fall-221{54.621%{transform:translate(4.0516vw,54.621vh) scale(.8622)}to{transform:translate(7.2964vw,100vh) scale(.8622)}}.snow:nth-child(222){opacity:1.7384;transform:translate(83.9749vw,-10px) scale(.5427);animation:fall-222 25s -29s linear infinite}@keyframes fall-222{58.274%{transform:translate(83.6732vw,58.274vh) scale(.5427)}to{transform:translate(83.82405vw,100vh) scale(.5427)}}.snow:nth-child(223){opacity:1.203;transform:translate(46.8531vw,-10px) scale(.5571);animation:fall-223 15s -19s linear infinite}@keyframes fall-223{73.848%{transform:translate(45.3064vw,73.848vh) scale(.5571)}to{transform:translate(46.07975vw,100vh) scale(.5571)}}.snow:nth-child(224){opacity:.4964;transform:translate(83.7895vw,-10px) scale(.6837);animation:fall-224 21s -15s linear infinite}@keyframes fall-224{78.737%{transform:translate(90.7259vw,78.737vh) scale(.6837)}to{transform:translate(87.2577vw,100vh) scale(.6837)}}.snow:nth-child(225){opacity:.3704;transform:translate(60.1598vw,-10px) scale(.7159);animation:fall-225 17s -22s linear infinite}@keyframes fall-225{50.43%{transform:translate(53.7326vw,50.43vh) scale(.7159)}to{transform:translate(56.9462vw,100vh) scale(.7159)}}.snow:nth-child(226){opacity:1.5104;transform:translate(12.7293vw,-10px) scale(.8943);animation:fall-226 16s -10s linear infinite}@keyframes fall-226{61.542%{transform:translate(19.5171vw,61.542vh) scale(.8943)}to{transform:translate(16.1232vw,100vh) scale(.8943)}}.snow:nth-child(227){opacity:.8082;transform:translate(60.5127vw,-10px) scale(.9436);animation:fall-227 28s -10s linear infinite}@keyframes fall-227{56.422%{transform:translate(52.8029vw,56.422vh) scale(.9436)}to{transform:translate(56.6578vw,100vh) scale(.9436)}}.snow:nth-child(228){opacity:1.0212;transform:translate(51.0834vw,-10px) scale(.5415);animation:fall-228 27s -14s linear infinite}@keyframes fall-228{45.97%{transform:translate(45.1423vw,45.97vh) scale(.5415)}to{transform:translate(48.11285vw,100vh) scale(.5415)}}.snow:nth-child(229){opacity:.6898;transform:translate(61.8227vw,-10px) scale(.7096);animation:fall-229 21s -27s linear infinite}@keyframes fall-229{34.842%{transform:translate(58.719vw,34.842vh) scale(.7096)}to{transform:translate(60.27085vw,100vh) scale(.7096)}}.snow:nth-child(230){opacity:1.334;transform:translate(18.2309vw,-10px) scale(.7447);animation:fall-230 11s -12s linear infinite}@keyframes fall-230{60.788%{transform:translate(27.5123vw,60.788vh) scale(.7447)}to{transform:translate(22.8716vw,100vh) scale(.7447)}}.snow:nth-child(231){opacity:1.7722;transform:translate(9.8752vw,-10px) scale(.8851);animation:fall-231 30s -26s linear infinite}@keyframes fall-231{34.135%{transform:translate(13.5757vw,34.135vh) scale(.8851)}to{transform:translate(11.72545vw,100vh) scale(.8851)}}.snow:nth-child(232){opacity:.1146;transform:translate(73.8501vw,-10px) scale(.2588);animation:fall-232 13s -12s linear infinite}@keyframes fall-232{35.867%{transform:translate(66.5758vw,35.867vh) scale(.2588)}to{transform:translate(70.21295vw,100vh) scale(.2588)}}.snow:nth-child(233){opacity:.8082;transform:translate(92.7583vw,-10px) scale(.8269);animation:fall-233 10s -30s linear infinite}@keyframes fall-233{63.894%{transform:translate(86.8915vw,63.894vh) scale(.8269)}to{transform:translate(89.8249vw,100vh) scale(.8269)}}.snow:nth-child(234){opacity:.5302;transform:translate(87.0173vw,-10px) scale(.5283);animation:fall-234 29s -27s linear infinite}@keyframes fall-234{37.947%{transform:translate(86.0405vw,37.947vh) scale(.5283)}to{transform:translate(86.5289vw,100vh) scale(.5283)}}.snow:nth-child(235){opacity:.0292;transform:translate(84.9776vw,-10px) scale(.1588);animation:fall-235 28s -18s linear infinite}@keyframes fall-235{76.341%{transform:translate(87.6898vw,76.341vh) scale(.1588)}to{transform:translate(86.3337vw,100vh) scale(.1588)}}.snow:nth-child(236){opacity:.0778;transform:translate(2.41vw,-10px) scale(.363);animation:fall-236 14s -3s linear infinite}@keyframes fall-236{53.342%{transform:translate(-3.2284vw,53.342vh) scale(.363)}to{transform:translate(-.4092vw,100vh) scale(.363)}}.snow:nth-child(237){opacity:1.3096;transform:translate(6.4805vw,-10px) scale(.2835);animation:fall-237 25s -14s linear infinite}@keyframes fall-237{60.96%{transform:translate(13.7488vw,60.96vh) scale(.2835)}to{transform:translate(10.11465vw,100vh) scale(.2835)}}.snow:nth-child(238){opacity:1.5832;transform:translate(40.5186vw,-10px) scale(.7372);animation:fall-238 29s -25s linear infinite}@keyframes fall-238{54.026%{transform:translate(45.1846vw,54.026vh) scale(.7372)}to{transform:translate(42.8516vw,100vh) scale(.7372)}}.snow:nth-child(239){opacity:.6946;transform:translate(24.2919vw,-10px) scale(.6407);animation:fall-239 30s -17s linear infinite}@keyframes fall-239{52.851%{transform:translate(19.4632vw,52.851vh) scale(.6407)}to{transform:translate(21.87755vw,100vh) scale(.6407)}}.snow:nth-child(240){opacity:1.4562;transform:translate(54.2432vw,-10px) scale(.7222);animation:fall-240 25s -24s linear infinite}@keyframes fall-240{46.2%{transform:translate(62.1285vw,46.2vh) scale(.7222)}to{transform:translate(58.18585vw,100vh) scale(.7222)}}.snow:nth-child(241){opacity:.347;transform:translate(61.9851vw,-10px) scale(.2445);animation:fall-241 17s -27s linear infinite}@keyframes fall-241{70.155%{transform:translate(52.1325vw,70.155vh) scale(.2445)}to{transform:translate(57.0588vw,100vh) scale(.2445)}}.snow:nth-child(242){opacity:1.6996;transform:translate(50.5958vw,-10px) scale(.418);animation:fall-242 10s -21s linear infinite}@keyframes fall-242{31.765%{transform:translate(52.3056vw,31.765vh) scale(.418)}to{transform:translate(51.4507vw,100vh) scale(.418)}}.snow:nth-child(243){opacity:.1208;transform:translate(22.1527vw,-10px) scale(.4994);animation:fall-243 25s -3s linear infinite}@keyframes fall-243{75.664%{transform:translate(17.5236vw,75.664vh) scale(.4994)}to{transform:translate(19.83815vw,100vh) scale(.4994)}}.snow:nth-child(244){opacity:1.069;transform:translate(20.5669vw,-10px) scale(.5747);animation:fall-244 18s -16s linear infinite}@keyframes fall-244{34.42%{transform:translate(12.0364vw,34.42vh) scale(.5747)}to{transform:translate(16.30165vw,100vh) scale(.5747)}}.snow:nth-child(245){opacity:.9952;transform:translate(42.6932vw,-10px) scale(.3455);animation:fall-245 16s -26s linear infinite}@keyframes fall-245{58.31%{transform:translate(50.8221vw,58.31vh) scale(.3455)}to{transform:translate(46.75765vw,100vh) scale(.3455)}}.snow:nth-child(246){opacity:1.1434;transform:translate(38.0959vw,-10px) scale(.0226);animation:fall-246 17s -18s linear infinite}@keyframes fall-246{76.244%{transform:translate(37.6779vw,76.244vh) scale(.0226)}to{transform:translate(37.8869vw,100vh) scale(.0226)}}.snow:nth-child(247){opacity:.49;transform:translate(84.9684vw,-10px) scale(.5809);animation:fall-247 22s -25s linear infinite}@keyframes fall-247{45.578%{transform:translate(78.7018vw,45.578vh) scale(.5809)}to{transform:translate(81.8351vw,100vh) scale(.5809)}}.snow:nth-child(248){opacity:.1342;transform:translate(64.4465vw,-10px) scale(.9129);animation:fall-248 28s -27s linear infinite}@keyframes fall-248{56.895%{transform:translate(61.7011vw,56.895vh) scale(.9129)}to{transform:translate(63.0738vw,100vh) scale(.9129)}}.snow:nth-child(249){opacity:1.3902;transform:translate(28.1913vw,-10px) scale(.802);animation:fall-249 22s -30s linear infinite}@keyframes fall-249{55.714%{transform:translate(24.3149vw,55.714vh) scale(.802)}to{transform:translate(26.2531vw,100vh) scale(.802)}}.snow:nth-child(250){opacity:.0418;transform:translate(61.4127vw,-10px) scale(.3408);animation:fall-250 24s -19s linear infinite}@keyframes fall-250{30.099%{transform:translate(55.9746vw,30.099vh) scale(.3408)}to{transform:translate(58.69365vw,100vh) scale(.3408)}}.snow:nth-child(251){opacity:.6042;transform:translate(65.1178vw,-10px) scale(.625);animation:fall-251 29s -21s linear infinite}@keyframes fall-251{46.975%{transform:translate(62.3708vw,46.975vh) scale(.625)}to{transform:translate(63.7443vw,100vh) scale(.625)}}.snow:nth-child(252){opacity:1.0022;transform:translate(25.6611vw,-10px) scale(.4771);animation:fall-252 11s -5s linear infinite}@keyframes fall-252{54.988%{transform:translate(24.3337vw,54.988vh) scale(.4771)}to{transform:translate(24.9974vw,100vh) scale(.4771)}}.snow:nth-child(253){opacity:1.8126;transform:translate(5.5621vw,-10px) scale(.8031);animation:fall-253 13s -25s linear infinite}@keyframes fall-253{53.277%{transform:translate(8.3349vw,53.277vh) scale(.8031)}to{transform:translate(6.9485vw,100vh) scale(.8031)}}.snow:nth-child(254){opacity:1.0142;transform:translate(73.7299vw,-10px) scale(.3971);animation:fall-254 15s -1s linear infinite}@keyframes fall-254{60.48%{transform:translate(79.2376vw,60.48vh) scale(.3971)}to{transform:translate(76.48375vw,100vh) scale(.3971)}}.snow:nth-child(255){opacity:.5984;transform:translate(24.1077vw,-10px) scale(.3295);animation:fall-255 26s -9s linear infinite}@keyframes fall-255{68.653%{transform:translate(21.6152vw,68.653vh) scale(.3295)}to{transform:translate(22.86145vw,100vh) scale(.3295)}}.snow:nth-child(256){opacity:1.4868;transform:translate(68.4547vw,-10px) scale(.1181);animation:fall-256 17s -8s linear infinite}@keyframes fall-256{44.117%{transform:translate(59.5442vw,44.117vh) scale(.1181)}to{transform:translate(63.99945vw,100vh) scale(.1181)}}.snow:nth-child(257){opacity:1.9506;transform:translate(62.398vw,-10px) scale(.0125);animation:fall-257 25s -29s linear infinite}@keyframes fall-257{35.624%{transform:translate(57.9642vw,35.624vh) scale(.0125)}to{transform:translate(60.1811vw,100vh) scale(.0125)}}.snow:nth-child(258){opacity:1.6282;transform:translate(49.9003vw,-10px) scale(.6645);animation:fall-258 11s -30s linear infinite}@keyframes fall-258{75.632%{transform:translate(41.5145vw,75.632vh) scale(.6645)}to{transform:translate(45.7074vw,100vh) scale(.6645)}}.snow:nth-child(259){opacity:1.0492;transform:translate(41.2771vw,-10px) scale(.8057);animation:fall-259 25s -27s linear infinite}@keyframes fall-259{45.977%{transform:translate(50.4488vw,45.977vh) scale(.8057)}to{transform:translate(45.86295vw,100vh) scale(.8057)}}.snow:nth-child(260){opacity:1.7766;transform:translate(45.1345vw,-10px) scale(.2887);animation:fall-260 16s -22s linear infinite}@keyframes fall-260{55.811%{transform:translate(38.2298vw,55.811vh) scale(.2887)}to{transform:translate(41.68215vw,100vh) scale(.2887)}}.snow:nth-child(261){opacity:.4848;transform:translate(86.5051vw,-10px) scale(.5551);animation:fall-261 28s -9s linear infinite}@keyframes fall-261{68.047%{transform:translate(86.9584vw,68.047vh) scale(.5551)}to{transform:translate(86.73175vw,100vh) scale(.5551)}}.snow:nth-child(262){opacity:1.4976;transform:translate(77.2375vw,-10px) scale(.4257);animation:fall-262 18s -10s linear infinite}@keyframes fall-262{62.994%{transform:translate(76.9597vw,62.994vh) scale(.4257)}to{transform:translate(77.0986vw,100vh) scale(.4257)}}.snow:nth-child(263){opacity:.4168;transform:translate(45.7806vw,-10px) scale(.5542);animation:fall-263 14s -3s linear infinite}@keyframes fall-263{79.655%{transform:translate(37.951vw,79.655vh) scale(.5542)}to{transform:translate(41.8658vw,100vh) scale(.5542)}}.snow:nth-child(264){opacity:1.9746;transform:translate(80.8181vw,-10px) scale(.1801);animation:fall-264 18s -23s linear infinite}@keyframes fall-264{43.957%{transform:translate(78.6149vw,43.957vh) scale(.1801)}to{transform:translate(79.7165vw,100vh) scale(.1801)}}.snow:nth-child(265){opacity:.7076;transform:translate(73.4149vw,-10px) scale(.8286);animation:fall-265 22s -13s linear infinite}@keyframes fall-265{45.327%{transform:translate(71.816vw,45.327vh) scale(.8286)}to{transform:translate(72.61545vw,100vh) scale(.8286)}}.snow:nth-child(266){opacity:1.1582;transform:translate(83.5998vw,-10px) scale(.1936);animation:fall-266 18s -17s linear infinite}@keyframes fall-266{47.437%{transform:translate(78.1471vw,47.437vh) scale(.1936)}to{transform:translate(80.87345vw,100vh) scale(.1936)}}.snow:nth-child(267){opacity:1.9074;transform:translate(40.346vw,-10px) scale(.4444);animation:fall-267 28s -30s linear infinite}@keyframes fall-267{48.137%{transform:translate(30.8487vw,48.137vh) scale(.4444)}to{transform:translate(35.59735vw,100vh) scale(.4444)}}.snow:nth-child(268){opacity:1.9714;transform:translate(85.9322vw,-10px) scale(.3787);animation:fall-268 15s -26s linear infinite}@keyframes fall-268{78.051%{transform:translate(81.7671vw,78.051vh) scale(.3787)}to{transform:translate(83.84965vw,100vh) scale(.3787)}}.snow:nth-child(269){opacity:1.6848;transform:translate(61.2311vw,-10px) scale(.9684);animation:fall-269 20s -19s linear infinite}@keyframes fall-269{74.95%{transform:translate(52.3671vw,74.95vh) scale(.9684)}to{transform:translate(56.7991vw,100vh) scale(.9684)}}.snow:nth-child(270){opacity:1.3554;transform:translate(7.3367vw,-10px) scale(.536);animation:fall-270 29s -1s linear infinite}@keyframes fall-270{57.481%{transform:translate(8.8799vw,57.481vh) scale(.536)}to{transform:translate(8.1083vw,100vh) scale(.536)}}.snow:nth-child(271){opacity:1.265;transform:translate(76.8039vw,-10px) scale(.81);animation:fall-271 14s -22s linear infinite}@keyframes fall-271{32.554%{transform:translate(74.9176vw,32.554vh) scale(.81)}to{transform:translate(75.86075vw,100vh) scale(.81)}}.snow:nth-child(272){opacity:.8452;transform:translate(53.6431vw,-10px) scale(.6989);animation:fall-272 29s -16s linear infinite}@keyframes fall-272{32.111%{transform:translate(61.3006vw,32.111vh) scale(.6989)}to{transform:translate(57.47185vw,100vh) scale(.6989)}}.snow:nth-child(273){opacity:.0216;transform:translate(41.1105vw,-10px) scale(.5047);animation:fall-273 13s -15s linear infinite}@keyframes fall-273{48.043%{transform:translate(38.4547vw,48.043vh) scale(.5047)}to{transform:translate(39.7826vw,100vh) scale(.5047)}}.snow:nth-child(274){opacity:.0298;transform:translate(18.5309vw,-10px) scale(.086);animation:fall-274 11s -19s linear infinite}@keyframes fall-274{74.306%{transform:translate(16.5659vw,74.306vh) scale(.086)}to{transform:translate(17.5484vw,100vh) scale(.086)}}.snow:nth-child(275){opacity:1.61;transform:translate(92.3328vw,-10px) scale(.0427);animation:fall-275 24s -14s linear infinite}@keyframes fall-275{34.09%{transform:translate(97.2017vw,34.09vh) scale(.0427)}to{transform:translate(94.76725vw,100vh) scale(.0427)}}.snow:nth-child(276){opacity:1.377;transform:translate(89.3596vw,-10px) scale(.5895);animation:fall-276 15s -10s linear infinite}@keyframes fall-276{31.72%{transform:translate(89.3624vw,31.72vh) scale(.5895)}to{transform:translate(89.361vw,100vh) scale(.5895)}}.snow:nth-child(277){opacity:.6526;transform:translate(88.831vw,-10px) scale(.1276);animation:fall-277 20s -12s linear infinite}@keyframes fall-277{64.121%{transform:translate(98.6913vw,64.121vh) scale(.1276)}to{transform:translate(93.76115vw,100vh) scale(.1276)}}.snow:nth-child(278){opacity:1.854;transform:translate(93.5056vw,-10px) scale(.9347);animation:fall-278 20s -24s linear infinite}@keyframes fall-278{52.721%{transform:translate(92.4314vw,52.721vh) scale(.9347)}to{transform:translate(92.9685vw,100vh) scale(.9347)}}.snow:nth-child(279){opacity:.7068;transform:translate(39.91vw,-10px) scale(.2547);animation:fall-279 22s -9s linear infinite}@keyframes fall-279{76.288%{transform:translate(29.9935vw,76.288vh) scale(.2547)}to{transform:translate(34.95175vw,100vh) scale(.2547)}}.snow:nth-child(280){opacity:1.6222;transform:translate(58.7669vw,-10px) scale(.2556);animation:fall-280 13s -12s linear infinite}@keyframes fall-280{34.061%{transform:translate(59.8813vw,34.061vh) scale(.2556)}to{transform:translate(59.3241vw,100vh) scale(.2556)}}.snow:nth-child(281){opacity:1.5834;transform:translate(23.1422vw,-10px) scale(.3973);animation:fall-281 25s -24s linear infinite}@keyframes fall-281{54.362%{transform:translate(15.9392vw,54.362vh) scale(.3973)}to{transform:translate(19.5407vw,100vh) scale(.3973)}}.snow:nth-child(282){opacity:1.878;transform:translate(74.7674vw,-10px) scale(.9847);animation:fall-282 16s -28s linear infinite}@keyframes fall-282{50.891%{transform:translate(79.6246vw,50.891vh) scale(.9847)}to{transform:translate(77.196vw,100vh) scale(.9847)}}.snow:nth-child(283){opacity:.257;transform:translate(81.4649vw,-10px) scale(.9709);animation:fall-283 13s -22s linear infinite}@keyframes fall-283{77.283%{transform:translate(78.6046vw,77.283vh) scale(.9709)}to{transform:translate(80.03475vw,100vh) scale(.9709)}}.snow:nth-child(284){opacity:1.9824;transform:translate(55.4491vw,-10px) scale(.3214);animation:fall-284 11s -21s linear infinite}@keyframes fall-284{60.275%{transform:translate(48.9623vw,60.275vh) scale(.3214)}to{transform:translate(52.2057vw,100vh) scale(.3214)}}.snow:nth-child(285){opacity:.1778;transform:translate(44.9313vw,-10px) scale(.9279);animation:fall-285 26s -10s linear infinite}@keyframes fall-285{31.974%{transform:translate(39.4359vw,31.974vh) scale(.9279)}to{transform:translate(42.1836vw,100vh) scale(.9279)}}.snow:nth-child(286){opacity:1.0618;transform:translate(80.6237vw,-10px) scale(.2278);animation:fall-286 22s -16s linear infinite}@keyframes fall-286{68.148%{transform:translate(73.8023vw,68.148vh) scale(.2278)}to{transform:translate(77.213vw,100vh) scale(.2278)}}.snow:nth-child(287){opacity:1.8786;transform:translate(57.113vw,-10px) scale(.6019);animation:fall-287 14s -23s linear infinite}@keyframes fall-287{49.533%{transform:translate(50.9592vw,49.533vh) scale(.6019)}to{transform:translate(54.0361vw,100vh) scale(.6019)}}.snow:nth-child(288){opacity:1.3108;transform:translate(6.413vw,-10px) scale(.5874);animation:fall-288 16s -12s linear infinite}@keyframes fall-288{61.209%{transform:translate(10.583vw,61.209vh) scale(.5874)}to{transform:translate(8.498vw,100vh) scale(.5874)}}.snow:nth-child(289){opacity:.3252;transform:translate(6.601vw,-10px) scale(.8886);animation:fall-289 30s -20s linear infinite}@keyframes fall-289{75.81%{transform:translate(-.0953vw,75.81vh) scale(.8886)}to{transform:translate(3.25285vw,100vh) scale(.8886)}}.snow:nth-child(290){opacity:.344;transform:translate(7.7265vw,-10px) scale(.8779);animation:fall-290 14s -6s linear infinite}@keyframes fall-290{76.124%{transform:translate(5.1172vw,76.124vh) scale(.8779)}to{transform:translate(6.42185vw,100vh) scale(.8779)}}.snow:nth-child(291){opacity:1.2132;transform:translate(1.5518vw,-10px) scale(.5401);animation:fall-291 22s -6s linear infinite}@keyframes fall-291{61.097%{transform:translate(-2.3191vw,61.097vh) scale(.5401)}to{transform:translate(-.38365vw,100vh) scale(.5401)}}.snow:nth-child(292){opacity:.3186;transform:translate(25.3286vw,-10px) scale(.3732);animation:fall-292 27s -20s linear infinite}@keyframes fall-292{46.078%{transform:translate(18.5604vw,46.078vh) scale(.3732)}to{transform:translate(21.9445vw,100vh) scale(.3732)}}.snow:nth-child(293){opacity:.8262;transform:translate(95.7521vw,-10px) scale(.7593);animation:fall-293 18s -18s linear infinite}@keyframes fall-293{70.258%{transform:translate(95.5678vw,70.258vh) scale(.7593)}to{transform:translate(95.65995vw,100vh) scale(.7593)}}.snow:nth-child(294){opacity:.7556;transform:translate(70.8124vw,-10px) scale(.6018);animation:fall-294 27s -24s linear infinite}@keyframes fall-294{31.554%{transform:translate(65.5158vw,31.554vh) scale(.6018)}to{transform:translate(68.1641vw,100vh) scale(.6018)}}.snow:nth-child(295){opacity:1.1654;transform:translate(71.5958vw,-10px) scale(.998);animation:fall-295 28s -25s linear infinite}@keyframes fall-295{72.017%{transform:translate(68.6877vw,72.017vh) scale(.998)}to{transform:translate(70.14175vw,100vh) scale(.998)}}.snow:nth-child(296){opacity:1.9116;transform:translate(28.6349vw,-10px) scale(.8628);animation:fall-296 12s -17s linear infinite}@keyframes fall-296{42.623%{transform:translate(24.5702vw,42.623vh) scale(.8628)}to{transform:translate(26.60255vw,100vh) scale(.8628)}}.snow:nth-child(297){opacity:.2752;transform:translate(42.7327vw,-10px) scale(.0071);animation:fall-297 26s -15s linear infinite}@keyframes fall-297{60.092%{transform:translate(39.8635vw,60.092vh) scale(.0071)}to{transform:translate(41.2981vw,100vh) scale(.0071)}}.snow:nth-child(298){opacity:1.2432;transform:translate(5.7552vw,-10px) scale(.3334);animation:fall-298 26s -5s linear infinite}@keyframes fall-298{68.799%{transform:translate(-1.0044vw,68.799vh) scale(.3334)}to{transform:translate(2.3754vw,100vh) scale(.3334)}}.snow:nth-child(299){opacity:1.6118;transform:translate(39.5529vw,-10px) scale(.4855);animation:fall-299 20s -15s linear infinite}@keyframes fall-299{31.81%{transform:translate(39.5995vw,31.81vh) scale(.4855)}to{transform:translate(39.5762vw,100vh) scale(.4855)}}.snow:nth-child(300){opacity:.9744;transform:translate(97.6188vw,-10px) scale(.9411);animation:fall-300 10s -28s linear infinite}@keyframes fall-300{49.474%{transform:translate(99.8103vw,49.474vh) scale(.9411)}to{transform:translate(98.71455vw,100vh) scale(.9411)}}.snow:nth-child(301){opacity:.32;transform:translate(18.5532vw,-10px) scale(.9519);animation:fall-301 23s -30s linear infinite}@keyframes fall-301{61.344%{transform:translate(17.1982vw,61.344vh) scale(.9519)}to{transform:translate(17.8757vw,100vh) scale(.9519)}}.snow:nth-child(302){opacity:1.9528;transform:translate(40.5837vw,-10px) scale(.2538);animation:fall-302 21s -12s linear infinite}@keyframes fall-302{64.599%{transform:translate(41.4906vw,64.599vh) scale(.2538)}to{transform:translate(41.03715vw,100vh) scale(.2538)}}.snow:nth-child(303){opacity:.1552;transform:translate(19.3778vw,-10px) scale(.324);animation:fall-303 24s -23s linear infinite}@keyframes fall-303{30.13%{transform:translate(16.0332vw,30.13vh) scale(.324)}to{transform:translate(17.7055vw,100vh) scale(.324)}}.snow:nth-child(304){opacity:1.758;transform:translate(80.8685vw,-10px) scale(.4475);animation:fall-304 28s -4s linear infinite}@keyframes fall-304{68.606%{transform:translate(77.619vw,68.606vh) scale(.4475)}to{transform:translate(79.24375vw,100vh) scale(.4475)}}.snow:nth-child(305){opacity:1.8584;transform:translate(19.9837vw,-10px) scale(.9311);animation:fall-305 27s -9s linear infinite}@keyframes fall-305{36.661%{transform:translate(14.2551vw,36.661vh) scale(.9311)}to{transform:translate(17.1194vw,100vh) scale(.9311)}}.snow:nth-child(306){opacity:.549;transform:translate(42.6176vw,-10px) scale(.4954);animation:fall-306 12s -2s linear infinite}@keyframes fall-306{43.761%{transform:translate(49.1272vw,43.761vh) scale(.4954)}to{transform:translate(45.8724vw,100vh) scale(.4954)}}.snow:nth-child(307){opacity:1.0294;transform:translate(88.9635vw,-10px) scale(.4097);animation:fall-307 11s -27s linear infinite}@keyframes fall-307{43.79%{transform:translate(87.4496vw,43.79vh) scale(.4097)}to{transform:translate(88.20655vw,100vh) scale(.4097)}}.snow:nth-child(308){opacity:1.1576;transform:translate(68.7053vw,-10px) scale(.3836);animation:fall-308 22s -27s linear infinite}@keyframes fall-308{55.156%{transform:translate(64.9229vw,55.156vh) scale(.3836)}to{transform:translate(66.8141vw,100vh) scale(.3836)}}.snow:nth-child(309){opacity:.0834;transform:translate(25.0647vw,-10px) scale(.4747);animation:fall-309 21s -8s linear infinite}@keyframes fall-309{37.221%{transform:translate(27.4376vw,37.221vh) scale(.4747)}to{transform:translate(26.25115vw,100vh) scale(.4747)}}.snow:nth-child(310){opacity:.0612;transform:translate(13.8395vw,-10px) scale(.4883);animation:fall-310 26s -3s linear infinite}@keyframes fall-310{43.702%{transform:translate(5.5522vw,43.702vh) scale(.4883)}to{transform:translate(9.69585vw,100vh) scale(.4883)}}.snow:nth-child(311){opacity:1.5996;transform:translate(51.9192vw,-10px) scale(.3471);animation:fall-311 20s -26s linear infinite}@keyframes fall-311{47.657%{transform:translate(55.368vw,47.657vh) scale(.3471)}to{transform:translate(53.6436vw,100vh) scale(.3471)}}.snow:nth-child(312){opacity:1.019;transform:translate(81.9573vw,-10px) scale(.4431);animation:fall-312 17s -8s linear infinite}@keyframes fall-312{68.468%{transform:translate(77.5761vw,68.468vh) scale(.4431)}to{transform:translate(79.7667vw,100vh) scale(.4431)}}.snow:nth-child(313){opacity:.3908;transform:translate(96.6952vw,-10px) scale(.6247);animation:fall-313 15s -17s linear infinite}@keyframes fall-313{73.337%{transform:translate(93.392vw,73.337vh) scale(.6247)}to{transform:translate(95.0436vw,100vh) scale(.6247)}}.snow:nth-child(314){opacity:1.8518;transform:translate(59.5602vw,-10px) scale(.4897);animation:fall-314 27s -9s linear infinite}@keyframes fall-314{51.431%{transform:translate(55.1554vw,51.431vh) scale(.4897)}to{transform:translate(57.3578vw,100vh) scale(.4897)}}.snow:nth-child(315){opacity:1.3244;transform:translate(84.1393vw,-10px) scale(.6821);animation:fall-315 13s -23s linear infinite}@keyframes fall-315{79.187%{transform:translate(77.187vw,79.187vh) scale(.6821)}to{transform:translate(80.66315vw,100vh) scale(.6821)}}.snow:nth-child(316){opacity:.146;transform:translate(70.1643vw,-10px) scale(.7795);animation:fall-316 17s -23s linear infinite}@keyframes fall-316{39.172%{transform:translate(67.0604vw,39.172vh) scale(.7795)}to{transform:translate(68.61235vw,100vh) scale(.7795)}}.snow:nth-child(317){opacity:.241;transform:translate(45.8172vw,-10px) scale(.9704);animation:fall-317 27s -11s linear infinite}@keyframes fall-317{31.938%{transform:translate(46.6198vw,31.938vh) scale(.9704)}to{transform:translate(46.2185vw,100vh) scale(.9704)}}.snow:nth-child(318){opacity:1.7504;transform:translate(.2142vw,-10px) scale(.3663);animation:fall-318 15s -2s linear infinite}@keyframes fall-318{41.656%{transform:translate(-2.024vw,41.656vh) scale(.3663)}to{transform:translate(-.9049vw,100vh) scale(.3663)}}.snow:nth-child(319){opacity:.3196;transform:translate(50.2546vw,-10px) scale(.3346);animation:fall-319 18s -27s linear infinite}@keyframes fall-319{78.104%{transform:translate(55.9366vw,78.104vh) scale(.3346)}to{transform:translate(53.0956vw,100vh) scale(.3346)}}.snow:nth-child(320){opacity:1.4796;transform:translate(99.6283vw,-10px) scale(.0189);animation:fall-320 18s -17s linear infinite}@keyframes fall-320{33.159%{transform:translate(90.3671vw,33.159vh) scale(.0189)}to{transform:translate(94.9977vw,100vh) scale(.0189)}}.snow:nth-child(321){opacity:1.4904;transform:translate(80.898vw,-10px) scale(.1344);animation:fall-321 24s -30s linear infinite}@keyframes fall-321{65.799%{transform:translate(80.9909vw,65.799vh) scale(.1344)}to{transform:translate(80.94445vw,100vh) scale(.1344)}}.snow:nth-child(322){opacity:.1014;transform:translate(20.3369vw,-10px) scale(.4837);animation:fall-322 22s -28s linear infinite}@keyframes fall-322{69.588%{transform:translate(23.1909vw,69.588vh) scale(.4837)}to{transform:translate(21.7639vw,100vh) scale(.4837)}}.snow:nth-child(323){opacity:.999;transform:translate(97.0114vw,-10px) scale(.9353);animation:fall-323 21s -17s linear infinite}@keyframes fall-323{43.004%{transform:translate(99.734vw,43.004vh) scale(.9353)}to{transform:translate(98.3727vw,100vh) scale(.9353)}}.snow:nth-child(324){opacity:1.1358;transform:translate(6.4291vw,-10px) scale(.2997);animation:fall-324 22s -5s linear infinite}@keyframes fall-324{30.94%{transform:translate(15.5227vw,30.94vh) scale(.2997)}to{transform:translate(10.9759vw,100vh) scale(.2997)}}.snow:nth-child(325){opacity:1.3964;transform:translate(42.7681vw,-10px) scale(.3311);animation:fall-325 15s -25s linear infinite}@keyframes fall-325{50.875%{transform:translate(47.0054vw,50.875vh) scale(.3311)}to{transform:translate(44.88675vw,100vh) scale(.3311)}}.snow:nth-child(326){opacity:1.8558;transform:translate(50.2594vw,-10px) scale(.6693);animation:fall-326 17s -29s linear infinite}@keyframes fall-326{30.67%{transform:translate(47.1063vw,30.67vh) scale(.6693)}to{transform:translate(48.68285vw,100vh) scale(.6693)}}.snow:nth-child(327){opacity:1.8502;transform:translate(7.0291vw,-10px) scale(.0792);animation:fall-327 19s -30s linear infinite}@keyframes fall-327{35.245%{transform:translate(13.3999vw,35.245vh) scale(.0792)}to{transform:translate(10.2145vw,100vh) scale(.0792)}}.snow:nth-child(328){opacity:.3938;transform:translate(36.8139vw,-10px) scale(.6089);animation:fall-328 28s -6s linear infinite}@keyframes fall-328{77.968%{transform:translate(37.78vw,77.968vh) scale(.6089)}to{transform:translate(37.29695vw,100vh) scale(.6089)}}.snow:nth-child(329){opacity:1.724;transform:translate(93.6894vw,-10px) scale(.9462);animation:fall-329 24s -4s linear infinite}@keyframes fall-329{72.637%{transform:translate(88.1601vw,72.637vh) scale(.9462)}to{transform:translate(90.92475vw,100vh) scale(.9462)}}.snow:nth-child(330){opacity:1.5866;transform:translate(92.3212vw,-10px) scale(.2671);animation:fall-330 26s -7s linear infinite}@keyframes fall-330{63.517%{transform:translate(99.2461vw,63.517vh) scale(.2671)}to{transform:translate(95.78365vw,100vh) scale(.2671)}}.snow:nth-child(331){opacity:1.5598;transform:translate(49.089vw,-10px) scale(.2729);animation:fall-331 24s -3s linear infinite}@keyframes fall-331{55.762%{transform:translate(43.9628vw,55.762vh) scale(.2729)}to{transform:translate(46.5259vw,100vh) scale(.2729)}}.snow:nth-child(332){opacity:1.3048;transform:translate(27.0975vw,-10px) scale(.416);animation:fall-332 15s -25s linear infinite}@keyframes fall-332{48.274%{transform:translate(28.2212vw,48.274vh) scale(.416)}to{transform:translate(27.65935vw,100vh) scale(.416)}}.snow:nth-child(333){opacity:1.1698;transform:translate(34.9276vw,-10px) scale(.1364);animation:fall-333 15s -13s linear infinite}@keyframes fall-333{42.499%{transform:translate(34.6304vw,42.499vh) scale(.1364)}to{transform:translate(34.779vw,100vh) scale(.1364)}}.snow:nth-child(334){opacity:.0864;transform:translate(86.4521vw,-10px) scale(.7927);animation:fall-334 15s -27s linear infinite}@keyframes fall-334{61.251%{transform:translate(96.1954vw,61.251vh) scale(.7927)}to{transform:translate(91.32375vw,100vh) scale(.7927)}}.snow:nth-child(335){opacity:.0652;transform:translate(52.4316vw,-10px) scale(.0023);animation:fall-335 29s -3s linear infinite}@keyframes fall-335{49.937%{transform:translate(55.37vw,49.937vh) scale(.0023)}to{transform:translate(53.9008vw,100vh) scale(.0023)}}.snow:nth-child(336){opacity:.2452;transform:translate(86.0295vw,-10px) scale(.954);animation:fall-336 26s -17s linear infinite}@keyframes fall-336{44.058%{transform:translate(76.4787vw,44.058vh) scale(.954)}to{transform:translate(81.2541vw,100vh) scale(.954)}}.snow:nth-child(337){opacity:.7914;transform:translate(46.5862vw,-10px) scale(.4329);animation:fall-337 28s -7s linear infinite}@keyframes fall-337{70.36%{transform:translate(42.7583vw,70.36vh) scale(.4329)}to{transform:translate(44.67225vw,100vh) scale(.4329)}}.snow:nth-child(338){opacity:.9404;transform:translate(23.8991vw,-10px) scale(.7322);animation:fall-338 29s -16s linear infinite}@keyframes fall-338{59.242%{transform:translate(27.5454vw,59.242vh) scale(.7322)}to{transform:translate(25.72225vw,100vh) scale(.7322)}}.snow:nth-child(339){opacity:.0826;transform:translate(87.1434vw,-10px) scale(.0161);animation:fall-339 28s -9s linear infinite}@keyframes fall-339{72.884%{transform:translate(96.9546vw,72.884vh) scale(.0161)}to{transform:translate(92.049vw,100vh) scale(.0161)}}.snow:nth-child(340){opacity:.249;transform:translate(6.9322vw,-10px) scale(.1125);animation:fall-340 13s -7s linear infinite}@keyframes fall-340{54.907%{transform:translate(11.6408vw,54.907vh) scale(.1125)}to{transform:translate(9.2865vw,100vh) scale(.1125)}}.snow:nth-child(341){opacity:.257;transform:translate(60.7495vw,-10px) scale(.3972);animation:fall-341 18s -29s linear infinite}@keyframes fall-341{32.584%{transform:translate(61.3833vw,32.584vh) scale(.3972)}to{transform:translate(61.0664vw,100vh) scale(.3972)}}.snow:nth-child(342){opacity:.5932;transform:translate(80.1082vw,-10px) scale(.0291);animation:fall-342 27s -3s linear infinite}@keyframes fall-342{47.449%{transform:translate(77.6451vw,47.449vh) scale(.0291)}to{transform:translate(78.87665vw,100vh) scale(.0291)}}.snow:nth-child(343){opacity:.468;transform:translate(42.9077vw,-10px) scale(.0814);animation:fall-343 12s -19s linear infinite}@keyframes fall-343{66.266%{transform:translate(47.5747vw,66.266vh) scale(.0814)}to{transform:translate(45.2412vw,100vh) scale(.0814)}}.snow:nth-child(344){opacity:.2996;transform:translate(97.6971vw,-10px) scale(.0744);animation:fall-344 24s -6s linear infinite}@keyframes fall-344{78.307%{transform:translate(102.0492vw,78.307vh) scale(.0744)}to{transform:translate(99.87315vw,100vh) scale(.0744)}}.snow:nth-child(345){opacity:1.8388;transform:translate(70.389vw,-10px) scale(.358);animation:fall-345 24s -1s linear infinite}@keyframes fall-345{38.449%{transform:translate(79.5182vw,38.449vh) scale(.358)}to{transform:translate(74.9536vw,100vh) scale(.358)}}.snow:nth-child(346){opacity:1.3262;transform:translate(3.9976vw,-10px) scale(.5312);animation:fall-346 14s -20s linear infinite}@keyframes fall-346{74.485%{transform:translate(-2.0458vw,74.485vh) scale(.5312)}to{transform:translate(.9759vw,100vh) scale(.5312)}}.snow:nth-child(347){opacity:.5258;transform:translate(12.6176vw,-10px) scale(.3689);animation:fall-347 23s -3s linear infinite}@keyframes fall-347{62.051%{transform:translate(18.2049vw,62.051vh) scale(.3689)}to{transform:translate(15.41125vw,100vh) scale(.3689)}}.snow:nth-child(348){opacity:1.727;transform:translate(27.1408vw,-10px) scale(.1046);animation:fall-348 28s -15s linear infinite}@keyframes fall-348{51.803%{transform:translate(17.6896vw,51.803vh) scale(.1046)}to{transform:translate(22.4152vw,100vh) scale(.1046)}}.snow:nth-child(349){opacity:1.6428;transform:translate(82.051vw,-10px) scale(.4914);animation:fall-349 23s -28s linear infinite}@keyframes fall-349{67.73%{transform:translate(73.1539vw,67.73vh) scale(.4914)}to{transform:translate(77.60245vw,100vh) scale(.4914)}}.snow:nth-child(350){opacity:.989;transform:translate(8.9116vw,-10px) scale(.3508);animation:fall-350 12s -29s linear infinite}@keyframes fall-350{73.232%{transform:translate(6.0473vw,73.232vh) scale(.3508)}to{transform:translate(7.47945vw,100vh) scale(.3508)}}.snow:nth-child(351){opacity:1.4738;transform:translate(87.5631vw,-10px) scale(.7879);animation:fall-351 20s -28s linear infinite}@keyframes fall-351{36.225%{transform:translate(81.2517vw,36.225vh) scale(.7879)}to{transform:translate(84.4074vw,100vh) scale(.7879)}}.snow:nth-child(352){opacity:.6984;transform:translate(91.6627vw,-10px) scale(.5644);animation:fall-352 12s -29s linear infinite}@keyframes fall-352{54.974%{transform:translate(83.8322vw,54.974vh) scale(.5644)}to{transform:translate(87.74745vw,100vh) scale(.5644)}}.snow:nth-child(353){opacity:.2002;transform:translate(1.7678vw,-10px) scale(.1454);animation:fall-353 13s -15s linear infinite}@keyframes fall-353{44.311%{transform:translate(7.8318vw,44.311vh) scale(.1454)}to{transform:translate(4.7998vw,100vh) scale(.1454)}}.snow:nth-child(354){opacity:.7996;transform:translate(22.0053vw,-10px) scale(.58);animation:fall-354 20s -25s linear infinite}@keyframes fall-354{51.299%{transform:translate(12.9616vw,51.299vh) scale(.58)}to{transform:translate(17.48345vw,100vh) scale(.58)}}.snow:nth-child(355){opacity:1.786;transform:translate(78.0546vw,-10px) scale(.1926);animation:fall-355 20s -29s linear infinite}@keyframes fall-355{50.479%{transform:translate(76.1972vw,50.479vh) scale(.1926)}to{transform:translate(77.1259vw,100vh) scale(.1926)}}.snow:nth-child(356){opacity:1.8662;transform:translate(15.5058vw,-10px) scale(.0307);animation:fall-356 16s -5s linear infinite}@keyframes fall-356{60.746%{transform:translate(14.7859vw,60.746vh) scale(.0307)}to{transform:translate(15.14585vw,100vh) scale(.0307)}}.snow:nth-child(357){opacity:1.5634;transform:translate(83.9307vw,-10px) scale(.2542);animation:fall-357 23s -7s linear infinite}@keyframes fall-357{61.682%{transform:translate(78.2276vw,61.682vh) scale(.2542)}to{transform:translate(81.07915vw,100vh) scale(.2542)}}.snow:nth-child(358){opacity:.9604;transform:translate(95.1757vw,-10px) scale(.3585);animation:fall-358 28s -25s linear infinite}@keyframes fall-358{56.368%{transform:translate(90.7806vw,56.368vh) scale(.3585)}to{transform:translate(92.97815vw,100vh) scale(.3585)}}.snow:nth-child(359){opacity:1.0426;transform:translate(92.8451vw,-10px) scale(.6011);animation:fall-359 20s -19s linear infinite}@keyframes fall-359{55.804%{transform:translate(86.0245vw,55.804vh) scale(.6011)}to{transform:translate(89.4348vw,100vh) scale(.6011)}}.snow:nth-child(360){opacity:.639;transform:translate(14.2801vw,-10px) scale(.9028);animation:fall-360 25s -11s linear infinite}@keyframes fall-360{43.459%{transform:translate(6.1859vw,43.459vh) scale(.9028)}to{transform:translate(10.233vw,100vh) scale(.9028)}}.snow:nth-child(361){opacity:1.2852;transform:translate(63.8823vw,-10px) scale(.221);animation:fall-361 27s -12s linear infinite}@keyframes fall-361{56.364%{transform:translate(66.5167vw,56.364vh) scale(.221)}to{transform:translate(65.1995vw,100vh) scale(.221)}}.snow:nth-child(362){opacity:.2178;transform:translate(26.3925vw,-10px) scale(.4838);animation:fall-362 13s -8s linear infinite}@keyframes fall-362{58.674%{transform:translate(19.7417vw,58.674vh) scale(.4838)}to{transform:translate(23.0671vw,100vh) scale(.4838)}}.snow:nth-child(363){opacity:1.9586;transform:translate(34.2619vw,-10px) scale(.8396);animation:fall-363 23s -29s linear infinite}@keyframes fall-363{33.11%{transform:translate(38.7536vw,33.11vh) scale(.8396)}to{transform:translate(36.50775vw,100vh) scale(.8396)}}.snow:nth-child(364){opacity:.2688;transform:translate(40.7583vw,-10px) scale(.0278);animation:fall-364 25s -7s linear infinite}@keyframes fall-364{50.92%{transform:translate(33.4529vw,50.92vh) scale(.0278)}to{transform:translate(37.1056vw,100vh) scale(.0278)}}.snow:nth-child(365){opacity:1.4476;transform:translate(29.3932vw,-10px) scale(.4897);animation:fall-365 30s -30s linear infinite}@keyframes fall-365{79.52%{transform:translate(23.9948vw,79.52vh) scale(.4897)}to{transform:translate(26.694vw,100vh) scale(.4897)}}.snow:nth-child(366){opacity:.4938;transform:translate(95.1098vw,-10px) scale(.6269);animation:fall-366 30s -19s linear infinite}@keyframes fall-366{40.592%{transform:translate(93.2704vw,40.592vh) scale(.6269)}to{transform:translate(94.1901vw,100vh) scale(.6269)}}.snow:nth-child(367){opacity:1.7042;transform:translate(12.2372vw,-10px) scale(.6159);animation:fall-367 16s -7s linear infinite}@keyframes fall-367{68.327%{transform:translate(11.285vw,68.327vh) scale(.6159)}to{transform:translate(11.7611vw,100vh) scale(.6159)}}.snow:nth-child(368){opacity:1.5842;transform:translate(21.5893vw,-10px) scale(.4697);animation:fall-368 10s -21s linear infinite}@keyframes fall-368{73.595%{transform:translate(19.7522vw,73.595vh) scale(.4697)}to{transform:translate(20.67075vw,100vh) scale(.4697)}}.snow:nth-child(369){opacity:.1952;transform:translate(97.3365vw,-10px) scale(.2723);animation:fall-369 13s -4s linear infinite}@keyframes fall-369{74.517%{transform:translate(107.3244vw,74.517vh) scale(.2723)}to{transform:translate(102.33045vw,100vh) scale(.2723)}}.snow:nth-child(370){opacity:.1028;transform:translate(80.7818vw,-10px) scale(.1455);animation:fall-370 26s -25s linear infinite}@keyframes fall-370{72.821%{transform:translate(80.7723vw,72.821vh) scale(.1455)}to{transform:translate(80.77705vw,100vh) scale(.1455)}}.snow:nth-child(371){opacity:.6092;transform:translate(23.0813vw,-10px) scale(.7708);animation:fall-371 16s -10s linear infinite}@keyframes fall-371{56.127%{transform:translate(30.524vw,56.127vh) scale(.7708)}to{transform:translate(26.80265vw,100vh) scale(.7708)}}.snow:nth-child(372){opacity:.4632;transform:translate(30.4818vw,-10px) scale(.1434);animation:fall-372 18s -19s linear infinite}@keyframes fall-372{72.304%{transform:translate(25.8114vw,72.304vh) scale(.1434)}to{transform:translate(28.1466vw,100vh) scale(.1434)}}.snow:nth-child(373){opacity:1.0606;transform:translate(32.5914vw,-10px) scale(.7546);animation:fall-373 15s -25s linear infinite}@keyframes fall-373{78.416%{transform:translate(36.5188vw,78.416vh) scale(.7546)}to{transform:translate(34.5551vw,100vh) scale(.7546)}}.snow:nth-child(374){opacity:.9152;transform:translate(70.2447vw,-10px) scale(.3628);animation:fall-374 28s -8s linear infinite}@keyframes fall-374{50.77%{transform:translate(65.8652vw,50.77vh) scale(.3628)}to{transform:translate(68.05495vw,100vh) scale(.3628)}}.snow:nth-child(375){opacity:.3112;transform:translate(28.5726vw,-10px) scale(.1298);animation:fall-375 28s -21s linear infinite}@keyframes fall-375{31.301%{transform:translate(37.5077vw,31.301vh) scale(.1298)}to{transform:translate(33.04015vw,100vh) scale(.1298)}}.snow:nth-child(376){opacity:1.5478;transform:translate(41.8869vw,-10px) scale(.8781);animation:fall-376 29s -3s linear infinite}@keyframes fall-376{30.014%{transform:translate(37.7127vw,30.014vh) scale(.8781)}to{transform:translate(39.7998vw,100vh) scale(.8781)}}.snow:nth-child(377){opacity:.4922;transform:translate(40.4651vw,-10px) scale(.6994);animation:fall-377 10s -23s linear infinite}@keyframes fall-377{76.116%{transform:translate(44.0588vw,76.116vh) scale(.6994)}to{transform:translate(42.26195vw,100vh) scale(.6994)}}.snow:nth-child(378){opacity:1.953;transform:translate(21.6182vw,-10px) scale(.4349);animation:fall-378 14s -11s linear infinite}@keyframes fall-378{33.152%{transform:translate(12.3977vw,33.152vh) scale(.4349)}to{transform:translate(17.00795vw,100vh) scale(.4349)}}.snow:nth-child(379){opacity:1.7334;transform:translate(73.294vw,-10px) scale(.7334);animation:fall-379 13s -26s linear infinite}@keyframes fall-379{77.597%{transform:translate(74.6044vw,77.597vh) scale(.7334)}to{transform:translate(73.9492vw,100vh) scale(.7334)}}.snow:nth-child(380){opacity:.6668;transform:translate(91.0828vw,-10px) scale(.4563);animation:fall-380 15s -22s linear infinite}@keyframes fall-380{66.936%{transform:translate(100.1376vw,66.936vh) scale(.4563)}to{transform:translate(95.6102vw,100vh) scale(.4563)}}.snow:nth-child(381){opacity:.111;transform:translate(20.6881vw,-10px) scale(.1436);animation:fall-381 27s -25s linear infinite}@keyframes fall-381{47.798%{transform:translate(15.8563vw,47.798vh) scale(.1436)}to{transform:translate(18.2722vw,100vh) scale(.1436)}}.snow:nth-child(382){opacity:1.0498;transform:translate(93.0956vw,-10px) scale(.1531);animation:fall-382 21s -24s linear infinite}@keyframes fall-382{33.4%{transform:translate(98.8796vw,33.4vh) scale(.1531)}to{transform:translate(95.9876vw,100vh) scale(.1531)}}.snow:nth-child(383){opacity:1.664;transform:translate(12.6755vw,-10px) scale(.2258);animation:fall-383 21s -6s linear infinite}@keyframes fall-383{73.664%{transform:translate(19.2139vw,73.664vh) scale(.2258)}to{transform:translate(15.9447vw,100vh) scale(.2258)}}.snow:nth-child(384){opacity:.9006;transform:translate(52.7484vw,-10px) scale(.2681);animation:fall-384 21s -7s linear infinite}@keyframes fall-384{56.794%{transform:translate(54.0066vw,56.794vh) scale(.2681)}to{transform:translate(53.3775vw,100vh) scale(.2681)}}.snow:nth-child(385){opacity:.735;transform:translate(49.9476vw,-10px) scale(.8984);animation:fall-385 14s -8s linear infinite}@keyframes fall-385{74.689%{transform:translate(53.9473vw,74.689vh) scale(.8984)}to{transform:translate(51.94745vw,100vh) scale(.8984)}}.snow:nth-child(386){opacity:1.7708;transform:translate(16.171vw,-10px) scale(.8414);animation:fall-386 14s -30s linear infinite}@keyframes fall-386{31.489%{transform:translate(8.6102vw,31.489vh) scale(.8414)}to{transform:translate(12.3906vw,100vh) scale(.8414)}}.snow:nth-child(387){opacity:1.3822;transform:translate(22.7629vw,-10px) scale(.9502);animation:fall-387 17s -2s linear infinite}@keyframes fall-387{78.391%{transform:translate(14.6945vw,78.391vh) scale(.9502)}to{transform:translate(18.7287vw,100vh) scale(.9502)}}.snow:nth-child(388){opacity:.0746;transform:translate(20.1872vw,-10px) scale(.7529);animation:fall-388 19s -13s linear infinite}@keyframes fall-388{78.667%{transform:translate(29.0636vw,78.667vh) scale(.7529)}to{transform:translate(24.6254vw,100vh) scale(.7529)}}.snow:nth-child(389){opacity:.2452;transform:translate(49.4545vw,-10px) scale(.7759);animation:fall-389 25s -29s linear infinite}@keyframes fall-389{66.03%{transform:translate(53.258vw,66.03vh) scale(.7759)}to{transform:translate(51.35625vw,100vh) scale(.7759)}}.snow:nth-child(390){opacity:.5534;transform:translate(61.7668vw,-10px) scale(.7044);animation:fall-390 27s -5s linear infinite}@keyframes fall-390{79.609%{transform:translate(59.8886vw,79.609vh) scale(.7044)}to{transform:translate(60.8277vw,100vh) scale(.7044)}}.snow:nth-child(391){opacity:.5506;transform:translate(90.1117vw,-10px) scale(.4852);animation:fall-391 18s -9s linear infinite}@keyframes fall-391{78.864%{transform:translate(87.7644vw,78.864vh) scale(.4852)}to{transform:translate(88.93805vw,100vh) scale(.4852)}}.snow:nth-child(392){opacity:1.6782;transform:translate(25.8475vw,-10px) scale(.2321);animation:fall-392 24s -22s linear infinite}@keyframes fall-392{55.947%{transform:translate(26.556vw,55.947vh) scale(.2321)}to{transform:translate(26.20175vw,100vh) scale(.2321)}}.snow:nth-child(393){opacity:.9512;transform:translate(16.7945vw,-10px) scale(.4968);animation:fall-393 18s -30s linear infinite}@keyframes fall-393{55.606%{transform:translate(15.6104vw,55.606vh) scale(.4968)}to{transform:translate(16.20245vw,100vh) scale(.4968)}}.snow:nth-child(394){opacity:.5038;transform:translate(74.0701vw,-10px) scale(.2684);animation:fall-394 13s -8s linear infinite}@keyframes fall-394{70.203%{transform:translate(83.5798vw,70.203vh) scale(.2684)}to{transform:translate(78.82495vw,100vh) scale(.2684)}}.snow:nth-child(395){opacity:1.5776;transform:translate(3.1391vw,-10px) scale(.0264);animation:fall-395 23s -23s linear infinite}@keyframes fall-395{63.024%{transform:translate(.1952vw,63.024vh) scale(.0264)}to{transform:translate(1.66715vw,100vh) scale(.0264)}}.snow:nth-child(396){opacity:1.8118;transform:translate(54.7005vw,-10px) scale(.0479);animation:fall-396 26s -19s linear infinite}@keyframes fall-396{51.808%{transform:translate(50.0691vw,51.808vh) scale(.0479)}to{transform:translate(52.3848vw,100vh) scale(.0479)}}.snow:nth-child(397){opacity:.1528;transform:translate(27.6858vw,-10px) scale(.6193);animation:fall-397 28s -27s linear infinite}@keyframes fall-397{33.382%{transform:translate(31.2425vw,33.382vh) scale(.6193)}to{transform:translate(29.46415vw,100vh) scale(.6193)}}.snow:nth-child(398){opacity:1.9044;transform:translate(83.736vw,-10px) scale(.804);animation:fall-398 23s -5s linear infinite}@keyframes fall-398{45.11%{transform:translate(74.2906vw,45.11vh) scale(.804)}to{transform:translate(79.0133vw,100vh) scale(.804)}}.snow:nth-child(399){opacity:1.699;transform:translate(45.2948vw,-10px) scale(.7922);animation:fall-399 17s -2s linear infinite}@keyframes fall-399{62.806%{transform:translate(43.5891vw,62.806vh) scale(.7922)}to{transform:translate(44.44195vw,100vh) scale(.7922)}}.snow:nth-child(400){opacity:.493;transform:translate(52.7561vw,-10px) scale(.8774);animation:fall-400 30s -18s linear infinite}@keyframes fall-400{36.231%{transform:translate(54.4903vw,36.231vh) scale(.8774)}to{transform:translate(53.6232vw,100vh) scale(.8774)}}\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 });
22
22
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AppComponent, decorators: [{
23
23
  type: Component,
24
- args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:1.5246;transform:translate(16.9296vw,-10px) scale(.2651);animation:fall-1 11s -9s linear infinite}@keyframes fall-1{69.001%{transform:translate(13.701vw,69.001vh) scale(.2651)}to{transform:translate(15.3153vw,100vh) scale(.2651)}}.snow:nth-child(2){opacity:1.516;transform:translate(48.8589vw,-10px) scale(.8754);animation:fall-2 24s -10s linear infinite}@keyframes fall-2{54.498%{transform:translate(52.2807vw,54.498vh) scale(.8754)}to{transform:translate(50.5698vw,100vh) scale(.8754)}}.snow:nth-child(3){opacity:1.2864;transform:translate(14.9833vw,-10px) scale(.912);animation:fall-3 28s -25s linear infinite}@keyframes fall-3{63.652%{transform:translate(8.8008vw,63.652vh) scale(.912)}to{transform:translate(11.89205vw,100vh) scale(.912)}}.snow:nth-child(4){opacity:1.7388;transform:translate(29.5873vw,-10px) scale(.4111);animation:fall-4 18s -14s linear infinite}@keyframes fall-4{54.922%{transform:translate(27.8956vw,54.922vh) scale(.4111)}to{transform:translate(28.74145vw,100vh) scale(.4111)}}.snow:nth-child(5){opacity:1.7994;transform:translate(4.1964vw,-10px) scale(.8946);animation:fall-5 14s -17s linear infinite}@keyframes fall-5{37.142%{transform:translate(-4.4506vw,37.142vh) scale(.8946)}to{transform:translate(-.1271vw,100vh) scale(.8946)}}.snow:nth-child(6){opacity:.6982;transform:translate(59.0552vw,-10px) scale(.6397);animation:fall-6 12s -24s linear infinite}@keyframes fall-6{44.831%{transform:translate(63.3461vw,44.831vh) scale(.6397)}to{transform:translate(61.20065vw,100vh) scale(.6397)}}.snow:nth-child(7){opacity:1.76;transform:translate(70.3923vw,-10px) scale(.9979);animation:fall-7 11s -9s linear infinite}@keyframes fall-7{50.812%{transform:translate(75.803vw,50.812vh) scale(.9979)}to{transform:translate(73.09765vw,100vh) scale(.9979)}}.snow:nth-child(8){opacity:.2214;transform:translate(1.0929vw,-10px) scale(.3108);animation:fall-8 19s -29s linear infinite}@keyframes fall-8{43.408%{transform:translate(4.7733vw,43.408vh) scale(.3108)}to{transform:translate(2.9331vw,100vh) scale(.3108)}}.snow:nth-child(9){opacity:.956;transform:translate(83.0321vw,-10px) scale(.7467);animation:fall-9 30s -27s linear infinite}@keyframes fall-9{58.448%{transform:translate(83.3946vw,58.448vh) scale(.7467)}to{transform:translate(83.21335vw,100vh) scale(.7467)}}.snow:nth-child(10){opacity:.1404;transform:translate(90.2697vw,-10px) scale(.715);animation:fall-10 28s -2s linear infinite}@keyframes fall-10{41.264%{transform:translate(99.07vw,41.264vh) scale(.715)}to{transform:translate(94.66985vw,100vh) scale(.715)}}.snow:nth-child(11){opacity:.0464;transform:translate(53.2824vw,-10px) scale(.2819);animation:fall-11 27s -20s linear infinite}@keyframes fall-11{60.99%{transform:translate(49.2571vw,60.99vh) scale(.2819)}to{transform:translate(51.26975vw,100vh) scale(.2819)}}.snow:nth-child(12){opacity:.9292;transform:translate(84.008vw,-10px) scale(.6132);animation:fall-12 14s -18s linear infinite}@keyframes fall-12{64.706%{transform:translate(74.6835vw,64.706vh) scale(.6132)}to{transform:translate(79.34575vw,100vh) scale(.6132)}}.snow:nth-child(13){opacity:1.9694;transform:translate(40.6611vw,-10px) scale(.987);animation:fall-13 24s -25s linear infinite}@keyframes fall-13{63.76%{transform:translate(30.7198vw,63.76vh) scale(.987)}to{transform:translate(35.69045vw,100vh) scale(.987)}}.snow:nth-child(14){opacity:.7746;transform:translate(9.1701vw,-10px) scale(.0679);animation:fall-14 15s -23s linear infinite}@keyframes fall-14{38.486%{transform:translate(10.9905vw,38.486vh) scale(.0679)}to{transform:translate(10.0803vw,100vh) scale(.0679)}}.snow:nth-child(15){opacity:1.1636;transform:translate(44.4679vw,-10px) scale(.4507);animation:fall-15 14s -18s linear infinite}@keyframes fall-15{36.102%{transform:translate(37.821vw,36.102vh) scale(.4507)}to{transform:translate(41.14445vw,100vh) scale(.4507)}}.snow:nth-child(16){opacity:.252;transform:translate(54.4228vw,-10px) scale(.0502);animation:fall-16 23s -20s linear infinite}@keyframes fall-16{39.107%{transform:translate(47.2437vw,39.107vh) scale(.0502)}to{transform:translate(50.83325vw,100vh) scale(.0502)}}.snow:nth-child(17){opacity:1.2488;transform:translate(85.3075vw,-10px) scale(.0587);animation:fall-17 26s -23s linear infinite}@keyframes fall-17{78.129%{transform:translate(79.1572vw,78.129vh) scale(.0587)}to{transform:translate(82.23235vw,100vh) scale(.0587)}}.snow:nth-child(18){opacity:.6632;transform:translate(75.7836vw,-10px) scale(.4687);animation:fall-18 21s -16s linear infinite}@keyframes fall-18{53.316%{transform:translate(73.1542vw,53.316vh) scale(.4687)}to{transform:translate(74.4689vw,100vh) scale(.4687)}}.snow:nth-child(19){opacity:.6236;transform:translate(12.0127vw,-10px) scale(.4908);animation:fall-19 15s -8s linear infinite}@keyframes fall-19{70.01%{transform:translate(8.7636vw,70.01vh) scale(.4908)}to{transform:translate(10.38815vw,100vh) scale(.4908)}}.snow:nth-child(20){opacity:.5442;transform:translate(53.0109vw,-10px) scale(.1295);animation:fall-20 18s -27s linear infinite}@keyframes fall-20{53.964%{transform:translate(57.6844vw,53.964vh) scale(.1295)}to{transform:translate(55.34765vw,100vh) scale(.1295)}}.snow:nth-child(21){opacity:1.3228;transform:translate(73.5797vw,-10px) scale(.6862);animation:fall-21 24s -12s linear infinite}@keyframes fall-21{35.784%{transform:translate(83.4667vw,35.784vh) scale(.6862)}to{transform:translate(78.5232vw,100vh) scale(.6862)}}.snow:nth-child(22){opacity:1.969;transform:translate(28.5944vw,-10px) scale(.3844);animation:fall-22 11s -29s linear infinite}@keyframes fall-22{66.277%{transform:translate(34.4547vw,66.277vh) scale(.3844)}to{transform:translate(31.52455vw,100vh) scale(.3844)}}.snow:nth-child(23){opacity:.105;transform:translate(85.8936vw,-10px) scale(.6414);animation:fall-23 18s -16s linear infinite}@keyframes fall-23{72.998%{transform:translate(79.6811vw,72.998vh) scale(.6414)}to{transform:translate(82.78735vw,100vh) scale(.6414)}}.snow:nth-child(24){opacity:1.867;transform:translate(95.0417vw,-10px) scale(.7654);animation:fall-24 11s -21s linear infinite}@keyframes fall-24{62.7%{transform:translate(88.3782vw,62.7vh) scale(.7654)}to{transform:translate(91.70995vw,100vh) scale(.7654)}}.snow:nth-child(25){opacity:1.367;transform:translate(46.7196vw,-10px) scale(.812);animation:fall-25 23s -7s linear infinite}@keyframes fall-25{52.725%{transform:translate(49.9987vw,52.725vh) scale(.812)}to{transform:translate(48.35915vw,100vh) scale(.812)}}.snow:nth-child(26){opacity:.5394;transform:translate(92.386vw,-10px) scale(.1646);animation:fall-26 21s -16s linear infinite}@keyframes fall-26{64.575%{transform:translate(94.5936vw,64.575vh) scale(.1646)}to{transform:translate(93.4898vw,100vh) scale(.1646)}}.snow:nth-child(27){opacity:.1518;transform:translate(.4837vw,-10px) scale(.9223);animation:fall-27 25s -7s linear infinite}@keyframes fall-27{44.727%{transform:translate(.8302vw,44.727vh) scale(.9223)}to{transform:translate(.65695vw,100vh) scale(.9223)}}.snow:nth-child(28){opacity:.1276;transform:translate(41.5132vw,-10px) scale(.4934);animation:fall-28 27s -24s linear infinite}@keyframes fall-28{72.144%{transform:translate(37.6545vw,72.144vh) scale(.4934)}to{transform:translate(39.58385vw,100vh) scale(.4934)}}.snow:nth-child(29){opacity:1.5646;transform:translate(94.4644vw,-10px) scale(.4337);animation:fall-29 30s -27s linear infinite}@keyframes fall-29{43.525%{transform:translate(101.7761vw,43.525vh) scale(.4337)}to{transform:translate(98.12025vw,100vh) scale(.4337)}}.snow:nth-child(30){opacity:1.377;transform:translate(18.13vw,-10px) scale(.491);animation:fall-30 24s -28s linear infinite}@keyframes fall-30{60.106%{transform:translate(25.2135vw,60.106vh) scale(.491)}to{transform:translate(21.67175vw,100vh) scale(.491)}}.snow:nth-child(31){opacity:1.0478;transform:translate(51.4172vw,-10px) scale(.1714);animation:fall-31 29s -4s linear infinite}@keyframes fall-31{43.815%{transform:translate(44.7298vw,43.815vh) scale(.1714)}to{transform:translate(48.0735vw,100vh) scale(.1714)}}.snow:nth-child(32){opacity:1.8714;transform:translate(86.4971vw,-10px) scale(.295);animation:fall-32 27s -27s linear infinite}@keyframes fall-32{75.145%{transform:translate(84.9259vw,75.145vh) scale(.295)}to{transform:translate(85.7115vw,100vh) scale(.295)}}.snow:nth-child(33){opacity:.349;transform:translate(22.7232vw,-10px) scale(.899);animation:fall-33 15s -17s linear infinite}@keyframes fall-33{65.133%{transform:translate(19.334vw,65.133vh) scale(.899)}to{transform:translate(21.0286vw,100vh) scale(.899)}}.snow:nth-child(34){opacity:1.4112;transform:translate(66.2825vw,-10px) scale(.8249);animation:fall-34 15s -30s linear infinite}@keyframes fall-34{30.161%{transform:translate(70.8191vw,30.161vh) scale(.8249)}to{transform:translate(68.5508vw,100vh) scale(.8249)}}.snow:nth-child(35){opacity:1.7438;transform:translate(19.0449vw,-10px) scale(.0652);animation:fall-35 13s -8s linear infinite}@keyframes fall-35{45.324%{transform:translate(21.7736vw,45.324vh) scale(.0652)}to{transform:translate(20.40925vw,100vh) scale(.0652)}}.snow:nth-child(36){opacity:1.385;transform:translate(93.4951vw,-10px) scale(.7345);animation:fall-36 12s -3s linear infinite}@keyframes fall-36{61.452%{transform:translate(90.3094vw,61.452vh) scale(.7345)}to{transform:translate(91.90225vw,100vh) scale(.7345)}}.snow:nth-child(37){opacity:.0128;transform:translate(7.8113vw,-10px) scale(.5098);animation:fall-37 15s -23s linear infinite}@keyframes fall-37{43.132%{transform:translate(11.6062vw,43.132vh) scale(.5098)}to{transform:translate(9.70875vw,100vh) scale(.5098)}}.snow:nth-child(38){opacity:1.0126;transform:translate(3.9998vw,-10px) scale(.2497);animation:fall-38 27s -20s linear infinite}@keyframes fall-38{59.741%{transform:translate(-.6308vw,59.741vh) scale(.2497)}to{transform:translate(1.6845vw,100vh) scale(.2497)}}.snow:nth-child(39){opacity:.7902;transform:translate(31.5144vw,-10px) scale(.1016);animation:fall-39 24s -28s linear infinite}@keyframes fall-39{45.076%{transform:translate(22.7448vw,45.076vh) scale(.1016)}to{transform:translate(27.1296vw,100vh) scale(.1016)}}.snow:nth-child(40){opacity:.6402;transform:translate(93.6904vw,-10px) scale(.2615);animation:fall-40 19s -28s linear infinite}@keyframes fall-40{72.824%{transform:translate(86.2597vw,72.824vh) scale(.2615)}to{transform:translate(89.97505vw,100vh) scale(.2615)}}.snow:nth-child(41){opacity:1.3614;transform:translate(27.4599vw,-10px) scale(.4089);animation:fall-41 16s -14s linear infinite}@keyframes fall-41{58.364%{transform:translate(28.3812vw,58.364vh) scale(.4089)}to{transform:translate(27.92055vw,100vh) scale(.4089)}}.snow:nth-child(42){opacity:1.064;transform:translate(48.1098vw,-10px) scale(.2444);animation:fall-42 11s -4s linear infinite}@keyframes fall-42{50.887%{transform:translate(50.0234vw,50.887vh) scale(.2444)}to{transform:translate(49.0666vw,100vh) scale(.2444)}}.snow:nth-child(43){opacity:.8664;transform:translate(80.0483vw,-10px) scale(.1215);animation:fall-43 29s -24s linear infinite}@keyframes fall-43{41.217%{transform:translate(84.2845vw,41.217vh) scale(.1215)}to{transform:translate(82.1664vw,100vh) scale(.1215)}}.snow:nth-child(44){opacity:.6998;transform:translate(18.2479vw,-10px) scale(.2368);animation:fall-44 16s -21s linear infinite}@keyframes fall-44{35.551%{transform:translate(21.9003vw,35.551vh) scale(.2368)}to{transform:translate(20.0741vw,100vh) scale(.2368)}}.snow:nth-child(45){opacity:1.6288;transform:translate(72.9025vw,-10px) scale(.6214);animation:fall-45 24s -2s linear infinite}@keyframes fall-45{79.779%{transform:translate(66.206vw,79.779vh) scale(.6214)}to{transform:translate(69.55425vw,100vh) scale(.6214)}}.snow:nth-child(46){opacity:1.1394;transform:translate(34.6146vw,-10px) scale(.5302);animation:fall-46 26s -4s linear infinite}@keyframes fall-46{48.105%{transform:translate(34.8146vw,48.105vh) scale(.5302)}to{transform:translate(34.7146vw,100vh) scale(.5302)}}.snow:nth-child(47){opacity:.2082;transform:translate(27.7666vw,-10px) scale(.6733);animation:fall-47 20s -21s linear infinite}@keyframes fall-47{53.533%{transform:translate(36.1471vw,53.533vh) scale(.6733)}to{transform:translate(31.95685vw,100vh) scale(.6733)}}.snow:nth-child(48){opacity:1.2168;transform:translate(76.5119vw,-10px) scale(.51);animation:fall-48 24s -19s linear infinite}@keyframes fall-48{32.92%{transform:translate(76.1015vw,32.92vh) scale(.51)}to{transform:translate(76.3067vw,100vh) scale(.51)}}.snow:nth-child(49){opacity:1.6084;transform:translate(12.9762vw,-10px) scale(.4297);animation:fall-49 28s -4s linear infinite}@keyframes fall-49{55.611%{transform:translate(5.2639vw,55.611vh) scale(.4297)}to{transform:translate(9.12005vw,100vh) scale(.4297)}}.snow:nth-child(50){opacity:1.7078;transform:translate(20.0568vw,-10px) scale(.1659);animation:fall-50 14s -4s linear infinite}@keyframes fall-50{69.93%{transform:translate(19.9548vw,69.93vh) scale(.1659)}to{transform:translate(20.0058vw,100vh) scale(.1659)}}.snow:nth-child(51){opacity:1.6558;transform:translate(59.0734vw,-10px) scale(.2014);animation:fall-51 12s -19s linear infinite}@keyframes fall-51{51.048%{transform:translate(55.4733vw,51.048vh) scale(.2014)}to{transform:translate(57.27335vw,100vh) scale(.2014)}}.snow:nth-child(52){opacity:.882;transform:translate(58.793vw,-10px) scale(.3543);animation:fall-52 15s -1s linear infinite}@keyframes fall-52{64.174%{transform:translate(64.6668vw,64.174vh) scale(.3543)}to{transform:translate(61.7299vw,100vh) scale(.3543)}}.snow:nth-child(53){opacity:1.6064;transform:translate(80.764vw,-10px) scale(.4545);animation:fall-53 29s -13s linear infinite}@keyframes fall-53{62.499%{transform:translate(78.8016vw,62.499vh) scale(.4545)}to{transform:translate(79.7828vw,100vh) scale(.4545)}}.snow:nth-child(54){opacity:.7078;transform:translate(85.2518vw,-10px) scale(.3138);animation:fall-54 30s -12s linear infinite}@keyframes fall-54{70.898%{transform:translate(79.3792vw,70.898vh) scale(.3138)}to{transform:translate(82.3155vw,100vh) scale(.3138)}}.snow:nth-child(55){opacity:.547;transform:translate(26.7712vw,-10px) scale(.0132);animation:fall-55 22s -17s linear infinite}@keyframes fall-55{49.553%{transform:translate(22.2388vw,49.553vh) scale(.0132)}to{transform:translate(24.505vw,100vh) scale(.0132)}}.snow:nth-child(56){opacity:.2542;transform:translate(25.051vw,-10px) scale(.4204);animation:fall-56 12s -6s linear infinite}@keyframes fall-56{69.714%{transform:translate(20.0725vw,69.714vh) scale(.4204)}to{transform:translate(22.56175vw,100vh) scale(.4204)}}.snow:nth-child(57){opacity:.4434;transform:translate(34.634vw,-10px) scale(.3505);animation:fall-57 15s -4s linear infinite}@keyframes fall-57{35.492%{transform:translate(31.5442vw,35.492vh) scale(.3505)}to{transform:translate(33.0891vw,100vh) scale(.3505)}}.snow:nth-child(58){opacity:1.3852;transform:translate(48.3429vw,-10px) scale(.152);animation:fall-58 16s -2s linear infinite}@keyframes fall-58{31.837%{transform:translate(55.3771vw,31.837vh) scale(.152)}to{transform:translate(51.86vw,100vh) scale(.152)}}.snow:nth-child(59){opacity:1.6862;transform:translate(69.8905vw,-10px) scale(.1646);animation:fall-59 29s -8s linear infinite}@keyframes fall-59{35.297%{transform:translate(67.8968vw,35.297vh) scale(.1646)}to{transform:translate(68.89365vw,100vh) scale(.1646)}}.snow:nth-child(60){opacity:.5792;transform:translate(66.5251vw,-10px) scale(.3944);animation:fall-60 21s -15s linear infinite}@keyframes fall-60{67.956%{transform:translate(69.9074vw,67.956vh) scale(.3944)}to{transform:translate(68.21625vw,100vh) scale(.3944)}}.snow:nth-child(61){opacity:1.849;transform:translate(28.8512vw,-10px) scale(.829);animation:fall-61 28s -23s linear infinite}@keyframes fall-61{79.087%{transform:translate(23.2387vw,79.087vh) scale(.829)}to{transform:translate(26.04495vw,100vh) scale(.829)}}.snow:nth-child(62){opacity:1.0272;transform:translate(2.0674vw,-10px) scale(.6629);animation:fall-62 18s -7s linear infinite}@keyframes fall-62{49.175%{transform:translate(8.232vw,49.175vh) scale(.6629)}to{transform:translate(5.1497vw,100vh) scale(.6629)}}.snow:nth-child(63){opacity:1.8834;transform:translate(1.1979vw,-10px) scale(.6388);animation:fall-63 14s -30s linear infinite}@keyframes fall-63{72.983%{transform:translate(-2.9127vw,72.983vh) scale(.6388)}to{transform:translate(-.8574vw,100vh) scale(.6388)}}.snow:nth-child(64){opacity:1.0216;transform:translate(85.5939vw,-10px) scale(.2768);animation:fall-64 23s -18s linear infinite}@keyframes fall-64{41.102%{transform:translate(94.6508vw,41.102vh) scale(.2768)}to{transform:translate(90.12235vw,100vh) scale(.2768)}}.snow:nth-child(65){opacity:.5476;transform:translate(17.1213vw,-10px) scale(.7381);animation:fall-65 18s -9s linear infinite}@keyframes fall-65{59.73%{transform:translate(22.5516vw,59.73vh) scale(.7381)}to{transform:translate(19.83645vw,100vh) scale(.7381)}}.snow:nth-child(66){opacity:.1788;transform:translate(17.9718vw,-10px) scale(.5454);animation:fall-66 22s -28s linear infinite}@keyframes fall-66{36.997%{transform:translate(24.9791vw,36.997vh) scale(.5454)}to{transform:translate(21.47545vw,100vh) scale(.5454)}}.snow:nth-child(67){opacity:1.2974;transform:translate(8.5678vw,-10px) scale(.6799);animation:fall-67 10s -11s linear infinite}@keyframes fall-67{41.819%{transform:translate(3.5591vw,41.819vh) scale(.6799)}to{transform:translate(6.06345vw,100vh) scale(.6799)}}.snow:nth-child(68){opacity:1.8796;transform:translate(21.9056vw,-10px) scale(.8893);animation:fall-68 27s -27s linear infinite}@keyframes fall-68{75.258%{transform:translate(29.7021vw,75.258vh) scale(.8893)}to{transform:translate(25.80385vw,100vh) scale(.8893)}}.snow:nth-child(69){opacity:1.689;transform:translate(47.1009vw,-10px) scale(.8694);animation:fall-69 13s -26s linear infinite}@keyframes fall-69{31.699%{transform:translate(50.1893vw,31.699vh) scale(.8694)}to{transform:translate(48.6451vw,100vh) scale(.8694)}}.snow:nth-child(70){opacity:.4578;transform:translate(16.8863vw,-10px) scale(.4558);animation:fall-70 30s -25s linear infinite}@keyframes fall-70{39.394%{transform:translate(8.8556vw,39.394vh) scale(.4558)}to{transform:translate(12.87095vw,100vh) scale(.4558)}}.snow:nth-child(71){opacity:.4362;transform:translate(42.1045vw,-10px) scale(.3523);animation:fall-71 10s -4s linear infinite}@keyframes fall-71{74.252%{transform:translate(41.0585vw,74.252vh) scale(.3523)}to{transform:translate(41.5815vw,100vh) scale(.3523)}}.snow:nth-child(72){opacity:1.2252;transform:translate(75.6288vw,-10px) scale(.1115);animation:fall-72 18s -20s linear infinite}@keyframes fall-72{34.327%{transform:translate(67.7341vw,34.327vh) scale(.1115)}to{transform:translate(71.68145vw,100vh) scale(.1115)}}.snow:nth-child(73){opacity:1.3132;transform:translate(60.1375vw,-10px) scale(.0861);animation:fall-73 17s -8s linear infinite}@keyframes fall-73{77.951%{transform:translate(53.3162vw,77.951vh) scale(.0861)}to{transform:translate(56.72685vw,100vh) scale(.0861)}}.snow:nth-child(74){opacity:1.4362;transform:translate(76.6378vw,-10px) scale(.3317);animation:fall-74 22s -23s linear infinite}@keyframes fall-74{62.952%{transform:translate(86.354vw,62.952vh) scale(.3317)}to{transform:translate(81.4959vw,100vh) scale(.3317)}}.snow:nth-child(75){opacity:1.5768;transform:translate(97.7861vw,-10px) scale(.8905);animation:fall-75 15s -9s linear infinite}@keyframes fall-75{39.431%{transform:translate(92.4015vw,39.431vh) scale(.8905)}to{transform:translate(95.0938vw,100vh) scale(.8905)}}.snow:nth-child(76){opacity:1.3952;transform:translate(56.986vw,-10px) scale(.4334);animation:fall-76 27s -6s linear infinite}@keyframes fall-76{46.229%{transform:translate(63.5069vw,46.229vh) scale(.4334)}to{transform:translate(60.24645vw,100vh) scale(.4334)}}.snow:nth-child(77){opacity:.3262;transform:translate(32.0702vw,-10px) scale(.6558);animation:fall-77 19s -27s linear infinite}@keyframes fall-77{79.124%{transform:translate(37.4569vw,79.124vh) scale(.6558)}to{transform:translate(34.76355vw,100vh) scale(.6558)}}.snow:nth-child(78){opacity:1.5192;transform:translate(13.1555vw,-10px) scale(.6747);animation:fall-78 25s -13s linear infinite}@keyframes fall-78{68.975%{transform:translate(5.1428vw,68.975vh) scale(.6747)}to{transform:translate(9.14915vw,100vh) scale(.6747)}}.snow:nth-child(79){opacity:.9346;transform:translate(91.1496vw,-10px) scale(.3532);animation:fall-79 30s -16s linear infinite}@keyframes fall-79{54.342%{transform:translate(89.7079vw,54.342vh) scale(.3532)}to{transform:translate(90.42875vw,100vh) scale(.3532)}}.snow:nth-child(80){opacity:1.1368;transform:translate(25.8484vw,-10px) scale(.7001);animation:fall-80 11s -7s linear infinite}@keyframes fall-80{59.314%{transform:translate(20.9303vw,59.314vh) scale(.7001)}to{transform:translate(23.38935vw,100vh) scale(.7001)}}.snow:nth-child(81){opacity:1.9648;transform:translate(4.8265vw,-10px) scale(.813);animation:fall-81 11s -18s linear infinite}@keyframes fall-81{69.922%{transform:translate(10.0868vw,69.922vh) scale(.813)}to{transform:translate(7.45665vw,100vh) scale(.813)}}.snow:nth-child(82){opacity:1.0074;transform:translate(73.8806vw,-10px) scale(.967);animation:fall-82 18s -27s linear infinite}@keyframes fall-82{70.29%{transform:translate(81.49vw,70.29vh) scale(.967)}to{transform:translate(77.6853vw,100vh) scale(.967)}}.snow:nth-child(83){opacity:.9244;transform:translate(56.9778vw,-10px) scale(.1074);animation:fall-83 18s -20s linear infinite}@keyframes fall-83{69.932%{transform:translate(65.1776vw,69.932vh) scale(.1074)}to{transform:translate(61.0777vw,100vh) scale(.1074)}}.snow:nth-child(84){opacity:.137;transform:translate(2.7305vw,-10px) scale(.6437);animation:fall-84 29s -4s linear infinite}@keyframes fall-84{43.082%{transform:translate(3.2249vw,43.082vh) scale(.6437)}to{transform:translate(2.9777vw,100vh) scale(.6437)}}.snow:nth-child(85){opacity:.6414;transform:translate(5.7969vw,-10px) scale(.4218);animation:fall-85 26s -24s linear infinite}@keyframes fall-85{60.823%{transform:translate(6.4684vw,60.823vh) scale(.4218)}to{transform:translate(6.13265vw,100vh) scale(.4218)}}.snow:nth-child(86){opacity:.375;transform:translate(70.1321vw,-10px) scale(.0544);animation:fall-86 22s -21s linear infinite}@keyframes fall-86{54.267%{transform:translate(66.9051vw,54.267vh) scale(.0544)}to{transform:translate(68.5186vw,100vh) scale(.0544)}}.snow:nth-child(87){opacity:.113;transform:translate(23.8548vw,-10px) scale(.1381);animation:fall-87 20s -18s linear infinite}@keyframes fall-87{51.142%{transform:translate(21.4848vw,51.142vh) scale(.1381)}to{transform:translate(22.6698vw,100vh) scale(.1381)}}.snow:nth-child(88){opacity:.8532;transform:translate(86.8998vw,-10px) scale(.0032);animation:fall-88 18s -16s linear infinite}@keyframes fall-88{75.76%{transform:translate(89.7176vw,75.76vh) scale(.0032)}to{transform:translate(88.3087vw,100vh) scale(.0032)}}.snow:nth-child(89){opacity:1.4808;transform:translate(45.2388vw,-10px) scale(.25);animation:fall-89 18s -18s linear infinite}@keyframes fall-89{76.196%{transform:translate(37.409vw,76.196vh) scale(.25)}to{transform:translate(41.3239vw,100vh) scale(.25)}}.snow:nth-child(90){opacity:1.8652;transform:translate(78.5447vw,-10px) scale(.5136);animation:fall-90 28s -30s linear infinite}@keyframes fall-90{46.652%{transform:translate(88.1263vw,46.652vh) scale(.5136)}to{transform:translate(83.3355vw,100vh) scale(.5136)}}.snow:nth-child(91){opacity:.2362;transform:translate(73.0539vw,-10px) scale(.586);animation:fall-91 17s -25s linear infinite}@keyframes fall-91{71.662%{transform:translate(68.4779vw,71.662vh) scale(.586)}to{transform:translate(70.7659vw,100vh) scale(.586)}}.snow:nth-child(92){opacity:1.2904;transform:translate(74.1769vw,-10px) scale(.5955);animation:fall-92 14s -5s linear infinite}@keyframes fall-92{54.018%{transform:translate(66.8675vw,54.018vh) scale(.5955)}to{transform:translate(70.5222vw,100vh) scale(.5955)}}.snow:nth-child(93){opacity:1.0198;transform:translate(27.0596vw,-10px) scale(.3903);animation:fall-93 18s -5s linear infinite}@keyframes fall-93{32.237%{transform:translate(25.2062vw,32.237vh) scale(.3903)}to{transform:translate(26.1329vw,100vh) scale(.3903)}}.snow:nth-child(94){opacity:.092;transform:translate(31.1607vw,-10px) scale(.2227);animation:fall-94 20s -22s linear infinite}@keyframes fall-94{58.552%{transform:translate(34.7361vw,58.552vh) scale(.2227)}to{transform:translate(32.9484vw,100vh) scale(.2227)}}.snow:nth-child(95){opacity:1.1508;transform:translate(72.2926vw,-10px) scale(.6702);animation:fall-95 28s -19s linear infinite}@keyframes fall-95{77.917%{transform:translate(75.6227vw,77.917vh) scale(.6702)}to{transform:translate(73.95765vw,100vh) scale(.6702)}}.snow:nth-child(96){opacity:1.7974;transform:translate(61.5627vw,-10px) scale(.5529);animation:fall-96 11s -11s linear infinite}@keyframes fall-96{68.94%{transform:translate(67.9634vw,68.94vh) scale(.5529)}to{transform:translate(64.76305vw,100vh) scale(.5529)}}.snow:nth-child(97){opacity:.8842;transform:translate(11.4567vw,-10px) scale(.8762);animation:fall-97 17s -10s linear infinite}@keyframes fall-97{60.013%{transform:translate(14.3686vw,60.013vh) scale(.8762)}to{transform:translate(12.91265vw,100vh) scale(.8762)}}.snow:nth-child(98){opacity:.552;transform:translate(79.4677vw,-10px) scale(.8729);animation:fall-98 12s -3s linear infinite}@keyframes fall-98{32.636%{transform:translate(70.0689vw,32.636vh) scale(.8729)}to{transform:translate(74.7683vw,100vh) scale(.8729)}}.snow:nth-child(99){opacity:.459;transform:translate(89.9879vw,-10px) scale(.7427);animation:fall-99 13s -25s linear infinite}@keyframes fall-99{47.429%{transform:translate(93.7612vw,47.429vh) scale(.7427)}to{transform:translate(91.87455vw,100vh) scale(.7427)}}.snow:nth-child(100){opacity:1.1612;transform:translate(28.7802vw,-10px) scale(.75);animation:fall-100 18s -24s linear infinite}@keyframes fall-100{59.974%{transform:translate(19.7318vw,59.974vh) scale(.75)}to{transform:translate(24.256vw,100vh) scale(.75)}}.snow:nth-child(101){opacity:.3562;transform:translate(52.157vw,-10px) scale(.4986);animation:fall-101 22s -12s linear infinite}@keyframes fall-101{57.796%{transform:translate(44.7098vw,57.796vh) scale(.4986)}to{transform:translate(48.4334vw,100vh) scale(.4986)}}.snow:nth-child(102){opacity:1.6652;transform:translate(60.0046vw,-10px) scale(.0124);animation:fall-102 25s -29s linear infinite}@keyframes fall-102{54.7%{transform:translate(53.6901vw,54.7vh) scale(.0124)}to{transform:translate(56.84735vw,100vh) scale(.0124)}}.snow:nth-child(103){opacity:.0244;transform:translate(51.394vw,-10px) scale(.5196);animation:fall-103 29s -16s linear infinite}@keyframes fall-103{38.038%{transform:translate(48.1455vw,38.038vh) scale(.5196)}to{transform:translate(49.76975vw,100vh) scale(.5196)}}.snow:nth-child(104){opacity:1.2966;transform:translate(86.5239vw,-10px) scale(.866);animation:fall-104 22s -14s linear infinite}@keyframes fall-104{34.99%{transform:translate(83.8076vw,34.99vh) scale(.866)}to{transform:translate(85.16575vw,100vh) scale(.866)}}.snow:nth-child(105){opacity:.2432;transform:translate(19.9858vw,-10px) scale(.905);animation:fall-105 12s -12s linear infinite}@keyframes fall-105{53.564%{transform:translate(15.5022vw,53.564vh) scale(.905)}to{transform:translate(17.744vw,100vh) scale(.905)}}.snow:nth-child(106){opacity:1.366;transform:translate(66.1525vw,-10px) scale(.0198);animation:fall-106 12s -9s linear infinite}@keyframes fall-106{76.165%{transform:translate(72.5878vw,76.165vh) scale(.0198)}to{transform:translate(69.37015vw,100vh) scale(.0198)}}.snow:nth-child(107){opacity:.2974;transform:translate(66.1935vw,-10px) scale(.4072);animation:fall-107 15s -5s linear infinite}@keyframes fall-107{40.672%{transform:translate(73.2389vw,40.672vh) scale(.4072)}to{transform:translate(69.7162vw,100vh) scale(.4072)}}.snow:nth-child(108){opacity:1.0702;transform:translate(94.8779vw,-10px) scale(.2644);animation:fall-108 21s -9s linear infinite}@keyframes fall-108{74.321%{transform:translate(97.5784vw,74.321vh) scale(.2644)}to{transform:translate(96.22815vw,100vh) scale(.2644)}}.snow:nth-child(109){opacity:1.6712;transform:translate(7.0134vw,-10px) scale(.2577);animation:fall-109 11s -28s linear infinite}@keyframes fall-109{70.936%{transform:translate(2.8368vw,70.936vh) scale(.2577)}to{transform:translate(4.9251vw,100vh) scale(.2577)}}.snow:nth-child(110){opacity:.0504;transform:translate(35.1643vw,-10px) scale(.2337);animation:fall-110 19s -19s linear infinite}@keyframes fall-110{79.569%{transform:translate(37.9663vw,79.569vh) scale(.2337)}to{transform:translate(36.5653vw,100vh) scale(.2337)}}.snow:nth-child(111){opacity:.8564;transform:translate(97.6109vw,-10px) scale(.053);animation:fall-111 20s -25s linear infinite}@keyframes fall-111{57.287%{transform:translate(106.3662vw,57.287vh) scale(.053)}to{transform:translate(101.98855vw,100vh) scale(.053)}}.snow:nth-child(112){opacity:1.9698;transform:translate(57.4736vw,-10px) scale(.74);animation:fall-112 21s -21s linear infinite}@keyframes fall-112{36.036%{transform:translate(65.9351vw,36.036vh) scale(.74)}to{transform:translate(61.70435vw,100vh) scale(.74)}}.snow:nth-child(113){opacity:.3232;transform:translate(69.4575vw,-10px) scale(.211);animation:fall-113 30s -9s linear infinite}@keyframes fall-113{36.046%{transform:translate(68.2418vw,36.046vh) scale(.211)}to{transform:translate(68.84965vw,100vh) scale(.211)}}.snow:nth-child(114){opacity:1.1898;transform:translate(54.2669vw,-10px) scale(.4547);animation:fall-114 30s -27s linear infinite}@keyframes fall-114{32.877%{transform:translate(55.473vw,32.877vh) scale(.4547)}to{transform:translate(54.86995vw,100vh) scale(.4547)}}.snow:nth-child(115){opacity:1.9476;transform:translate(37.8818vw,-10px) scale(.1918);animation:fall-115 26s -5s linear infinite}@keyframes fall-115{68.302%{transform:translate(43.9873vw,68.302vh) scale(.1918)}to{transform:translate(40.93455vw,100vh) scale(.1918)}}.snow:nth-child(116){opacity:1.2364;transform:translate(9.1283vw,-10px) scale(.8966);animation:fall-116 22s -6s linear infinite}@keyframes fall-116{65.96%{transform:translate(10.5925vw,65.96vh) scale(.8966)}to{transform:translate(9.8604vw,100vh) scale(.8966)}}.snow:nth-child(117){opacity:.7504;transform:translate(40.4728vw,-10px) scale(.203);animation:fall-117 14s -25s linear infinite}@keyframes fall-117{78.884%{transform:translate(38.2845vw,78.884vh) scale(.203)}to{transform:translate(39.37865vw,100vh) scale(.203)}}.snow:nth-child(118){opacity:.5926;transform:translate(96.0472vw,-10px) scale(.628);animation:fall-118 13s -24s linear infinite}@keyframes fall-118{33.398%{transform:translate(99.1094vw,33.398vh) scale(.628)}to{transform:translate(97.5783vw,100vh) scale(.628)}}.snow:nth-child(119){opacity:1.336;transform:translate(29.4486vw,-10px) scale(.2803);animation:fall-119 26s -10s linear infinite}@keyframes fall-119{59.197%{transform:translate(22.3754vw,59.197vh) scale(.2803)}to{transform:translate(25.912vw,100vh) scale(.2803)}}.snow:nth-child(120){opacity:.4734;transform:translate(38.3737vw,-10px) scale(.031);animation:fall-120 16s -15s linear infinite}@keyframes fall-120{67.069%{transform:translate(41.8994vw,67.069vh) scale(.031)}to{transform:translate(40.13655vw,100vh) scale(.031)}}.snow:nth-child(121){opacity:1.5104;transform:translate(6.5496vw,-10px) scale(.5565);animation:fall-121 22s -22s linear infinite}@keyframes fall-121{33.294%{transform:translate(7.995vw,33.294vh) scale(.5565)}to{transform:translate(7.2723vw,100vh) scale(.5565)}}.snow:nth-child(122){opacity:1.8844;transform:translate(26.0593vw,-10px) scale(.4072);animation:fall-122 12s -2s linear infinite}@keyframes fall-122{40.904%{transform:translate(33.1379vw,40.904vh) scale(.4072)}to{transform:translate(29.5986vw,100vh) scale(.4072)}}.snow:nth-child(123){opacity:.3996;transform:translate(77.0135vw,-10px) scale(.9291);animation:fall-123 26s -2s linear infinite}@keyframes fall-123{54.729%{transform:translate(84.7612vw,54.729vh) scale(.9291)}to{transform:translate(80.88735vw,100vh) scale(.9291)}}.snow:nth-child(124){opacity:1.9662;transform:translate(28.7009vw,-10px) scale(.2546);animation:fall-124 27s -27s linear infinite}@keyframes fall-124{55.722%{transform:translate(37.3029vw,55.722vh) scale(.2546)}to{transform:translate(33.0019vw,100vh) scale(.2546)}}.snow:nth-child(125){opacity:1.4694;transform:translate(77.2908vw,-10px) scale(.2414);animation:fall-125 16s -7s linear infinite}@keyframes fall-125{56.573%{transform:translate(74.8073vw,56.573vh) scale(.2414)}to{transform:translate(76.04905vw,100vh) scale(.2414)}}.snow:nth-child(126){opacity:1.9884;transform:translate(78.2963vw,-10px) scale(.1899);animation:fall-126 28s -11s linear infinite}@keyframes fall-126{36.854%{transform:translate(68.8398vw,36.854vh) scale(.1899)}to{transform:translate(73.56805vw,100vh) scale(.1899)}}.snow:nth-child(127){opacity:.4142;transform:translate(77.5764vw,-10px) scale(.0498);animation:fall-127 23s -5s linear infinite}@keyframes fall-127{75.835%{transform:translate(75.5739vw,75.835vh) scale(.0498)}to{transform:translate(76.57515vw,100vh) scale(.0498)}}.snow:nth-child(128){opacity:1.7238;transform:translate(45.2699vw,-10px) scale(.953);animation:fall-128 13s -8s linear infinite}@keyframes fall-128{47.771%{transform:translate(38.3158vw,47.771vh) scale(.953)}to{transform:translate(41.79285vw,100vh) scale(.953)}}.snow:nth-child(129){opacity:1.954;transform:translate(8.1176vw,-10px) scale(.8332);animation:fall-129 13s -28s linear infinite}@keyframes fall-129{69.644%{transform:translate(12.3239vw,69.644vh) scale(.8332)}to{transform:translate(10.22075vw,100vh) scale(.8332)}}.snow:nth-child(130){opacity:.5798;transform:translate(72.8881vw,-10px) scale(.2296);animation:fall-130 25s -13s linear infinite}@keyframes fall-130{36.596%{transform:translate(75.6997vw,36.596vh) scale(.2296)}to{transform:translate(74.2939vw,100vh) scale(.2296)}}.snow:nth-child(131){opacity:1.6348;transform:translate(37.3666vw,-10px) scale(.904);animation:fall-131 11s -24s linear infinite}@keyframes fall-131{30.839%{transform:translate(44.1862vw,30.839vh) scale(.904)}to{transform:translate(40.7764vw,100vh) scale(.904)}}.snow:nth-child(132){opacity:1.9552;transform:translate(50.5034vw,-10px) scale(.3831);animation:fall-132 16s -15s linear infinite}@keyframes fall-132{75.203%{transform:translate(47.7006vw,75.203vh) scale(.3831)}to{transform:translate(49.102vw,100vh) scale(.3831)}}.snow:nth-child(133){opacity:1.394;transform:translate(40.199vw,-10px) scale(.371);animation:fall-133 14s -7s linear infinite}@keyframes fall-133{69.366%{transform:translate(36.2549vw,69.366vh) scale(.371)}to{transform:translate(38.22695vw,100vh) scale(.371)}}.snow:nth-child(134){opacity:1.0382;transform:translate(55.5928vw,-10px) scale(.6418);animation:fall-134 11s -3s linear infinite}@keyframes fall-134{53.39%{transform:translate(59.5936vw,53.39vh) scale(.6418)}to{transform:translate(57.5932vw,100vh) scale(.6418)}}.snow:nth-child(135){opacity:.863;transform:translate(7.0414vw,-10px) scale(.9793);animation:fall-135 19s -7s linear infinite}@keyframes fall-135{70.627%{transform:translate(10.4809vw,70.627vh) scale(.9793)}to{transform:translate(8.76115vw,100vh) scale(.9793)}}.snow:nth-child(136){opacity:.032;transform:translate(72.8026vw,-10px) scale(.1674);animation:fall-136 16s -8s linear infinite}@keyframes fall-136{44.964%{transform:translate(76.0173vw,44.964vh) scale(.1674)}to{transform:translate(74.40995vw,100vh) scale(.1674)}}.snow:nth-child(137){opacity:1.7552;transform:translate(30.5231vw,-10px) scale(.9444);animation:fall-137 21s -9s linear infinite}@keyframes fall-137{68.383%{transform:translate(25.736vw,68.383vh) scale(.9444)}to{transform:translate(28.12955vw,100vh) scale(.9444)}}.snow:nth-child(138){opacity:1.6924;transform:translate(87.6764vw,-10px) scale(.7889);animation:fall-138 11s -1s linear infinite}@keyframes fall-138{59.319%{transform:translate(77.947vw,59.319vh) scale(.7889)}to{transform:translate(82.8117vw,100vh) scale(.7889)}}.snow:nth-child(139){opacity:.5064;transform:translate(81.8297vw,-10px) scale(.3497);animation:fall-139 22s -3s linear infinite}@keyframes fall-139{78.272%{transform:translate(81.9856vw,78.272vh) scale(.3497)}to{transform:translate(81.90765vw,100vh) scale(.3497)}}.snow:nth-child(140){opacity:1.6428;transform:translate(41.7347vw,-10px) scale(.3787);animation:fall-140 26s -29s linear infinite}@keyframes fall-140{71.72%{transform:translate(39.9175vw,71.72vh) scale(.3787)}to{transform:translate(40.8261vw,100vh) scale(.3787)}}.snow:nth-child(141){opacity:1.0092;transform:translate(99.6412vw,-10px) scale(.2711);animation:fall-141 13s -11s linear infinite}@keyframes fall-141{69.389%{transform:translate(98.6186vw,69.389vh) scale(.2711)}to{transform:translate(99.1299vw,100vh) scale(.2711)}}.snow:nth-child(142){opacity:1.0248;transform:translate(97.9576vw,-10px) scale(.7618);animation:fall-142 19s -27s linear infinite}@keyframes fall-142{41.076%{transform:translate(103.0387vw,41.076vh) scale(.7618)}to{transform:translate(100.49815vw,100vh) scale(.7618)}}.snow:nth-child(143){opacity:1.8088;transform:translate(18.2345vw,-10px) scale(.3531);animation:fall-143 22s -11s linear infinite}@keyframes fall-143{67.293%{transform:translate(20.3901vw,67.293vh) scale(.3531)}to{transform:translate(19.3123vw,100vh) scale(.3531)}}.snow:nth-child(144){opacity:.8804;transform:translate(87.973vw,-10px) scale(.7398);animation:fall-144 10s -22s linear infinite}@keyframes fall-144{53.484%{transform:translate(84.2562vw,53.484vh) scale(.7398)}to{transform:translate(86.1146vw,100vh) scale(.7398)}}.snow:nth-child(145){opacity:1.7624;transform:translate(96.961vw,-10px) scale(.015);animation:fall-145 30s -2s linear infinite}@keyframes fall-145{51.757%{transform:translate(98.2816vw,51.757vh) scale(.015)}to{transform:translate(97.6213vw,100vh) scale(.015)}}.snow:nth-child(146){opacity:1.5738;transform:translate(76.2389vw,-10px) scale(.2426);animation:fall-146 23s -25s linear infinite}@keyframes fall-146{36.526%{transform:translate(77.8561vw,36.526vh) scale(.2426)}to{transform:translate(77.0475vw,100vh) scale(.2426)}}.snow:nth-child(147){opacity:1.5104;transform:translate(5.7173vw,-10px) scale(.7533);animation:fall-147 29s -9s linear infinite}@keyframes fall-147{57.35%{transform:translate(-1.7663vw,57.35vh) scale(.7533)}to{transform:translate(1.9755vw,100vh) scale(.7533)}}.snow:nth-child(148){opacity:.8654;transform:translate(80.1124vw,-10px) scale(.1574);animation:fall-148 21s -24s linear infinite}@keyframes fall-148{67.493%{transform:translate(74.6217vw,67.493vh) scale(.1574)}to{transform:translate(77.36705vw,100vh) scale(.1574)}}.snow:nth-child(149){opacity:1.9972;transform:translate(30.452vw,-10px) scale(.8339);animation:fall-149 29s -22s linear infinite}@keyframes fall-149{67.053%{transform:translate(34.9105vw,67.053vh) scale(.8339)}to{transform:translate(32.68125vw,100vh) scale(.8339)}}.snow:nth-child(150){opacity:.919;transform:translate(62.5368vw,-10px) scale(.453);animation:fall-150 10s -13s linear infinite}@keyframes fall-150{51.755%{transform:translate(57.6615vw,51.755vh) scale(.453)}to{transform:translate(60.09915vw,100vh) scale(.453)}}.snow:nth-child(151){opacity:.7646;transform:translate(42.0637vw,-10px) scale(.8793);animation:fall-151 12s -20s linear infinite}@keyframes fall-151{71.907%{transform:translate(40.0531vw,71.907vh) scale(.8793)}to{transform:translate(41.0584vw,100vh) scale(.8793)}}.snow:nth-child(152){opacity:.6574;transform:translate(53.5749vw,-10px) scale(.3518);animation:fall-152 29s -29s linear infinite}@keyframes fall-152{30.07%{transform:translate(44.7726vw,30.07vh) scale(.3518)}to{transform:translate(49.17375vw,100vh) scale(.3518)}}.snow:nth-child(153){opacity:1.7694;transform:translate(44.9287vw,-10px) scale(.2188);animation:fall-153 30s -10s linear infinite}@keyframes fall-153{70.464%{transform:translate(39.2981vw,70.464vh) scale(.2188)}to{transform:translate(42.1134vw,100vh) scale(.2188)}}.snow:nth-child(154){opacity:1.3982;transform:translate(79.7036vw,-10px) scale(.0006);animation:fall-154 22s -3s linear infinite}@keyframes fall-154{58.268%{transform:translate(88.3131vw,58.268vh) scale(.0006)}to{transform:translate(84.00835vw,100vh) scale(.0006)}}.snow:nth-child(155){opacity:.298;transform:translate(94.2366vw,-10px) scale(.9263);animation:fall-155 10s -5s linear infinite}@keyframes fall-155{58.106%{transform:translate(100.0342vw,58.106vh) scale(.9263)}to{transform:translate(97.1354vw,100vh) scale(.9263)}}.snow:nth-child(156){opacity:1.5422;transform:translate(42.1788vw,-10px) scale(.8218);animation:fall-156 29s -12s linear infinite}@keyframes fall-156{56.196%{transform:translate(48.6426vw,56.196vh) scale(.8218)}to{transform:translate(45.4107vw,100vh) scale(.8218)}}.snow:nth-child(157){opacity:1.2482;transform:translate(51.5353vw,-10px) scale(.514);animation:fall-157 17s -21s linear infinite}@keyframes fall-157{64.801%{transform:translate(58.7412vw,64.801vh) scale(.514)}to{transform:translate(55.13825vw,100vh) scale(.514)}}.snow:nth-child(158){opacity:1.2206;transform:translate(47.4753vw,-10px) scale(.9108);animation:fall-158 24s -9s linear infinite}@keyframes fall-158{70.757%{transform:translate(45.2297vw,70.757vh) scale(.9108)}to{transform:translate(46.3525vw,100vh) scale(.9108)}}.snow:nth-child(159){opacity:.119;transform:translate(77.6844vw,-10px) scale(.2478);animation:fall-159 13s -10s linear infinite}@keyframes fall-159{46.05%{transform:translate(79.8475vw,46.05vh) scale(.2478)}to{transform:translate(78.76595vw,100vh) scale(.2478)}}.snow:nth-child(160){opacity:.693;transform:translate(66.4763vw,-10px) scale(.3853);animation:fall-160 24s -26s linear infinite}@keyframes fall-160{37.97%{transform:translate(61.504vw,37.97vh) scale(.3853)}to{transform:translate(63.99015vw,100vh) scale(.3853)}}.snow:nth-child(161){opacity:.1672;transform:translate(81.6951vw,-10px) scale(.8204);animation:fall-161 20s -28s linear infinite}@keyframes fall-161{72.257%{transform:translate(78.5533vw,72.257vh) scale(.8204)}to{transform:translate(80.1242vw,100vh) scale(.8204)}}.snow:nth-child(162){opacity:1.0764;transform:translate(67.854vw,-10px) scale(.2929);animation:fall-162 23s -9s linear infinite}@keyframes fall-162{64.435%{transform:translate(77.3109vw,64.435vh) scale(.2929)}to{transform:translate(72.58245vw,100vh) scale(.2929)}}.snow:nth-child(163){opacity:.5102;transform:translate(93.7999vw,-10px) scale(.2139);animation:fall-163 24s -15s linear infinite}@keyframes fall-163{66.029%{transform:translate(87.2307vw,66.029vh) scale(.2139)}to{transform:translate(90.5153vw,100vh) scale(.2139)}}.snow:nth-child(164){opacity:.5732;transform:translate(13.0252vw,-10px) scale(.4569);animation:fall-164 20s -16s linear infinite}@keyframes fall-164{42.308%{transform:translate(19.1569vw,42.308vh) scale(.4569)}to{transform:translate(16.09105vw,100vh) scale(.4569)}}.snow:nth-child(165){opacity:.9946;transform:translate(35.4071vw,-10px) scale(.4801);animation:fall-165 23s -5s linear infinite}@keyframes fall-165{50.725%{transform:translate(41.7722vw,50.725vh) scale(.4801)}to{transform:translate(38.58965vw,100vh) scale(.4801)}}.snow:nth-child(166){opacity:.3446;transform:translate(45.4386vw,-10px) scale(.706);animation:fall-166 18s -10s linear infinite}@keyframes fall-166{55.621%{transform:translate(49.9088vw,55.621vh) scale(.706)}to{transform:translate(47.6737vw,100vh) scale(.706)}}.snow:nth-child(167){opacity:.4712;transform:translate(65.787vw,-10px) scale(.8566);animation:fall-167 17s -17s linear infinite}@keyframes fall-167{49.839%{transform:translate(59.1698vw,49.839vh) scale(.8566)}to{transform:translate(62.4784vw,100vh) scale(.8566)}}.snow:nth-child(168){opacity:.2984;transform:translate(16.8884vw,-10px) scale(.8152);animation:fall-168 30s -4s linear infinite}@keyframes fall-168{67.066%{transform:translate(7.8193vw,67.066vh) scale(.8152)}to{transform:translate(12.35385vw,100vh) scale(.8152)}}.snow:nth-child(169){opacity:.4298;transform:translate(48.6204vw,-10px) scale(.8123);animation:fall-169 27s -26s linear infinite}@keyframes fall-169{67.652%{transform:translate(58.5957vw,67.652vh) scale(.8123)}to{transform:translate(53.60805vw,100vh) scale(.8123)}}.snow:nth-child(170){opacity:1.115;transform:translate(83.2468vw,-10px) scale(.0239);animation:fall-170 28s -20s linear infinite}@keyframes fall-170{39.595%{transform:translate(83.6621vw,39.595vh) scale(.0239)}to{transform:translate(83.45445vw,100vh) scale(.0239)}}.snow:nth-child(171){opacity:1.8376;transform:translate(77.7278vw,-10px) scale(.6321);animation:fall-171 11s -13s linear infinite}@keyframes fall-171{64.777%{transform:translate(83.2959vw,64.777vh) scale(.6321)}to{transform:translate(80.51185vw,100vh) scale(.6321)}}.snow:nth-child(172){opacity:1.6548;transform:translate(99.7828vw,-10px) scale(.283);animation:fall-172 29s -26s linear infinite}@keyframes fall-172{55.838%{transform:translate(97.6281vw,55.838vh) scale(.283)}to{transform:translate(98.70545vw,100vh) scale(.283)}}.snow:nth-child(173){opacity:1.8102;transform:translate(46.3016vw,-10px) scale(.5214);animation:fall-173 21s -2s linear infinite}@keyframes fall-173{77.859%{transform:translate(52.9014vw,77.859vh) scale(.5214)}to{transform:translate(49.6015vw,100vh) scale(.5214)}}.snow:nth-child(174){opacity:.097;transform:translate(16.6739vw,-10px) scale(.0873);animation:fall-174 16s -3s linear infinite}@keyframes fall-174{63.956%{transform:translate(21.8101vw,63.956vh) scale(.0873)}to{transform:translate(19.242vw,100vh) scale(.0873)}}.snow:nth-child(175){opacity:.829;transform:translate(77.7935vw,-10px) scale(.9942);animation:fall-175 15s -23s linear infinite}@keyframes fall-175{39.643%{transform:translate(70.004vw,39.643vh) scale(.9942)}to{transform:translate(73.89875vw,100vh) scale(.9942)}}.snow:nth-child(176){opacity:1.7834;transform:translate(10.9346vw,-10px) scale(.8144);animation:fall-176 13s -12s linear infinite}@keyframes fall-176{35.439%{transform:translate(15.0695vw,35.439vh) scale(.8144)}to{transform:translate(13.00205vw,100vh) scale(.8144)}}.snow:nth-child(177){opacity:.9278;transform:translate(79.6306vw,-10px) scale(.1416);animation:fall-177 13s -25s linear infinite}@keyframes fall-177{46.59%{transform:translate(78.9816vw,46.59vh) scale(.1416)}to{transform:translate(79.3061vw,100vh) scale(.1416)}}.snow:nth-child(178){opacity:1.5182;transform:translate(59.1303vw,-10px) scale(.1677);animation:fall-178 29s -6s linear infinite}@keyframes fall-178{43.088%{transform:translate(60.8621vw,43.088vh) scale(.1677)}to{transform:translate(59.9962vw,100vh) scale(.1677)}}.snow:nth-child(179){opacity:1.026;transform:translate(98.3292vw,-10px) scale(.1758);animation:fall-179 13s -29s linear infinite}@keyframes fall-179{40.559%{transform:translate(90.0132vw,40.559vh) scale(.1758)}to{transform:translate(94.1712vw,100vh) scale(.1758)}}.snow:nth-child(180){opacity:.4416;transform:translate(91.5994vw,-10px) scale(.4764);animation:fall-180 19s -27s linear infinite}@keyframes fall-180{36.572%{transform:translate(89.5015vw,36.572vh) scale(.4764)}to{transform:translate(90.55045vw,100vh) scale(.4764)}}.snow:nth-child(181){opacity:1.4782;transform:translate(48.0935vw,-10px) scale(.0791);animation:fall-181 28s -4s linear infinite}@keyframes fall-181{68.259%{transform:translate(42.5572vw,68.259vh) scale(.0791)}to{transform:translate(45.32535vw,100vh) scale(.0791)}}.snow:nth-child(182){opacity:.0648;transform:translate(65.182vw,-10px) scale(.7065);animation:fall-182 29s -12s linear infinite}@keyframes fall-182{55.709%{transform:translate(70.0464vw,55.709vh) scale(.7065)}to{transform:translate(67.6142vw,100vh) scale(.7065)}}.snow:nth-child(183){opacity:.4726;transform:translate(93.9936vw,-10px) scale(.464);animation:fall-183 24s -13s linear infinite}@keyframes fall-183{59.958%{transform:translate(85.9651vw,59.958vh) scale(.464)}to{transform:translate(89.97935vw,100vh) scale(.464)}}.snow:nth-child(184){opacity:1.5834;transform:translate(12.1899vw,-10px) scale(.3862);animation:fall-184 12s -15s linear infinite}@keyframes fall-184{43.615%{transform:translate(17.5594vw,43.615vh) scale(.3862)}to{transform:translate(14.87465vw,100vh) scale(.3862)}}.snow:nth-child(185){opacity:1.7136;transform:translate(11.3014vw,-10px) scale(.7118);animation:fall-185 17s -23s linear infinite}@keyframes fall-185{77.609%{transform:translate(12.0579vw,77.609vh) scale(.7118)}to{transform:translate(11.67965vw,100vh) scale(.7118)}}.snow:nth-child(186){opacity:.5944;transform:translate(71.7191vw,-10px) scale(.6218);animation:fall-186 12s -26s linear infinite}@keyframes fall-186{35.96%{transform:translate(78.3842vw,35.96vh) scale(.6218)}to{transform:translate(75.05165vw,100vh) scale(.6218)}}.snow:nth-child(187){opacity:1.2982;transform:translate(51.4488vw,-10px) scale(.866);animation:fall-187 29s -23s linear infinite}@keyframes fall-187{40.446%{transform:translate(48.6076vw,40.446vh) scale(.866)}to{transform:translate(50.0282vw,100vh) scale(.866)}}.snow:nth-child(188){opacity:1.7846;transform:translate(94.2586vw,-10px) scale(.4861);animation:fall-188 27s -2s linear infinite}@keyframes fall-188{64.208%{transform:translate(91.7856vw,64.208vh) scale(.4861)}to{transform:translate(93.0221vw,100vh) scale(.4861)}}.snow:nth-child(189){opacity:1.1792;transform:translate(64.7362vw,-10px) scale(.3285);animation:fall-189 30s -8s linear infinite}@keyframes fall-189{39.739%{transform:translate(64.3954vw,39.739vh) scale(.3285)}to{transform:translate(64.5658vw,100vh) scale(.3285)}}.snow:nth-child(190){opacity:.431;transform:translate(10.7482vw,-10px) scale(.1227);animation:fall-190 22s -23s linear infinite}@keyframes fall-190{35.489%{transform:translate(4.4813vw,35.489vh) scale(.1227)}to{transform:translate(7.61475vw,100vh) scale(.1227)}}.snow:nth-child(191){opacity:1.9584;transform:translate(20.4976vw,-10px) scale(.9498);animation:fall-191 21s -21s linear infinite}@keyframes fall-191{39.722%{transform:translate(10.6507vw,39.722vh) scale(.9498)}to{transform:translate(15.57415vw,100vh) scale(.9498)}}.snow:nth-child(192){opacity:.0726;transform:translate(41.4946vw,-10px) scale(.6473);animation:fall-192 14s -11s linear infinite}@keyframes fall-192{57.162%{transform:translate(50.8027vw,57.162vh) scale(.6473)}to{transform:translate(46.14865vw,100vh) scale(.6473)}}.snow:nth-child(193){opacity:.8862;transform:translate(67.1347vw,-10px) scale(.036);animation:fall-193 12s -14s linear infinite}@keyframes fall-193{41.11%{transform:translate(69.0514vw,41.11vh) scale(.036)}to{transform:translate(68.09305vw,100vh) scale(.036)}}.snow:nth-child(194){opacity:1.4726;transform:translate(84.4707vw,-10px) scale(.8228);animation:fall-194 28s -24s linear infinite}@keyframes fall-194{41.835%{transform:translate(90.3466vw,41.835vh) scale(.8228)}to{transform:translate(87.40865vw,100vh) scale(.8228)}}.snow:nth-child(195){opacity:1.8564;transform:translate(66.7296vw,-10px) scale(.3465);animation:fall-195 22s -8s linear infinite}@keyframes fall-195{79.814%{transform:translate(71.7753vw,79.814vh) scale(.3465)}to{transform:translate(69.25245vw,100vh) scale(.3465)}}.snow:nth-child(196){opacity:1.3862;transform:translate(32.2766vw,-10px) scale(.6246);animation:fall-196 11s -11s linear infinite}@keyframes fall-196{60.185%{transform:translate(42.2074vw,60.185vh) scale(.6246)}to{transform:translate(37.242vw,100vh) scale(.6246)}}.snow:nth-child(197){opacity:.2476;transform:translate(23.6979vw,-10px) scale(.1306);animation:fall-197 25s -28s linear infinite}@keyframes fall-197{31.049%{transform:translate(31.5358vw,31.049vh) scale(.1306)}to{transform:translate(27.61685vw,100vh) scale(.1306)}}.snow:nth-child(198){opacity:1.0982;transform:translate(19.3592vw,-10px) scale(.7317);animation:fall-198 23s -17s linear infinite}@keyframes fall-198{39.916%{transform:translate(11.7462vw,39.916vh) scale(.7317)}to{transform:translate(15.5527vw,100vh) scale(.7317)}}.snow:nth-child(199){opacity:1.8246;transform:translate(93.2145vw,-10px) scale(.9118);animation:fall-199 22s -28s linear infinite}@keyframes fall-199{61.543%{transform:translate(85.8677vw,61.543vh) scale(.9118)}to{transform:translate(89.5411vw,100vh) scale(.9118)}}.snow:nth-child(200){opacity:.3308;transform:translate(48.9652vw,-10px) scale(.841);animation:fall-200 27s -30s linear infinite}@keyframes fall-200{42.879%{transform:translate(43.3735vw,42.879vh) scale(.841)}to{transform:translate(46.16935vw,100vh) scale(.841)}}.snow:nth-child(201){opacity:.367;transform:translate(34.6449vw,-10px) scale(.334);animation:fall-201 14s -28s linear infinite}@keyframes fall-201{52.309%{transform:translate(27.5369vw,52.309vh) scale(.334)}to{transform:translate(31.0909vw,100vh) scale(.334)}}.snow:nth-child(202){opacity:1.8114;transform:translate(7.7661vw,-10px) scale(.4551);animation:fall-202 22s -16s linear infinite}@keyframes fall-202{46.352%{transform:translate(8.1477vw,46.352vh) scale(.4551)}to{transform:translate(7.9569vw,100vh) scale(.4551)}}.snow:nth-child(203){opacity:1.9118;transform:translate(19.4459vw,-10px) scale(.0072);animation:fall-203 21s -26s linear infinite}@keyframes fall-203{47.838%{transform:translate(21.6906vw,47.838vh) scale(.0072)}to{transform:translate(20.56825vw,100vh) scale(.0072)}}.snow:nth-child(204){opacity:.8084;transform:translate(26.3808vw,-10px) scale(.3383);animation:fall-204 12s -20s linear infinite}@keyframes fall-204{33.031%{transform:translate(26.3848vw,33.031vh) scale(.3383)}to{transform:translate(26.3828vw,100vh) scale(.3383)}}.snow:nth-child(205){opacity:1.0996;transform:translate(14.8554vw,-10px) scale(.7097);animation:fall-205 27s -5s linear infinite}@keyframes fall-205{39.301%{transform:translate(17.2696vw,39.301vh) scale(.7097)}to{transform:translate(16.0625vw,100vh) scale(.7097)}}.snow:nth-child(206){opacity:.8148;transform:translate(16.3643vw,-10px) scale(.3201);animation:fall-206 23s -9s linear infinite}@keyframes fall-206{61.483%{transform:translate(24.1953vw,61.483vh) scale(.3201)}to{transform:translate(20.2798vw,100vh) scale(.3201)}}.snow:nth-child(207){opacity:.9848;transform:translate(76.7595vw,-10px) scale(.9728);animation:fall-207 23s -9s linear infinite}@keyframes fall-207{65.273%{transform:translate(70.2295vw,65.273vh) scale(.9728)}to{transform:translate(73.4945vw,100vh) scale(.9728)}}.snow:nth-child(208){opacity:1.5418;transform:translate(44.6402vw,-10px) scale(.4125);animation:fall-208 24s -4s linear infinite}@keyframes fall-208{62.232%{transform:translate(35.889vw,62.232vh) scale(.4125)}to{transform:translate(40.2646vw,100vh) scale(.4125)}}.snow:nth-child(209){opacity:1.261;transform:translate(94.1342vw,-10px) scale(.4915);animation:fall-209 18s -13s linear infinite}@keyframes fall-209{71.2%{transform:translate(87.3423vw,71.2vh) scale(.4915)}to{transform:translate(90.73825vw,100vh) scale(.4915)}}.snow:nth-child(210){opacity:.7718;transform:translate(41.0931vw,-10px) scale(.3965);animation:fall-210 16s -2s linear infinite}@keyframes fall-210{38.793%{transform:translate(34.1535vw,38.793vh) scale(.3965)}to{transform:translate(37.6233vw,100vh) scale(.3965)}}.snow:nth-child(211){opacity:.279;transform:translate(33.8482vw,-10px) scale(.3018);animation:fall-211 22s -19s linear infinite}@keyframes fall-211{32.751%{transform:translate(34.2997vw,32.751vh) scale(.3018)}to{transform:translate(34.07395vw,100vh) scale(.3018)}}.snow:nth-child(212){opacity:.6154;transform:translate(41.1016vw,-10px) scale(.111);animation:fall-212 27s -19s linear infinite}@keyframes fall-212{50.711%{transform:translate(35.8366vw,50.711vh) scale(.111)}to{transform:translate(38.4691vw,100vh) scale(.111)}}.snow:nth-child(213){opacity:1.4836;transform:translate(31.3713vw,-10px) scale(.2268);animation:fall-213 29s -12s linear infinite}@keyframes fall-213{64.505%{transform:translate(27.4234vw,64.505vh) scale(.2268)}to{transform:translate(29.39735vw,100vh) scale(.2268)}}.snow:nth-child(214){opacity:.3416;transform:translate(62.4291vw,-10px) scale(.3974);animation:fall-214 22s -18s linear infinite}@keyframes fall-214{57.74%{transform:translate(52.7208vw,57.74vh) scale(.3974)}to{transform:translate(57.57495vw,100vh) scale(.3974)}}.snow:nth-child(215){opacity:1.3116;transform:translate(70.237vw,-10px) scale(.2025);animation:fall-215 15s -29s linear infinite}@keyframes fall-215{55.962%{transform:translate(62.8531vw,55.962vh) scale(.2025)}to{transform:translate(66.54505vw,100vh) scale(.2025)}}.snow:nth-child(216){opacity:1.57;transform:translate(50.9974vw,-10px) scale(.8148);animation:fall-216 17s -13s linear infinite}@keyframes fall-216{58.204%{transform:translate(45.6795vw,58.204vh) scale(.8148)}to{transform:translate(48.33845vw,100vh) scale(.8148)}}.snow:nth-child(217){opacity:.4196;transform:translate(85.4021vw,-10px) scale(.4157);animation:fall-217 21s -29s linear infinite}@keyframes fall-217{63.256%{transform:translate(93.8992vw,63.256vh) scale(.4157)}to{transform:translate(89.65065vw,100vh) scale(.4157)}}.snow:nth-child(218){opacity:.1412;transform:translate(99.8703vw,-10px) scale(.435);animation:fall-218 10s -8s linear infinite}@keyframes fall-218{75.283%{transform:translate(90.7801vw,75.283vh) scale(.435)}to{transform:translate(95.3252vw,100vh) scale(.435)}}.snow:nth-child(219){opacity:1.685;transform:translate(84.0443vw,-10px) scale(.3375);animation:fall-219 22s -19s linear infinite}@keyframes fall-219{47.473%{transform:translate(80.137vw,47.473vh) scale(.3375)}to{transform:translate(82.09065vw,100vh) scale(.3375)}}.snow:nth-child(220){opacity:.0508;transform:translate(22.1327vw,-10px) scale(.1363);animation:fall-220 15s -21s linear infinite}@keyframes fall-220{46.084%{transform:translate(16.5649vw,46.084vh) scale(.1363)}to{transform:translate(19.3488vw,100vh) scale(.1363)}}.snow:nth-child(221){opacity:.9928;transform:translate(52.3557vw,-10px) scale(.4243);animation:fall-221 20s -19s linear infinite}@keyframes fall-221{59.476%{transform:translate(50.2793vw,59.476vh) scale(.4243)}to{transform:translate(51.3175vw,100vh) scale(.4243)}}.snow:nth-child(222){opacity:1.5526;transform:translate(4.1996vw,-10px) scale(.2285);animation:fall-222 25s -15s linear infinite}@keyframes fall-222{51.652%{transform:translate(-3.008vw,51.652vh) scale(.2285)}to{transform:translate(.5958vw,100vh) scale(.2285)}}.snow:nth-child(223){opacity:.5082;transform:translate(61.958vw,-10px) scale(.9991);animation:fall-223 20s -16s linear infinite}@keyframes fall-223{49.286%{transform:translate(52.2402vw,49.286vh) scale(.9991)}to{transform:translate(57.0991vw,100vh) scale(.9991)}}.snow:nth-child(224){opacity:1.5186;transform:translate(76.6848vw,-10px) scale(.0972);animation:fall-224 28s -20s linear infinite}@keyframes fall-224{40.203%{transform:translate(68.202vw,40.203vh) scale(.0972)}to{transform:translate(72.4434vw,100vh) scale(.0972)}}.snow:nth-child(225){opacity:.3124;transform:translate(92.1736vw,-10px) scale(.0583);animation:fall-225 28s -24s linear infinite}@keyframes fall-225{64.168%{transform:translate(96.5618vw,64.168vh) scale(.0583)}to{transform:translate(94.3677vw,100vh) scale(.0583)}}.snow:nth-child(226){opacity:1.6772;transform:translate(2.3336vw,-10px) scale(.7798);animation:fall-226 28s -12s linear infinite}@keyframes fall-226{60.478%{transform:translate(-2.0897vw,60.478vh) scale(.7798)}to{transform:translate(.12195vw,100vh) scale(.7798)}}.snow:nth-child(227){opacity:.9514;transform:translate(4.2501vw,-10px) scale(.2201);animation:fall-227 14s -18s linear infinite}@keyframes fall-227{55.393%{transform:translate(7.1055vw,55.393vh) scale(.2201)}to{transform:translate(5.6778vw,100vh) scale(.2201)}}.snow:nth-child(228){opacity:1.475;transform:translate(63.7885vw,-10px) scale(.5763);animation:fall-228 24s -28s linear infinite}@keyframes fall-228{79.22%{transform:translate(69.2181vw,79.22vh) scale(.5763)}to{transform:translate(66.5033vw,100vh) scale(.5763)}}.snow:nth-child(229){opacity:.1174;transform:translate(58.5379vw,-10px) scale(.5765);animation:fall-229 11s -6s linear infinite}@keyframes fall-229{63.833%{transform:translate(59.244vw,63.833vh) scale(.5765)}to{transform:translate(58.89095vw,100vh) scale(.5765)}}.snow:nth-child(230){opacity:1.4778;transform:translate(43.5731vw,-10px) scale(.2965);animation:fall-230 23s -29s linear infinite}@keyframes fall-230{45.747%{transform:translate(34.4218vw,45.747vh) scale(.2965)}to{transform:translate(38.99745vw,100vh) scale(.2965)}}.snow:nth-child(231){opacity:.4094;transform:translate(78.3604vw,-10px) scale(.5223);animation:fall-231 21s -24s linear infinite}@keyframes fall-231{71.64%{transform:translate(73.117vw,71.64vh) scale(.5223)}to{transform:translate(75.7387vw,100vh) scale(.5223)}}.snow:nth-child(232){opacity:.2986;transform:translate(1.6923vw,-10px) scale(.2361);animation:fall-232 28s -13s linear infinite}@keyframes fall-232{50.604%{transform:translate(10.8421vw,50.604vh) scale(.2361)}to{transform:translate(6.2672vw,100vh) scale(.2361)}}.snow:nth-child(233){opacity:.9994;transform:translate(92.8169vw,-10px) scale(.6153);animation:fall-233 10s -17s linear infinite}@keyframes fall-233{79.023%{transform:translate(85.4755vw,79.023vh) scale(.6153)}to{transform:translate(89.1462vw,100vh) scale(.6153)}}.snow:nth-child(234){opacity:1.9488;transform:translate(88.6428vw,-10px) scale(.6608);animation:fall-234 21s -4s linear infinite}@keyframes fall-234{47.074%{transform:translate(84.09vw,47.074vh) scale(.6608)}to{transform:translate(86.3664vw,100vh) scale(.6608)}}.snow:nth-child(235){opacity:.548;transform:translate(89.3896vw,-10px) scale(.4108);animation:fall-235 22s -9s linear infinite}@keyframes fall-235{54.59%{transform:translate(85.252vw,54.59vh) scale(.4108)}to{transform:translate(87.3208vw,100vh) scale(.4108)}}.snow:nth-child(236){opacity:1.9276;transform:translate(63.0069vw,-10px) scale(.0935);animation:fall-236 23s -28s linear infinite}@keyframes fall-236{35.208%{transform:translate(70.1732vw,35.208vh) scale(.0935)}to{transform:translate(66.59005vw,100vh) scale(.0935)}}.snow:nth-child(237){opacity:.7216;transform:translate(59.2435vw,-10px) scale(.1671);animation:fall-237 13s -28s linear infinite}@keyframes fall-237{55.661%{transform:translate(62.8414vw,55.661vh) scale(.1671)}to{transform:translate(61.04245vw,100vh) scale(.1671)}}.snow:nth-child(238){opacity:1.5894;transform:translate(46.8568vw,-10px) scale(.7262);animation:fall-238 19s -12s linear infinite}@keyframes fall-238{66.604%{transform:translate(47.1155vw,66.604vh) scale(.7262)}to{transform:translate(46.98615vw,100vh) scale(.7262)}}.snow:nth-child(239){opacity:1.41;transform:translate(65.3189vw,-10px) scale(.5288);animation:fall-239 15s -8s linear infinite}@keyframes fall-239{79.353%{transform:translate(57.873vw,79.353vh) scale(.5288)}to{transform:translate(61.59595vw,100vh) scale(.5288)}}.snow:nth-child(240){opacity:.259;transform:translate(80.2865vw,-10px) scale(.7403);animation:fall-240 14s -17s linear infinite}@keyframes fall-240{52.359%{transform:translate(78.2968vw,52.359vh) scale(.7403)}to{transform:translate(79.29165vw,100vh) scale(.7403)}}.snow:nth-child(241){opacity:.186;transform:translate(30.8441vw,-10px) scale(.2825);animation:fall-241 25s -20s linear infinite}@keyframes fall-241{70.126%{transform:translate(30.8931vw,70.126vh) scale(.2825)}to{transform:translate(30.8686vw,100vh) scale(.2825)}}.snow:nth-child(242){opacity:1.2914;transform:translate(64.607vw,-10px) scale(.9769);animation:fall-242 23s -5s linear infinite}@keyframes fall-242{61.639%{transform:translate(63.4644vw,61.639vh) scale(.9769)}to{transform:translate(64.0357vw,100vh) scale(.9769)}}.snow:nth-child(243){opacity:1.3796;transform:translate(98.6284vw,-10px) scale(.4109);animation:fall-243 29s -21s linear infinite}@keyframes fall-243{78.069%{transform:translate(99.3122vw,78.069vh) scale(.4109)}to{transform:translate(98.9703vw,100vh) scale(.4109)}}.snow:nth-child(244){opacity:.1536;transform:translate(74.1226vw,-10px) scale(.4553);animation:fall-244 26s -15s linear infinite}@keyframes fall-244{70.345%{transform:translate(78.5283vw,70.345vh) scale(.4553)}to{transform:translate(76.32545vw,100vh) scale(.4553)}}.snow:nth-child(245){opacity:1.151;transform:translate(56.3946vw,-10px) scale(.5336);animation:fall-245 28s -16s linear infinite}@keyframes fall-245{77.127%{transform:translate(49.8214vw,77.127vh) scale(.5336)}to{transform:translate(53.108vw,100vh) scale(.5336)}}.snow:nth-child(246){opacity:.5326;transform:translate(46.3857vw,-10px) scale(.9834);animation:fall-246 20s -4s linear infinite}@keyframes fall-246{68.454%{transform:translate(37.014vw,68.454vh) scale(.9834)}to{transform:translate(41.69985vw,100vh) scale(.9834)}}.snow:nth-child(247){opacity:1.5218;transform:translate(74.6282vw,-10px) scale(.7023);animation:fall-247 12s -15s linear infinite}@keyframes fall-247{50.197%{transform:translate(72.2237vw,50.197vh) scale(.7023)}to{transform:translate(73.42595vw,100vh) scale(.7023)}}.snow:nth-child(248){opacity:.2016;transform:translate(96.9635vw,-10px) scale(.6005);animation:fall-248 21s -30s linear infinite}@keyframes fall-248{32.312%{transform:translate(93.5112vw,32.312vh) scale(.6005)}to{transform:translate(95.23735vw,100vh) scale(.6005)}}.snow:nth-child(249){opacity:1.316;transform:translate(14.9456vw,-10px) scale(.1151);animation:fall-249 19s -9s linear infinite}@keyframes fall-249{33.868%{transform:translate(5.7698vw,33.868vh) scale(.1151)}to{transform:translate(10.3577vw,100vh) scale(.1151)}}.snow:nth-child(250){opacity:.9468;transform:translate(95.0527vw,-10px) scale(.0726);animation:fall-250 13s -7s linear infinite}@keyframes fall-250{37.032%{transform:translate(95.6648vw,37.032vh) scale(.0726)}to{transform:translate(95.35875vw,100vh) scale(.0726)}}.snow:nth-child(251){opacity:1.0084;transform:translate(62.0906vw,-10px) scale(.3052);animation:fall-251 15s -12s linear infinite}@keyframes fall-251{47.843%{transform:translate(70.3626vw,47.843vh) scale(.3052)}to{transform:translate(66.2266vw,100vh) scale(.3052)}}.snow:nth-child(252){opacity:.6274;transform:translate(93.4331vw,-10px) scale(.1968);animation:fall-252 19s -30s linear infinite}@keyframes fall-252{40.673%{transform:translate(92.2298vw,40.673vh) scale(.1968)}to{transform:translate(92.83145vw,100vh) scale(.1968)}}.snow:nth-child(253){opacity:1.3702;transform:translate(88.9258vw,-10px) scale(.5962);animation:fall-253 27s -29s linear infinite}@keyframes fall-253{46.942%{transform:translate(95.3937vw,46.942vh) scale(.5962)}to{transform:translate(92.15975vw,100vh) scale(.5962)}}.snow:nth-child(254){opacity:.3052;transform:translate(35.3207vw,-10px) scale(.6102);animation:fall-254 28s -1s linear infinite}@keyframes fall-254{45.814%{transform:translate(32.1526vw,45.814vh) scale(.6102)}to{transform:translate(33.73665vw,100vh) scale(.6102)}}.snow:nth-child(255){opacity:1.2444;transform:translate(38.22vw,-10px) scale(.4617);animation:fall-255 22s -19s linear infinite}@keyframes fall-255{68.345%{transform:translate(42.1342vw,68.345vh) scale(.4617)}to{transform:translate(40.1771vw,100vh) scale(.4617)}}.snow:nth-child(256){opacity:1.127;transform:translate(13.2068vw,-10px) scale(.376);animation:fall-256 24s -29s linear infinite}@keyframes fall-256{57.604%{transform:translate(22.62vw,57.604vh) scale(.376)}to{transform:translate(17.9134vw,100vh) scale(.376)}}.snow:nth-child(257){opacity:1.2838;transform:translate(63.5257vw,-10px) scale(.5528);animation:fall-257 25s -26s linear infinite}@keyframes fall-257{37.82%{transform:translate(68.0227vw,37.82vh) scale(.5528)}to{transform:translate(65.7742vw,100vh) scale(.5528)}}.snow:nth-child(258){opacity:1.0418;transform:translate(10.6853vw,-10px) scale(.2807);animation:fall-258 29s -26s linear infinite}@keyframes fall-258{55.647%{transform:translate(12.379vw,55.647vh) scale(.2807)}to{transform:translate(11.53215vw,100vh) scale(.2807)}}.snow:nth-child(259){opacity:.9788;transform:translate(79.0192vw,-10px) scale(.3659);animation:fall-259 24s -6s linear infinite}@keyframes fall-259{37.656%{transform:translate(82.8975vw,37.656vh) scale(.3659)}to{transform:translate(80.95835vw,100vh) scale(.3659)}}.snow:nth-child(260){opacity:1.8138;transform:translate(50.6982vw,-10px) scale(.4655);animation:fall-260 27s -10s linear infinite}@keyframes fall-260{75.71%{transform:translate(46.5152vw,75.71vh) scale(.4655)}to{transform:translate(48.6067vw,100vh) scale(.4655)}}.snow:nth-child(261){opacity:1.2638;transform:translate(76.4854vw,-10px) scale(.1071);animation:fall-261 11s -19s linear infinite}@keyframes fall-261{31.338%{transform:translate(79.3182vw,31.338vh) scale(.1071)}to{transform:translate(77.9018vw,100vh) scale(.1071)}}.snow:nth-child(262){opacity:1.0064;transform:translate(54.7571vw,-10px) scale(.1044);animation:fall-262 22s -17s linear infinite}@keyframes fall-262{72.327%{transform:translate(56.8127vw,72.327vh) scale(.1044)}to{transform:translate(55.7849vw,100vh) scale(.1044)}}.snow:nth-child(263){opacity:.5668;transform:translate(12.0197vw,-10px) scale(.6206);animation:fall-263 17s -28s linear infinite}@keyframes fall-263{75.719%{transform:translate(12.0188vw,75.719vh) scale(.6206)}to{transform:translate(12.01925vw,100vh) scale(.6206)}}.snow:nth-child(264){opacity:.2376;transform:translate(74.3489vw,-10px) scale(.5307);animation:fall-264 30s -17s linear infinite}@keyframes fall-264{67.561%{transform:translate(69.4097vw,67.561vh) scale(.5307)}to{transform:translate(71.8793vw,100vh) scale(.5307)}}.snow:nth-child(265){opacity:1.967;transform:translate(39.3306vw,-10px) scale(.4372);animation:fall-265 19s -28s linear infinite}@keyframes fall-265{35.445%{transform:translate(30.7854vw,35.445vh) scale(.4372)}to{transform:translate(35.058vw,100vh) scale(.4372)}}.snow:nth-child(266){opacity:1.1506;transform:translate(41.6031vw,-10px) scale(.1519);animation:fall-266 13s -3s linear infinite}@keyframes fall-266{57.752%{transform:translate(34.6726vw,57.752vh) scale(.1519)}to{transform:translate(38.13785vw,100vh) scale(.1519)}}.snow:nth-child(267){opacity:.0834;transform:translate(81.2982vw,-10px) scale(.9399);animation:fall-267 22s -20s linear infinite}@keyframes fall-267{64.596%{transform:translate(85.2865vw,64.596vh) scale(.9399)}to{transform:translate(83.29235vw,100vh) scale(.9399)}}.snow:nth-child(268){opacity:1.716;transform:translate(31.1069vw,-10px) scale(.1182);animation:fall-268 19s -10s linear infinite}@keyframes fall-268{40.531%{transform:translate(37.2843vw,40.531vh) scale(.1182)}to{transform:translate(34.1956vw,100vh) scale(.1182)}}.snow:nth-child(269){opacity:1.219;transform:translate(75.1482vw,-10px) scale(.2759);animation:fall-269 19s -9s linear infinite}@keyframes fall-269{74.326%{transform:translate(83.0221vw,74.326vh) scale(.2759)}to{transform:translate(79.08515vw,100vh) scale(.2759)}}.snow:nth-child(270){opacity:1.3268;transform:translate(66.3425vw,-10px) scale(.8111);animation:fall-270 28s -10s linear infinite}@keyframes fall-270{31.104%{transform:translate(61.4679vw,31.104vh) scale(.8111)}to{transform:translate(63.9052vw,100vh) scale(.8111)}}.snow:nth-child(271){opacity:1.8394;transform:translate(83.1246vw,-10px) scale(.6326);animation:fall-271 17s -26s linear infinite}@keyframes fall-271{63.398%{transform:translate(88.8892vw,63.398vh) scale(.6326)}to{transform:translate(86.0069vw,100vh) scale(.6326)}}.snow:nth-child(272){opacity:.1658;transform:translate(32.1662vw,-10px) scale(.7617);animation:fall-272 23s -5s linear infinite}@keyframes fall-272{43.465%{transform:translate(31.7117vw,43.465vh) scale(.7617)}to{transform:translate(31.93895vw,100vh) scale(.7617)}}.snow:nth-child(273){opacity:.7572;transform:translate(42.9473vw,-10px) scale(.674);animation:fall-273 16s -26s linear infinite}@keyframes fall-273{48.14%{transform:translate(46.7823vw,48.14vh) scale(.674)}to{transform:translate(44.8648vw,100vh) scale(.674)}}.snow:nth-child(274){opacity:1.073;transform:translate(4.8667vw,-10px) scale(.1389);animation:fall-274 21s -1s linear infinite}@keyframes fall-274{47.13%{transform:translate(.7291vw,47.13vh) scale(.1389)}to{transform:translate(2.7979vw,100vh) scale(.1389)}}.snow:nth-child(275){opacity:.6526;transform:translate(48.0909vw,-10px) scale(.3132);animation:fall-275 10s -9s linear infinite}@keyframes fall-275{49.591%{transform:translate(56.1208vw,49.591vh) scale(.3132)}to{transform:translate(52.10585vw,100vh) scale(.3132)}}.snow:nth-child(276){opacity:1.6228;transform:translate(67.393vw,-10px) scale(.8692);animation:fall-276 27s -29s linear infinite}@keyframes fall-276{30.086%{transform:translate(68.7562vw,30.086vh) scale(.8692)}to{transform:translate(68.0746vw,100vh) scale(.8692)}}.snow:nth-child(277){opacity:1.5746;transform:translate(44.9552vw,-10px) scale(.2704);animation:fall-277 26s -14s linear infinite}@keyframes fall-277{35.885%{transform:translate(45.7659vw,35.885vh) scale(.2704)}to{transform:translate(45.36055vw,100vh) scale(.2704)}}.snow:nth-child(278){opacity:1.8888;transform:translate(66.2782vw,-10px) scale(.0511);animation:fall-278 11s -28s linear infinite}@keyframes fall-278{30.992%{transform:translate(57.4522vw,30.992vh) scale(.0511)}to{transform:translate(61.8652vw,100vh) scale(.0511)}}.snow:nth-child(279){opacity:.1968;transform:translate(58.7316vw,-10px) scale(.4848);animation:fall-279 21s -10s linear infinite}@keyframes fall-279{63.068%{transform:translate(59.7089vw,63.068vh) scale(.4848)}to{transform:translate(59.22025vw,100vh) scale(.4848)}}.snow:nth-child(280){opacity:1.7532;transform:translate(65.3915vw,-10px) scale(.0832);animation:fall-280 12s -6s linear infinite}@keyframes fall-280{45.214%{transform:translate(63.9144vw,45.214vh) scale(.0832)}to{transform:translate(64.65295vw,100vh) scale(.0832)}}.snow:nth-child(281){opacity:.5736;transform:translate(77.1569vw,-10px) scale(.1876);animation:fall-281 17s -1s linear infinite}@keyframes fall-281{33.852%{transform:translate(79.9648vw,33.852vh) scale(.1876)}to{transform:translate(78.56085vw,100vh) scale(.1876)}}.snow:nth-child(282){opacity:1.9378;transform:translate(36.3927vw,-10px) scale(.553);animation:fall-282 11s -3s linear infinite}@keyframes fall-282{62.985%{transform:translate(39.724vw,62.985vh) scale(.553)}to{transform:translate(38.05835vw,100vh) scale(.553)}}.snow:nth-child(283){opacity:.2196;transform:translate(12.1116vw,-10px) scale(.8349);animation:fall-283 16s -13s linear infinite}@keyframes fall-283{78.68%{transform:translate(13.9867vw,78.68vh) scale(.8349)}to{transform:translate(13.04915vw,100vh) scale(.8349)}}.snow:nth-child(284){opacity:1.5828;transform:translate(46.1655vw,-10px) scale(.0487);animation:fall-284 15s -16s linear infinite}@keyframes fall-284{64.548%{transform:translate(43.491vw,64.548vh) scale(.0487)}to{transform:translate(44.82825vw,100vh) scale(.0487)}}.snow:nth-child(285){opacity:.1902;transform:translate(35.1839vw,-10px) scale(.3877);animation:fall-285 26s -21s linear infinite}@keyframes fall-285{78.202%{transform:translate(34.8481vw,78.202vh) scale(.3877)}to{transform:translate(35.016vw,100vh) scale(.3877)}}.snow:nth-child(286){opacity:1.7196;transform:translate(3.916vw,-10px) scale(.8219);animation:fall-286 20s -4s linear infinite}@keyframes fall-286{60.972%{transform:translate(-2.7348vw,60.972vh) scale(.8219)}to{transform:translate(.5906vw,100vh) scale(.8219)}}.snow:nth-child(287){opacity:1.6948;transform:translate(53.1152vw,-10px) scale(.3119);animation:fall-287 30s -9s linear infinite}@keyframes fall-287{36.099%{transform:translate(55.8088vw,36.099vh) scale(.3119)}to{transform:translate(54.462vw,100vh) scale(.3119)}}.snow:nth-child(288){opacity:1.619;transform:translate(69.8914vw,-10px) scale(.2996);animation:fall-288 17s -9s linear infinite}@keyframes fall-288{74.851%{transform:translate(63.1814vw,74.851vh) scale(.2996)}to{transform:translate(66.5364vw,100vh) scale(.2996)}}.snow:nth-child(289){opacity:.4582;transform:translate(27.5797vw,-10px) scale(.7199);animation:fall-289 14s -17s linear infinite}@keyframes fall-289{71.572%{transform:translate(18.2006vw,71.572vh) scale(.7199)}to{transform:translate(22.89015vw,100vh) scale(.7199)}}.snow:nth-child(290){opacity:.1854;transform:translate(39.8266vw,-10px) scale(.1986);animation:fall-290 20s -16s linear infinite}@keyframes fall-290{36.908%{transform:translate(41.9682vw,36.908vh) scale(.1986)}to{transform:translate(40.8974vw,100vh) scale(.1986)}}.snow:nth-child(291){opacity:1.1882;transform:translate(28.6257vw,-10px) scale(.952);animation:fall-291 17s -14s linear infinite}@keyframes fall-291{59.595%{transform:translate(30.0174vw,59.595vh) scale(.952)}to{transform:translate(29.32155vw,100vh) scale(.952)}}.snow:nth-child(292){opacity:.3214;transform:translate(45.5342vw,-10px) scale(.1244);animation:fall-292 24s -4s linear infinite}@keyframes fall-292{52.993%{transform:translate(41.3076vw,52.993vh) scale(.1244)}to{transform:translate(43.4209vw,100vh) scale(.1244)}}.snow:nth-child(293){opacity:.8822;transform:translate(28.6168vw,-10px) scale(.3359);animation:fall-293 15s -16s linear infinite}@keyframes fall-293{79.308%{transform:translate(19.248vw,79.308vh) scale(.3359)}to{transform:translate(23.9324vw,100vh) scale(.3359)}}.snow:nth-child(294){opacity:.9032;transform:translate(3.949vw,-10px) scale(.5639);animation:fall-294 30s -18s linear infinite}@keyframes fall-294{30.596%{transform:translate(8.7285vw,30.596vh) scale(.5639)}to{transform:translate(6.33875vw,100vh) scale(.5639)}}.snow:nth-child(295){opacity:1.8854;transform:translate(73.3365vw,-10px) scale(.9605);animation:fall-295 10s -23s linear infinite}@keyframes fall-295{72.63%{transform:translate(67.0634vw,72.63vh) scale(.9605)}to{transform:translate(70.19995vw,100vh) scale(.9605)}}.snow:nth-child(296){opacity:.7492;transform:translate(94.9637vw,-10px) scale(.7275);animation:fall-296 16s -27s linear infinite}@keyframes fall-296{66.31%{transform:translate(99.2147vw,66.31vh) scale(.7275)}to{transform:translate(97.0892vw,100vh) scale(.7275)}}.snow:nth-child(297){opacity:1.9142;transform:translate(30.7263vw,-10px) scale(.0898);animation:fall-297 30s -22s linear infinite}@keyframes fall-297{72.02%{transform:translate(36.5014vw,72.02vh) scale(.0898)}to{transform:translate(33.61385vw,100vh) scale(.0898)}}.snow:nth-child(298){opacity:.1142;transform:translate(33.7094vw,-10px) scale(.4029);animation:fall-298 13s -22s linear infinite}@keyframes fall-298{41.912%{transform:translate(41.2858vw,41.912vh) scale(.4029)}to{transform:translate(37.4976vw,100vh) scale(.4029)}}.snow:nth-child(299){opacity:.3702;transform:translate(13.603vw,-10px) scale(.081);animation:fall-299 30s -17s linear infinite}@keyframes fall-299{71.422%{transform:translate(11.659vw,71.422vh) scale(.081)}to{transform:translate(12.631vw,100vh) scale(.081)}}.snow:nth-child(300){opacity:.032;transform:translate(1.929vw,-10px) scale(.8876);animation:fall-300 30s -16s linear infinite}@keyframes fall-300{43.449%{transform:translate(5.8438vw,43.449vh) scale(.8876)}to{transform:translate(3.8864vw,100vh) scale(.8876)}}.snow:nth-child(301){opacity:.7256;transform:translate(80.9038vw,-10px) scale(.671);animation:fall-301 23s -6s linear infinite}@keyframes fall-301{76.481%{transform:translate(74.7079vw,76.481vh) scale(.671)}to{transform:translate(77.80585vw,100vh) scale(.671)}}.snow:nth-child(302){opacity:1.948;transform:translate(44.6207vw,-10px) scale(.0767);animation:fall-302 30s -21s linear infinite}@keyframes fall-302{66.141%{transform:translate(52.6219vw,66.141vh) scale(.0767)}to{transform:translate(48.6213vw,100vh) scale(.0767)}}.snow:nth-child(303){opacity:1.5594;transform:translate(55.8138vw,-10px) scale(.5429);animation:fall-303 18s -30s linear infinite}@keyframes fall-303{63.13%{transform:translate(53.4282vw,63.13vh) scale(.5429)}to{transform:translate(54.621vw,100vh) scale(.5429)}}.snow:nth-child(304){opacity:1.1904;transform:translate(6.7212vw,-10px) scale(.8586);animation:fall-304 18s -25s linear infinite}@keyframes fall-304{50.298%{transform:translate(13.4961vw,50.298vh) scale(.8586)}to{transform:translate(10.10865vw,100vh) scale(.8586)}}.snow:nth-child(305){opacity:1.951;transform:translate(31.8117vw,-10px) scale(.8009);animation:fall-305 12s -17s linear infinite}@keyframes fall-305{53.992%{transform:translate(41.0778vw,53.992vh) scale(.8009)}to{transform:translate(36.44475vw,100vh) scale(.8009)}}.snow:nth-child(306){opacity:1.37;transform:translate(87.0436vw,-10px) scale(.2671);animation:fall-306 10s -19s linear infinite}@keyframes fall-306{36.834%{transform:translate(96.2001vw,36.834vh) scale(.2671)}to{transform:translate(91.62185vw,100vh) scale(.2671)}}.snow:nth-child(307){opacity:.007;transform:translate(62.0051vw,-10px) scale(.7719);animation:fall-307 15s -2s linear infinite}@keyframes fall-307{69.085%{transform:translate(59.2535vw,69.085vh) scale(.7719)}to{transform:translate(60.6293vw,100vh) scale(.7719)}}.snow:nth-child(308){opacity:1.2864;transform:translate(67.5913vw,-10px) scale(.587);animation:fall-308 11s -30s linear infinite}@keyframes fall-308{73.208%{transform:translate(67.1802vw,73.208vh) scale(.587)}to{transform:translate(67.38575vw,100vh) scale(.587)}}.snow:nth-child(309){opacity:1.8182;transform:translate(19.8897vw,-10px) scale(.4626);animation:fall-309 28s -26s linear infinite}@keyframes fall-309{54.442%{transform:translate(12.8706vw,54.442vh) scale(.4626)}to{transform:translate(16.38015vw,100vh) scale(.4626)}}.snow:nth-child(310){opacity:1.7736;transform:translate(75.2949vw,-10px) scale(.9564);animation:fall-310 24s -12s linear infinite}@keyframes fall-310{78.23%{transform:translate(73.6654vw,78.23vh) scale(.9564)}to{transform:translate(74.48015vw,100vh) scale(.9564)}}.snow:nth-child(311){opacity:1.97;transform:translate(96.303vw,-10px) scale(.1187);animation:fall-311 22s -12s linear infinite}@keyframes fall-311{48.193%{transform:translate(103.2064vw,48.193vh) scale(.1187)}to{transform:translate(99.7547vw,100vh) scale(.1187)}}.snow:nth-child(312){opacity:.0234;transform:translate(93.4807vw,-10px) scale(.2425);animation:fall-312 16s -20s linear infinite}@keyframes fall-312{58.208%{transform:translate(94.157vw,58.208vh) scale(.2425)}to{transform:translate(93.81885vw,100vh) scale(.2425)}}.snow:nth-child(313){opacity:.941;transform:translate(23.0664vw,-10px) scale(.0687);animation:fall-313 13s -23s linear infinite}@keyframes fall-313{52.653%{transform:translate(30.5734vw,52.653vh) scale(.0687)}to{transform:translate(26.8199vw,100vh) scale(.0687)}}.snow:nth-child(314){opacity:.3382;transform:translate(86.6495vw,-10px) scale(.7188);animation:fall-314 15s -30s linear infinite}@keyframes fall-314{54.228%{transform:translate(85.8594vw,54.228vh) scale(.7188)}to{transform:translate(86.25445vw,100vh) scale(.7188)}}.snow:nth-child(315){opacity:.099;transform:translate(30.6367vw,-10px) scale(.5855);animation:fall-315 11s -17s linear infinite}@keyframes fall-315{65.715%{transform:translate(31.3332vw,65.715vh) scale(.5855)}to{transform:translate(30.98495vw,100vh) scale(.5855)}}.snow:nth-child(316){opacity:1.5792;transform:translate(24.0652vw,-10px) scale(.8148);animation:fall-316 20s -12s linear infinite}@keyframes fall-316{78.376%{transform:translate(24.2957vw,78.376vh) scale(.8148)}to{transform:translate(24.18045vw,100vh) scale(.8148)}}.snow:nth-child(317){opacity:.4466;transform:translate(20.0208vw,-10px) scale(.065);animation:fall-317 22s -16s linear infinite}@keyframes fall-317{38.917%{transform:translate(10.8677vw,38.917vh) scale(.065)}to{transform:translate(15.44425vw,100vh) scale(.065)}}.snow:nth-child(318){opacity:1.318;transform:translate(65.0938vw,-10px) scale(.9577);animation:fall-318 12s -17s linear infinite}@keyframes fall-318{66.59%{transform:translate(66.0629vw,66.59vh) scale(.9577)}to{transform:translate(65.57835vw,100vh) scale(.9577)}}.snow:nth-child(319){opacity:1.2128;transform:translate(22.4306vw,-10px) scale(.9155);animation:fall-319 10s -29s linear infinite}@keyframes fall-319{34.855%{transform:translate(21.8724vw,34.855vh) scale(.9155)}to{transform:translate(22.1515vw,100vh) scale(.9155)}}.snow:nth-child(320){opacity:1.7728;transform:translate(88.6029vw,-10px) scale(.3463);animation:fall-320 20s -25s linear infinite}@keyframes fall-320{30.228%{transform:translate(80.9576vw,30.228vh) scale(.3463)}to{transform:translate(84.78025vw,100vh) scale(.3463)}}.snow:nth-child(321){opacity:.0962;transform:translate(46.3491vw,-10px) scale(.8845);animation:fall-321 14s -5s linear infinite}@keyframes fall-321{56.677%{transform:translate(47.7934vw,56.677vh) scale(.8845)}to{transform:translate(47.07125vw,100vh) scale(.8845)}}.snow:nth-child(322){opacity:1.1442;transform:translate(29.1602vw,-10px) scale(.1757);animation:fall-322 13s -17s linear infinite}@keyframes fall-322{40.135%{transform:translate(37.6997vw,40.135vh) scale(.1757)}to{transform:translate(33.42995vw,100vh) scale(.1757)}}.snow:nth-child(323){opacity:1.426;transform:translate(45.9054vw,-10px) scale(.9656);animation:fall-323 16s -25s linear infinite}@keyframes fall-323{52.993%{transform:translate(39.9445vw,52.993vh) scale(.9656)}to{transform:translate(42.92495vw,100vh) scale(.9656)}}.snow:nth-child(324){opacity:.856;transform:translate(13.2005vw,-10px) scale(.6536);animation:fall-324 19s -8s linear infinite}@keyframes fall-324{59.13%{transform:translate(3.7479vw,59.13vh) scale(.6536)}to{transform:translate(8.4742vw,100vh) scale(.6536)}}.snow:nth-child(325){opacity:1.0446;transform:translate(80.0334vw,-10px) scale(.3785);animation:fall-325 16s -30s linear infinite}@keyframes fall-325{52.569%{transform:translate(80.5738vw,52.569vh) scale(.3785)}to{transform:translate(80.3036vw,100vh) scale(.3785)}}.snow:nth-child(326){opacity:1.8006;transform:translate(71.7183vw,-10px) scale(.0563);animation:fall-326 17s -27s linear infinite}@keyframes fall-326{43.39%{transform:translate(79.6827vw,43.39vh) scale(.0563)}to{transform:translate(75.7005vw,100vh) scale(.0563)}}.snow:nth-child(327){opacity:1.1212;transform:translate(14.4798vw,-10px) scale(.6354);animation:fall-327 20s -12s linear infinite}@keyframes fall-327{50.998%{transform:translate(11.6134vw,50.998vh) scale(.6354)}to{transform:translate(13.0466vw,100vh) scale(.6354)}}.snow:nth-child(328){opacity:.6048;transform:translate(28.0856vw,-10px) scale(.4498);animation:fall-328 19s -30s linear infinite}@keyframes fall-328{34.773%{transform:translate(32.3633vw,34.773vh) scale(.4498)}to{transform:translate(30.22445vw,100vh) scale(.4498)}}.snow:nth-child(329){opacity:.5024;transform:translate(46.059vw,-10px) scale(.6972);animation:fall-329 24s -14s linear infinite}@keyframes fall-329{72.72%{transform:translate(52.0124vw,72.72vh) scale(.6972)}to{transform:translate(49.0357vw,100vh) scale(.6972)}}.snow:nth-child(330){opacity:1.2254;transform:translate(47.0381vw,-10px) scale(.1926);animation:fall-330 29s -20s linear infinite}@keyframes fall-330{49.935%{transform:translate(51.0847vw,49.935vh) scale(.1926)}to{transform:translate(49.0614vw,100vh) scale(.1926)}}.snow:nth-child(331){opacity:1.3612;transform:translate(22.7624vw,-10px) scale(.6781);animation:fall-331 16s -10s linear infinite}@keyframes fall-331{39.653%{transform:translate(18.2063vw,39.653vh) scale(.6781)}to{transform:translate(20.48435vw,100vh) scale(.6781)}}.snow:nth-child(332){opacity:.8828;transform:translate(59.0109vw,-10px) scale(.1859);animation:fall-332 24s -2s linear infinite}@keyframes fall-332{57.621%{transform:translate(52.4931vw,57.621vh) scale(.1859)}to{transform:translate(55.752vw,100vh) scale(.1859)}}.snow:nth-child(333){opacity:.2922;transform:translate(39.139vw,-10px) scale(.805);animation:fall-333 27s -20s linear infinite}@keyframes fall-333{35.825%{transform:translate(30.2397vw,35.825vh) scale(.805)}to{transform:translate(34.68935vw,100vh) scale(.805)}}.snow:nth-child(334){opacity:.4718;transform:translate(15.6376vw,-10px) scale(.9135);animation:fall-334 28s -20s linear infinite}@keyframes fall-334{30.265%{transform:translate(11.9526vw,30.265vh) scale(.9135)}to{transform:translate(13.7951vw,100vh) scale(.9135)}}.snow:nth-child(335){opacity:.7392;transform:translate(59.3542vw,-10px) scale(.6403);animation:fall-335 24s -1s linear infinite}@keyframes fall-335{75.772%{transform:translate(64.8249vw,75.772vh) scale(.6403)}to{transform:translate(62.08955vw,100vh) scale(.6403)}}.snow:nth-child(336){opacity:1.9352;transform:translate(33.452vw,-10px) scale(.6559);animation:fall-336 23s -16s linear infinite}@keyframes fall-336{58.095%{transform:translate(42.8483vw,58.095vh) scale(.6559)}to{transform:translate(38.15015vw,100vh) scale(.6559)}}.snow:nth-child(337){opacity:.0466;transform:translate(78.3177vw,-10px) scale(.7147);animation:fall-337 21s -29s linear infinite}@keyframes fall-337{36.699%{transform:translate(76.5131vw,36.699vh) scale(.7147)}to{transform:translate(77.4154vw,100vh) scale(.7147)}}.snow:nth-child(338){opacity:1.8568;transform:translate(80.2643vw,-10px) scale(.5588);animation:fall-338 15s -6s linear infinite}@keyframes fall-338{71.624%{transform:translate(90.2361vw,71.624vh) scale(.5588)}to{transform:translate(85.2502vw,100vh) scale(.5588)}}.snow:nth-child(339){opacity:1.945;transform:translate(99.6997vw,-10px) scale(.1109);animation:fall-339 17s -21s linear infinite}@keyframes fall-339{37.621%{transform:translate(101.1114vw,37.621vh) scale(.1109)}to{transform:translate(100.40555vw,100vh) scale(.1109)}}.snow:nth-child(340){opacity:.1024;transform:translate(60.698vw,-10px) scale(.0233);animation:fall-340 22s -7s linear infinite}@keyframes fall-340{43.038%{transform:translate(56.4988vw,43.038vh) scale(.0233)}to{transform:translate(58.5984vw,100vh) scale(.0233)}}.snow:nth-child(341){opacity:.6908;transform:translate(86.9373vw,-10px) scale(.8063);animation:fall-341 16s -21s linear infinite}@keyframes fall-341{51.789%{transform:translate(84.8282vw,51.789vh) scale(.8063)}to{transform:translate(85.88275vw,100vh) scale(.8063)}}.snow:nth-child(342){opacity:.712;transform:translate(38.1065vw,-10px) scale(.2033);animation:fall-342 20s -23s linear infinite}@keyframes fall-342{44.467%{transform:translate(36.3515vw,44.467vh) scale(.2033)}to{transform:translate(37.229vw,100vh) scale(.2033)}}.snow:nth-child(343){opacity:1.1004;transform:translate(80.9444vw,-10px) scale(.8945);animation:fall-343 20s -7s linear infinite}@keyframes fall-343{45.575%{transform:translate(90.2521vw,45.575vh) scale(.8945)}to{transform:translate(85.59825vw,100vh) scale(.8945)}}.snow:nth-child(344){opacity:1.6372;transform:translate(83.8806vw,-10px) scale(.7724);animation:fall-344 25s -25s linear infinite}@keyframes fall-344{52.37%{transform:translate(75.0006vw,52.37vh) scale(.7724)}to{transform:translate(79.4406vw,100vh) scale(.7724)}}.snow:nth-child(345){opacity:.7588;transform:translate(31.7806vw,-10px) scale(.4155);animation:fall-345 15s -8s linear infinite}@keyframes fall-345{33.091%{transform:translate(23.1975vw,33.091vh) scale(.4155)}to{transform:translate(27.48905vw,100vh) scale(.4155)}}.snow:nth-child(346){opacity:1.831;transform:translate(.1155vw,-10px) scale(.7379);animation:fall-346 27s -20s linear infinite}@keyframes fall-346{53.912%{transform:translate(-.3934vw,53.912vh) scale(.7379)}to{transform:translate(-.13895vw,100vh) scale(.7379)}}.snow:nth-child(347){opacity:.7068;transform:translate(59.399vw,-10px) scale(.542);animation:fall-347 21s -30s linear infinite}@keyframes fall-347{33.441%{transform:translate(58.0277vw,33.441vh) scale(.542)}to{transform:translate(58.71335vw,100vh) scale(.542)}}.snow:nth-child(348){opacity:1.9244;transform:translate(51.2764vw,-10px) scale(.0857);animation:fall-348 19s -2s linear infinite}@keyframes fall-348{57.138%{transform:translate(48.5638vw,57.138vh) scale(.0857)}to{transform:translate(49.9201vw,100vh) scale(.0857)}}.snow:nth-child(349){opacity:.7784;transform:translate(12.7738vw,-10px) scale(.1533);animation:fall-349 22s -9s linear infinite}@keyframes fall-349{42.335%{transform:translate(20.7625vw,42.335vh) scale(.1533)}to{transform:translate(16.76815vw,100vh) scale(.1533)}}.snow:nth-child(350){opacity:.4836;transform:translate(18.7941vw,-10px) scale(.0718);animation:fall-350 28s -2s linear infinite}@keyframes fall-350{43.402%{transform:translate(25.7267vw,43.402vh) scale(.0718)}to{transform:translate(22.2604vw,100vh) scale(.0718)}}.snow:nth-child(351){opacity:.6942;transform:translate(98.1406vw,-10px) scale(.2115);animation:fall-351 25s -4s linear infinite}@keyframes fall-351{72.492%{transform:translate(91.0322vw,72.492vh) scale(.2115)}to{transform:translate(94.5864vw,100vh) scale(.2115)}}.snow:nth-child(352){opacity:.4308;transform:translate(96.3167vw,-10px) scale(.6333);animation:fall-352 11s -20s linear infinite}@keyframes fall-352{49.126%{transform:translate(90.2129vw,49.126vh) scale(.6333)}to{transform:translate(93.2648vw,100vh) scale(.6333)}}.snow:nth-child(353){opacity:.9474;transform:translate(32.7297vw,-10px) scale(.0081);animation:fall-353 14s -13s linear infinite}@keyframes fall-353{37.302%{transform:translate(31.1463vw,37.302vh) scale(.0081)}to{transform:translate(31.938vw,100vh) scale(.0081)}}.snow:nth-child(354){opacity:1.9976;transform:translate(44.201vw,-10px) scale(.2078);animation:fall-354 29s -29s linear infinite}@keyframes fall-354{66.522%{transform:translate(38.1159vw,66.522vh) scale(.2078)}to{transform:translate(41.15845vw,100vh) scale(.2078)}}.snow:nth-child(355){opacity:.4184;transform:translate(49.7895vw,-10px) scale(.4596);animation:fall-355 13s -20s linear infinite}@keyframes fall-355{63.791%{transform:translate(53.6007vw,63.791vh) scale(.4596)}to{transform:translate(51.6951vw,100vh) scale(.4596)}}.snow:nth-child(356){opacity:.3612;transform:translate(66.2442vw,-10px) scale(.2908);animation:fall-356 15s -19s linear infinite}@keyframes fall-356{51.87%{transform:translate(73.5142vw,51.87vh) scale(.2908)}to{transform:translate(69.8792vw,100vh) scale(.2908)}}.snow:nth-child(357){opacity:.0112;transform:translate(40.1893vw,-10px) scale(.1386);animation:fall-357 17s -5s linear infinite}@keyframes fall-357{71.956%{transform:translate(34.7854vw,71.956vh) scale(.1386)}to{transform:translate(37.48735vw,100vh) scale(.1386)}}.snow:nth-child(358){opacity:.7962;transform:translate(18.6072vw,-10px) scale(.9783);animation:fall-358 18s -10s linear infinite}@keyframes fall-358{68.122%{transform:translate(21.6914vw,68.122vh) scale(.9783)}to{transform:translate(20.1493vw,100vh) scale(.9783)}}.snow:nth-child(359){opacity:1.0698;transform:translate(81.5852vw,-10px) scale(.1239);animation:fall-359 29s -18s linear infinite}@keyframes fall-359{55.764%{transform:translate(81.521vw,55.764vh) scale(.1239)}to{transform:translate(81.5531vw,100vh) scale(.1239)}}.snow:nth-child(360){opacity:1.4752;transform:translate(61.8445vw,-10px) scale(.1254);animation:fall-360 11s -1s linear infinite}@keyframes fall-360{33.352%{transform:translate(64.1306vw,33.352vh) scale(.1254)}to{transform:translate(62.98755vw,100vh) scale(.1254)}}.snow:nth-child(361){opacity:1.7236;transform:translate(3.4594vw,-10px) scale(.0692);animation:fall-361 13s -19s linear infinite}@keyframes fall-361{58.899%{transform:translate(-.1862vw,58.899vh) scale(.0692)}to{transform:translate(1.6366vw,100vh) scale(.0692)}}.snow:nth-child(362){opacity:1.553;transform:translate(72.5849vw,-10px) scale(.8979);animation:fall-362 10s -22s linear infinite}@keyframes fall-362{64.33%{transform:translate(68.823vw,64.33vh) scale(.8979)}to{transform:translate(70.70395vw,100vh) scale(.8979)}}.snow:nth-child(363){opacity:1.9272;transform:translate(37.0884vw,-10px) scale(.2699);animation:fall-363 23s -29s linear infinite}@keyframes fall-363{77.826%{transform:translate(28.503vw,77.826vh) scale(.2699)}to{transform:translate(32.7957vw,100vh) scale(.2699)}}.snow:nth-child(364){opacity:1.7896;transform:translate(24.2004vw,-10px) scale(.5755);animation:fall-364 18s -9s linear infinite}@keyframes fall-364{44.238%{transform:translate(14.3443vw,44.238vh) scale(.5755)}to{transform:translate(19.27235vw,100vh) scale(.5755)}}.snow:nth-child(365){opacity:1.6866;transform:translate(59.634vw,-10px) scale(.9942);animation:fall-365 20s -12s linear infinite}@keyframes fall-365{34.962%{transform:translate(55.6356vw,34.962vh) scale(.9942)}to{transform:translate(57.6348vw,100vh) scale(.9942)}}.snow:nth-child(366){opacity:.0562;transform:translate(82.5891vw,-10px) scale(.4985);animation:fall-366 10s -16s linear infinite}@keyframes fall-366{68.125%{transform:translate(91.2811vw,68.125vh) scale(.4985)}to{transform:translate(86.9351vw,100vh) scale(.4985)}}.snow:nth-child(367){opacity:.782;transform:translate(24.3627vw,-10px) scale(.3027);animation:fall-367 12s -10s linear infinite}@keyframes fall-367{48.531%{transform:translate(26.1461vw,48.531vh) scale(.3027)}to{transform:translate(25.2544vw,100vh) scale(.3027)}}.snow:nth-child(368){opacity:1.2616;transform:translate(31.8662vw,-10px) scale(.1897);animation:fall-368 21s -17s linear infinite}@keyframes fall-368{64.183%{transform:translate(30.0312vw,64.183vh) scale(.1897)}to{transform:translate(30.9487vw,100vh) scale(.1897)}}.snow:nth-child(369){opacity:1.1552;transform:translate(21.5854vw,-10px) scale(.0928);animation:fall-369 19s -26s linear infinite}@keyframes fall-369{66.524%{transform:translate(25.8725vw,66.524vh) scale(.0928)}to{transform:translate(23.72895vw,100vh) scale(.0928)}}.snow:nth-child(370){opacity:1.4722;transform:translate(88.9552vw,-10px) scale(.4803);animation:fall-370 24s -20s linear infinite}@keyframes fall-370{30.198%{transform:translate(80.0506vw,30.198vh) scale(.4803)}to{transform:translate(84.5029vw,100vh) scale(.4803)}}.snow:nth-child(371){opacity:1.8318;transform:translate(29.264vw,-10px) scale(.5565);animation:fall-371 17s -29s linear infinite}@keyframes fall-371{60.15%{transform:translate(27.2313vw,60.15vh) scale(.5565)}to{transform:translate(28.24765vw,100vh) scale(.5565)}}.snow:nth-child(372){opacity:.6982;transform:translate(32.4295vw,-10px) scale(.2436);animation:fall-372 27s -16s linear infinite}@keyframes fall-372{40.121%{transform:translate(36.2771vw,40.121vh) scale(.2436)}to{transform:translate(34.3533vw,100vh) scale(.2436)}}.snow:nth-child(373){opacity:1.6872;transform:translate(43.1732vw,-10px) scale(.7934);animation:fall-373 16s -5s linear infinite}@keyframes fall-373{42.34%{transform:translate(50.8748vw,42.34vh) scale(.7934)}to{transform:translate(47.024vw,100vh) scale(.7934)}}.snow:nth-child(374){opacity:1.849;transform:translate(17.7115vw,-10px) scale(.7845);animation:fall-374 13s -5s linear infinite}@keyframes fall-374{58.194%{transform:translate(9.714vw,58.194vh) scale(.7845)}to{transform:translate(13.71275vw,100vh) scale(.7845)}}.snow:nth-child(375){opacity:.9682;transform:translate(62.6997vw,-10px) scale(.2264);animation:fall-375 22s -6s linear infinite}@keyframes fall-375{56.335%{transform:translate(55.4183vw,56.335vh) scale(.2264)}to{transform:translate(59.059vw,100vh) scale(.2264)}}.snow:nth-child(376){opacity:1.7358;transform:translate(92.448vw,-10px) scale(.3449);animation:fall-376 15s -3s linear infinite}@keyframes fall-376{38.318%{transform:translate(86.6692vw,38.318vh) scale(.3449)}to{transform:translate(89.5586vw,100vh) scale(.3449)}}.snow:nth-child(377){opacity:1.0814;transform:translate(10.1736vw,-10px) scale(.8468);animation:fall-377 23s -15s linear infinite}@keyframes fall-377{56.757%{transform:translate(18.6888vw,56.757vh) scale(.8468)}to{transform:translate(14.4312vw,100vh) scale(.8468)}}.snow:nth-child(378){opacity:1.7796;transform:translate(42.0624vw,-10px) scale(.7693);animation:fall-378 27s -10s linear infinite}@keyframes fall-378{49.749%{transform:translate(50.1477vw,49.749vh) scale(.7693)}to{transform:translate(46.10505vw,100vh) scale(.7693)}}.snow:nth-child(379){opacity:1.839;transform:translate(3.6767vw,-10px) scale(.758);animation:fall-379 30s -1s linear infinite}@keyframes fall-379{67.591%{transform:translate(10.7382vw,67.591vh) scale(.758)}to{transform:translate(7.20745vw,100vh) scale(.758)}}.snow:nth-child(380){opacity:1.6626;transform:translate(99.8132vw,-10px) scale(.0761);animation:fall-380 27s -25s linear infinite}@keyframes fall-380{61.528%{transform:translate(96.793vw,61.528vh) scale(.0761)}to{transform:translate(98.3031vw,100vh) scale(.0761)}}.snow:nth-child(381){opacity:1.4946;transform:translate(17.1082vw,-10px) scale(.4911);animation:fall-381 15s -5s linear infinite}@keyframes fall-381{54.071%{transform:translate(16.8424vw,54.071vh) scale(.4911)}to{transform:translate(16.9753vw,100vh) scale(.4911)}}.snow:nth-child(382){opacity:.8652;transform:translate(68.8711vw,-10px) scale(.0242);animation:fall-382 22s -25s linear infinite}@keyframes fall-382{50.336%{transform:translate(78.1803vw,50.336vh) scale(.0242)}to{transform:translate(73.5257vw,100vh) scale(.0242)}}.snow:nth-child(383){opacity:1.354;transform:translate(44.3909vw,-10px) scale(.7594);animation:fall-383 24s -29s linear infinite}@keyframes fall-383{50.968%{transform:translate(43.8179vw,50.968vh) scale(.7594)}to{transform:translate(44.1044vw,100vh) scale(.7594)}}.snow:nth-child(384){opacity:1.0178;transform:translate(22.3287vw,-10px) scale(.8346);animation:fall-384 25s -13s linear infinite}@keyframes fall-384{43.174%{transform:translate(13.7146vw,43.174vh) scale(.8346)}to{transform:translate(18.02165vw,100vh) scale(.8346)}}.snow:nth-child(385){opacity:.4782;transform:translate(45.2076vw,-10px) scale(.7668);animation:fall-385 21s -24s linear infinite}@keyframes fall-385{42.87%{transform:translate(40.3858vw,42.87vh) scale(.7668)}to{transform:translate(42.7967vw,100vh) scale(.7668)}}.snow:nth-child(386){opacity:.8078;transform:translate(22.5737vw,-10px) scale(.5604);animation:fall-386 11s -10s linear infinite}@keyframes fall-386{60.221%{transform:translate(31.2222vw,60.221vh) scale(.5604)}to{transform:translate(26.89795vw,100vh) scale(.5604)}}.snow:nth-child(387){opacity:.7408;transform:translate(82.2127vw,-10px) scale(.4826);animation:fall-387 25s -25s linear infinite}@keyframes fall-387{49.639%{transform:translate(85.982vw,49.639vh) scale(.4826)}to{transform:translate(84.09735vw,100vh) scale(.4826)}}.snow:nth-child(388){opacity:1.537;transform:translate(94.9065vw,-10px) scale(.9775);animation:fall-388 14s -11s linear infinite}@keyframes fall-388{77.989%{transform:translate(86.4286vw,77.989vh) scale(.9775)}to{transform:translate(90.66755vw,100vh) scale(.9775)}}.snow:nth-child(389){opacity:.5188;transform:translate(5.5545vw,-10px) scale(.3995);animation:fall-389 12s -15s linear infinite}@keyframes fall-389{33.247%{transform:translate(4.5949vw,33.247vh) scale(.3995)}to{transform:translate(5.0747vw,100vh) scale(.3995)}}.snow:nth-child(390){opacity:.3916;transform:translate(5.9876vw,-10px) scale(.2927);animation:fall-390 23s -4s linear infinite}@keyframes fall-390{60.696%{transform:translate(-1.5623vw,60.696vh) scale(.2927)}to{transform:translate(2.21265vw,100vh) scale(.2927)}}.snow:nth-child(391){opacity:1.901;transform:translate(38.4866vw,-10px) scale(.2949);animation:fall-391 21s -9s linear infinite}@keyframes fall-391{66.776%{transform:translate(47.2678vw,66.776vh) scale(.2949)}to{transform:translate(42.8772vw,100vh) scale(.2949)}}.snow:nth-child(392){opacity:1.0958;transform:translate(20.407vw,-10px) scale(.7315);animation:fall-392 24s -2s linear infinite}@keyframes fall-392{40.865%{transform:translate(23.697vw,40.865vh) scale(.7315)}to{transform:translate(22.052vw,100vh) scale(.7315)}}.snow:nth-child(393){opacity:.1464;transform:translate(94.984vw,-10px) scale(.6407);animation:fall-393 15s -16s linear infinite}@keyframes fall-393{61.59%{transform:translate(99.6701vw,61.59vh) scale(.6407)}to{transform:translate(97.32705vw,100vh) scale(.6407)}}.snow:nth-child(394){opacity:.339;transform:translate(27.9917vw,-10px) scale(.7886);animation:fall-394 24s -27s linear infinite}@keyframes fall-394{50.16%{transform:translate(37.4367vw,50.16vh) scale(.7886)}to{transform:translate(32.7142vw,100vh) scale(.7886)}}.snow:nth-child(395){opacity:.8544;transform:translate(21.1798vw,-10px) scale(.7605);animation:fall-395 30s -19s linear infinite}@keyframes fall-395{59.712%{transform:translate(21.2707vw,59.712vh) scale(.7605)}to{transform:translate(21.22525vw,100vh) scale(.7605)}}.snow:nth-child(396){opacity:.9252;transform:translate(39.2733vw,-10px) scale(.6539);animation:fall-396 19s -28s linear infinite}@keyframes fall-396{53.73%{transform:translate(38.5982vw,53.73vh) scale(.6539)}to{transform:translate(38.93575vw,100vh) scale(.6539)}}.snow:nth-child(397){opacity:1.0682;transform:translate(79.4671vw,-10px) scale(.061);animation:fall-397 23s -1s linear infinite}@keyframes fall-397{44.181%{transform:translate(71.6818vw,44.181vh) scale(.061)}to{transform:translate(75.57445vw,100vh) scale(.061)}}.snow:nth-child(398){opacity:1.5188;transform:translate(62.4241vw,-10px) scale(.7718);animation:fall-398 25s -3s linear infinite}@keyframes fall-398{38.19%{transform:translate(70.1482vw,38.19vh) scale(.7718)}to{transform:translate(66.28615vw,100vh) scale(.7718)}}.snow:nth-child(399){opacity:1.9722;transform:translate(17.2408vw,-10px) scale(.5475);animation:fall-399 21s -30s linear infinite}@keyframes fall-399{33.887%{transform:translate(11.9073vw,33.887vh) scale(.5475)}to{transform:translate(14.57405vw,100vh) scale(.5475)}}.snow:nth-child(400){opacity:1.3724;transform:translate(7.3734vw,-10px) scale(.9296);animation:fall-400 30s -1s linear infinite}@keyframes fall-400{71.312%{transform:translate(12.1286vw,71.312vh) scale(.9296)}to{transform:translate(9.751vw,100vh) scale(.9296)}}\n"] }]
24
+ args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:.3256;transform:translate(24.0928vw,-10px) scale(.3177);animation:fall-1 11s -1s linear infinite}@keyframes fall-1{79.733%{transform:translate(19.2376vw,79.733vh) scale(.3177)}to{transform:translate(21.6652vw,100vh) scale(.3177)}}.snow:nth-child(2){opacity:.391;transform:translate(15.75vw,-10px) scale(.0847);animation:fall-2 21s -28s linear infinite}@keyframes fall-2{33.853%{transform:translate(12.3883vw,33.853vh) scale(.0847)}to{transform:translate(14.06915vw,100vh) scale(.0847)}}.snow:nth-child(3){opacity:.128;transform:translate(25.6721vw,-10px) scale(.842);animation:fall-3 13s -10s linear infinite}@keyframes fall-3{48.6%{transform:translate(23.8616vw,48.6vh) scale(.842)}to{transform:translate(24.76685vw,100vh) scale(.842)}}.snow:nth-child(4){opacity:1.973;transform:translate(20.4394vw,-10px) scale(.5942);animation:fall-4 23s -21s linear infinite}@keyframes fall-4{46.262%{transform:translate(19.6473vw,46.262vh) scale(.5942)}to{transform:translate(20.04335vw,100vh) scale(.5942)}}.snow:nth-child(5){opacity:.7172;transform:translate(.2812vw,-10px) scale(.241);animation:fall-5 11s -18s linear infinite}@keyframes fall-5{64.53%{transform:translate(5.6631vw,64.53vh) scale(.241)}to{transform:translate(2.97215vw,100vh) scale(.241)}}.snow:nth-child(6){opacity:1.187;transform:translate(50.9148vw,-10px) scale(.5991);animation:fall-6 18s -2s linear infinite}@keyframes fall-6{52.42%{transform:translate(43.4323vw,52.42vh) scale(.5991)}to{transform:translate(47.17355vw,100vh) scale(.5991)}}.snow:nth-child(7){opacity:.1982;transform:translate(81.1612vw,-10px) scale(.1681);animation:fall-7 30s -19s linear infinite}@keyframes fall-7{76.978%{transform:translate(73.0515vw,76.978vh) scale(.1681)}to{transform:translate(77.10635vw,100vh) scale(.1681)}}.snow:nth-child(8){opacity:.0122;transform:translate(67.568vw,-10px) scale(.1271);animation:fall-8 11s -11s linear infinite}@keyframes fall-8{76.618%{transform:translate(59.4222vw,76.618vh) scale(.1271)}to{transform:translate(63.4951vw,100vh) scale(.1271)}}.snow:nth-child(9){opacity:1.02;transform:translate(53.263vw,-10px) scale(.7904);animation:fall-9 24s -19s linear infinite}@keyframes fall-9{58.082%{transform:translate(56.4518vw,58.082vh) scale(.7904)}to{transform:translate(54.8574vw,100vh) scale(.7904)}}.snow:nth-child(10){opacity:.7078;transform:translate(32.8586vw,-10px) scale(.8242);animation:fall-10 15s -6s linear infinite}@keyframes fall-10{72.973%{transform:translate(24.0485vw,72.973vh) scale(.8242)}to{transform:translate(28.45355vw,100vh) scale(.8242)}}.snow:nth-child(11){opacity:1.5162;transform:translate(24.991vw,-10px) scale(.6427);animation:fall-11 11s -21s linear infinite}@keyframes fall-11{33.214%{transform:translate(28.524vw,33.214vh) scale(.6427)}to{transform:translate(26.7575vw,100vh) scale(.6427)}}.snow:nth-child(12){opacity:1.9102;transform:translate(49.0084vw,-10px) scale(.6578);animation:fall-12 28s -9s linear infinite}@keyframes fall-12{68.697%{transform:translate(43.6283vw,68.697vh) scale(.6578)}to{transform:translate(46.31835vw,100vh) scale(.6578)}}.snow:nth-child(13){opacity:.6372;transform:translate(91.7444vw,-10px) scale(.6747);animation:fall-13 22s -25s linear infinite}@keyframes fall-13{72.279%{transform:translate(93.2733vw,72.279vh) scale(.6747)}to{transform:translate(92.50885vw,100vh) scale(.6747)}}.snow:nth-child(14){opacity:1.1002;transform:translate(43.4006vw,-10px) scale(.9881);animation:fall-14 23s -18s linear infinite}@keyframes fall-14{39.111%{transform:translate(33.7479vw,39.111vh) scale(.9881)}to{transform:translate(38.57425vw,100vh) scale(.9881)}}.snow:nth-child(15){opacity:.4592;transform:translate(.853vw,-10px) scale(.4992);animation:fall-15 18s -8s linear infinite}@keyframes fall-15{32.638%{transform:translate(-6.6725vw,32.638vh) scale(.4992)}to{transform:translate(-2.90975vw,100vh) scale(.4992)}}.snow:nth-child(16){opacity:1.7056;transform:translate(80.9536vw,-10px) scale(.0124);animation:fall-16 12s -14s linear infinite}@keyframes fall-16{44.936%{transform:translate(88.3304vw,44.936vh) scale(.0124)}to{transform:translate(84.642vw,100vh) scale(.0124)}}.snow:nth-child(17){opacity:.8444;transform:translate(16.5483vw,-10px) scale(.6799);animation:fall-17 27s -9s linear infinite}@keyframes fall-17{41.161%{transform:translate(10.433vw,41.161vh) scale(.6799)}to{transform:translate(13.49065vw,100vh) scale(.6799)}}.snow:nth-child(18){opacity:1.6676;transform:translate(63.9351vw,-10px) scale(.7289);animation:fall-18 16s -4s linear infinite}@keyframes fall-18{56.517%{transform:translate(69.8411vw,56.517vh) scale(.7289)}to{transform:translate(66.8881vw,100vh) scale(.7289)}}.snow:nth-child(19){opacity:1.2198;transform:translate(93.6888vw,-10px) scale(.4403);animation:fall-19 20s -6s linear infinite}@keyframes fall-19{42.831%{transform:translate(91.7669vw,42.831vh) scale(.4403)}to{transform:translate(92.72785vw,100vh) scale(.4403)}}.snow:nth-child(20){opacity:.3818;transform:translate(64.4559vw,-10px) scale(.5641);animation:fall-20 16s -6s linear infinite}@keyframes fall-20{76.549%{transform:translate(68.5273vw,76.549vh) scale(.5641)}to{transform:translate(66.4916vw,100vh) scale(.5641)}}.snow:nth-child(21){opacity:.571;transform:translate(95.9915vw,-10px) scale(.0228);animation:fall-21 28s -5s linear infinite}@keyframes fall-21{72.369%{transform:translate(87.0417vw,72.369vh) scale(.0228)}to{transform:translate(91.5166vw,100vh) scale(.0228)}}.snow:nth-child(22){opacity:.0142;transform:translate(93.7981vw,-10px) scale(.6825);animation:fall-22 23s -26s linear infinite}@keyframes fall-22{63.828%{transform:translate(95.323vw,63.828vh) scale(.6825)}to{transform:translate(94.56055vw,100vh) scale(.6825)}}.snow:nth-child(23){opacity:.2224;transform:translate(10.6942vw,-10px) scale(.5988);animation:fall-23 30s -27s linear infinite}@keyframes fall-23{59.163%{transform:translate(11.639vw,59.163vh) scale(.5988)}to{transform:translate(11.1666vw,100vh) scale(.5988)}}.snow:nth-child(24){opacity:1.234;transform:translate(96.3743vw,-10px) scale(.2052);animation:fall-24 14s -28s linear infinite}@keyframes fall-24{76.238%{transform:translate(96.9862vw,76.238vh) scale(.2052)}to{transform:translate(96.68025vw,100vh) scale(.2052)}}.snow:nth-child(25){opacity:1.4964;transform:translate(28.3316vw,-10px) scale(.3007);animation:fall-25 16s -15s linear infinite}@keyframes fall-25{53.965%{transform:translate(21.8103vw,53.965vh) scale(.3007)}to{transform:translate(25.07095vw,100vh) scale(.3007)}}.snow:nth-child(26){opacity:.0212;transform:translate(39.9527vw,-10px) scale(.7876);animation:fall-26 16s -25s linear infinite}@keyframes fall-26{78.547%{transform:translate(48.816vw,78.547vh) scale(.7876)}to{transform:translate(44.38435vw,100vh) scale(.7876)}}.snow:nth-child(27){opacity:1.8522;transform:translate(49.2709vw,-10px) scale(.5522);animation:fall-27 20s -25s linear infinite}@keyframes fall-27{69.938%{transform:translate(55.8038vw,69.938vh) scale(.5522)}to{transform:translate(52.53735vw,100vh) scale(.5522)}}.snow:nth-child(28){opacity:1.4436;transform:translate(70.0932vw,-10px) scale(.5454);animation:fall-28 14s -16s linear infinite}@keyframes fall-28{65.416%{transform:translate(64.7782vw,65.416vh) scale(.5454)}to{transform:translate(67.4357vw,100vh) scale(.5454)}}.snow:nth-child(29){opacity:.2404;transform:translate(22.9203vw,-10px) scale(.2011);animation:fall-29 13s -13s linear infinite}@keyframes fall-29{75.793%{transform:translate(29.6765vw,75.793vh) scale(.2011)}to{transform:translate(26.2984vw,100vh) scale(.2011)}}.snow:nth-child(30){opacity:1.7328;transform:translate(27.3652vw,-10px) scale(.9135);animation:fall-30 21s -10s linear infinite}@keyframes fall-30{47.247%{transform:translate(32.35vw,47.247vh) scale(.9135)}to{transform:translate(29.8576vw,100vh) scale(.9135)}}.snow:nth-child(31){opacity:.3314;transform:translate(63.5315vw,-10px) scale(.7478);animation:fall-31 21s -20s linear infinite}@keyframes fall-31{67.626%{transform:translate(68.5359vw,67.626vh) scale(.7478)}to{transform:translate(66.0337vw,100vh) scale(.7478)}}.snow:nth-child(32){opacity:1.9474;transform:translate(73.6132vw,-10px) scale(.133);animation:fall-32 14s -5s linear infinite}@keyframes fall-32{42.706%{transform:translate(67.2222vw,42.706vh) scale(.133)}to{transform:translate(70.4177vw,100vh) scale(.133)}}.snow:nth-child(33){opacity:.2744;transform:translate(8.6806vw,-10px) scale(.1573);animation:fall-33 14s -29s linear infinite}@keyframes fall-33{43.251%{transform:translate(-.8792vw,43.251vh) scale(.1573)}to{transform:translate(3.9007vw,100vh) scale(.1573)}}.snow:nth-child(34){opacity:1.9596;transform:translate(95.2675vw,-10px) scale(.9339);animation:fall-34 29s -22s linear infinite}@keyframes fall-34{75.934%{transform:translate(88.7453vw,75.934vh) scale(.9339)}to{transform:translate(92.0064vw,100vh) scale(.9339)}}.snow:nth-child(35){opacity:1.2462;transform:translate(25.5115vw,-10px) scale(.0876);animation:fall-35 25s -8s linear infinite}@keyframes fall-35{46.035%{transform:translate(15.5453vw,46.035vh) scale(.0876)}to{transform:translate(20.5284vw,100vh) scale(.0876)}}.snow:nth-child(36){opacity:.2118;transform:translate(35.5415vw,-10px) scale(.5697);animation:fall-36 27s -25s linear infinite}@keyframes fall-36{58.039%{transform:translate(44.2063vw,58.039vh) scale(.5697)}to{transform:translate(39.8739vw,100vh) scale(.5697)}}.snow:nth-child(37){opacity:1.3406;transform:translate(3.014vw,-10px) scale(.9935);animation:fall-37 10s -25s linear infinite}@keyframes fall-37{64.697%{transform:translate(8.7125vw,64.697vh) scale(.9935)}to{transform:translate(5.86325vw,100vh) scale(.9935)}}.snow:nth-child(38){opacity:.0234;transform:translate(12.4455vw,-10px) scale(.9526);animation:fall-38 21s -23s linear infinite}@keyframes fall-38{30.162%{transform:translate(8.5602vw,30.162vh) scale(.9526)}to{transform:translate(10.50285vw,100vh) scale(.9526)}}.snow:nth-child(39){opacity:1.0156;transform:translate(57.9654vw,-10px) scale(.0051);animation:fall-39 29s -22s linear infinite}@keyframes fall-39{41.228%{transform:translate(54.9577vw,41.228vh) scale(.0051)}to{transform:translate(56.46155vw,100vh) scale(.0051)}}.snow:nth-child(40){opacity:.554;transform:translate(24.1949vw,-10px) scale(.3459);animation:fall-40 13s -21s linear infinite}@keyframes fall-40{34.056%{transform:translate(33.3154vw,34.056vh) scale(.3459)}to{transform:translate(28.75515vw,100vh) scale(.3459)}}.snow:nth-child(41){opacity:1.3866;transform:translate(49.3957vw,-10px) scale(.7138);animation:fall-41 18s -27s linear infinite}@keyframes fall-41{59.281%{transform:translate(45.4662vw,59.281vh) scale(.7138)}to{transform:translate(47.43095vw,100vh) scale(.7138)}}.snow:nth-child(42){opacity:1.3636;transform:translate(54.9269vw,-10px) scale(.9328);animation:fall-42 23s -16s linear infinite}@keyframes fall-42{42.438%{transform:translate(48.8288vw,42.438vh) scale(.9328)}to{transform:translate(51.87785vw,100vh) scale(.9328)}}.snow:nth-child(43){opacity:.4798;transform:translate(48.2589vw,-10px) scale(.4981);animation:fall-43 27s -13s linear infinite}@keyframes fall-43{34.111%{transform:translate(53.4763vw,34.111vh) scale(.4981)}to{transform:translate(50.8676vw,100vh) scale(.4981)}}.snow:nth-child(44){opacity:.7248;transform:translate(58.0984vw,-10px) scale(.2617);animation:fall-44 16s -28s linear infinite}@keyframes fall-44{75.112%{transform:translate(67.5818vw,75.112vh) scale(.2617)}to{transform:translate(62.8401vw,100vh) scale(.2617)}}.snow:nth-child(45){opacity:1.7938;transform:translate(79.932vw,-10px) scale(.5812);animation:fall-45 29s -28s linear infinite}@keyframes fall-45{73.749%{transform:translate(80.3112vw,73.749vh) scale(.5812)}to{transform:translate(80.1216vw,100vh) scale(.5812)}}.snow:nth-child(46){opacity:.1916;transform:translate(86.0556vw,-10px) scale(.3111);animation:fall-46 29s -8s linear infinite}@keyframes fall-46{66.717%{transform:translate(91.2401vw,66.717vh) scale(.3111)}to{transform:translate(88.64785vw,100vh) scale(.3111)}}.snow:nth-child(47){opacity:.5148;transform:translate(42.2889vw,-10px) scale(.3223);animation:fall-47 21s -28s linear infinite}@keyframes fall-47{50.696%{transform:translate(49.9881vw,50.696vh) scale(.3223)}to{transform:translate(46.1385vw,100vh) scale(.3223)}}.snow:nth-child(48){opacity:.3792;transform:translate(99.9912vw,-10px) scale(.3176);animation:fall-48 20s -8s linear infinite}@keyframes fall-48{79.978%{transform:translate(101.4098vw,79.978vh) scale(.3176)}to{transform:translate(100.7005vw,100vh) scale(.3176)}}.snow:nth-child(49){opacity:1.031;transform:translate(31.9342vw,-10px) scale(.1074);animation:fall-49 23s -22s linear infinite}@keyframes fall-49{77.856%{transform:translate(25.5554vw,77.856vh) scale(.1074)}to{transform:translate(28.7448vw,100vh) scale(.1074)}}.snow:nth-child(50){opacity:1.3208;transform:translate(27.097vw,-10px) scale(.1687);animation:fall-50 21s -12s linear infinite}@keyframes fall-50{50.441%{transform:translate(19.9982vw,50.441vh) scale(.1687)}to{transform:translate(23.5476vw,100vh) scale(.1687)}}.snow:nth-child(51){opacity:1.7904;transform:translate(21.3576vw,-10px) scale(.8717);animation:fall-51 25s -12s linear infinite}@keyframes fall-51{58.058%{transform:translate(12.8469vw,58.058vh) scale(.8717)}to{transform:translate(17.10225vw,100vh) scale(.8717)}}.snow:nth-child(52){opacity:1.4188;transform:translate(42.1165vw,-10px) scale(.4822);animation:fall-52 16s -14s linear infinite}@keyframes fall-52{53.916%{transform:translate(38.9292vw,53.916vh) scale(.4822)}to{transform:translate(40.52285vw,100vh) scale(.4822)}}.snow:nth-child(53){opacity:1.8018;transform:translate(97.2878vw,-10px) scale(.1413);animation:fall-53 21s -16s linear infinite}@keyframes fall-53{38.42%{transform:translate(92.1951vw,38.42vh) scale(.1413)}to{transform:translate(94.74145vw,100vh) scale(.1413)}}.snow:nth-child(54){opacity:.4762;transform:translate(21.7165vw,-10px) scale(.3134);animation:fall-54 26s -15s linear infinite}@keyframes fall-54{54.709%{transform:translate(12.7759vw,54.709vh) scale(.3134)}to{transform:translate(17.2462vw,100vh) scale(.3134)}}.snow:nth-child(55){opacity:.7184;transform:translate(52.0559vw,-10px) scale(.9009);animation:fall-55 26s -27s linear infinite}@keyframes fall-55{42.395%{transform:translate(49.4636vw,42.395vh) scale(.9009)}to{transform:translate(50.75975vw,100vh) scale(.9009)}}.snow:nth-child(56){opacity:.9248;transform:translate(23.5318vw,-10px) scale(.2763);animation:fall-56 27s -4s linear infinite}@keyframes fall-56{66.034%{transform:translate(26.4388vw,66.034vh) scale(.2763)}to{transform:translate(24.9853vw,100vh) scale(.2763)}}.snow:nth-child(57){opacity:1.8842;transform:translate(75.4212vw,-10px) scale(.4179);animation:fall-57 16s -25s linear infinite}@keyframes fall-57{62.245%{transform:translate(67.958vw,62.245vh) scale(.4179)}to{transform:translate(71.6896vw,100vh) scale(.4179)}}.snow:nth-child(58){opacity:.6734;transform:translate(16.21vw,-10px) scale(.3897);animation:fall-58 15s -23s linear infinite}@keyframes fall-58{41.355%{transform:translate(13.9356vw,41.355vh) scale(.3897)}to{transform:translate(15.0728vw,100vh) scale(.3897)}}.snow:nth-child(59){opacity:1.384;transform:translate(74.9857vw,-10px) scale(.7118);animation:fall-59 21s -21s linear infinite}@keyframes fall-59{43.026%{transform:translate(75.5904vw,43.026vh) scale(.7118)}to{transform:translate(75.28805vw,100vh) scale(.7118)}}.snow:nth-child(60){opacity:.1718;transform:translate(49.7484vw,-10px) scale(.7645);animation:fall-60 17s -8s linear infinite}@keyframes fall-60{60.764%{transform:translate(59.1667vw,60.764vh) scale(.7645)}to{transform:translate(54.45755vw,100vh) scale(.7645)}}.snow:nth-child(61){opacity:.7564;transform:translate(74.7168vw,-10px) scale(.8548);animation:fall-61 14s -21s linear infinite}@keyframes fall-61{68.025%{transform:translate(73.4422vw,68.025vh) scale(.8548)}to{transform:translate(74.0795vw,100vh) scale(.8548)}}.snow:nth-child(62){opacity:1.833;transform:translate(4.7685vw,-10px) scale(.6312);animation:fall-62 16s -2s linear infinite}@keyframes fall-62{51.015%{transform:translate(.0336vw,51.015vh) scale(.6312)}to{transform:translate(2.40105vw,100vh) scale(.6312)}}.snow:nth-child(63){opacity:.2764;transform:translate(79.9611vw,-10px) scale(.9838);animation:fall-63 22s -8s linear infinite}@keyframes fall-63{72.677%{transform:translate(87.1577vw,72.677vh) scale(.9838)}to{transform:translate(83.5594vw,100vh) scale(.9838)}}.snow:nth-child(64){opacity:1.9742;transform:translate(9.836vw,-10px) scale(.5916);animation:fall-64 30s -30s linear infinite}@keyframes fall-64{63.386%{transform:translate(2.8059vw,63.386vh) scale(.5916)}to{transform:translate(6.32095vw,100vh) scale(.5916)}}.snow:nth-child(65){opacity:.2224;transform:translate(67.9583vw,-10px) scale(.9722);animation:fall-65 16s -12s linear infinite}@keyframes fall-65{45.234%{transform:translate(67.9079vw,45.234vh) scale(.9722)}to{transform:translate(67.9331vw,100vh) scale(.9722)}}.snow:nth-child(66){opacity:1.9318;transform:translate(43.4036vw,-10px) scale(.9992);animation:fall-66 21s -29s linear infinite}@keyframes fall-66{45.642%{transform:translate(47.2157vw,45.642vh) scale(.9992)}to{transform:translate(45.30965vw,100vh) scale(.9992)}}.snow:nth-child(67){opacity:1.5688;transform:translate(33.5161vw,-10px) scale(.9945);animation:fall-67 20s -23s linear infinite}@keyframes fall-67{72.478%{transform:translate(28.0473vw,72.478vh) scale(.9945)}to{transform:translate(30.7817vw,100vh) scale(.9945)}}.snow:nth-child(68){opacity:.3656;transform:translate(37.0505vw,-10px) scale(.9542);animation:fall-68 22s -18s linear infinite}@keyframes fall-68{40.467%{transform:translate(27.7462vw,40.467vh) scale(.9542)}to{transform:translate(32.39835vw,100vh) scale(.9542)}}.snow:nth-child(69){opacity:.6216;transform:translate(43.6881vw,-10px) scale(.5772);animation:fall-69 24s -28s linear infinite}@keyframes fall-69{48.122%{transform:translate(42.9957vw,48.122vh) scale(.5772)}to{transform:translate(43.3419vw,100vh) scale(.5772)}}.snow:nth-child(70){opacity:1.25;transform:translate(35.9243vw,-10px) scale(.6863);animation:fall-70 29s -14s linear infinite}@keyframes fall-70{52.708%{transform:translate(44.3622vw,52.708vh) scale(.6863)}to{transform:translate(40.14325vw,100vh) scale(.6863)}}.snow:nth-child(71){opacity:.6118;transform:translate(67.735vw,-10px) scale(.854);animation:fall-71 10s -8s linear infinite}@keyframes fall-71{75.139%{transform:translate(69.0205vw,75.139vh) scale(.854)}to{transform:translate(68.37775vw,100vh) scale(.854)}}.snow:nth-child(72){opacity:.2982;transform:translate(56.3087vw,-10px) scale(.8035);animation:fall-72 28s -17s linear infinite}@keyframes fall-72{47.397%{transform:translate(49.5196vw,47.397vh) scale(.8035)}to{transform:translate(52.91415vw,100vh) scale(.8035)}}.snow:nth-child(73){opacity:1.8628;transform:translate(67.5641vw,-10px) scale(.7074);animation:fall-73 23s -26s linear infinite}@keyframes fall-73{33.602%{transform:translate(61.6093vw,33.602vh) scale(.7074)}to{transform:translate(64.5867vw,100vh) scale(.7074)}}.snow:nth-child(74){opacity:1.167;transform:translate(63.1127vw,-10px) scale(.0836);animation:fall-74 13s -8s linear infinite}@keyframes fall-74{44.999%{transform:translate(64.998vw,44.999vh) scale(.0836)}to{transform:translate(64.05535vw,100vh) scale(.0836)}}.snow:nth-child(75){opacity:1.7756;transform:translate(32.3579vw,-10px) scale(.7072);animation:fall-75 22s -2s linear infinite}@keyframes fall-75{77.689%{transform:translate(32.7247vw,77.689vh) scale(.7072)}to{transform:translate(32.5413vw,100vh) scale(.7072)}}.snow:nth-child(76){opacity:.1182;transform:translate(78.6687vw,-10px) scale(.8446);animation:fall-76 28s -15s linear infinite}@keyframes fall-76{78.28%{transform:translate(86.524vw,78.28vh) scale(.8446)}to{transform:translate(82.59635vw,100vh) scale(.8446)}}.snow:nth-child(77){opacity:1.0006;transform:translate(30.5512vw,-10px) scale(.8677);animation:fall-77 18s -23s linear infinite}@keyframes fall-77{75.832%{transform:translate(28.3531vw,75.832vh) scale(.8677)}to{transform:translate(29.45215vw,100vh) scale(.8677)}}.snow:nth-child(78){opacity:.2758;transform:translate(68.6632vw,-10px) scale(.9727);animation:fall-78 29s -6s linear infinite}@keyframes fall-78{70.858%{transform:translate(75.2108vw,70.858vh) scale(.9727)}to{transform:translate(71.937vw,100vh) scale(.9727)}}.snow:nth-child(79){opacity:.1934;transform:translate(83.7161vw,-10px) scale(.2073);animation:fall-79 25s -13s linear infinite}@keyframes fall-79{44.391%{transform:translate(78.1526vw,44.391vh) scale(.2073)}to{transform:translate(80.93435vw,100vh) scale(.2073)}}.snow:nth-child(80){opacity:1.3074;transform:translate(43.9189vw,-10px) scale(.5283);animation:fall-80 29s -5s linear infinite}@keyframes fall-80{38.593%{transform:translate(49.1478vw,38.593vh) scale(.5283)}to{transform:translate(46.53335vw,100vh) scale(.5283)}}.snow:nth-child(81){opacity:1.586;transform:translate(24.2145vw,-10px) scale(.5617);animation:fall-81 12s -3s linear infinite}@keyframes fall-81{42.449%{transform:translate(25.4421vw,42.449vh) scale(.5617)}to{transform:translate(24.8283vw,100vh) scale(.5617)}}.snow:nth-child(82){opacity:1.9562;transform:translate(.9358vw,-10px) scale(.3138);animation:fall-82 18s -22s linear infinite}@keyframes fall-82{68.873%{transform:translate(7.6897vw,68.873vh) scale(.3138)}to{transform:translate(4.31275vw,100vh) scale(.3138)}}.snow:nth-child(83){opacity:1.4798;transform:translate(82.1382vw,-10px) scale(.8714);animation:fall-83 28s -16s linear infinite}@keyframes fall-83{79.782%{transform:translate(90.6132vw,79.782vh) scale(.8714)}to{transform:translate(86.3757vw,100vh) scale(.8714)}}.snow:nth-child(84){opacity:.3252;transform:translate(67.7791vw,-10px) scale(.5949);animation:fall-84 17s -10s linear infinite}@keyframes fall-84{30.225%{transform:translate(68.9695vw,30.225vh) scale(.5949)}to{transform:translate(68.3743vw,100vh) scale(.5949)}}.snow:nth-child(85){opacity:.0726;transform:translate(.4616vw,-10px) scale(.1444);animation:fall-85 14s -21s linear infinite}@keyframes fall-85{34.275%{transform:translate(1.7854vw,34.275vh) scale(.1444)}to{transform:translate(1.1235vw,100vh) scale(.1444)}}.snow:nth-child(86){opacity:.626;transform:translate(18.2563vw,-10px) scale(.741);animation:fall-86 21s -11s linear infinite}@keyframes fall-86{42.91%{transform:translate(23.47vw,42.91vh) scale(.741)}to{transform:translate(20.86315vw,100vh) scale(.741)}}.snow:nth-child(87){opacity:.8292;transform:translate(19.2966vw,-10px) scale(.9388);animation:fall-87 11s -23s linear infinite}@keyframes fall-87{54.337%{transform:translate(10.7169vw,54.337vh) scale(.9388)}to{transform:translate(15.00675vw,100vh) scale(.9388)}}.snow:nth-child(88){opacity:1.0614;transform:translate(19.5388vw,-10px) scale(.6535);animation:fall-88 14s -21s linear infinite}@keyframes fall-88{60.707%{transform:translate(23.9946vw,60.707vh) scale(.6535)}to{transform:translate(21.7667vw,100vh) scale(.6535)}}.snow:nth-child(89){opacity:.6966;transform:translate(53.9417vw,-10px) scale(.4849);animation:fall-89 24s -3s linear infinite}@keyframes fall-89{33.575%{transform:translate(57.1984vw,33.575vh) scale(.4849)}to{transform:translate(55.57005vw,100vh) scale(.4849)}}.snow:nth-child(90){opacity:.952;transform:translate(14.4603vw,-10px) scale(.2643);animation:fall-90 28s -19s linear infinite}@keyframes fall-90{73.165%{transform:translate(12.8927vw,73.165vh) scale(.2643)}to{transform:translate(13.6765vw,100vh) scale(.2643)}}.snow:nth-child(91){opacity:1.7184;transform:translate(43.5731vw,-10px) scale(.5678);animation:fall-91 27s -13s linear infinite}@keyframes fall-91{63.42%{transform:translate(33.7482vw,63.42vh) scale(.5678)}to{transform:translate(38.66065vw,100vh) scale(.5678)}}.snow:nth-child(92){opacity:1.8026;transform:translate(16.2949vw,-10px) scale(.9014);animation:fall-92 27s -11s linear infinite}@keyframes fall-92{49.302%{transform:translate(9.8995vw,49.302vh) scale(.9014)}to{transform:translate(13.0972vw,100vh) scale(.9014)}}.snow:nth-child(93){opacity:1.7486;transform:translate(59.3997vw,-10px) scale(.1454);animation:fall-93 15s -23s linear infinite}@keyframes fall-93{48.811%{transform:translate(67.5205vw,48.811vh) scale(.1454)}to{transform:translate(63.4601vw,100vh) scale(.1454)}}.snow:nth-child(94){opacity:1.3168;transform:translate(91.0345vw,-10px) scale(.9692);animation:fall-94 28s -4s linear infinite}@keyframes fall-94{66.372%{transform:translate(96.2164vw,66.372vh) scale(.9692)}to{transform:translate(93.62545vw,100vh) scale(.9692)}}.snow:nth-child(95){opacity:.6626;transform:translate(45.1864vw,-10px) scale(.5009);animation:fall-95 25s -5s linear infinite}@keyframes fall-95{52.123%{transform:translate(38.7124vw,52.123vh) scale(.5009)}to{transform:translate(41.9494vw,100vh) scale(.5009)}}.snow:nth-child(96){opacity:.43;transform:translate(68.6371vw,-10px) scale(.8045);animation:fall-96 21s -19s linear infinite}@keyframes fall-96{49.693%{transform:translate(72.4545vw,49.693vh) scale(.8045)}to{transform:translate(70.5458vw,100vh) scale(.8045)}}.snow:nth-child(97){opacity:1.4298;transform:translate(98.3493vw,-10px) scale(.1687);animation:fall-97 26s -24s linear infinite}@keyframes fall-97{61.051%{transform:translate(90.2111vw,61.051vh) scale(.1687)}to{transform:translate(94.2802vw,100vh) scale(.1687)}}.snow:nth-child(98){opacity:1.487;transform:translate(22.0564vw,-10px) scale(.186);animation:fall-98 24s -12s linear infinite}@keyframes fall-98{50.768%{transform:translate(28.6363vw,50.768vh) scale(.186)}to{transform:translate(25.34635vw,100vh) scale(.186)}}.snow:nth-child(99){opacity:1.6028;transform:translate(44.1019vw,-10px) scale(.7054);animation:fall-99 20s -15s linear infinite}@keyframes fall-99{34.461%{transform:translate(37.1256vw,34.461vh) scale(.7054)}to{transform:translate(40.61375vw,100vh) scale(.7054)}}.snow:nth-child(100){opacity:1.4046;transform:translate(42.5254vw,-10px) scale(.1134);animation:fall-100 29s -21s linear infinite}@keyframes fall-100{71.83%{transform:translate(42.1608vw,71.83vh) scale(.1134)}to{transform:translate(42.3431vw,100vh) scale(.1134)}}.snow:nth-child(101){opacity:1.6224;transform:translate(47.1649vw,-10px) scale(.7217);animation:fall-101 28s -3s linear infinite}@keyframes fall-101{48.214%{transform:translate(50.4849vw,48.214vh) scale(.7217)}to{transform:translate(48.8249vw,100vh) scale(.7217)}}.snow:nth-child(102){opacity:1.5514;transform:translate(74.6513vw,-10px) scale(.5756);animation:fall-102 20s -21s linear infinite}@keyframes fall-102{46.258%{transform:translate(69.8906vw,46.258vh) scale(.5756)}to{transform:translate(72.27095vw,100vh) scale(.5756)}}.snow:nth-child(103){opacity:1.6238;transform:translate(78.5849vw,-10px) scale(.6388);animation:fall-103 26s -2s linear infinite}@keyframes fall-103{61.399%{transform:translate(73.5341vw,61.399vh) scale(.6388)}to{transform:translate(76.0595vw,100vh) scale(.6388)}}.snow:nth-child(104){opacity:1.1862;transform:translate(33.6863vw,-10px) scale(.1307);animation:fall-104 11s -10s linear infinite}@keyframes fall-104{63.462%{transform:translate(32.113vw,63.462vh) scale(.1307)}to{transform:translate(32.89965vw,100vh) scale(.1307)}}.snow:nth-child(105){opacity:1.5094;transform:translate(79.1397vw,-10px) scale(.3175);animation:fall-105 14s -11s linear infinite}@keyframes fall-105{35.118%{transform:translate(75.1445vw,35.118vh) scale(.3175)}to{transform:translate(77.1421vw,100vh) scale(.3175)}}.snow:nth-child(106){opacity:1.9942;transform:translate(47.069vw,-10px) scale(.1189);animation:fall-106 15s -30s linear infinite}@keyframes fall-106{67.07%{transform:translate(40.6922vw,67.07vh) scale(.1189)}to{transform:translate(43.8806vw,100vh) scale(.1189)}}.snow:nth-child(107){opacity:1.4204;transform:translate(7.2942vw,-10px) scale(.7693);animation:fall-107 25s -3s linear infinite}@keyframes fall-107{64.441%{transform:translate(7.4832vw,64.441vh) scale(.7693)}to{transform:translate(7.3887vw,100vh) scale(.7693)}}.snow:nth-child(108){opacity:1.2644;transform:translate(58.2783vw,-10px) scale(.9357);animation:fall-108 21s -22s linear infinite}@keyframes fall-108{74.602%{transform:translate(61.0593vw,74.602vh) scale(.9357)}to{transform:translate(59.6688vw,100vh) scale(.9357)}}.snow:nth-child(109){opacity:.3088;transform:translate(80.3875vw,-10px) scale(.4918);animation:fall-109 15s -4s linear infinite}@keyframes fall-109{64.92%{transform:translate(89.5017vw,64.92vh) scale(.4918)}to{transform:translate(84.9446vw,100vh) scale(.4918)}}.snow:nth-child(110){opacity:.1616;transform:translate(8.9229vw,-10px) scale(.0262);animation:fall-110 23s -20s linear infinite}@keyframes fall-110{49.945%{transform:translate(13.6366vw,49.945vh) scale(.0262)}to{transform:translate(11.27975vw,100vh) scale(.0262)}}.snow:nth-child(111){opacity:.2602;transform:translate(46.6855vw,-10px) scale(.634);animation:fall-111 26s -1s linear infinite}@keyframes fall-111{66.493%{transform:translate(47.4902vw,66.493vh) scale(.634)}to{transform:translate(47.08785vw,100vh) scale(.634)}}.snow:nth-child(112){opacity:.8748;transform:translate(41.2823vw,-10px) scale(.346);animation:fall-112 18s -12s linear infinite}@keyframes fall-112{68.246%{transform:translate(45.1888vw,68.246vh) scale(.346)}to{transform:translate(43.23555vw,100vh) scale(.346)}}.snow:nth-child(113){opacity:.1248;transform:translate(57.0649vw,-10px) scale(.4723);animation:fall-113 21s -11s linear infinite}@keyframes fall-113{47.77%{transform:translate(59.3854vw,47.77vh) scale(.4723)}to{transform:translate(58.22515vw,100vh) scale(.4723)}}.snow:nth-child(114){opacity:.4516;transform:translate(5.4535vw,-10px) scale(.5097);animation:fall-114 29s -20s linear infinite}@keyframes fall-114{60.54%{transform:translate(12.6713vw,60.54vh) scale(.5097)}to{transform:translate(9.0624vw,100vh) scale(.5097)}}.snow:nth-child(115){opacity:1.0522;transform:translate(81.3193vw,-10px) scale(.9228);animation:fall-115 15s -4s linear infinite}@keyframes fall-115{71.225%{transform:translate(75.9564vw,71.225vh) scale(.9228)}to{transform:translate(78.63785vw,100vh) scale(.9228)}}.snow:nth-child(116){opacity:1.4976;transform:translate(1.1014vw,-10px) scale(.9921);animation:fall-116 22s -12s linear infinite}@keyframes fall-116{61.009%{transform:translate(-3.0666vw,61.009vh) scale(.9921)}to{transform:translate(-.9826vw,100vh) scale(.9921)}}.snow:nth-child(117){opacity:1.6532;transform:translate(60.5218vw,-10px) scale(.4732);animation:fall-117 28s -1s linear infinite}@keyframes fall-117{58.718%{transform:translate(56.5479vw,58.718vh) scale(.4732)}to{transform:translate(58.53485vw,100vh) scale(.4732)}}.snow:nth-child(118){opacity:1.9068;transform:translate(93.8341vw,-10px) scale(.2824);animation:fall-118 24s -11s linear infinite}@keyframes fall-118{51.342%{transform:translate(98.2872vw,51.342vh) scale(.2824)}to{transform:translate(96.06065vw,100vh) scale(.2824)}}.snow:nth-child(119){opacity:1.2272;transform:translate(8.2649vw,-10px) scale(.7045);animation:fall-119 24s -17s linear infinite}@keyframes fall-119{35.019%{transform:translate(4.0315vw,35.019vh) scale(.7045)}to{transform:translate(6.1482vw,100vh) scale(.7045)}}.snow:nth-child(120){opacity:.1052;transform:translate(63.716vw,-10px) scale(.2999);animation:fall-120 11s -3s linear infinite}@keyframes fall-120{45.556%{transform:translate(66.987vw,45.556vh) scale(.2999)}to{transform:translate(65.3515vw,100vh) scale(.2999)}}.snow:nth-child(121){opacity:.628;transform:translate(15.8552vw,-10px) scale(.969);animation:fall-121 23s -7s linear infinite}@keyframes fall-121{71.832%{transform:translate(12.5323vw,71.832vh) scale(.969)}to{transform:translate(14.19375vw,100vh) scale(.969)}}.snow:nth-child(122){opacity:.5578;transform:translate(17.878vw,-10px) scale(.0623);animation:fall-122 12s -10s linear infinite}@keyframes fall-122{75.572%{transform:translate(23.0776vw,75.572vh) scale(.0623)}to{transform:translate(20.4778vw,100vh) scale(.0623)}}.snow:nth-child(123){opacity:.4308;transform:translate(58.3114vw,-10px) scale(.883);animation:fall-123 19s -12s linear infinite}@keyframes fall-123{54.521%{transform:translate(50.2269vw,54.521vh) scale(.883)}to{transform:translate(54.26915vw,100vh) scale(.883)}}.snow:nth-child(124){opacity:1.8648;transform:translate(43.0086vw,-10px) scale(.9535);animation:fall-124 10s -7s linear infinite}@keyframes fall-124{39.54%{transform:translate(48.5014vw,39.54vh) scale(.9535)}to{transform:translate(45.755vw,100vh) scale(.9535)}}.snow:nth-child(125){opacity:1.4644;transform:translate(52.2387vw,-10px) scale(.2795);animation:fall-125 21s -6s linear infinite}@keyframes fall-125{42.234%{transform:translate(53.3628vw,42.234vh) scale(.2795)}to{transform:translate(52.80075vw,100vh) scale(.2795)}}.snow:nth-child(126){opacity:.3922;transform:translate(16.979vw,-10px) scale(.0262);animation:fall-126 23s -26s linear infinite}@keyframes fall-126{67.224%{transform:translate(17.3471vw,67.224vh) scale(.0262)}to{transform:translate(17.16305vw,100vh) scale(.0262)}}.snow:nth-child(127){opacity:1.5534;transform:translate(.6264vw,-10px) scale(.1953);animation:fall-127 25s -3s linear infinite}@keyframes fall-127{50.144%{transform:translate(-1.1019vw,50.144vh) scale(.1953)}to{transform:translate(-.23775vw,100vh) scale(.1953)}}.snow:nth-child(128){opacity:.313;transform:translate(10.7836vw,-10px) scale(.6094);animation:fall-128 19s -26s linear infinite}@keyframes fall-128{35.625%{transform:translate(9.4716vw,35.625vh) scale(.6094)}to{transform:translate(10.1276vw,100vh) scale(.6094)}}.snow:nth-child(129){opacity:1.7962;transform:translate(91.9278vw,-10px) scale(.4852);animation:fall-129 20s -12s linear infinite}@keyframes fall-129{56.157%{transform:translate(93.2752vw,56.157vh) scale(.4852)}to{transform:translate(92.6015vw,100vh) scale(.4852)}}.snow:nth-child(130){opacity:1.7744;transform:translate(26.4403vw,-10px) scale(.3797);animation:fall-130 14s -6s linear infinite}@keyframes fall-130{64.843%{transform:translate(31.9773vw,64.843vh) scale(.3797)}to{transform:translate(29.2088vw,100vh) scale(.3797)}}.snow:nth-child(131){opacity:1.0044;transform:translate(88.0741vw,-10px) scale(.9293);animation:fall-131 10s -17s linear infinite}@keyframes fall-131{32.902%{transform:translate(86.366vw,32.902vh) scale(.9293)}to{transform:translate(87.22005vw,100vh) scale(.9293)}}.snow:nth-child(132){opacity:1.033;transform:translate(90.5262vw,-10px) scale(.3008);animation:fall-132 15s -16s linear infinite}@keyframes fall-132{70.479%{transform:translate(100.1324vw,70.479vh) scale(.3008)}to{transform:translate(95.3293vw,100vh) scale(.3008)}}.snow:nth-child(133){opacity:.9628;transform:translate(28.9943vw,-10px) scale(.2902);animation:fall-133 22s -28s linear infinite}@keyframes fall-133{36.747%{transform:translate(24.2261vw,36.747vh) scale(.2902)}to{transform:translate(26.6102vw,100vh) scale(.2902)}}.snow:nth-child(134){opacity:1.0998;transform:translate(37.8375vw,-10px) scale(.3768);animation:fall-134 27s -10s linear infinite}@keyframes fall-134{70.416%{transform:translate(41.6828vw,70.416vh) scale(.3768)}to{transform:translate(39.76015vw,100vh) scale(.3768)}}.snow:nth-child(135){opacity:.0736;transform:translate(8.5298vw,-10px) scale(.2242);animation:fall-135 18s -15s linear infinite}@keyframes fall-135{33.718%{transform:translate(10.714vw,33.718vh) scale(.2242)}to{transform:translate(9.6219vw,100vh) scale(.2242)}}.snow:nth-child(136){opacity:.446;transform:translate(53.2652vw,-10px) scale(.0738);animation:fall-136 20s -3s linear infinite}@keyframes fall-136{49.328%{transform:translate(46.5009vw,49.328vh) scale(.0738)}to{transform:translate(49.88305vw,100vh) scale(.0738)}}.snow:nth-child(137){opacity:1.4722;transform:translate(89.3745vw,-10px) scale(.1058);animation:fall-137 25s -2s linear infinite}@keyframes fall-137{69.76%{transform:translate(96.2886vw,69.76vh) scale(.1058)}to{transform:translate(92.83155vw,100vh) scale(.1058)}}.snow:nth-child(138){opacity:1.4124;transform:translate(43.8364vw,-10px) scale(.0773);animation:fall-138 13s -13s linear infinite}@keyframes fall-138{75.602%{transform:translate(35.6155vw,75.602vh) scale(.0773)}to{transform:translate(39.72595vw,100vh) scale(.0773)}}.snow:nth-child(139){opacity:1.401;transform:translate(30.7204vw,-10px) scale(.5176);animation:fall-139 23s -9s linear infinite}@keyframes fall-139{46.405%{transform:translate(22.6113vw,46.405vh) scale(.5176)}to{transform:translate(26.66585vw,100vh) scale(.5176)}}.snow:nth-child(140){opacity:1.7572;transform:translate(95.973vw,-10px) scale(.2026);animation:fall-140 21s -30s linear infinite}@keyframes fall-140{48.871%{transform:translate(91.8328vw,48.871vh) scale(.2026)}to{transform:translate(93.9029vw,100vh) scale(.2026)}}.snow:nth-child(141){opacity:1.9722;transform:translate(39.2383vw,-10px) scale(.1669);animation:fall-141 22s -14s linear infinite}@keyframes fall-141{69.96%{transform:translate(44.3475vw,69.96vh) scale(.1669)}to{transform:translate(41.7929vw,100vh) scale(.1669)}}.snow:nth-child(142){opacity:.9466;transform:translate(82.3905vw,-10px) scale(.682);animation:fall-142 12s -21s linear infinite}@keyframes fall-142{33.752%{transform:translate(77.4797vw,33.752vh) scale(.682)}to{transform:translate(79.9351vw,100vh) scale(.682)}}.snow:nth-child(143){opacity:1.7764;transform:translate(6.1824vw,-10px) scale(.4505);animation:fall-143 25s -8s linear infinite}@keyframes fall-143{78.088%{transform:translate(-1.8971vw,78.088vh) scale(.4505)}to{transform:translate(2.14265vw,100vh) scale(.4505)}}.snow:nth-child(144){opacity:1.0248;transform:translate(27.1157vw,-10px) scale(.4681);animation:fall-144 28s -14s linear infinite}@keyframes fall-144{31.509%{transform:translate(24.1907vw,31.509vh) scale(.4681)}to{transform:translate(25.6532vw,100vh) scale(.4681)}}.snow:nth-child(145){opacity:1.2214;transform:translate(41.5944vw,-10px) scale(.8849);animation:fall-145 22s -5s linear infinite}@keyframes fall-145{37.28%{transform:translate(32.9417vw,37.28vh) scale(.8849)}to{transform:translate(37.26805vw,100vh) scale(.8849)}}.snow:nth-child(146){opacity:1.297;transform:translate(53.3108vw,-10px) scale(.4948);animation:fall-146 28s -15s linear infinite}@keyframes fall-146{55.962%{transform:translate(55.9828vw,55.962vh) scale(.4948)}to{transform:translate(54.6468vw,100vh) scale(.4948)}}.snow:nth-child(147){opacity:.5956;transform:translate(62.1112vw,-10px) scale(.8948);animation:fall-147 16s -3s linear infinite}@keyframes fall-147{32.593%{transform:translate(58.2813vw,32.593vh) scale(.8948)}to{transform:translate(60.19625vw,100vh) scale(.8948)}}.snow:nth-child(148){opacity:1.1496;transform:translate(6.847vw,-10px) scale(.5054);animation:fall-148 19s -11s linear infinite}@keyframes fall-148{75.868%{transform:translate(8.9118vw,75.868vh) scale(.5054)}to{transform:translate(7.8794vw,100vh) scale(.5054)}}.snow:nth-child(149){opacity:.7118;transform:translate(2.4093vw,-10px) scale(.2004);animation:fall-149 19s -29s linear infinite}@keyframes fall-149{70.416%{transform:translate(5.6479vw,70.416vh) scale(.2004)}to{transform:translate(4.0286vw,100vh) scale(.2004)}}.snow:nth-child(150){opacity:1.5274;transform:translate(.7251vw,-10px) scale(.7555);animation:fall-150 28s -22s linear infinite}@keyframes fall-150{55.067%{transform:translate(-.7295vw,55.067vh) scale(.7555)}to{transform:translate(-.0022vw,100vh) scale(.7555)}}.snow:nth-child(151){opacity:.3102;transform:translate(30.7392vw,-10px) scale(.476);animation:fall-151 26s -25s linear infinite}@keyframes fall-151{34.807%{transform:translate(39.4891vw,34.807vh) scale(.476)}to{transform:translate(35.11415vw,100vh) scale(.476)}}.snow:nth-child(152){opacity:.12;transform:translate(58.4639vw,-10px) scale(.8861);animation:fall-152 16s -29s linear infinite}@keyframes fall-152{54.201%{transform:translate(63.9954vw,54.201vh) scale(.8861)}to{transform:translate(61.22965vw,100vh) scale(.8861)}}.snow:nth-child(153){opacity:1.2582;transform:translate(13.3409vw,-10px) scale(.1959);animation:fall-153 14s -26s linear infinite}@keyframes fall-153{47.935%{transform:translate(7.0676vw,47.935vh) scale(.1959)}to{transform:translate(10.20425vw,100vh) scale(.1959)}}.snow:nth-child(154){opacity:1.1244;transform:translate(45.6853vw,-10px) scale(.7803);animation:fall-154 11s -2s linear infinite}@keyframes fall-154{45.533%{transform:translate(47.44vw,45.533vh) scale(.7803)}to{transform:translate(46.56265vw,100vh) scale(.7803)}}.snow:nth-child(155){opacity:.1226;transform:translate(10.765vw,-10px) scale(.8046);animation:fall-155 11s -21s linear infinite}@keyframes fall-155{56.9%{transform:translate(1.2113vw,56.9vh) scale(.8046)}to{transform:translate(5.98815vw,100vh) scale(.8046)}}.snow:nth-child(156){opacity:.2012;transform:translate(46.3512vw,-10px) scale(.1915);animation:fall-156 20s -17s linear infinite}@keyframes fall-156{62.15%{transform:translate(54.5324vw,62.15vh) scale(.1915)}to{transform:translate(50.4418vw,100vh) scale(.1915)}}.snow:nth-child(157){opacity:.5918;transform:translate(76.4063vw,-10px) scale(.5534);animation:fall-157 19s -4s linear infinite}@keyframes fall-157{30.462%{transform:translate(76.1373vw,30.462vh) scale(.5534)}to{transform:translate(76.2718vw,100vh) scale(.5534)}}.snow:nth-child(158){opacity:.8798;transform:translate(97.6236vw,-10px) scale(.2397);animation:fall-158 13s -8s linear infinite}@keyframes fall-158{46.964%{transform:translate(105.75vw,46.964vh) scale(.2397)}to{transform:translate(101.6868vw,100vh) scale(.2397)}}.snow:nth-child(159){opacity:.5188;transform:translate(65.4305vw,-10px) scale(.0637);animation:fall-159 23s -17s linear infinite}@keyframes fall-159{41.94%{transform:translate(71.9101vw,41.94vh) scale(.0637)}to{transform:translate(68.6703vw,100vh) scale(.0637)}}.snow:nth-child(160){opacity:.2172;transform:translate(78.9556vw,-10px) scale(.8191);animation:fall-160 29s -1s linear infinite}@keyframes fall-160{79.022%{transform:translate(75.647vw,79.022vh) scale(.8191)}to{transform:translate(77.3013vw,100vh) scale(.8191)}}.snow:nth-child(161){opacity:1.0654;transform:translate(95.6086vw,-10px) scale(.9474);animation:fall-161 23s -13s linear infinite}@keyframes fall-161{31.545%{transform:translate(92.5501vw,31.545vh) scale(.9474)}to{transform:translate(94.07935vw,100vh) scale(.9474)}}.snow:nth-child(162){opacity:1.4858;transform:translate(46.127vw,-10px) scale(.5145);animation:fall-162 29s -24s linear infinite}@keyframes fall-162{70.699%{transform:translate(37.2577vw,70.699vh) scale(.5145)}to{transform:translate(41.69235vw,100vh) scale(.5145)}}.snow:nth-child(163){opacity:.043;transform:translate(48.2995vw,-10px) scale(.0536);animation:fall-163 28s -4s linear infinite}@keyframes fall-163{59.538%{transform:translate(38.4137vw,59.538vh) scale(.0536)}to{transform:translate(43.3566vw,100vh) scale(.0536)}}.snow:nth-child(164){opacity:.3014;transform:translate(48.1508vw,-10px) scale(.8282);animation:fall-164 12s -13s linear infinite}@keyframes fall-164{55.643%{transform:translate(44.6238vw,55.643vh) scale(.8282)}to{transform:translate(46.3873vw,100vh) scale(.8282)}}.snow:nth-child(165){opacity:1.6456;transform:translate(50.2319vw,-10px) scale(.4554);animation:fall-165 25s -21s linear infinite}@keyframes fall-165{38.706%{transform:translate(50.0554vw,38.706vh) scale(.4554)}to{transform:translate(50.14365vw,100vh) scale(.4554)}}.snow:nth-child(166){opacity:.1012;transform:translate(52.5939vw,-10px) scale(.5789);animation:fall-166 11s -14s linear infinite}@keyframes fall-166{59.001%{transform:translate(42.9317vw,59.001vh) scale(.5789)}to{transform:translate(47.7628vw,100vh) scale(.5789)}}.snow:nth-child(167){opacity:1.4108;transform:translate(80.0806vw,-10px) scale(.696);animation:fall-167 23s -11s linear infinite}@keyframes fall-167{68.781%{transform:translate(82.2879vw,68.781vh) scale(.696)}to{transform:translate(81.18425vw,100vh) scale(.696)}}.snow:nth-child(168){opacity:1.6304;transform:translate(23.6088vw,-10px) scale(.8346);animation:fall-168 18s -30s linear infinite}@keyframes fall-168{55.882%{transform:translate(17.0695vw,55.882vh) scale(.8346)}to{transform:translate(20.33915vw,100vh) scale(.8346)}}.snow:nth-child(169){opacity:1.7368;transform:translate(90.733vw,-10px) scale(.0421);animation:fall-169 30s -23s linear infinite}@keyframes fall-169{77.314%{transform:translate(89.7008vw,77.314vh) scale(.0421)}to{transform:translate(90.2169vw,100vh) scale(.0421)}}.snow:nth-child(170){opacity:.3158;transform:translate(7.6185vw,-10px) scale(.0374);animation:fall-170 16s -18s linear infinite}@keyframes fall-170{79.503%{transform:translate(-1.9272vw,79.503vh) scale(.0374)}to{transform:translate(2.84565vw,100vh) scale(.0374)}}.snow:nth-child(171){opacity:1.6768;transform:translate(94.1269vw,-10px) scale(.6421);animation:fall-171 18s -6s linear infinite}@keyframes fall-171{74.271%{transform:translate(95.6864vw,74.271vh) scale(.6421)}to{transform:translate(94.90665vw,100vh) scale(.6421)}}.snow:nth-child(172){opacity:1.0408;transform:translate(55.8962vw,-10px) scale(.9157);animation:fall-172 26s -24s linear infinite}@keyframes fall-172{54.387%{transform:translate(52.2595vw,54.387vh) scale(.9157)}to{transform:translate(54.07785vw,100vh) scale(.9157)}}.snow:nth-child(173){opacity:.4672;transform:translate(21.4837vw,-10px) scale(.1601);animation:fall-173 15s -13s linear infinite}@keyframes fall-173{63.958%{transform:translate(19.7801vw,63.958vh) scale(.1601)}to{transform:translate(20.6319vw,100vh) scale(.1601)}}.snow:nth-child(174){opacity:.9492;transform:translate(99.6127vw,-10px) scale(.6652);animation:fall-174 24s -29s linear infinite}@keyframes fall-174{35.708%{transform:translate(106.2482vw,35.708vh) scale(.6652)}to{transform:translate(102.93045vw,100vh) scale(.6652)}}.snow:nth-child(175){opacity:1.738;transform:translate(69.881vw,-10px) scale(.8095);animation:fall-175 28s -14s linear infinite}@keyframes fall-175{43.054%{transform:translate(77.3274vw,43.054vh) scale(.8095)}to{transform:translate(73.6042vw,100vh) scale(.8095)}}.snow:nth-child(176){opacity:1.5912;transform:translate(31.4872vw,-10px) scale(.7625);animation:fall-176 24s -27s linear infinite}@keyframes fall-176{69.652%{transform:translate(26.0483vw,69.652vh) scale(.7625)}to{transform:translate(28.76775vw,100vh) scale(.7625)}}.snow:nth-child(177){opacity:1.1954;transform:translate(83.8847vw,-10px) scale(.3472);animation:fall-177 30s -10s linear infinite}@keyframes fall-177{39.861%{transform:translate(81.8627vw,39.861vh) scale(.3472)}to{transform:translate(82.8737vw,100vh) scale(.3472)}}.snow:nth-child(178){opacity:.0154;transform:translate(31.6718vw,-10px) scale(.6693);animation:fall-178 23s -24s linear infinite}@keyframes fall-178{52.051%{transform:translate(38.1895vw,52.051vh) scale(.6693)}to{transform:translate(34.93065vw,100vh) scale(.6693)}}.snow:nth-child(179){opacity:1.3492;transform:translate(40.663vw,-10px) scale(.2653);animation:fall-179 14s -9s linear infinite}@keyframes fall-179{34.126%{transform:translate(41.5777vw,34.126vh) scale(.2653)}to{transform:translate(41.12035vw,100vh) scale(.2653)}}.snow:nth-child(180){opacity:1.7394;transform:translate(.9839vw,-10px) scale(.365);animation:fall-180 13s -27s linear infinite}@keyframes fall-180{51.848%{transform:translate(6.0667vw,51.848vh) scale(.365)}to{transform:translate(3.5253vw,100vh) scale(.365)}}.snow:nth-child(181){opacity:.0572;transform:translate(80.2662vw,-10px) scale(.7006);animation:fall-181 27s -19s linear infinite}@keyframes fall-181{68.203%{transform:translate(89.6674vw,68.203vh) scale(.7006)}to{transform:translate(84.9668vw,100vh) scale(.7006)}}.snow:nth-child(182){opacity:1.9354;transform:translate(36.4494vw,-10px) scale(.2966);animation:fall-182 29s -30s linear infinite}@keyframes fall-182{71.325%{transform:translate(39.1236vw,71.325vh) scale(.2966)}to{transform:translate(37.7865vw,100vh) scale(.2966)}}.snow:nth-child(183){opacity:.5282;transform:translate(63.3349vw,-10px) scale(.9082);animation:fall-183 29s -12s linear infinite}@keyframes fall-183{47.739%{transform:translate(53.573vw,47.739vh) scale(.9082)}to{transform:translate(58.45395vw,100vh) scale(.9082)}}.snow:nth-child(184){opacity:.8366;transform:translate(44.2313vw,-10px) scale(.6776);animation:fall-184 18s -27s linear infinite}@keyframes fall-184{45.451%{transform:translate(51.9222vw,45.451vh) scale(.6776)}to{transform:translate(48.07675vw,100vh) scale(.6776)}}.snow:nth-child(185){opacity:1.8412;transform:translate(98.3944vw,-10px) scale(.6629);animation:fall-185 27s -13s linear infinite}@keyframes fall-185{34.007%{transform:translate(98.9374vw,34.007vh) scale(.6629)}to{transform:translate(98.6659vw,100vh) scale(.6629)}}.snow:nth-child(186){opacity:.2238;transform:translate(27.501vw,-10px) scale(.9011);animation:fall-186 23s -3s linear infinite}@keyframes fall-186{66.618%{transform:translate(17.8557vw,66.618vh) scale(.9011)}to{transform:translate(22.67835vw,100vh) scale(.9011)}}.snow:nth-child(187){opacity:.6018;transform:translate(29.342vw,-10px) scale(.0047);animation:fall-187 11s -11s linear infinite}@keyframes fall-187{76.453%{transform:translate(29.8428vw,76.453vh) scale(.0047)}to{transform:translate(29.5924vw,100vh) scale(.0047)}}.snow:nth-child(188){opacity:.1874;transform:translate(82.8094vw,-10px) scale(.5873);animation:fall-188 27s -28s linear infinite}@keyframes fall-188{39.42%{transform:translate(78.7876vw,39.42vh) scale(.5873)}to{transform:translate(80.7985vw,100vh) scale(.5873)}}.snow:nth-child(189){opacity:.3944;transform:translate(7.1894vw,-10px) scale(.9454);animation:fall-189 27s -30s linear infinite}@keyframes fall-189{66.972%{transform:translate(1.676vw,66.972vh) scale(.9454)}to{transform:translate(4.4327vw,100vh) scale(.9454)}}.snow:nth-child(190){opacity:1.4716;transform:translate(18.852vw,-10px) scale(.1877);animation:fall-190 27s -1s linear infinite}@keyframes fall-190{32.72%{transform:translate(23.4858vw,32.72vh) scale(.1877)}to{transform:translate(21.1689vw,100vh) scale(.1877)}}.snow:nth-child(191){opacity:.7586;transform:translate(10.5021vw,-10px) scale(.2165);animation:fall-191 27s -29s linear infinite}@keyframes fall-191{49.258%{transform:translate(3.402vw,49.258vh) scale(.2165)}to{transform:translate(6.95205vw,100vh) scale(.2165)}}.snow:nth-child(192){opacity:1.189;transform:translate(72.2467vw,-10px) scale(.3355);animation:fall-192 16s -20s linear infinite}@keyframes fall-192{78.735%{transform:translate(74.2649vw,78.735vh) scale(.3355)}to{transform:translate(73.2558vw,100vh) scale(.3355)}}.snow:nth-child(193){opacity:1.893;transform:translate(94.6389vw,-10px) scale(.8468);animation:fall-193 26s -27s linear infinite}@keyframes fall-193{36.652%{transform:translate(100.2475vw,36.652vh) scale(.8468)}to{transform:translate(97.4432vw,100vh) scale(.8468)}}.snow:nth-child(194){opacity:.8064;transform:translate(64.5735vw,-10px) scale(.1719);animation:fall-194 27s -28s linear infinite}@keyframes fall-194{61.195%{transform:translate(70.7985vw,61.195vh) scale(.1719)}to{transform:translate(67.686vw,100vh) scale(.1719)}}.snow:nth-child(195){opacity:1.3902;transform:translate(3.0984vw,-10px) scale(.1742);animation:fall-195 18s -29s linear infinite}@keyframes fall-195{47.35%{transform:translate(6.5321vw,47.35vh) scale(.1742)}to{transform:translate(4.81525vw,100vh) scale(.1742)}}.snow:nth-child(196){opacity:1.5332;transform:translate(9.3274vw,-10px) scale(.6992);animation:fall-196 11s -16s linear infinite}@keyframes fall-196{62.255%{transform:translate(5.7774vw,62.255vh) scale(.6992)}to{transform:translate(7.5524vw,100vh) scale(.6992)}}.snow:nth-child(197){opacity:1.6386;transform:translate(2.6707vw,-10px) scale(.3374);animation:fall-197 13s -8s linear infinite}@keyframes fall-197{46.601%{transform:translate(10.912vw,46.601vh) scale(.3374)}to{transform:translate(6.79135vw,100vh) scale(.3374)}}.snow:nth-child(198){opacity:.8018;transform:translate(33.951vw,-10px) scale(.3994);animation:fall-198 22s -20s linear infinite}@keyframes fall-198{50.868%{transform:translate(26.5888vw,50.868vh) scale(.3994)}to{transform:translate(30.2699vw,100vh) scale(.3994)}}.snow:nth-child(199){opacity:.5742;transform:translate(12.1088vw,-10px) scale(.907);animation:fall-199 14s -30s linear infinite}@keyframes fall-199{59.481%{transform:translate(7.4878vw,59.481vh) scale(.907)}to{transform:translate(9.7983vw,100vh) scale(.907)}}.snow:nth-child(200){opacity:1.055;transform:translate(44.5324vw,-10px) scale(.4551);animation:fall-200 10s -17s linear infinite}@keyframes fall-200{66.285%{transform:translate(40.2866vw,66.285vh) scale(.4551)}to{transform:translate(42.4095vw,100vh) scale(.4551)}}.snow:nth-child(201){opacity:1.612;transform:translate(5.7163vw,-10px) scale(.825);animation:fall-201 30s -29s linear infinite}@keyframes fall-201{72.676%{transform:translate(7.2101vw,72.676vh) scale(.825)}to{transform:translate(6.4632vw,100vh) scale(.825)}}.snow:nth-child(202){opacity:1.0346;transform:translate(97.5703vw,-10px) scale(.9472);animation:fall-202 20s -28s linear infinite}@keyframes fall-202{76.527%{transform:translate(88.9958vw,76.527vh) scale(.9472)}to{transform:translate(93.28305vw,100vh) scale(.9472)}}.snow:nth-child(203){opacity:1.5686;transform:translate(73.6664vw,-10px) scale(.7452);animation:fall-203 30s -21s linear infinite}@keyframes fall-203{56.701%{transform:translate(66.9586vw,56.701vh) scale(.7452)}to{transform:translate(70.3125vw,100vh) scale(.7452)}}.snow:nth-child(204){opacity:.5888;transform:translate(23.0971vw,-10px) scale(.1011);animation:fall-204 30s -16s linear infinite}@keyframes fall-204{63.041%{transform:translate(15.3202vw,63.041vh) scale(.1011)}to{transform:translate(19.20865vw,100vh) scale(.1011)}}.snow:nth-child(205){opacity:.0206;transform:translate(5.7338vw,-10px) scale(.6337);animation:fall-205 13s -22s linear infinite}@keyframes fall-205{66.671%{transform:translate(1.7833vw,66.671vh) scale(.6337)}to{transform:translate(3.75855vw,100vh) scale(.6337)}}.snow:nth-child(206){opacity:1.963;transform:translate(13.3022vw,-10px) scale(.6825);animation:fall-206 21s -10s linear infinite}@keyframes fall-206{41.556%{transform:translate(7.8125vw,41.556vh) scale(.6825)}to{transform:translate(10.55735vw,100vh) scale(.6825)}}.snow:nth-child(207){opacity:.674;transform:translate(10.6253vw,-10px) scale(.5004);animation:fall-207 17s -4s linear infinite}@keyframes fall-207{46.489%{transform:translate(19.6905vw,46.489vh) scale(.5004)}to{transform:translate(15.1579vw,100vh) scale(.5004)}}.snow:nth-child(208){opacity:1.3226;transform:translate(66.8661vw,-10px) scale(.704);animation:fall-208 13s -25s linear infinite}@keyframes fall-208{46.822%{transform:translate(65.6719vw,46.822vh) scale(.704)}to{transform:translate(66.269vw,100vh) scale(.704)}}.snow:nth-child(209){opacity:1.5536;transform:translate(15.987vw,-10px) scale(.683);animation:fall-209 12s -17s linear infinite}@keyframes fall-209{31.612%{transform:translate(10.7024vw,31.612vh) scale(.683)}to{transform:translate(13.3447vw,100vh) scale(.683)}}.snow:nth-child(210){opacity:1.9128;transform:translate(36.8474vw,-10px) scale(.2812);animation:fall-210 16s -18s linear infinite}@keyframes fall-210{49.835%{transform:translate(46.6534vw,49.835vh) scale(.2812)}to{transform:translate(41.7504vw,100vh) scale(.2812)}}.snow:nth-child(211){opacity:1.6982;transform:translate(73.4858vw,-10px) scale(.522);animation:fall-211 14s -16s linear infinite}@keyframes fall-211{63.887%{transform:translate(68.3522vw,63.887vh) scale(.522)}to{transform:translate(70.919vw,100vh) scale(.522)}}.snow:nth-child(212){opacity:1.236;transform:translate(19.2586vw,-10px) scale(.456);animation:fall-212 10s -5s linear infinite}@keyframes fall-212{54.037%{transform:translate(20.2257vw,54.037vh) scale(.456)}to{transform:translate(19.74215vw,100vh) scale(.456)}}.snow:nth-child(213){opacity:.5542;transform:translate(80.4727vw,-10px) scale(.054);animation:fall-213 15s -15s linear infinite}@keyframes fall-213{42.539%{transform:translate(80.3932vw,42.539vh) scale(.054)}to{transform:translate(80.43295vw,100vh) scale(.054)}}.snow:nth-child(214){opacity:1.969;transform:translate(54.763vw,-10px) scale(.0621);animation:fall-214 20s -2s linear infinite}@keyframes fall-214{68.223%{transform:translate(56.9954vw,68.223vh) scale(.0621)}to{transform:translate(55.8792vw,100vh) scale(.0621)}}.snow:nth-child(215){opacity:.162;transform:translate(68.4599vw,-10px) scale(.774);animation:fall-215 22s -18s linear infinite}@keyframes fall-215{31.213%{transform:translate(75.6195vw,31.213vh) scale(.774)}to{transform:translate(72.0397vw,100vh) scale(.774)}}.snow:nth-child(216){opacity:.0218;transform:translate(62.4577vw,-10px) scale(.5414);animation:fall-216 18s -21s linear infinite}@keyframes fall-216{46.893%{transform:translate(68.3834vw,46.893vh) scale(.5414)}to{transform:translate(65.42055vw,100vh) scale(.5414)}}.snow:nth-child(217){opacity:.891;transform:translate(1.743vw,-10px) scale(.6216);animation:fall-217 23s -28s linear infinite}@keyframes fall-217{45.884%{transform:translate(-4.5371vw,45.884vh) scale(.6216)}to{transform:translate(-1.39705vw,100vh) scale(.6216)}}.snow:nth-child(218){opacity:.0696;transform:translate(27.2371vw,-10px) scale(.9595);animation:fall-218 19s -14s linear infinite}@keyframes fall-218{48.687%{transform:translate(31.6016vw,48.687vh) scale(.9595)}to{transform:translate(29.41935vw,100vh) scale(.9595)}}.snow:nth-child(219){opacity:1.381;transform:translate(40.4183vw,-10px) scale(.6959);animation:fall-219 27s -18s linear infinite}@keyframes fall-219{57.209%{transform:translate(33.742vw,57.209vh) scale(.6959)}to{transform:translate(37.08015vw,100vh) scale(.6959)}}.snow:nth-child(220){opacity:1.1322;transform:translate(4.8752vw,-10px) scale(.693);animation:fall-220 15s -16s linear infinite}@keyframes fall-220{40.941%{transform:translate(2.718vw,40.941vh) scale(.693)}to{transform:translate(3.7966vw,100vh) scale(.693)}}.snow:nth-child(221){opacity:1.852;transform:translate(10.5412vw,-10px) scale(.8622);animation:fall-221 30s -12s linear infinite}@keyframes fall-221{54.621%{transform:translate(4.0516vw,54.621vh) scale(.8622)}to{transform:translate(7.2964vw,100vh) scale(.8622)}}.snow:nth-child(222){opacity:1.7384;transform:translate(83.9749vw,-10px) scale(.5427);animation:fall-222 25s -29s linear infinite}@keyframes fall-222{58.274%{transform:translate(83.6732vw,58.274vh) scale(.5427)}to{transform:translate(83.82405vw,100vh) scale(.5427)}}.snow:nth-child(223){opacity:1.203;transform:translate(46.8531vw,-10px) scale(.5571);animation:fall-223 15s -19s linear infinite}@keyframes fall-223{73.848%{transform:translate(45.3064vw,73.848vh) scale(.5571)}to{transform:translate(46.07975vw,100vh) scale(.5571)}}.snow:nth-child(224){opacity:.4964;transform:translate(83.7895vw,-10px) scale(.6837);animation:fall-224 21s -15s linear infinite}@keyframes fall-224{78.737%{transform:translate(90.7259vw,78.737vh) scale(.6837)}to{transform:translate(87.2577vw,100vh) scale(.6837)}}.snow:nth-child(225){opacity:.3704;transform:translate(60.1598vw,-10px) scale(.7159);animation:fall-225 17s -22s linear infinite}@keyframes fall-225{50.43%{transform:translate(53.7326vw,50.43vh) scale(.7159)}to{transform:translate(56.9462vw,100vh) scale(.7159)}}.snow:nth-child(226){opacity:1.5104;transform:translate(12.7293vw,-10px) scale(.8943);animation:fall-226 16s -10s linear infinite}@keyframes fall-226{61.542%{transform:translate(19.5171vw,61.542vh) scale(.8943)}to{transform:translate(16.1232vw,100vh) scale(.8943)}}.snow:nth-child(227){opacity:.8082;transform:translate(60.5127vw,-10px) scale(.9436);animation:fall-227 28s -10s linear infinite}@keyframes fall-227{56.422%{transform:translate(52.8029vw,56.422vh) scale(.9436)}to{transform:translate(56.6578vw,100vh) scale(.9436)}}.snow:nth-child(228){opacity:1.0212;transform:translate(51.0834vw,-10px) scale(.5415);animation:fall-228 27s -14s linear infinite}@keyframes fall-228{45.97%{transform:translate(45.1423vw,45.97vh) scale(.5415)}to{transform:translate(48.11285vw,100vh) scale(.5415)}}.snow:nth-child(229){opacity:.6898;transform:translate(61.8227vw,-10px) scale(.7096);animation:fall-229 21s -27s linear infinite}@keyframes fall-229{34.842%{transform:translate(58.719vw,34.842vh) scale(.7096)}to{transform:translate(60.27085vw,100vh) scale(.7096)}}.snow:nth-child(230){opacity:1.334;transform:translate(18.2309vw,-10px) scale(.7447);animation:fall-230 11s -12s linear infinite}@keyframes fall-230{60.788%{transform:translate(27.5123vw,60.788vh) scale(.7447)}to{transform:translate(22.8716vw,100vh) scale(.7447)}}.snow:nth-child(231){opacity:1.7722;transform:translate(9.8752vw,-10px) scale(.8851);animation:fall-231 30s -26s linear infinite}@keyframes fall-231{34.135%{transform:translate(13.5757vw,34.135vh) scale(.8851)}to{transform:translate(11.72545vw,100vh) scale(.8851)}}.snow:nth-child(232){opacity:.1146;transform:translate(73.8501vw,-10px) scale(.2588);animation:fall-232 13s -12s linear infinite}@keyframes fall-232{35.867%{transform:translate(66.5758vw,35.867vh) scale(.2588)}to{transform:translate(70.21295vw,100vh) scale(.2588)}}.snow:nth-child(233){opacity:.8082;transform:translate(92.7583vw,-10px) scale(.8269);animation:fall-233 10s -30s linear infinite}@keyframes fall-233{63.894%{transform:translate(86.8915vw,63.894vh) scale(.8269)}to{transform:translate(89.8249vw,100vh) scale(.8269)}}.snow:nth-child(234){opacity:.5302;transform:translate(87.0173vw,-10px) scale(.5283);animation:fall-234 29s -27s linear infinite}@keyframes fall-234{37.947%{transform:translate(86.0405vw,37.947vh) scale(.5283)}to{transform:translate(86.5289vw,100vh) scale(.5283)}}.snow:nth-child(235){opacity:.0292;transform:translate(84.9776vw,-10px) scale(.1588);animation:fall-235 28s -18s linear infinite}@keyframes fall-235{76.341%{transform:translate(87.6898vw,76.341vh) scale(.1588)}to{transform:translate(86.3337vw,100vh) scale(.1588)}}.snow:nth-child(236){opacity:.0778;transform:translate(2.41vw,-10px) scale(.363);animation:fall-236 14s -3s linear infinite}@keyframes fall-236{53.342%{transform:translate(-3.2284vw,53.342vh) scale(.363)}to{transform:translate(-.4092vw,100vh) scale(.363)}}.snow:nth-child(237){opacity:1.3096;transform:translate(6.4805vw,-10px) scale(.2835);animation:fall-237 25s -14s linear infinite}@keyframes fall-237{60.96%{transform:translate(13.7488vw,60.96vh) scale(.2835)}to{transform:translate(10.11465vw,100vh) scale(.2835)}}.snow:nth-child(238){opacity:1.5832;transform:translate(40.5186vw,-10px) scale(.7372);animation:fall-238 29s -25s linear infinite}@keyframes fall-238{54.026%{transform:translate(45.1846vw,54.026vh) scale(.7372)}to{transform:translate(42.8516vw,100vh) scale(.7372)}}.snow:nth-child(239){opacity:.6946;transform:translate(24.2919vw,-10px) scale(.6407);animation:fall-239 30s -17s linear infinite}@keyframes fall-239{52.851%{transform:translate(19.4632vw,52.851vh) scale(.6407)}to{transform:translate(21.87755vw,100vh) scale(.6407)}}.snow:nth-child(240){opacity:1.4562;transform:translate(54.2432vw,-10px) scale(.7222);animation:fall-240 25s -24s linear infinite}@keyframes fall-240{46.2%{transform:translate(62.1285vw,46.2vh) scale(.7222)}to{transform:translate(58.18585vw,100vh) scale(.7222)}}.snow:nth-child(241){opacity:.347;transform:translate(61.9851vw,-10px) scale(.2445);animation:fall-241 17s -27s linear infinite}@keyframes fall-241{70.155%{transform:translate(52.1325vw,70.155vh) scale(.2445)}to{transform:translate(57.0588vw,100vh) scale(.2445)}}.snow:nth-child(242){opacity:1.6996;transform:translate(50.5958vw,-10px) scale(.418);animation:fall-242 10s -21s linear infinite}@keyframes fall-242{31.765%{transform:translate(52.3056vw,31.765vh) scale(.418)}to{transform:translate(51.4507vw,100vh) scale(.418)}}.snow:nth-child(243){opacity:.1208;transform:translate(22.1527vw,-10px) scale(.4994);animation:fall-243 25s -3s linear infinite}@keyframes fall-243{75.664%{transform:translate(17.5236vw,75.664vh) scale(.4994)}to{transform:translate(19.83815vw,100vh) scale(.4994)}}.snow:nth-child(244){opacity:1.069;transform:translate(20.5669vw,-10px) scale(.5747);animation:fall-244 18s -16s linear infinite}@keyframes fall-244{34.42%{transform:translate(12.0364vw,34.42vh) scale(.5747)}to{transform:translate(16.30165vw,100vh) scale(.5747)}}.snow:nth-child(245){opacity:.9952;transform:translate(42.6932vw,-10px) scale(.3455);animation:fall-245 16s -26s linear infinite}@keyframes fall-245{58.31%{transform:translate(50.8221vw,58.31vh) scale(.3455)}to{transform:translate(46.75765vw,100vh) scale(.3455)}}.snow:nth-child(246){opacity:1.1434;transform:translate(38.0959vw,-10px) scale(.0226);animation:fall-246 17s -18s linear infinite}@keyframes fall-246{76.244%{transform:translate(37.6779vw,76.244vh) scale(.0226)}to{transform:translate(37.8869vw,100vh) scale(.0226)}}.snow:nth-child(247){opacity:.49;transform:translate(84.9684vw,-10px) scale(.5809);animation:fall-247 22s -25s linear infinite}@keyframes fall-247{45.578%{transform:translate(78.7018vw,45.578vh) scale(.5809)}to{transform:translate(81.8351vw,100vh) scale(.5809)}}.snow:nth-child(248){opacity:.1342;transform:translate(64.4465vw,-10px) scale(.9129);animation:fall-248 28s -27s linear infinite}@keyframes fall-248{56.895%{transform:translate(61.7011vw,56.895vh) scale(.9129)}to{transform:translate(63.0738vw,100vh) scale(.9129)}}.snow:nth-child(249){opacity:1.3902;transform:translate(28.1913vw,-10px) scale(.802);animation:fall-249 22s -30s linear infinite}@keyframes fall-249{55.714%{transform:translate(24.3149vw,55.714vh) scale(.802)}to{transform:translate(26.2531vw,100vh) scale(.802)}}.snow:nth-child(250){opacity:.0418;transform:translate(61.4127vw,-10px) scale(.3408);animation:fall-250 24s -19s linear infinite}@keyframes fall-250{30.099%{transform:translate(55.9746vw,30.099vh) scale(.3408)}to{transform:translate(58.69365vw,100vh) scale(.3408)}}.snow:nth-child(251){opacity:.6042;transform:translate(65.1178vw,-10px) scale(.625);animation:fall-251 29s -21s linear infinite}@keyframes fall-251{46.975%{transform:translate(62.3708vw,46.975vh) scale(.625)}to{transform:translate(63.7443vw,100vh) scale(.625)}}.snow:nth-child(252){opacity:1.0022;transform:translate(25.6611vw,-10px) scale(.4771);animation:fall-252 11s -5s linear infinite}@keyframes fall-252{54.988%{transform:translate(24.3337vw,54.988vh) scale(.4771)}to{transform:translate(24.9974vw,100vh) scale(.4771)}}.snow:nth-child(253){opacity:1.8126;transform:translate(5.5621vw,-10px) scale(.8031);animation:fall-253 13s -25s linear infinite}@keyframes fall-253{53.277%{transform:translate(8.3349vw,53.277vh) scale(.8031)}to{transform:translate(6.9485vw,100vh) scale(.8031)}}.snow:nth-child(254){opacity:1.0142;transform:translate(73.7299vw,-10px) scale(.3971);animation:fall-254 15s -1s linear infinite}@keyframes fall-254{60.48%{transform:translate(79.2376vw,60.48vh) scale(.3971)}to{transform:translate(76.48375vw,100vh) scale(.3971)}}.snow:nth-child(255){opacity:.5984;transform:translate(24.1077vw,-10px) scale(.3295);animation:fall-255 26s -9s linear infinite}@keyframes fall-255{68.653%{transform:translate(21.6152vw,68.653vh) scale(.3295)}to{transform:translate(22.86145vw,100vh) scale(.3295)}}.snow:nth-child(256){opacity:1.4868;transform:translate(68.4547vw,-10px) scale(.1181);animation:fall-256 17s -8s linear infinite}@keyframes fall-256{44.117%{transform:translate(59.5442vw,44.117vh) scale(.1181)}to{transform:translate(63.99945vw,100vh) scale(.1181)}}.snow:nth-child(257){opacity:1.9506;transform:translate(62.398vw,-10px) scale(.0125);animation:fall-257 25s -29s linear infinite}@keyframes fall-257{35.624%{transform:translate(57.9642vw,35.624vh) scale(.0125)}to{transform:translate(60.1811vw,100vh) scale(.0125)}}.snow:nth-child(258){opacity:1.6282;transform:translate(49.9003vw,-10px) scale(.6645);animation:fall-258 11s -30s linear infinite}@keyframes fall-258{75.632%{transform:translate(41.5145vw,75.632vh) scale(.6645)}to{transform:translate(45.7074vw,100vh) scale(.6645)}}.snow:nth-child(259){opacity:1.0492;transform:translate(41.2771vw,-10px) scale(.8057);animation:fall-259 25s -27s linear infinite}@keyframes fall-259{45.977%{transform:translate(50.4488vw,45.977vh) scale(.8057)}to{transform:translate(45.86295vw,100vh) scale(.8057)}}.snow:nth-child(260){opacity:1.7766;transform:translate(45.1345vw,-10px) scale(.2887);animation:fall-260 16s -22s linear infinite}@keyframes fall-260{55.811%{transform:translate(38.2298vw,55.811vh) scale(.2887)}to{transform:translate(41.68215vw,100vh) scale(.2887)}}.snow:nth-child(261){opacity:.4848;transform:translate(86.5051vw,-10px) scale(.5551);animation:fall-261 28s -9s linear infinite}@keyframes fall-261{68.047%{transform:translate(86.9584vw,68.047vh) scale(.5551)}to{transform:translate(86.73175vw,100vh) scale(.5551)}}.snow:nth-child(262){opacity:1.4976;transform:translate(77.2375vw,-10px) scale(.4257);animation:fall-262 18s -10s linear infinite}@keyframes fall-262{62.994%{transform:translate(76.9597vw,62.994vh) scale(.4257)}to{transform:translate(77.0986vw,100vh) scale(.4257)}}.snow:nth-child(263){opacity:.4168;transform:translate(45.7806vw,-10px) scale(.5542);animation:fall-263 14s -3s linear infinite}@keyframes fall-263{79.655%{transform:translate(37.951vw,79.655vh) scale(.5542)}to{transform:translate(41.8658vw,100vh) scale(.5542)}}.snow:nth-child(264){opacity:1.9746;transform:translate(80.8181vw,-10px) scale(.1801);animation:fall-264 18s -23s linear infinite}@keyframes fall-264{43.957%{transform:translate(78.6149vw,43.957vh) scale(.1801)}to{transform:translate(79.7165vw,100vh) scale(.1801)}}.snow:nth-child(265){opacity:.7076;transform:translate(73.4149vw,-10px) scale(.8286);animation:fall-265 22s -13s linear infinite}@keyframes fall-265{45.327%{transform:translate(71.816vw,45.327vh) scale(.8286)}to{transform:translate(72.61545vw,100vh) scale(.8286)}}.snow:nth-child(266){opacity:1.1582;transform:translate(83.5998vw,-10px) scale(.1936);animation:fall-266 18s -17s linear infinite}@keyframes fall-266{47.437%{transform:translate(78.1471vw,47.437vh) scale(.1936)}to{transform:translate(80.87345vw,100vh) scale(.1936)}}.snow:nth-child(267){opacity:1.9074;transform:translate(40.346vw,-10px) scale(.4444);animation:fall-267 28s -30s linear infinite}@keyframes fall-267{48.137%{transform:translate(30.8487vw,48.137vh) scale(.4444)}to{transform:translate(35.59735vw,100vh) scale(.4444)}}.snow:nth-child(268){opacity:1.9714;transform:translate(85.9322vw,-10px) scale(.3787);animation:fall-268 15s -26s linear infinite}@keyframes fall-268{78.051%{transform:translate(81.7671vw,78.051vh) scale(.3787)}to{transform:translate(83.84965vw,100vh) scale(.3787)}}.snow:nth-child(269){opacity:1.6848;transform:translate(61.2311vw,-10px) scale(.9684);animation:fall-269 20s -19s linear infinite}@keyframes fall-269{74.95%{transform:translate(52.3671vw,74.95vh) scale(.9684)}to{transform:translate(56.7991vw,100vh) scale(.9684)}}.snow:nth-child(270){opacity:1.3554;transform:translate(7.3367vw,-10px) scale(.536);animation:fall-270 29s -1s linear infinite}@keyframes fall-270{57.481%{transform:translate(8.8799vw,57.481vh) scale(.536)}to{transform:translate(8.1083vw,100vh) scale(.536)}}.snow:nth-child(271){opacity:1.265;transform:translate(76.8039vw,-10px) scale(.81);animation:fall-271 14s -22s linear infinite}@keyframes fall-271{32.554%{transform:translate(74.9176vw,32.554vh) scale(.81)}to{transform:translate(75.86075vw,100vh) scale(.81)}}.snow:nth-child(272){opacity:.8452;transform:translate(53.6431vw,-10px) scale(.6989);animation:fall-272 29s -16s linear infinite}@keyframes fall-272{32.111%{transform:translate(61.3006vw,32.111vh) scale(.6989)}to{transform:translate(57.47185vw,100vh) scale(.6989)}}.snow:nth-child(273){opacity:.0216;transform:translate(41.1105vw,-10px) scale(.5047);animation:fall-273 13s -15s linear infinite}@keyframes fall-273{48.043%{transform:translate(38.4547vw,48.043vh) scale(.5047)}to{transform:translate(39.7826vw,100vh) scale(.5047)}}.snow:nth-child(274){opacity:.0298;transform:translate(18.5309vw,-10px) scale(.086);animation:fall-274 11s -19s linear infinite}@keyframes fall-274{74.306%{transform:translate(16.5659vw,74.306vh) scale(.086)}to{transform:translate(17.5484vw,100vh) scale(.086)}}.snow:nth-child(275){opacity:1.61;transform:translate(92.3328vw,-10px) scale(.0427);animation:fall-275 24s -14s linear infinite}@keyframes fall-275{34.09%{transform:translate(97.2017vw,34.09vh) scale(.0427)}to{transform:translate(94.76725vw,100vh) scale(.0427)}}.snow:nth-child(276){opacity:1.377;transform:translate(89.3596vw,-10px) scale(.5895);animation:fall-276 15s -10s linear infinite}@keyframes fall-276{31.72%{transform:translate(89.3624vw,31.72vh) scale(.5895)}to{transform:translate(89.361vw,100vh) scale(.5895)}}.snow:nth-child(277){opacity:.6526;transform:translate(88.831vw,-10px) scale(.1276);animation:fall-277 20s -12s linear infinite}@keyframes fall-277{64.121%{transform:translate(98.6913vw,64.121vh) scale(.1276)}to{transform:translate(93.76115vw,100vh) scale(.1276)}}.snow:nth-child(278){opacity:1.854;transform:translate(93.5056vw,-10px) scale(.9347);animation:fall-278 20s -24s linear infinite}@keyframes fall-278{52.721%{transform:translate(92.4314vw,52.721vh) scale(.9347)}to{transform:translate(92.9685vw,100vh) scale(.9347)}}.snow:nth-child(279){opacity:.7068;transform:translate(39.91vw,-10px) scale(.2547);animation:fall-279 22s -9s linear infinite}@keyframes fall-279{76.288%{transform:translate(29.9935vw,76.288vh) scale(.2547)}to{transform:translate(34.95175vw,100vh) scale(.2547)}}.snow:nth-child(280){opacity:1.6222;transform:translate(58.7669vw,-10px) scale(.2556);animation:fall-280 13s -12s linear infinite}@keyframes fall-280{34.061%{transform:translate(59.8813vw,34.061vh) scale(.2556)}to{transform:translate(59.3241vw,100vh) scale(.2556)}}.snow:nth-child(281){opacity:1.5834;transform:translate(23.1422vw,-10px) scale(.3973);animation:fall-281 25s -24s linear infinite}@keyframes fall-281{54.362%{transform:translate(15.9392vw,54.362vh) scale(.3973)}to{transform:translate(19.5407vw,100vh) scale(.3973)}}.snow:nth-child(282){opacity:1.878;transform:translate(74.7674vw,-10px) scale(.9847);animation:fall-282 16s -28s linear infinite}@keyframes fall-282{50.891%{transform:translate(79.6246vw,50.891vh) scale(.9847)}to{transform:translate(77.196vw,100vh) scale(.9847)}}.snow:nth-child(283){opacity:.257;transform:translate(81.4649vw,-10px) scale(.9709);animation:fall-283 13s -22s linear infinite}@keyframes fall-283{77.283%{transform:translate(78.6046vw,77.283vh) scale(.9709)}to{transform:translate(80.03475vw,100vh) scale(.9709)}}.snow:nth-child(284){opacity:1.9824;transform:translate(55.4491vw,-10px) scale(.3214);animation:fall-284 11s -21s linear infinite}@keyframes fall-284{60.275%{transform:translate(48.9623vw,60.275vh) scale(.3214)}to{transform:translate(52.2057vw,100vh) scale(.3214)}}.snow:nth-child(285){opacity:.1778;transform:translate(44.9313vw,-10px) scale(.9279);animation:fall-285 26s -10s linear infinite}@keyframes fall-285{31.974%{transform:translate(39.4359vw,31.974vh) scale(.9279)}to{transform:translate(42.1836vw,100vh) scale(.9279)}}.snow:nth-child(286){opacity:1.0618;transform:translate(80.6237vw,-10px) scale(.2278);animation:fall-286 22s -16s linear infinite}@keyframes fall-286{68.148%{transform:translate(73.8023vw,68.148vh) scale(.2278)}to{transform:translate(77.213vw,100vh) scale(.2278)}}.snow:nth-child(287){opacity:1.8786;transform:translate(57.113vw,-10px) scale(.6019);animation:fall-287 14s -23s linear infinite}@keyframes fall-287{49.533%{transform:translate(50.9592vw,49.533vh) scale(.6019)}to{transform:translate(54.0361vw,100vh) scale(.6019)}}.snow:nth-child(288){opacity:1.3108;transform:translate(6.413vw,-10px) scale(.5874);animation:fall-288 16s -12s linear infinite}@keyframes fall-288{61.209%{transform:translate(10.583vw,61.209vh) scale(.5874)}to{transform:translate(8.498vw,100vh) scale(.5874)}}.snow:nth-child(289){opacity:.3252;transform:translate(6.601vw,-10px) scale(.8886);animation:fall-289 30s -20s linear infinite}@keyframes fall-289{75.81%{transform:translate(-.0953vw,75.81vh) scale(.8886)}to{transform:translate(3.25285vw,100vh) scale(.8886)}}.snow:nth-child(290){opacity:.344;transform:translate(7.7265vw,-10px) scale(.8779);animation:fall-290 14s -6s linear infinite}@keyframes fall-290{76.124%{transform:translate(5.1172vw,76.124vh) scale(.8779)}to{transform:translate(6.42185vw,100vh) scale(.8779)}}.snow:nth-child(291){opacity:1.2132;transform:translate(1.5518vw,-10px) scale(.5401);animation:fall-291 22s -6s linear infinite}@keyframes fall-291{61.097%{transform:translate(-2.3191vw,61.097vh) scale(.5401)}to{transform:translate(-.38365vw,100vh) scale(.5401)}}.snow:nth-child(292){opacity:.3186;transform:translate(25.3286vw,-10px) scale(.3732);animation:fall-292 27s -20s linear infinite}@keyframes fall-292{46.078%{transform:translate(18.5604vw,46.078vh) scale(.3732)}to{transform:translate(21.9445vw,100vh) scale(.3732)}}.snow:nth-child(293){opacity:.8262;transform:translate(95.7521vw,-10px) scale(.7593);animation:fall-293 18s -18s linear infinite}@keyframes fall-293{70.258%{transform:translate(95.5678vw,70.258vh) scale(.7593)}to{transform:translate(95.65995vw,100vh) scale(.7593)}}.snow:nth-child(294){opacity:.7556;transform:translate(70.8124vw,-10px) scale(.6018);animation:fall-294 27s -24s linear infinite}@keyframes fall-294{31.554%{transform:translate(65.5158vw,31.554vh) scale(.6018)}to{transform:translate(68.1641vw,100vh) scale(.6018)}}.snow:nth-child(295){opacity:1.1654;transform:translate(71.5958vw,-10px) scale(.998);animation:fall-295 28s -25s linear infinite}@keyframes fall-295{72.017%{transform:translate(68.6877vw,72.017vh) scale(.998)}to{transform:translate(70.14175vw,100vh) scale(.998)}}.snow:nth-child(296){opacity:1.9116;transform:translate(28.6349vw,-10px) scale(.8628);animation:fall-296 12s -17s linear infinite}@keyframes fall-296{42.623%{transform:translate(24.5702vw,42.623vh) scale(.8628)}to{transform:translate(26.60255vw,100vh) scale(.8628)}}.snow:nth-child(297){opacity:.2752;transform:translate(42.7327vw,-10px) scale(.0071);animation:fall-297 26s -15s linear infinite}@keyframes fall-297{60.092%{transform:translate(39.8635vw,60.092vh) scale(.0071)}to{transform:translate(41.2981vw,100vh) scale(.0071)}}.snow:nth-child(298){opacity:1.2432;transform:translate(5.7552vw,-10px) scale(.3334);animation:fall-298 26s -5s linear infinite}@keyframes fall-298{68.799%{transform:translate(-1.0044vw,68.799vh) scale(.3334)}to{transform:translate(2.3754vw,100vh) scale(.3334)}}.snow:nth-child(299){opacity:1.6118;transform:translate(39.5529vw,-10px) scale(.4855);animation:fall-299 20s -15s linear infinite}@keyframes fall-299{31.81%{transform:translate(39.5995vw,31.81vh) scale(.4855)}to{transform:translate(39.5762vw,100vh) scale(.4855)}}.snow:nth-child(300){opacity:.9744;transform:translate(97.6188vw,-10px) scale(.9411);animation:fall-300 10s -28s linear infinite}@keyframes fall-300{49.474%{transform:translate(99.8103vw,49.474vh) scale(.9411)}to{transform:translate(98.71455vw,100vh) scale(.9411)}}.snow:nth-child(301){opacity:.32;transform:translate(18.5532vw,-10px) scale(.9519);animation:fall-301 23s -30s linear infinite}@keyframes fall-301{61.344%{transform:translate(17.1982vw,61.344vh) scale(.9519)}to{transform:translate(17.8757vw,100vh) scale(.9519)}}.snow:nth-child(302){opacity:1.9528;transform:translate(40.5837vw,-10px) scale(.2538);animation:fall-302 21s -12s linear infinite}@keyframes fall-302{64.599%{transform:translate(41.4906vw,64.599vh) scale(.2538)}to{transform:translate(41.03715vw,100vh) scale(.2538)}}.snow:nth-child(303){opacity:.1552;transform:translate(19.3778vw,-10px) scale(.324);animation:fall-303 24s -23s linear infinite}@keyframes fall-303{30.13%{transform:translate(16.0332vw,30.13vh) scale(.324)}to{transform:translate(17.7055vw,100vh) scale(.324)}}.snow:nth-child(304){opacity:1.758;transform:translate(80.8685vw,-10px) scale(.4475);animation:fall-304 28s -4s linear infinite}@keyframes fall-304{68.606%{transform:translate(77.619vw,68.606vh) scale(.4475)}to{transform:translate(79.24375vw,100vh) scale(.4475)}}.snow:nth-child(305){opacity:1.8584;transform:translate(19.9837vw,-10px) scale(.9311);animation:fall-305 27s -9s linear infinite}@keyframes fall-305{36.661%{transform:translate(14.2551vw,36.661vh) scale(.9311)}to{transform:translate(17.1194vw,100vh) scale(.9311)}}.snow:nth-child(306){opacity:.549;transform:translate(42.6176vw,-10px) scale(.4954);animation:fall-306 12s -2s linear infinite}@keyframes fall-306{43.761%{transform:translate(49.1272vw,43.761vh) scale(.4954)}to{transform:translate(45.8724vw,100vh) scale(.4954)}}.snow:nth-child(307){opacity:1.0294;transform:translate(88.9635vw,-10px) scale(.4097);animation:fall-307 11s -27s linear infinite}@keyframes fall-307{43.79%{transform:translate(87.4496vw,43.79vh) scale(.4097)}to{transform:translate(88.20655vw,100vh) scale(.4097)}}.snow:nth-child(308){opacity:1.1576;transform:translate(68.7053vw,-10px) scale(.3836);animation:fall-308 22s -27s linear infinite}@keyframes fall-308{55.156%{transform:translate(64.9229vw,55.156vh) scale(.3836)}to{transform:translate(66.8141vw,100vh) scale(.3836)}}.snow:nth-child(309){opacity:.0834;transform:translate(25.0647vw,-10px) scale(.4747);animation:fall-309 21s -8s linear infinite}@keyframes fall-309{37.221%{transform:translate(27.4376vw,37.221vh) scale(.4747)}to{transform:translate(26.25115vw,100vh) scale(.4747)}}.snow:nth-child(310){opacity:.0612;transform:translate(13.8395vw,-10px) scale(.4883);animation:fall-310 26s -3s linear infinite}@keyframes fall-310{43.702%{transform:translate(5.5522vw,43.702vh) scale(.4883)}to{transform:translate(9.69585vw,100vh) scale(.4883)}}.snow:nth-child(311){opacity:1.5996;transform:translate(51.9192vw,-10px) scale(.3471);animation:fall-311 20s -26s linear infinite}@keyframes fall-311{47.657%{transform:translate(55.368vw,47.657vh) scale(.3471)}to{transform:translate(53.6436vw,100vh) scale(.3471)}}.snow:nth-child(312){opacity:1.019;transform:translate(81.9573vw,-10px) scale(.4431);animation:fall-312 17s -8s linear infinite}@keyframes fall-312{68.468%{transform:translate(77.5761vw,68.468vh) scale(.4431)}to{transform:translate(79.7667vw,100vh) scale(.4431)}}.snow:nth-child(313){opacity:.3908;transform:translate(96.6952vw,-10px) scale(.6247);animation:fall-313 15s -17s linear infinite}@keyframes fall-313{73.337%{transform:translate(93.392vw,73.337vh) scale(.6247)}to{transform:translate(95.0436vw,100vh) scale(.6247)}}.snow:nth-child(314){opacity:1.8518;transform:translate(59.5602vw,-10px) scale(.4897);animation:fall-314 27s -9s linear infinite}@keyframes fall-314{51.431%{transform:translate(55.1554vw,51.431vh) scale(.4897)}to{transform:translate(57.3578vw,100vh) scale(.4897)}}.snow:nth-child(315){opacity:1.3244;transform:translate(84.1393vw,-10px) scale(.6821);animation:fall-315 13s -23s linear infinite}@keyframes fall-315{79.187%{transform:translate(77.187vw,79.187vh) scale(.6821)}to{transform:translate(80.66315vw,100vh) scale(.6821)}}.snow:nth-child(316){opacity:.146;transform:translate(70.1643vw,-10px) scale(.7795);animation:fall-316 17s -23s linear infinite}@keyframes fall-316{39.172%{transform:translate(67.0604vw,39.172vh) scale(.7795)}to{transform:translate(68.61235vw,100vh) scale(.7795)}}.snow:nth-child(317){opacity:.241;transform:translate(45.8172vw,-10px) scale(.9704);animation:fall-317 27s -11s linear infinite}@keyframes fall-317{31.938%{transform:translate(46.6198vw,31.938vh) scale(.9704)}to{transform:translate(46.2185vw,100vh) scale(.9704)}}.snow:nth-child(318){opacity:1.7504;transform:translate(.2142vw,-10px) scale(.3663);animation:fall-318 15s -2s linear infinite}@keyframes fall-318{41.656%{transform:translate(-2.024vw,41.656vh) scale(.3663)}to{transform:translate(-.9049vw,100vh) scale(.3663)}}.snow:nth-child(319){opacity:.3196;transform:translate(50.2546vw,-10px) scale(.3346);animation:fall-319 18s -27s linear infinite}@keyframes fall-319{78.104%{transform:translate(55.9366vw,78.104vh) scale(.3346)}to{transform:translate(53.0956vw,100vh) scale(.3346)}}.snow:nth-child(320){opacity:1.4796;transform:translate(99.6283vw,-10px) scale(.0189);animation:fall-320 18s -17s linear infinite}@keyframes fall-320{33.159%{transform:translate(90.3671vw,33.159vh) scale(.0189)}to{transform:translate(94.9977vw,100vh) scale(.0189)}}.snow:nth-child(321){opacity:1.4904;transform:translate(80.898vw,-10px) scale(.1344);animation:fall-321 24s -30s linear infinite}@keyframes fall-321{65.799%{transform:translate(80.9909vw,65.799vh) scale(.1344)}to{transform:translate(80.94445vw,100vh) scale(.1344)}}.snow:nth-child(322){opacity:.1014;transform:translate(20.3369vw,-10px) scale(.4837);animation:fall-322 22s -28s linear infinite}@keyframes fall-322{69.588%{transform:translate(23.1909vw,69.588vh) scale(.4837)}to{transform:translate(21.7639vw,100vh) scale(.4837)}}.snow:nth-child(323){opacity:.999;transform:translate(97.0114vw,-10px) scale(.9353);animation:fall-323 21s -17s linear infinite}@keyframes fall-323{43.004%{transform:translate(99.734vw,43.004vh) scale(.9353)}to{transform:translate(98.3727vw,100vh) scale(.9353)}}.snow:nth-child(324){opacity:1.1358;transform:translate(6.4291vw,-10px) scale(.2997);animation:fall-324 22s -5s linear infinite}@keyframes fall-324{30.94%{transform:translate(15.5227vw,30.94vh) scale(.2997)}to{transform:translate(10.9759vw,100vh) scale(.2997)}}.snow:nth-child(325){opacity:1.3964;transform:translate(42.7681vw,-10px) scale(.3311);animation:fall-325 15s -25s linear infinite}@keyframes fall-325{50.875%{transform:translate(47.0054vw,50.875vh) scale(.3311)}to{transform:translate(44.88675vw,100vh) scale(.3311)}}.snow:nth-child(326){opacity:1.8558;transform:translate(50.2594vw,-10px) scale(.6693);animation:fall-326 17s -29s linear infinite}@keyframes fall-326{30.67%{transform:translate(47.1063vw,30.67vh) scale(.6693)}to{transform:translate(48.68285vw,100vh) scale(.6693)}}.snow:nth-child(327){opacity:1.8502;transform:translate(7.0291vw,-10px) scale(.0792);animation:fall-327 19s -30s linear infinite}@keyframes fall-327{35.245%{transform:translate(13.3999vw,35.245vh) scale(.0792)}to{transform:translate(10.2145vw,100vh) scale(.0792)}}.snow:nth-child(328){opacity:.3938;transform:translate(36.8139vw,-10px) scale(.6089);animation:fall-328 28s -6s linear infinite}@keyframes fall-328{77.968%{transform:translate(37.78vw,77.968vh) scale(.6089)}to{transform:translate(37.29695vw,100vh) scale(.6089)}}.snow:nth-child(329){opacity:1.724;transform:translate(93.6894vw,-10px) scale(.9462);animation:fall-329 24s -4s linear infinite}@keyframes fall-329{72.637%{transform:translate(88.1601vw,72.637vh) scale(.9462)}to{transform:translate(90.92475vw,100vh) scale(.9462)}}.snow:nth-child(330){opacity:1.5866;transform:translate(92.3212vw,-10px) scale(.2671);animation:fall-330 26s -7s linear infinite}@keyframes fall-330{63.517%{transform:translate(99.2461vw,63.517vh) scale(.2671)}to{transform:translate(95.78365vw,100vh) scale(.2671)}}.snow:nth-child(331){opacity:1.5598;transform:translate(49.089vw,-10px) scale(.2729);animation:fall-331 24s -3s linear infinite}@keyframes fall-331{55.762%{transform:translate(43.9628vw,55.762vh) scale(.2729)}to{transform:translate(46.5259vw,100vh) scale(.2729)}}.snow:nth-child(332){opacity:1.3048;transform:translate(27.0975vw,-10px) scale(.416);animation:fall-332 15s -25s linear infinite}@keyframes fall-332{48.274%{transform:translate(28.2212vw,48.274vh) scale(.416)}to{transform:translate(27.65935vw,100vh) scale(.416)}}.snow:nth-child(333){opacity:1.1698;transform:translate(34.9276vw,-10px) scale(.1364);animation:fall-333 15s -13s linear infinite}@keyframes fall-333{42.499%{transform:translate(34.6304vw,42.499vh) scale(.1364)}to{transform:translate(34.779vw,100vh) scale(.1364)}}.snow:nth-child(334){opacity:.0864;transform:translate(86.4521vw,-10px) scale(.7927);animation:fall-334 15s -27s linear infinite}@keyframes fall-334{61.251%{transform:translate(96.1954vw,61.251vh) scale(.7927)}to{transform:translate(91.32375vw,100vh) scale(.7927)}}.snow:nth-child(335){opacity:.0652;transform:translate(52.4316vw,-10px) scale(.0023);animation:fall-335 29s -3s linear infinite}@keyframes fall-335{49.937%{transform:translate(55.37vw,49.937vh) scale(.0023)}to{transform:translate(53.9008vw,100vh) scale(.0023)}}.snow:nth-child(336){opacity:.2452;transform:translate(86.0295vw,-10px) scale(.954);animation:fall-336 26s -17s linear infinite}@keyframes fall-336{44.058%{transform:translate(76.4787vw,44.058vh) scale(.954)}to{transform:translate(81.2541vw,100vh) scale(.954)}}.snow:nth-child(337){opacity:.7914;transform:translate(46.5862vw,-10px) scale(.4329);animation:fall-337 28s -7s linear infinite}@keyframes fall-337{70.36%{transform:translate(42.7583vw,70.36vh) scale(.4329)}to{transform:translate(44.67225vw,100vh) scale(.4329)}}.snow:nth-child(338){opacity:.9404;transform:translate(23.8991vw,-10px) scale(.7322);animation:fall-338 29s -16s linear infinite}@keyframes fall-338{59.242%{transform:translate(27.5454vw,59.242vh) scale(.7322)}to{transform:translate(25.72225vw,100vh) scale(.7322)}}.snow:nth-child(339){opacity:.0826;transform:translate(87.1434vw,-10px) scale(.0161);animation:fall-339 28s -9s linear infinite}@keyframes fall-339{72.884%{transform:translate(96.9546vw,72.884vh) scale(.0161)}to{transform:translate(92.049vw,100vh) scale(.0161)}}.snow:nth-child(340){opacity:.249;transform:translate(6.9322vw,-10px) scale(.1125);animation:fall-340 13s -7s linear infinite}@keyframes fall-340{54.907%{transform:translate(11.6408vw,54.907vh) scale(.1125)}to{transform:translate(9.2865vw,100vh) scale(.1125)}}.snow:nth-child(341){opacity:.257;transform:translate(60.7495vw,-10px) scale(.3972);animation:fall-341 18s -29s linear infinite}@keyframes fall-341{32.584%{transform:translate(61.3833vw,32.584vh) scale(.3972)}to{transform:translate(61.0664vw,100vh) scale(.3972)}}.snow:nth-child(342){opacity:.5932;transform:translate(80.1082vw,-10px) scale(.0291);animation:fall-342 27s -3s linear infinite}@keyframes fall-342{47.449%{transform:translate(77.6451vw,47.449vh) scale(.0291)}to{transform:translate(78.87665vw,100vh) scale(.0291)}}.snow:nth-child(343){opacity:.468;transform:translate(42.9077vw,-10px) scale(.0814);animation:fall-343 12s -19s linear infinite}@keyframes fall-343{66.266%{transform:translate(47.5747vw,66.266vh) scale(.0814)}to{transform:translate(45.2412vw,100vh) scale(.0814)}}.snow:nth-child(344){opacity:.2996;transform:translate(97.6971vw,-10px) scale(.0744);animation:fall-344 24s -6s linear infinite}@keyframes fall-344{78.307%{transform:translate(102.0492vw,78.307vh) scale(.0744)}to{transform:translate(99.87315vw,100vh) scale(.0744)}}.snow:nth-child(345){opacity:1.8388;transform:translate(70.389vw,-10px) scale(.358);animation:fall-345 24s -1s linear infinite}@keyframes fall-345{38.449%{transform:translate(79.5182vw,38.449vh) scale(.358)}to{transform:translate(74.9536vw,100vh) scale(.358)}}.snow:nth-child(346){opacity:1.3262;transform:translate(3.9976vw,-10px) scale(.5312);animation:fall-346 14s -20s linear infinite}@keyframes fall-346{74.485%{transform:translate(-2.0458vw,74.485vh) scale(.5312)}to{transform:translate(.9759vw,100vh) scale(.5312)}}.snow:nth-child(347){opacity:.5258;transform:translate(12.6176vw,-10px) scale(.3689);animation:fall-347 23s -3s linear infinite}@keyframes fall-347{62.051%{transform:translate(18.2049vw,62.051vh) scale(.3689)}to{transform:translate(15.41125vw,100vh) scale(.3689)}}.snow:nth-child(348){opacity:1.727;transform:translate(27.1408vw,-10px) scale(.1046);animation:fall-348 28s -15s linear infinite}@keyframes fall-348{51.803%{transform:translate(17.6896vw,51.803vh) scale(.1046)}to{transform:translate(22.4152vw,100vh) scale(.1046)}}.snow:nth-child(349){opacity:1.6428;transform:translate(82.051vw,-10px) scale(.4914);animation:fall-349 23s -28s linear infinite}@keyframes fall-349{67.73%{transform:translate(73.1539vw,67.73vh) scale(.4914)}to{transform:translate(77.60245vw,100vh) scale(.4914)}}.snow:nth-child(350){opacity:.989;transform:translate(8.9116vw,-10px) scale(.3508);animation:fall-350 12s -29s linear infinite}@keyframes fall-350{73.232%{transform:translate(6.0473vw,73.232vh) scale(.3508)}to{transform:translate(7.47945vw,100vh) scale(.3508)}}.snow:nth-child(351){opacity:1.4738;transform:translate(87.5631vw,-10px) scale(.7879);animation:fall-351 20s -28s linear infinite}@keyframes fall-351{36.225%{transform:translate(81.2517vw,36.225vh) scale(.7879)}to{transform:translate(84.4074vw,100vh) scale(.7879)}}.snow:nth-child(352){opacity:.6984;transform:translate(91.6627vw,-10px) scale(.5644);animation:fall-352 12s -29s linear infinite}@keyframes fall-352{54.974%{transform:translate(83.8322vw,54.974vh) scale(.5644)}to{transform:translate(87.74745vw,100vh) scale(.5644)}}.snow:nth-child(353){opacity:.2002;transform:translate(1.7678vw,-10px) scale(.1454);animation:fall-353 13s -15s linear infinite}@keyframes fall-353{44.311%{transform:translate(7.8318vw,44.311vh) scale(.1454)}to{transform:translate(4.7998vw,100vh) scale(.1454)}}.snow:nth-child(354){opacity:.7996;transform:translate(22.0053vw,-10px) scale(.58);animation:fall-354 20s -25s linear infinite}@keyframes fall-354{51.299%{transform:translate(12.9616vw,51.299vh) scale(.58)}to{transform:translate(17.48345vw,100vh) scale(.58)}}.snow:nth-child(355){opacity:1.786;transform:translate(78.0546vw,-10px) scale(.1926);animation:fall-355 20s -29s linear infinite}@keyframes fall-355{50.479%{transform:translate(76.1972vw,50.479vh) scale(.1926)}to{transform:translate(77.1259vw,100vh) scale(.1926)}}.snow:nth-child(356){opacity:1.8662;transform:translate(15.5058vw,-10px) scale(.0307);animation:fall-356 16s -5s linear infinite}@keyframes fall-356{60.746%{transform:translate(14.7859vw,60.746vh) scale(.0307)}to{transform:translate(15.14585vw,100vh) scale(.0307)}}.snow:nth-child(357){opacity:1.5634;transform:translate(83.9307vw,-10px) scale(.2542);animation:fall-357 23s -7s linear infinite}@keyframes fall-357{61.682%{transform:translate(78.2276vw,61.682vh) scale(.2542)}to{transform:translate(81.07915vw,100vh) scale(.2542)}}.snow:nth-child(358){opacity:.9604;transform:translate(95.1757vw,-10px) scale(.3585);animation:fall-358 28s -25s linear infinite}@keyframes fall-358{56.368%{transform:translate(90.7806vw,56.368vh) scale(.3585)}to{transform:translate(92.97815vw,100vh) scale(.3585)}}.snow:nth-child(359){opacity:1.0426;transform:translate(92.8451vw,-10px) scale(.6011);animation:fall-359 20s -19s linear infinite}@keyframes fall-359{55.804%{transform:translate(86.0245vw,55.804vh) scale(.6011)}to{transform:translate(89.4348vw,100vh) scale(.6011)}}.snow:nth-child(360){opacity:.639;transform:translate(14.2801vw,-10px) scale(.9028);animation:fall-360 25s -11s linear infinite}@keyframes fall-360{43.459%{transform:translate(6.1859vw,43.459vh) scale(.9028)}to{transform:translate(10.233vw,100vh) scale(.9028)}}.snow:nth-child(361){opacity:1.2852;transform:translate(63.8823vw,-10px) scale(.221);animation:fall-361 27s -12s linear infinite}@keyframes fall-361{56.364%{transform:translate(66.5167vw,56.364vh) scale(.221)}to{transform:translate(65.1995vw,100vh) scale(.221)}}.snow:nth-child(362){opacity:.2178;transform:translate(26.3925vw,-10px) scale(.4838);animation:fall-362 13s -8s linear infinite}@keyframes fall-362{58.674%{transform:translate(19.7417vw,58.674vh) scale(.4838)}to{transform:translate(23.0671vw,100vh) scale(.4838)}}.snow:nth-child(363){opacity:1.9586;transform:translate(34.2619vw,-10px) scale(.8396);animation:fall-363 23s -29s linear infinite}@keyframes fall-363{33.11%{transform:translate(38.7536vw,33.11vh) scale(.8396)}to{transform:translate(36.50775vw,100vh) scale(.8396)}}.snow:nth-child(364){opacity:.2688;transform:translate(40.7583vw,-10px) scale(.0278);animation:fall-364 25s -7s linear infinite}@keyframes fall-364{50.92%{transform:translate(33.4529vw,50.92vh) scale(.0278)}to{transform:translate(37.1056vw,100vh) scale(.0278)}}.snow:nth-child(365){opacity:1.4476;transform:translate(29.3932vw,-10px) scale(.4897);animation:fall-365 30s -30s linear infinite}@keyframes fall-365{79.52%{transform:translate(23.9948vw,79.52vh) scale(.4897)}to{transform:translate(26.694vw,100vh) scale(.4897)}}.snow:nth-child(366){opacity:.4938;transform:translate(95.1098vw,-10px) scale(.6269);animation:fall-366 30s -19s linear infinite}@keyframes fall-366{40.592%{transform:translate(93.2704vw,40.592vh) scale(.6269)}to{transform:translate(94.1901vw,100vh) scale(.6269)}}.snow:nth-child(367){opacity:1.7042;transform:translate(12.2372vw,-10px) scale(.6159);animation:fall-367 16s -7s linear infinite}@keyframes fall-367{68.327%{transform:translate(11.285vw,68.327vh) scale(.6159)}to{transform:translate(11.7611vw,100vh) scale(.6159)}}.snow:nth-child(368){opacity:1.5842;transform:translate(21.5893vw,-10px) scale(.4697);animation:fall-368 10s -21s linear infinite}@keyframes fall-368{73.595%{transform:translate(19.7522vw,73.595vh) scale(.4697)}to{transform:translate(20.67075vw,100vh) scale(.4697)}}.snow:nth-child(369){opacity:.1952;transform:translate(97.3365vw,-10px) scale(.2723);animation:fall-369 13s -4s linear infinite}@keyframes fall-369{74.517%{transform:translate(107.3244vw,74.517vh) scale(.2723)}to{transform:translate(102.33045vw,100vh) scale(.2723)}}.snow:nth-child(370){opacity:.1028;transform:translate(80.7818vw,-10px) scale(.1455);animation:fall-370 26s -25s linear infinite}@keyframes fall-370{72.821%{transform:translate(80.7723vw,72.821vh) scale(.1455)}to{transform:translate(80.77705vw,100vh) scale(.1455)}}.snow:nth-child(371){opacity:.6092;transform:translate(23.0813vw,-10px) scale(.7708);animation:fall-371 16s -10s linear infinite}@keyframes fall-371{56.127%{transform:translate(30.524vw,56.127vh) scale(.7708)}to{transform:translate(26.80265vw,100vh) scale(.7708)}}.snow:nth-child(372){opacity:.4632;transform:translate(30.4818vw,-10px) scale(.1434);animation:fall-372 18s -19s linear infinite}@keyframes fall-372{72.304%{transform:translate(25.8114vw,72.304vh) scale(.1434)}to{transform:translate(28.1466vw,100vh) scale(.1434)}}.snow:nth-child(373){opacity:1.0606;transform:translate(32.5914vw,-10px) scale(.7546);animation:fall-373 15s -25s linear infinite}@keyframes fall-373{78.416%{transform:translate(36.5188vw,78.416vh) scale(.7546)}to{transform:translate(34.5551vw,100vh) scale(.7546)}}.snow:nth-child(374){opacity:.9152;transform:translate(70.2447vw,-10px) scale(.3628);animation:fall-374 28s -8s linear infinite}@keyframes fall-374{50.77%{transform:translate(65.8652vw,50.77vh) scale(.3628)}to{transform:translate(68.05495vw,100vh) scale(.3628)}}.snow:nth-child(375){opacity:.3112;transform:translate(28.5726vw,-10px) scale(.1298);animation:fall-375 28s -21s linear infinite}@keyframes fall-375{31.301%{transform:translate(37.5077vw,31.301vh) scale(.1298)}to{transform:translate(33.04015vw,100vh) scale(.1298)}}.snow:nth-child(376){opacity:1.5478;transform:translate(41.8869vw,-10px) scale(.8781);animation:fall-376 29s -3s linear infinite}@keyframes fall-376{30.014%{transform:translate(37.7127vw,30.014vh) scale(.8781)}to{transform:translate(39.7998vw,100vh) scale(.8781)}}.snow:nth-child(377){opacity:.4922;transform:translate(40.4651vw,-10px) scale(.6994);animation:fall-377 10s -23s linear infinite}@keyframes fall-377{76.116%{transform:translate(44.0588vw,76.116vh) scale(.6994)}to{transform:translate(42.26195vw,100vh) scale(.6994)}}.snow:nth-child(378){opacity:1.953;transform:translate(21.6182vw,-10px) scale(.4349);animation:fall-378 14s -11s linear infinite}@keyframes fall-378{33.152%{transform:translate(12.3977vw,33.152vh) scale(.4349)}to{transform:translate(17.00795vw,100vh) scale(.4349)}}.snow:nth-child(379){opacity:1.7334;transform:translate(73.294vw,-10px) scale(.7334);animation:fall-379 13s -26s linear infinite}@keyframes fall-379{77.597%{transform:translate(74.6044vw,77.597vh) scale(.7334)}to{transform:translate(73.9492vw,100vh) scale(.7334)}}.snow:nth-child(380){opacity:.6668;transform:translate(91.0828vw,-10px) scale(.4563);animation:fall-380 15s -22s linear infinite}@keyframes fall-380{66.936%{transform:translate(100.1376vw,66.936vh) scale(.4563)}to{transform:translate(95.6102vw,100vh) scale(.4563)}}.snow:nth-child(381){opacity:.111;transform:translate(20.6881vw,-10px) scale(.1436);animation:fall-381 27s -25s linear infinite}@keyframes fall-381{47.798%{transform:translate(15.8563vw,47.798vh) scale(.1436)}to{transform:translate(18.2722vw,100vh) scale(.1436)}}.snow:nth-child(382){opacity:1.0498;transform:translate(93.0956vw,-10px) scale(.1531);animation:fall-382 21s -24s linear infinite}@keyframes fall-382{33.4%{transform:translate(98.8796vw,33.4vh) scale(.1531)}to{transform:translate(95.9876vw,100vh) scale(.1531)}}.snow:nth-child(383){opacity:1.664;transform:translate(12.6755vw,-10px) scale(.2258);animation:fall-383 21s -6s linear infinite}@keyframes fall-383{73.664%{transform:translate(19.2139vw,73.664vh) scale(.2258)}to{transform:translate(15.9447vw,100vh) scale(.2258)}}.snow:nth-child(384){opacity:.9006;transform:translate(52.7484vw,-10px) scale(.2681);animation:fall-384 21s -7s linear infinite}@keyframes fall-384{56.794%{transform:translate(54.0066vw,56.794vh) scale(.2681)}to{transform:translate(53.3775vw,100vh) scale(.2681)}}.snow:nth-child(385){opacity:.735;transform:translate(49.9476vw,-10px) scale(.8984);animation:fall-385 14s -8s linear infinite}@keyframes fall-385{74.689%{transform:translate(53.9473vw,74.689vh) scale(.8984)}to{transform:translate(51.94745vw,100vh) scale(.8984)}}.snow:nth-child(386){opacity:1.7708;transform:translate(16.171vw,-10px) scale(.8414);animation:fall-386 14s -30s linear infinite}@keyframes fall-386{31.489%{transform:translate(8.6102vw,31.489vh) scale(.8414)}to{transform:translate(12.3906vw,100vh) scale(.8414)}}.snow:nth-child(387){opacity:1.3822;transform:translate(22.7629vw,-10px) scale(.9502);animation:fall-387 17s -2s linear infinite}@keyframes fall-387{78.391%{transform:translate(14.6945vw,78.391vh) scale(.9502)}to{transform:translate(18.7287vw,100vh) scale(.9502)}}.snow:nth-child(388){opacity:.0746;transform:translate(20.1872vw,-10px) scale(.7529);animation:fall-388 19s -13s linear infinite}@keyframes fall-388{78.667%{transform:translate(29.0636vw,78.667vh) scale(.7529)}to{transform:translate(24.6254vw,100vh) scale(.7529)}}.snow:nth-child(389){opacity:.2452;transform:translate(49.4545vw,-10px) scale(.7759);animation:fall-389 25s -29s linear infinite}@keyframes fall-389{66.03%{transform:translate(53.258vw,66.03vh) scale(.7759)}to{transform:translate(51.35625vw,100vh) scale(.7759)}}.snow:nth-child(390){opacity:.5534;transform:translate(61.7668vw,-10px) scale(.7044);animation:fall-390 27s -5s linear infinite}@keyframes fall-390{79.609%{transform:translate(59.8886vw,79.609vh) scale(.7044)}to{transform:translate(60.8277vw,100vh) scale(.7044)}}.snow:nth-child(391){opacity:.5506;transform:translate(90.1117vw,-10px) scale(.4852);animation:fall-391 18s -9s linear infinite}@keyframes fall-391{78.864%{transform:translate(87.7644vw,78.864vh) scale(.4852)}to{transform:translate(88.93805vw,100vh) scale(.4852)}}.snow:nth-child(392){opacity:1.6782;transform:translate(25.8475vw,-10px) scale(.2321);animation:fall-392 24s -22s linear infinite}@keyframes fall-392{55.947%{transform:translate(26.556vw,55.947vh) scale(.2321)}to{transform:translate(26.20175vw,100vh) scale(.2321)}}.snow:nth-child(393){opacity:.9512;transform:translate(16.7945vw,-10px) scale(.4968);animation:fall-393 18s -30s linear infinite}@keyframes fall-393{55.606%{transform:translate(15.6104vw,55.606vh) scale(.4968)}to{transform:translate(16.20245vw,100vh) scale(.4968)}}.snow:nth-child(394){opacity:.5038;transform:translate(74.0701vw,-10px) scale(.2684);animation:fall-394 13s -8s linear infinite}@keyframes fall-394{70.203%{transform:translate(83.5798vw,70.203vh) scale(.2684)}to{transform:translate(78.82495vw,100vh) scale(.2684)}}.snow:nth-child(395){opacity:1.5776;transform:translate(3.1391vw,-10px) scale(.0264);animation:fall-395 23s -23s linear infinite}@keyframes fall-395{63.024%{transform:translate(.1952vw,63.024vh) scale(.0264)}to{transform:translate(1.66715vw,100vh) scale(.0264)}}.snow:nth-child(396){opacity:1.8118;transform:translate(54.7005vw,-10px) scale(.0479);animation:fall-396 26s -19s linear infinite}@keyframes fall-396{51.808%{transform:translate(50.0691vw,51.808vh) scale(.0479)}to{transform:translate(52.3848vw,100vh) scale(.0479)}}.snow:nth-child(397){opacity:.1528;transform:translate(27.6858vw,-10px) scale(.6193);animation:fall-397 28s -27s linear infinite}@keyframes fall-397{33.382%{transform:translate(31.2425vw,33.382vh) scale(.6193)}to{transform:translate(29.46415vw,100vh) scale(.6193)}}.snow:nth-child(398){opacity:1.9044;transform:translate(83.736vw,-10px) scale(.804);animation:fall-398 23s -5s linear infinite}@keyframes fall-398{45.11%{transform:translate(74.2906vw,45.11vh) scale(.804)}to{transform:translate(79.0133vw,100vh) scale(.804)}}.snow:nth-child(399){opacity:1.699;transform:translate(45.2948vw,-10px) scale(.7922);animation:fall-399 17s -2s linear infinite}@keyframes fall-399{62.806%{transform:translate(43.5891vw,62.806vh) scale(.7922)}to{transform:translate(44.44195vw,100vh) scale(.7922)}}.snow:nth-child(400){opacity:.493;transform:translate(52.7561vw,-10px) scale(.8774);animation:fall-400 30s -18s linear infinite}@keyframes fall-400{36.231%{transform:translate(54.4903vw,36.231vh) scale(.8774)}to{transform:translate(53.6232vw,100vh) scale(.8774)}}\n"] }]
25
25
  }], ctorParameters: function () { return [{ type: i1.TokenService }, { type: i1.AppState }, { type: i2.Router }]; } });
26
26
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmUvc3JjL2xpYi9hcHAuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vcHJvamVjdHMvY29yZS9zcmMvbGliL2FwcC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxVQUFVO0FBQ1YsT0FBTyxFQUFFLFNBQVMsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7Ozs7QUFZN0QsTUFBTSxPQUFPLFlBQVk7SUFJckIsWUFBb0IsR0FBaUIsRUFBUyxNQUFnQixFQUFVLE1BQWM7UUFBbEUsUUFBRyxHQUFILEdBQUcsQ0FBYztRQUFTLFdBQU0sR0FBTixNQUFNLENBQVU7UUFBVSxXQUFNLEdBQU4sTUFBTSxDQUFRO1FBRi9FLFVBQUssR0FBYSxFQUFFLENBQUM7UUFJeEIsSUFBSSxJQUFJLENBQUMsTUFBTSxDQUFDLGFBQWE7WUFDekIsS0FBSyxJQUFJLENBQUMsR0FBRyxDQUFDLEVBQUUsQ0FBQyxHQUFHLEdBQUcsRUFBRSxDQUFDLEVBQUU7Z0JBQ3hCLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBRTNCLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLFlBQVk7WUFDdEIsSUFBSSxDQUFDLE1BQU0sQ0FBQyxRQUFRLENBQUMsQ0FBQyxPQUFPLEVBQUUsRUFBRSxPQUFPLEVBQUUsSUFBSSxDQUFDLE1BQU0sQ0FBQyxHQUFHLEVBQUUsQ0FBQyxDQUFDLENBQUM7SUFDdEUsQ0FBQzs7eUdBWlEsWUFBWTs2RkFBWixZQUFZLGdEQ2J6QixpS0FHK0I7MkZEVWxCLFlBQVk7a0JBTnhCLFNBQVM7K0JBQ0ksVUFBVSxpQkFDTCxpQkFBaUIsQ0FBQyxJQUFJIiwic291cmNlc0NvbnRlbnQiOlsiLy8gQW5ndWxhclxyXG5pbXBvcnQgeyBDb21wb25lbnQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgUm91dGVyIH0gZnJvbSBcIkBhbmd1bGFyL3JvdXRlclwiO1xyXG5cclxuLy8gQ29uZmlndXJhemlvbmlcclxuIGltcG9ydCB7IEFwcFN0YXRlLCBUb2tlblNlcnZpY2UgfSBmcm9tIFwiQGVzZmFlbnphL2NvcmUvc2VydmljZXNcIjtcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gICAgc2VsZWN0b3I6ICdhcHAtcm9vdCcsXHJcbiAgICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxyXG4gICAgc3R5bGVVcmxzOiBbXCIuL2FwcC5jb21wb25lbnQuc2Nzc1wiXSxcclxuICAgIHRlbXBsYXRlVXJsOiAnLi9hcHAuY29tcG9uZW50Lmh0bWwnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBBcHBDb21wb25lbnQge1xyXG5cclxuICAgIHB1YmxpYyBzbm93czogbnVtYmVyW10gPSBbXTtcclxuXHJcbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIGJ0czogVG9rZW5TZXJ2aWNlLCBwdWJsaWMgX3N0YXRlOiBBcHBTdGF0ZSwgcHJpdmF0ZSByb3V0ZXI6IFJvdXRlcikge1xyXG5cclxuICAgICAgICBpZiAodGhpcy5fc3RhdGUuY2hyaXN0bWFzVGltZSlcclxuICAgICAgICAgICAgZm9yIChsZXQgaSA9IDA7IGkgPCA0MDA7IGkrKylcclxuICAgICAgICAgICAgICAgIHRoaXMuc25vd3MucHVzaChpKTtcclxuXHJcbiAgICAgICAgaWYgKCF0aGlzLmJ0cy5hY2NvdW50U2NvcGUpXHJcbiAgICAgICAgICAgIHRoaXMucm91dGVyLm5hdmlnYXRlKFtcImxvZ2luXCIsIHsgZnJvbVVybDogdGhpcy5yb3V0ZXIudXJsIH1dKTtcclxuICAgIH1cclxufSIsIjxuZy1jb250YWluZXIgKm5nSWY9XCJfc3RhdGUuY2hyaXN0bWFzVGltZVwiPlxyXG4gICAgPGRpdiAqbmdGb3I9XCJsZXQgaSBvZiBzbm93c1wiIGNsYXNzPVwic25vd1wiPjwvZGl2PlxyXG48L25nLWNvbnRhaW5lcj5cclxuPHJvdXRlci1vdXRsZXQ+PC9yb3V0ZXItb3V0bGV0PiJdfQ==