@esfaenza/core 15.2.9 → 15.2.11
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.
- package/components/base/base.component.d.ts +1 -1
- package/directives/directives.module.d.ts +2 -1
- package/directives/es-routerLink/es-routerLink.directive.d.ts +12 -0
- package/directives/public-api.d.ts +1 -0
- package/domain/models/core/ApplicationRoutes.d.ts +2 -0
- package/domain/public-api.d.ts +1 -0
- package/esm2020/components/base/base.component.mjs +4 -2
- package/esm2020/directives/directives.module.mjs +4 -3
- package/esm2020/directives/es-routerLink/es-routerLink.directive.mjs +43 -0
- package/esm2020/directives/public-api.mjs +2 -1
- package/esm2020/domain/models/core/ApplicationRoutes.mjs +3 -0
- package/esm2020/domain/public-api.mjs +2 -1
- package/esm2020/lib/app.component.mjs +2 -2
- package/esm2020/lib/core.module.mjs +4 -3
- package/fesm2015/esfaenza-core-components.mjs +3 -1
- package/fesm2015/esfaenza-core-components.mjs.map +1 -1
- package/fesm2015/esfaenza-core-directives.mjs +46 -4
- package/fesm2015/esfaenza-core-directives.mjs.map +1 -1
- package/fesm2015/esfaenza-core-domain.mjs +4 -1
- package/fesm2015/esfaenza-core-domain.mjs.map +1 -1
- package/fesm2015/esfaenza-core.mjs +5 -5
- package/fesm2015/esfaenza-core.mjs.map +1 -1
- package/fesm2020/esfaenza-core-components.mjs +3 -1
- package/fesm2020/esfaenza-core-components.mjs.map +1 -1
- package/fesm2020/esfaenza-core-directives.mjs +44 -4
- package/fesm2020/esfaenza-core-directives.mjs.map +1 -1
- package/fesm2020/esfaenza-core-domain.mjs +4 -1
- package/fesm2020/esfaenza-core-domain.mjs.map +1 -1
- package/fesm2020/esfaenza-core.mjs +5 -5
- package/fesm2020/esfaenza-core.mjs.map +1 -1
- 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.314;transform:translate(96.0688vw,-10px) scale(.0346);animation:fall-1 10s -18s linear infinite}@keyframes fall-1{30.672%{transform:translate(104.3465vw,30.672vh) scale(.0346)}to{transform:translate(100.20765vw,100vh) scale(.0346)}}.snow:nth-child(2){opacity:.37;transform:translate(90.466vw,-10px) scale(.0803);animation:fall-2 15s -6s linear infinite}@keyframes fall-2{47.432%{transform:translate(95.9208vw,47.432vh) scale(.0803)}to{transform:translate(93.1934vw,100vh) scale(.0803)}}.snow:nth-child(3){opacity:1.4596;transform:translate(26.066vw,-10px) scale(.8317);animation:fall-3 22s -11s linear infinite}@keyframes fall-3{74.997%{transform:translate(22.1002vw,74.997vh) scale(.8317)}to{transform:translate(24.0831vw,100vh) scale(.8317)}}.snow:nth-child(4){opacity:.7606;transform:translate(47.6286vw,-10px) scale(.6198);animation:fall-4 17s -7s linear infinite}@keyframes fall-4{54.043%{transform:translate(50.0627vw,54.043vh) scale(.6198)}to{transform:translate(48.84565vw,100vh) scale(.6198)}}.snow:nth-child(5){opacity:1.6258;transform:translate(90.8346vw,-10px) scale(.8017);animation:fall-5 30s -23s linear infinite}@keyframes fall-5{68.983%{transform:translate(95.0127vw,68.983vh) scale(.8017)}to{transform:translate(92.92365vw,100vh) scale(.8017)}}.snow:nth-child(6){opacity:.1474;transform:translate(52.8092vw,-10px) scale(.9917);animation:fall-6 17s -28s linear infinite}@keyframes fall-6{47.008%{transform:translate(45.3899vw,47.008vh) scale(.9917)}to{transform:translate(49.09955vw,100vh) scale(.9917)}}.snow:nth-child(7){opacity:.3886;transform:translate(54.3944vw,-10px) scale(.5437);animation:fall-7 12s -26s linear infinite}@keyframes fall-7{63.492%{transform:translate(51.6223vw,63.492vh) scale(.5437)}to{transform:translate(53.00835vw,100vh) scale(.5437)}}.snow:nth-child(8){opacity:1.252;transform:translate(28.628vw,-10px) scale(.071);animation:fall-8 13s -28s linear infinite}@keyframes fall-8{36.582%{transform:translate(18.6332vw,36.582vh) scale(.071)}to{transform:translate(23.6306vw,100vh) scale(.071)}}.snow:nth-child(9){opacity:.4712;transform:translate(49.2904vw,-10px) scale(.6786);animation:fall-9 27s -13s linear infinite}@keyframes fall-9{66.961%{transform:translate(42.4422vw,66.961vh) scale(.6786)}to{transform:translate(45.8663vw,100vh) scale(.6786)}}.snow:nth-child(10){opacity:1.0672;transform:translate(90.0338vw,-10px) scale(.717);animation:fall-10 14s -6s linear infinite}@keyframes fall-10{43.142%{transform:translate(82.1251vw,43.142vh) scale(.717)}to{transform:translate(86.07945vw,100vh) scale(.717)}}.snow:nth-child(11){opacity:1.464;transform:translate(13.5702vw,-10px) scale(.4204);animation:fall-11 19s -30s linear infinite}@keyframes fall-11{55.911%{transform:translate(10.7339vw,55.911vh) scale(.4204)}to{transform:translate(12.15205vw,100vh) scale(.4204)}}.snow:nth-child(12){opacity:1.881;transform:translate(40.7348vw,-10px) scale(.7809);animation:fall-12 30s -15s linear infinite}@keyframes fall-12{37.484%{transform:translate(45.3862vw,37.484vh) scale(.7809)}to{transform:translate(43.0605vw,100vh) scale(.7809)}}.snow:nth-child(13){opacity:.0104;transform:translate(51.9223vw,-10px) scale(.5574);animation:fall-13 23s -5s linear infinite}@keyframes fall-13{57.852%{transform:translate(59.6245vw,57.852vh) scale(.5574)}to{transform:translate(55.7734vw,100vh) scale(.5574)}}.snow:nth-child(14){opacity:1.6694;transform:translate(56.6383vw,-10px) scale(.6505);animation:fall-14 26s -16s linear infinite}@keyframes fall-14{45.489%{transform:translate(57.3654vw,45.489vh) scale(.6505)}to{transform:translate(57.00185vw,100vh) scale(.6505)}}.snow:nth-child(15){opacity:1.0134;transform:translate(98.8168vw,-10px) scale(.9998);animation:fall-15 22s -20s linear infinite}@keyframes fall-15{32.621%{transform:translate(99.4598vw,32.621vh) scale(.9998)}to{transform:translate(99.1383vw,100vh) scale(.9998)}}.snow:nth-child(16){opacity:.314;transform:translate(56.3705vw,-10px) scale(.0369);animation:fall-16 27s -5s linear infinite}@keyframes fall-16{60.595%{transform:translate(65.5773vw,60.595vh) scale(.0369)}to{transform:translate(60.9739vw,100vh) scale(.0369)}}.snow:nth-child(17){opacity:.838;transform:translate(29.9537vw,-10px) scale(.2036);animation:fall-17 26s -5s linear infinite}@keyframes fall-17{59.81%{transform:translate(25.8862vw,59.81vh) scale(.2036)}to{transform:translate(27.91995vw,100vh) scale(.2036)}}.snow:nth-child(18){opacity:.4556;transform:translate(19.5686vw,-10px) scale(.6671);animation:fall-18 16s -5s linear infinite}@keyframes fall-18{52.979%{transform:translate(25.0338vw,52.979vh) scale(.6671)}to{transform:translate(22.3012vw,100vh) scale(.6671)}}.snow:nth-child(19){opacity:.8024;transform:translate(25.3323vw,-10px) scale(.8041);animation:fall-19 29s -28s linear infinite}@keyframes fall-19{54.012%{transform:translate(26.5038vw,54.012vh) scale(.8041)}to{transform:translate(25.91805vw,100vh) scale(.8041)}}.snow:nth-child(20){opacity:1.4712;transform:translate(34.3459vw,-10px) scale(.7286);animation:fall-20 18s -4s linear infinite}@keyframes fall-20{64.139%{transform:translate(36.2966vw,64.139vh) scale(.7286)}to{transform:translate(35.32125vw,100vh) scale(.7286)}}.snow:nth-child(21){opacity:.6746;transform:translate(13.5323vw,-10px) scale(.0547);animation:fall-21 11s -7s linear infinite}@keyframes fall-21{46.35%{transform:translate(8.724vw,46.35vh) scale(.0547)}to{transform:translate(11.12815vw,100vh) scale(.0547)}}.snow:nth-child(22){opacity:.8116;transform:translate(97.8547vw,-10px) scale(.243);animation:fall-22 16s -24s linear infinite}@keyframes fall-22{42.188%{transform:translate(95.2501vw,42.188vh) scale(.243)}to{transform:translate(96.5524vw,100vh) scale(.243)}}.snow:nth-child(23){opacity:1.921;transform:translate(54.8309vw,-10px) scale(.4081);animation:fall-23 22s -29s linear infinite}@keyframes fall-23{34.121%{transform:translate(60.8936vw,34.121vh) scale(.4081)}to{transform:translate(57.86225vw,100vh) scale(.4081)}}.snow:nth-child(24){opacity:.8538;transform:translate(2.5158vw,-10px) scale(.7607);animation:fall-24 30s -29s linear infinite}@keyframes fall-24{44.748%{transform:translate(2.1245vw,44.748vh) scale(.7607)}to{transform:translate(2.32015vw,100vh) scale(.7607)}}.snow:nth-child(25){opacity:1.6378;transform:translate(85.7085vw,-10px) scale(.3221);animation:fall-25 20s -27s linear infinite}@keyframes fall-25{50.45%{transform:translate(79.7442vw,50.45vh) scale(.3221)}to{transform:translate(82.72635vw,100vh) scale(.3221)}}.snow:nth-child(26){opacity:.1282;transform:translate(14.4119vw,-10px) scale(.2142);animation:fall-26 24s -29s linear infinite}@keyframes fall-26{38.78%{transform:translate(18.2265vw,38.78vh) scale(.2142)}to{transform:translate(16.3192vw,100vh) scale(.2142)}}.snow:nth-child(27){opacity:.5328;transform:translate(94.5683vw,-10px) scale(.2623);animation:fall-27 16s -9s linear infinite}@keyframes fall-27{54.256%{transform:translate(84.6541vw,54.256vh) scale(.2623)}to{transform:translate(89.6112vw,100vh) scale(.2623)}}.snow:nth-child(28){opacity:1.3148;transform:translate(19.4635vw,-10px) scale(.7734);animation:fall-28 10s -5s linear infinite}@keyframes fall-28{47.196%{transform:translate(28.8379vw,47.196vh) scale(.7734)}to{transform:translate(24.1507vw,100vh) scale(.7734)}}.snow:nth-child(29){opacity:.228;transform:translate(84.5999vw,-10px) scale(.3008);animation:fall-29 28s -28s linear infinite}@keyframes fall-29{44.498%{transform:translate(90.5892vw,44.498vh) scale(.3008)}to{transform:translate(87.59455vw,100vh) scale(.3008)}}.snow:nth-child(30){opacity:1.7886;transform:translate(30.2566vw,-10px) scale(.7208);animation:fall-30 28s -19s linear infinite}@keyframes fall-30{56.174%{transform:translate(33.9061vw,56.174vh) scale(.7208)}to{transform:translate(32.08135vw,100vh) scale(.7208)}}.snow:nth-child(31){opacity:.03;transform:translate(32.2366vw,-10px) scale(.5562);animation:fall-31 23s -18s linear infinite}@keyframes fall-31{69.928%{transform:translate(25.8332vw,69.928vh) scale(.5562)}to{transform:translate(29.0349vw,100vh) scale(.5562)}}.snow:nth-child(32){opacity:.0762;transform:translate(96.4569vw,-10px) scale(.621);animation:fall-32 11s -24s linear infinite}@keyframes fall-32{53.002%{transform:translate(102.4676vw,53.002vh) scale(.621)}to{transform:translate(99.46225vw,100vh) scale(.621)}}.snow:nth-child(33){opacity:.7934;transform:translate(22.8144vw,-10px) scale(.4332);animation:fall-33 16s -3s linear infinite}@keyframes fall-33{77.797%{transform:translate(30.9999vw,77.797vh) scale(.4332)}to{transform:translate(26.90715vw,100vh) scale(.4332)}}.snow:nth-child(34){opacity:1.4892;transform:translate(3.4181vw,-10px) scale(.7794);animation:fall-34 10s -25s linear infinite}@keyframes fall-34{32.363%{transform:translate(-3.0533vw,32.363vh) scale(.7794)}to{transform:translate(.1824vw,100vh) scale(.7794)}}.snow:nth-child(35){opacity:.7736;transform:translate(36.8622vw,-10px) scale(.865);animation:fall-35 24s -30s linear infinite}@keyframes fall-35{56.097%{transform:translate(42.4068vw,56.097vh) scale(.865)}to{transform:translate(39.6345vw,100vh) scale(.865)}}.snow:nth-child(36){opacity:1.8452;transform:translate(87.8244vw,-10px) scale(.4653);animation:fall-36 14s -2s linear infinite}@keyframes fall-36{34.413%{transform:translate(95.0208vw,34.413vh) scale(.4653)}to{transform:translate(91.4226vw,100vh) scale(.4653)}}.snow:nth-child(37){opacity:1.9762;transform:translate(73.5877vw,-10px) scale(.252);animation:fall-37 29s -30s linear infinite}@keyframes fall-37{74.304%{transform:translate(72.6665vw,74.304vh) scale(.252)}to{transform:translate(73.1271vw,100vh) scale(.252)}}.snow:nth-child(38){opacity:1.2062;transform:translate(55.6646vw,-10px) scale(.9485);animation:fall-38 17s -10s linear infinite}@keyframes fall-38{59.7%{transform:translate(59.463vw,59.7vh) scale(.9485)}to{transform:translate(57.5638vw,100vh) scale(.9485)}}.snow:nth-child(39){opacity:.129;transform:translate(98.0086vw,-10px) scale(.6335);animation:fall-39 17s -22s linear infinite}@keyframes fall-39{32.903%{transform:translate(100.1409vw,32.903vh) scale(.6335)}to{transform:translate(99.07475vw,100vh) scale(.6335)}}.snow:nth-child(40){opacity:1.4042;transform:translate(62.3348vw,-10px) scale(.2249);animation:fall-40 28s -17s linear infinite}@keyframes fall-40{58.61%{transform:translate(58.0293vw,58.61vh) scale(.2249)}to{transform:translate(60.18205vw,100vh) scale(.2249)}}.snow:nth-child(41){opacity:.3696;transform:translate(91.2322vw,-10px) scale(.0179);animation:fall-41 28s -10s linear infinite}@keyframes fall-41{70.956%{transform:translate(94.7197vw,70.956vh) scale(.0179)}to{transform:translate(92.97595vw,100vh) scale(.0179)}}.snow:nth-child(42){opacity:.4686;transform:translate(1.5576vw,-10px) scale(.6529);animation:fall-42 27s -26s linear infinite}@keyframes fall-42{43.839%{transform:translate(-4.9019vw,43.839vh) scale(.6529)}to{transform:translate(-1.67215vw,100vh) scale(.6529)}}.snow:nth-child(43){opacity:1.335;transform:translate(75.955vw,-10px) scale(.8253);animation:fall-43 25s -26s linear infinite}@keyframes fall-43{69.383%{transform:translate(66.898vw,69.383vh) scale(.8253)}to{transform:translate(71.4265vw,100vh) scale(.8253)}}.snow:nth-child(44){opacity:1.9152;transform:translate(34.79vw,-10px) scale(.5848);animation:fall-44 13s -23s linear infinite}@keyframes fall-44{67.399%{transform:translate(26.1939vw,67.399vh) scale(.5848)}to{transform:translate(30.49195vw,100vh) scale(.5848)}}.snow:nth-child(45){opacity:1.2576;transform:translate(28.339vw,-10px) scale(.7089);animation:fall-45 15s -6s linear infinite}@keyframes fall-45{67.433%{transform:translate(21.2974vw,67.433vh) scale(.7089)}to{transform:translate(24.8182vw,100vh) scale(.7089)}}.snow:nth-child(46){opacity:.1406;transform:translate(82.2118vw,-10px) scale(.5887);animation:fall-46 23s -18s linear infinite}@keyframes fall-46{47.891%{transform:translate(75.0452vw,47.891vh) scale(.5887)}to{transform:translate(78.6285vw,100vh) scale(.5887)}}.snow:nth-child(47){opacity:1.6716;transform:translate(62.5527vw,-10px) scale(.3592);animation:fall-47 22s -22s linear infinite}@keyframes fall-47{60.662%{transform:translate(56.9735vw,60.662vh) scale(.3592)}to{transform:translate(59.7631vw,100vh) scale(.3592)}}.snow:nth-child(48){opacity:1.7536;transform:translate(27.1637vw,-10px) scale(.0635);animation:fall-48 18s -25s linear infinite}@keyframes fall-48{55.692%{transform:translate(36.9277vw,55.692vh) scale(.0635)}to{transform:translate(32.0457vw,100vh) scale(.0635)}}.snow:nth-child(49){opacity:1.3752;transform:translate(23.8326vw,-10px) scale(.4007);animation:fall-49 29s -12s linear infinite}@keyframes fall-49{30.482%{transform:translate(19.3735vw,30.482vh) scale(.4007)}to{transform:translate(21.60305vw,100vh) scale(.4007)}}.snow:nth-child(50){opacity:1.3568;transform:translate(80.7384vw,-10px) scale(.3945);animation:fall-50 26s -8s linear infinite}@keyframes fall-50{69.688%{transform:translate(81.5821vw,69.688vh) scale(.3945)}to{transform:translate(81.16025vw,100vh) scale(.3945)}}.snow:nth-child(51){opacity:.6032;transform:translate(99.9646vw,-10px) scale(.7209);animation:fall-51 25s -6s linear infinite}@keyframes fall-51{76.272%{transform:translate(96.2638vw,76.272vh) scale(.7209)}to{transform:translate(98.1142vw,100vh) scale(.7209)}}.snow:nth-child(52){opacity:.1636;transform:translate(21.3962vw,-10px) scale(.2432);animation:fall-52 15s -24s linear infinite}@keyframes fall-52{53.692%{transform:translate(23.7467vw,53.692vh) scale(.2432)}to{transform:translate(22.57145vw,100vh) scale(.2432)}}.snow:nth-child(53){opacity:.973;transform:translate(74.5353vw,-10px) scale(.6244);animation:fall-53 12s -10s linear infinite}@keyframes fall-53{53.058%{transform:translate(70.0573vw,53.058vh) scale(.6244)}to{transform:translate(72.2963vw,100vh) scale(.6244)}}.snow:nth-child(54){opacity:.607;transform:translate(23.9507vw,-10px) scale(.7432);animation:fall-54 10s -24s linear infinite}@keyframes fall-54{77.235%{transform:translate(23.4449vw,77.235vh) scale(.7432)}to{transform:translate(23.6978vw,100vh) scale(.7432)}}.snow:nth-child(55){opacity:.47;transform:translate(61.7051vw,-10px) scale(.4697);animation:fall-55 12s -21s linear infinite}@keyframes fall-55{70.218%{transform:translate(62.3017vw,70.218vh) scale(.4697)}to{transform:translate(62.0034vw,100vh) scale(.4697)}}.snow:nth-child(56){opacity:1.27;transform:translate(57.9305vw,-10px) scale(.0353);animation:fall-56 22s -4s linear infinite}@keyframes fall-56{36.793%{transform:translate(63.4174vw,36.793vh) scale(.0353)}to{transform:translate(60.67395vw,100vh) scale(.0353)}}.snow:nth-child(57){opacity:1.3764;transform:translate(87.2529vw,-10px) scale(.6814);animation:fall-57 14s -14s linear infinite}@keyframes fall-57{57.051%{transform:translate(79.5752vw,57.051vh) scale(.6814)}to{transform:translate(83.41405vw,100vh) scale(.6814)}}.snow:nth-child(58){opacity:.0914;transform:translate(96.3321vw,-10px) scale(.1846);animation:fall-58 23s -17s linear infinite}@keyframes fall-58{40.173%{transform:translate(98.6545vw,40.173vh) scale(.1846)}to{transform:translate(97.4933vw,100vh) scale(.1846)}}.snow:nth-child(59){opacity:.4492;transform:translate(70.7443vw,-10px) scale(.3814);animation:fall-59 14s -26s linear infinite}@keyframes fall-59{38.5%{transform:translate(70.5571vw,38.5vh) scale(.3814)}to{transform:translate(70.6507vw,100vh) scale(.3814)}}.snow:nth-child(60){opacity:1.459;transform:translate(49.3694vw,-10px) scale(.3653);animation:fall-60 11s -14s linear infinite}@keyframes fall-60{33.602%{transform:translate(46.2766vw,33.602vh) scale(.3653)}to{transform:translate(47.823vw,100vh) scale(.3653)}}.snow:nth-child(61){opacity:1.8816;transform:translate(53.0405vw,-10px) scale(.328);animation:fall-61 19s -10s linear infinite}@keyframes fall-61{61.874%{transform:translate(59.833vw,61.874vh) scale(.328)}to{transform:translate(56.43675vw,100vh) scale(.328)}}.snow:nth-child(62){opacity:.3982;transform:translate(28.3098vw,-10px) scale(.7503);animation:fall-62 11s -10s linear infinite}@keyframes fall-62{56.783%{transform:translate(31.0906vw,56.783vh) scale(.7503)}to{transform:translate(29.7002vw,100vh) scale(.7503)}}.snow:nth-child(63){opacity:.3758;transform:translate(23.9199vw,-10px) scale(.3234);animation:fall-63 29s -10s linear infinite}@keyframes fall-63{62.566%{transform:translate(24.7638vw,62.566vh) scale(.3234)}to{transform:translate(24.34185vw,100vh) scale(.3234)}}.snow:nth-child(64){opacity:.196;transform:translate(53.0881vw,-10px) scale(.3644);animation:fall-64 18s -22s linear infinite}@keyframes fall-64{76.997%{transform:translate(48.106vw,76.997vh) scale(.3644)}to{transform:translate(50.59705vw,100vh) scale(.3644)}}.snow:nth-child(65){opacity:1.0686;transform:translate(15.7529vw,-10px) scale(.9492);animation:fall-65 19s -8s linear infinite}@keyframes fall-65{30.592%{transform:translate(9.8295vw,30.592vh) scale(.9492)}to{transform:translate(12.7912vw,100vh) scale(.9492)}}.snow:nth-child(66){opacity:1.2422;transform:translate(87.6802vw,-10px) scale(.263);animation:fall-66 11s -18s linear infinite}@keyframes fall-66{59.56%{transform:translate(93.6936vw,59.56vh) scale(.263)}to{transform:translate(90.6869vw,100vh) scale(.263)}}.snow:nth-child(67){opacity:.2336;transform:translate(14.726vw,-10px) scale(.4709);animation:fall-67 20s -17s linear infinite}@keyframes fall-67{69.466%{transform:translate(8.2411vw,69.466vh) scale(.4709)}to{transform:translate(11.48355vw,100vh) scale(.4709)}}.snow:nth-child(68){opacity:1.4476;transform:translate(64.2845vw,-10px) scale(.2895);animation:fall-68 15s -9s linear infinite}@keyframes fall-68{50.451%{transform:translate(56.9128vw,50.451vh) scale(.2895)}to{transform:translate(60.59865vw,100vh) scale(.2895)}}.snow:nth-child(69){opacity:.6654;transform:translate(7.0418vw,-10px) scale(.1761);animation:fall-69 16s -10s linear infinite}@keyframes fall-69{32.914%{transform:translate(13.1465vw,32.914vh) scale(.1761)}to{transform:translate(10.09415vw,100vh) scale(.1761)}}.snow:nth-child(70){opacity:.1268;transform:translate(80.5883vw,-10px) scale(.5261);animation:fall-70 23s -8s linear infinite}@keyframes fall-70{43.158%{transform:translate(83.0468vw,43.158vh) scale(.5261)}to{transform:translate(81.81755vw,100vh) scale(.5261)}}.snow:nth-child(71){opacity:1.6072;transform:translate(32.0714vw,-10px) scale(.2867);animation:fall-71 23s -8s linear infinite}@keyframes fall-71{66.171%{transform:translate(24.3359vw,66.171vh) scale(.2867)}to{transform:translate(28.20365vw,100vh) scale(.2867)}}.snow:nth-child(72){opacity:.8272;transform:translate(98.9305vw,-10px) scale(.4757);animation:fall-72 11s -6s linear infinite}@keyframes fall-72{76.649%{transform:translate(93.9129vw,76.649vh) scale(.4757)}to{transform:translate(96.4217vw,100vh) scale(.4757)}}.snow:nth-child(73){opacity:1.301;transform:translate(65.6882vw,-10px) scale(.0195);animation:fall-73 20s -1s linear infinite}@keyframes fall-73{40.133%{transform:translate(61.0983vw,40.133vh) scale(.0195)}to{transform:translate(63.39325vw,100vh) scale(.0195)}}.snow:nth-child(74){opacity:.1688;transform:translate(3.0509vw,-10px) scale(.5617);animation:fall-74 15s -10s linear infinite}@keyframes fall-74{43.775%{transform:translate(8.8817vw,43.775vh) scale(.5617)}to{transform:translate(5.9663vw,100vh) scale(.5617)}}.snow:nth-child(75){opacity:.5502;transform:translate(51.2842vw,-10px) scale(.538);animation:fall-75 30s -21s linear infinite}@keyframes fall-75{78.574%{transform:translate(45.1721vw,78.574vh) scale(.538)}to{transform:translate(48.22815vw,100vh) scale(.538)}}.snow:nth-child(76){opacity:1.9074;transform:translate(83.6466vw,-10px) scale(.7512);animation:fall-76 23s -6s linear infinite}@keyframes fall-76{52.469%{transform:translate(76.3076vw,52.469vh) scale(.7512)}to{transform:translate(79.9771vw,100vh) scale(.7512)}}.snow:nth-child(77){opacity:1.7042;transform:translate(4.7402vw,-10px) scale(.3351);animation:fall-77 22s -15s linear infinite}@keyframes fall-77{77.196%{transform:translate(-1.5342vw,77.196vh) scale(.3351)}to{transform:translate(1.603vw,100vh) scale(.3351)}}.snow:nth-child(78){opacity:1.2066;transform:translate(18.0746vw,-10px) scale(.7759);animation:fall-78 10s -5s linear infinite}@keyframes fall-78{55.31%{transform:translate(23.1944vw,55.31vh) scale(.7759)}to{transform:translate(20.6345vw,100vh) scale(.7759)}}.snow:nth-child(79){opacity:.648;transform:translate(4.6271vw,-10px) scale(.6148);animation:fall-79 17s -5s linear infinite}@keyframes fall-79{55.118%{transform:translate(12.7099vw,55.118vh) scale(.6148)}to{transform:translate(8.6685vw,100vh) scale(.6148)}}.snow:nth-child(80){opacity:.8204;transform:translate(82.0014vw,-10px) scale(.3176);animation:fall-80 26s -8s linear infinite}@keyframes fall-80{44.541%{transform:translate(90.1208vw,44.541vh) scale(.3176)}to{transform:translate(86.0611vw,100vh) scale(.3176)}}.snow:nth-child(81){opacity:1.1708;transform:translate(8.9538vw,-10px) scale(.4063);animation:fall-81 12s -17s linear infinite}@keyframes fall-81{71.279%{transform:translate(-.1222vw,71.279vh) scale(.4063)}to{transform:translate(4.4158vw,100vh) scale(.4063)}}.snow:nth-child(82){opacity:.9694;transform:translate(30.8692vw,-10px) scale(.1498);animation:fall-82 26s -23s linear infinite}@keyframes fall-82{76.982%{transform:translate(37.801vw,76.982vh) scale(.1498)}to{transform:translate(34.3351vw,100vh) scale(.1498)}}.snow:nth-child(83){opacity:1.6676;transform:translate(34.2375vw,-10px) scale(.449);animation:fall-83 25s -19s linear infinite}@keyframes fall-83{67.571%{transform:translate(34.5567vw,67.571vh) scale(.449)}to{transform:translate(34.3971vw,100vh) scale(.449)}}.snow:nth-child(84){opacity:1.5586;transform:translate(42.7819vw,-10px) scale(.3795);animation:fall-84 29s -5s linear infinite}@keyframes fall-84{42.062%{transform:translate(37.3199vw,42.062vh) scale(.3795)}to{transform:translate(40.0509vw,100vh) scale(.3795)}}.snow:nth-child(85){opacity:.6566;transform:translate(82.0656vw,-10px) scale(.7333);animation:fall-85 10s -9s linear infinite}@keyframes fall-85{54.915%{transform:translate(87.6083vw,54.915vh) scale(.7333)}to{transform:translate(84.83695vw,100vh) scale(.7333)}}.snow:nth-child(86){opacity:1.7654;transform:translate(64.8075vw,-10px) scale(.235);animation:fall-86 21s -4s linear infinite}@keyframes fall-86{79.845%{transform:translate(63.4281vw,79.845vh) scale(.235)}to{transform:translate(64.1178vw,100vh) scale(.235)}}.snow:nth-child(87){opacity:.9608;transform:translate(31.9401vw,-10px) scale(.551);animation:fall-87 14s -14s linear infinite}@keyframes fall-87{76.821%{transform:translate(34.908vw,76.821vh) scale(.551)}to{transform:translate(33.42405vw,100vh) scale(.551)}}.snow:nth-child(88){opacity:.0332;transform:translate(33.9649vw,-10px) scale(.8311);animation:fall-88 17s -21s linear infinite}@keyframes fall-88{60.952%{transform:translate(37.8603vw,60.952vh) scale(.8311)}to{transform:translate(35.9126vw,100vh) scale(.8311)}}.snow:nth-child(89){opacity:.9316;transform:translate(74.0874vw,-10px) scale(.6746);animation:fall-89 14s -30s linear infinite}@keyframes fall-89{34.351%{transform:translate(65.4069vw,34.351vh) scale(.6746)}to{transform:translate(69.74715vw,100vh) scale(.6746)}}.snow:nth-child(90){opacity:.1726;transform:translate(17.9479vw,-10px) scale(.0405);animation:fall-90 16s -20s linear infinite}@keyframes fall-90{30.692%{transform:translate(12.079vw,30.692vh) scale(.0405)}to{transform:translate(15.01345vw,100vh) scale(.0405)}}.snow:nth-child(91){opacity:.7444;transform:translate(45.5163vw,-10px) scale(.9048);animation:fall-91 11s -22s linear infinite}@keyframes fall-91{43.739%{transform:translate(44.0851vw,43.739vh) scale(.9048)}to{transform:translate(44.8007vw,100vh) scale(.9048)}}.snow:nth-child(92){opacity:.5948;transform:translate(58.6996vw,-10px) scale(.0937);animation:fall-92 16s -6s linear infinite}@keyframes fall-92{34.75%{transform:translate(64.3629vw,34.75vh) scale(.0937)}to{transform:translate(61.53125vw,100vh) scale(.0937)}}.snow:nth-child(93){opacity:.5034;transform:translate(3.6473vw,-10px) scale(.4092);animation:fall-93 24s -7s linear infinite}@keyframes fall-93{68.792%{transform:translate(6.0248vw,68.792vh) scale(.4092)}to{transform:translate(4.83605vw,100vh) scale(.4092)}}.snow:nth-child(94){opacity:.309;transform:translate(36.106vw,-10px) scale(.2901);animation:fall-94 14s -23s linear infinite}@keyframes fall-94{58.566%{transform:translate(40vw,58.566vh) scale(.2901)}to{transform:translate(38.053vw,100vh) scale(.2901)}}.snow:nth-child(95){opacity:1.6118;transform:translate(87.1849vw,-10px) scale(.0386);animation:fall-95 26s -18s linear infinite}@keyframes fall-95{46.897%{transform:translate(79.8747vw,46.897vh) scale(.0386)}to{transform:translate(83.5298vw,100vh) scale(.0386)}}.snow:nth-child(96){opacity:1.6194;transform:translate(44.9093vw,-10px) scale(.3446);animation:fall-96 10s -3s linear infinite}@keyframes fall-96{68.446%{transform:translate(38.4413vw,68.446vh) scale(.3446)}to{transform:translate(41.6753vw,100vh) scale(.3446)}}.snow:nth-child(97){opacity:1.3264;transform:translate(6.8346vw,-10px) scale(.9484);animation:fall-97 15s -5s linear infinite}@keyframes fall-97{38.037%{transform:translate(9.4415vw,38.037vh) scale(.9484)}to{transform:translate(8.13805vw,100vh) scale(.9484)}}.snow:nth-child(98){opacity:1.9248;transform:translate(23.9587vw,-10px) scale(.315);animation:fall-98 23s -23s linear infinite}@keyframes fall-98{72.243%{transform:translate(32.8202vw,72.243vh) scale(.315)}to{transform:translate(28.38945vw,100vh) scale(.315)}}.snow:nth-child(99){opacity:1.704;transform:translate(21.727vw,-10px) scale(.8162);animation:fall-99 14s -14s linear infinite}@keyframes fall-99{75.795%{transform:translate(11.9vw,75.795vh) scale(.8162)}to{transform:translate(16.8135vw,100vh) scale(.8162)}}.snow:nth-child(100){opacity:.8938;transform:translate(98.3931vw,-10px) scale(.9697);animation:fall-100 11s -5s linear infinite}@keyframes fall-100{57.552%{transform:translate(100.8594vw,57.552vh) scale(.9697)}to{transform:translate(99.62625vw,100vh) scale(.9697)}}.snow:nth-child(101){opacity:1.5446;transform:translate(92.3211vw,-10px) scale(.1818);animation:fall-101 12s -6s linear infinite}@keyframes fall-101{73.564%{transform:translate(88.8177vw,73.564vh) scale(.1818)}to{transform:translate(90.5694vw,100vh) scale(.1818)}}.snow:nth-child(102){opacity:1.255;transform:translate(18.1507vw,-10px) scale(.0187);animation:fall-102 14s -1s linear infinite}@keyframes fall-102{67.075%{transform:translate(27.2572vw,67.075vh) scale(.0187)}to{transform:translate(22.70395vw,100vh) scale(.0187)}}.snow:nth-child(103){opacity:.4114;transform:translate(58.4507vw,-10px) scale(.8618);animation:fall-103 29s -15s linear infinite}@keyframes fall-103{46.225%{transform:translate(57.6092vw,46.225vh) scale(.8618)}to{transform:translate(58.02995vw,100vh) scale(.8618)}}.snow:nth-child(104){opacity:.2652;transform:translate(7.7224vw,-10px) scale(.9543);animation:fall-104 19s -9s linear infinite}@keyframes fall-104{51.951%{transform:translate(13.1778vw,51.951vh) scale(.9543)}to{transform:translate(10.4501vw,100vh) scale(.9543)}}.snow:nth-child(105){opacity:.315;transform:translate(22.9152vw,-10px) scale(.9207);animation:fall-105 10s -1s linear infinite}@keyframes fall-105{54.185%{transform:translate(16.5706vw,54.185vh) scale(.9207)}to{transform:translate(19.7429vw,100vh) scale(.9207)}}.snow:nth-child(106){opacity:.502;transform:translate(13.8216vw,-10px) scale(.0614);animation:fall-106 11s -23s linear infinite}@keyframes fall-106{65.868%{transform:translate(15.4933vw,65.868vh) scale(.0614)}to{transform:translate(14.65745vw,100vh) scale(.0614)}}.snow:nth-child(107){opacity:1.7942;transform:translate(19.5501vw,-10px) scale(.1383);animation:fall-107 22s -27s linear infinite}@keyframes fall-107{35.055%{transform:translate(10.5865vw,35.055vh) scale(.1383)}to{transform:translate(15.0683vw,100vh) scale(.1383)}}.snow:nth-child(108){opacity:.0072;transform:translate(2.4296vw,-10px) scale(.0772);animation:fall-108 11s -17s linear infinite}@keyframes fall-108{33.402%{transform:translate(7.3626vw,33.402vh) scale(.0772)}to{transform:translate(4.8961vw,100vh) scale(.0772)}}.snow:nth-child(109){opacity:.6974;transform:translate(11.7419vw,-10px) scale(.9997);animation:fall-109 12s -17s linear infinite}@keyframes fall-109{52.701%{transform:translate(16.374vw,52.701vh) scale(.9997)}to{transform:translate(14.05795vw,100vh) scale(.9997)}}.snow:nth-child(110){opacity:.2498;transform:translate(69.9595vw,-10px) scale(.5053);animation:fall-110 12s -19s linear infinite}@keyframes fall-110{48.545%{transform:translate(74.052vw,48.545vh) scale(.5053)}to{transform:translate(72.00575vw,100vh) scale(.5053)}}.snow:nth-child(111){opacity:.3174;transform:translate(4.9259vw,-10px) scale(.0399);animation:fall-111 11s -4s linear infinite}@keyframes fall-111{54.975%{transform:translate(-3.3487vw,54.975vh) scale(.0399)}to{transform:translate(.7886vw,100vh) scale(.0399)}}.snow:nth-child(112){opacity:.0684;transform:translate(59.2108vw,-10px) scale(.9193);animation:fall-112 16s -13s linear infinite}@keyframes fall-112{44.873%{transform:translate(54.8461vw,44.873vh) scale(.9193)}to{transform:translate(57.02845vw,100vh) scale(.9193)}}.snow:nth-child(113){opacity:.8676;transform:translate(79.2736vw,-10px) scale(.2418);animation:fall-113 28s -30s linear infinite}@keyframes fall-113{73.733%{transform:translate(78.4835vw,73.733vh) scale(.2418)}to{transform:translate(78.87855vw,100vh) scale(.2418)}}.snow:nth-child(114){opacity:.9956;transform:translate(54.4531vw,-10px) scale(.1514);animation:fall-114 14s -12s linear infinite}@keyframes fall-114{46.945%{transform:translate(48.8926vw,46.945vh) scale(.1514)}to{transform:translate(51.67285vw,100vh) scale(.1514)}}.snow:nth-child(115){opacity:1.8234;transform:translate(98.2347vw,-10px) scale(.7052);animation:fall-115 14s -16s linear infinite}@keyframes fall-115{76.71%{transform:translate(91.6573vw,76.71vh) scale(.7052)}to{transform:translate(94.946vw,100vh) scale(.7052)}}.snow:nth-child(116){opacity:1.1904;transform:translate(49.8339vw,-10px) scale(.9138);animation:fall-116 23s -8s linear infinite}@keyframes fall-116{55.757%{transform:translate(52.5214vw,55.757vh) scale(.9138)}to{transform:translate(51.17765vw,100vh) scale(.9138)}}.snow:nth-child(117){opacity:.1628;transform:translate(35.5374vw,-10px) scale(.9237);animation:fall-117 16s -9s linear infinite}@keyframes fall-117{52.515%{transform:translate(29.485vw,52.515vh) scale(.9237)}to{transform:translate(32.5112vw,100vh) scale(.9237)}}.snow:nth-child(118){opacity:1.4662;transform:translate(2.8858vw,-10px) scale(.4186);animation:fall-118 11s -27s linear infinite}@keyframes fall-118{71.163%{transform:translate(11.2164vw,71.163vh) scale(.4186)}to{transform:translate(7.0511vw,100vh) scale(.4186)}}.snow:nth-child(119){opacity:.4008;transform:translate(12.7625vw,-10px) scale(.2673);animation:fall-119 22s -21s linear infinite}@keyframes fall-119{43.114%{transform:translate(13.7322vw,43.114vh) scale(.2673)}to{transform:translate(13.24735vw,100vh) scale(.2673)}}.snow:nth-child(120){opacity:1.1324;transform:translate(34.7732vw,-10px) scale(.1007);animation:fall-120 25s -25s linear infinite}@keyframes fall-120{69.593%{transform:translate(42.2894vw,69.593vh) scale(.1007)}to{transform:translate(38.5313vw,100vh) scale(.1007)}}.snow:nth-child(121){opacity:.4274;transform:translate(57.3209vw,-10px) scale(.9246);animation:fall-121 12s -19s linear infinite}@keyframes fall-121{79.162%{transform:translate(67.1298vw,79.162vh) scale(.9246)}to{transform:translate(62.22535vw,100vh) scale(.9246)}}.snow:nth-child(122){opacity:.593;transform:translate(58.9501vw,-10px) scale(.1093);animation:fall-122 15s -5s linear infinite}@keyframes fall-122{49.888%{transform:translate(51.8067vw,49.888vh) scale(.1093)}to{transform:translate(55.3784vw,100vh) scale(.1093)}}.snow:nth-child(123){opacity:1.2344;transform:translate(8.9851vw,-10px) scale(.713);animation:fall-123 18s -20s linear infinite}@keyframes fall-123{37.941%{transform:translate(17.332vw,37.941vh) scale(.713)}to{transform:translate(13.15855vw,100vh) scale(.713)}}.snow:nth-child(124){opacity:.7164;transform:translate(18.3154vw,-10px) scale(.9791);animation:fall-124 27s -15s linear infinite}@keyframes fall-124{75.624%{transform:translate(21.7951vw,75.624vh) scale(.9791)}to{transform:translate(20.05525vw,100vh) scale(.9791)}}.snow:nth-child(125){opacity:1.6866;transform:translate(65.2438vw,-10px) scale(.2987);animation:fall-125 20s -7s linear infinite}@keyframes fall-125{39.731%{transform:translate(59.837vw,39.731vh) scale(.2987)}to{transform:translate(62.5404vw,100vh) scale(.2987)}}.snow:nth-child(126){opacity:1.5944;transform:translate(3.1656vw,-10px) scale(.7328);animation:fall-126 12s -26s linear infinite}@keyframes fall-126{71.07%{transform:translate(-6.3308vw,71.07vh) scale(.7328)}to{transform:translate(-1.5826vw,100vh) scale(.7328)}}.snow:nth-child(127){opacity:1.3556;transform:translate(40.4192vw,-10px) scale(.6961);animation:fall-127 28s -27s linear infinite}@keyframes fall-127{46.388%{transform:translate(42.8834vw,46.388vh) scale(.6961)}to{transform:translate(41.6513vw,100vh) scale(.6961)}}.snow:nth-child(128){opacity:.945;transform:translate(88.3829vw,-10px) scale(.8481);animation:fall-128 17s -18s linear infinite}@keyframes fall-128{67.467%{transform:translate(95.9786vw,67.467vh) scale(.8481)}to{transform:translate(92.18075vw,100vh) scale(.8481)}}.snow:nth-child(129){opacity:.0946;transform:translate(97.0857vw,-10px) scale(.9202);animation:fall-129 20s -12s linear infinite}@keyframes fall-129{60.926%{transform:translate(93.5617vw,60.926vh) scale(.9202)}to{transform:translate(95.3237vw,100vh) scale(.9202)}}.snow:nth-child(130){opacity:1.6516;transform:translate(33.9067vw,-10px) scale(.9671);animation:fall-130 16s -4s linear infinite}@keyframes fall-130{67.836%{transform:translate(25.6181vw,67.836vh) scale(.9671)}to{transform:translate(29.7624vw,100vh) scale(.9671)}}.snow:nth-child(131){opacity:1.9012;transform:translate(51.1873vw,-10px) scale(.4134);animation:fall-131 10s -17s linear infinite}@keyframes fall-131{50.473%{transform:translate(44.4919vw,50.473vh) scale(.4134)}to{transform:translate(47.8396vw,100vh) scale(.4134)}}.snow:nth-child(132){opacity:.2342;transform:translate(67.5352vw,-10px) scale(.5814);animation:fall-132 15s -28s linear infinite}@keyframes fall-132{47.868%{transform:translate(76.3375vw,47.868vh) scale(.5814)}to{transform:translate(71.93635vw,100vh) scale(.5814)}}.snow:nth-child(133){opacity:1.445;transform:translate(36.2243vw,-10px) scale(.6852);animation:fall-133 16s -22s linear infinite}@keyframes fall-133{54.959%{transform:translate(27.4807vw,54.959vh) scale(.6852)}to{transform:translate(31.8525vw,100vh) scale(.6852)}}.snow:nth-child(134){opacity:.431;transform:translate(.9684vw,-10px) scale(.7848);animation:fall-134 23s -22s linear infinite}@keyframes fall-134{75.864%{transform:translate(9.7923vw,75.864vh) scale(.7848)}to{transform:translate(5.38035vw,100vh) scale(.7848)}}.snow:nth-child(135){opacity:.3446;transform:translate(77.7497vw,-10px) scale(.2155);animation:fall-135 16s -23s linear infinite}@keyframes fall-135{49.565%{transform:translate(73.1271vw,49.565vh) scale(.2155)}to{transform:translate(75.4384vw,100vh) scale(.2155)}}.snow:nth-child(136){opacity:1.6378;transform:translate(80.3964vw,-10px) scale(.1072);animation:fall-136 25s -30s linear infinite}@keyframes fall-136{40.037%{transform:translate(74.6308vw,40.037vh) scale(.1072)}to{transform:translate(77.5136vw,100vh) scale(.1072)}}.snow:nth-child(137){opacity:.759;transform:translate(54.3343vw,-10px) scale(.5976);animation:fall-137 30s -7s linear infinite}@keyframes fall-137{62.161%{transform:translate(50.723vw,62.161vh) scale(.5976)}to{transform:translate(52.52865vw,100vh) scale(.5976)}}.snow:nth-child(138){opacity:1.853;transform:translate(25.4988vw,-10px) scale(.2139);animation:fall-138 25s -28s linear infinite}@keyframes fall-138{33.904%{transform:translate(33.8766vw,33.904vh) scale(.2139)}to{transform:translate(29.6877vw,100vh) scale(.2139)}}.snow:nth-child(139){opacity:1.761;transform:translate(2.6789vw,-10px) scale(.0294);animation:fall-139 16s -3s linear infinite}@keyframes fall-139{55.944%{transform:translate(2.8262vw,55.944vh) scale(.0294)}to{transform:translate(2.75255vw,100vh) scale(.0294)}}.snow:nth-child(140){opacity:1.3082;transform:translate(94.6278vw,-10px) scale(.2824);animation:fall-140 30s -21s linear infinite}@keyframes fall-140{57.379%{transform:translate(95.0869vw,57.379vh) scale(.2824)}to{transform:translate(94.85735vw,100vh) scale(.2824)}}.snow:nth-child(141){opacity:.0002;transform:translate(87.0741vw,-10px) scale(.1571);animation:fall-141 24s -28s linear infinite}@keyframes fall-141{46.48%{transform:translate(78.0187vw,46.48vh) scale(.1571)}to{transform:translate(82.5464vw,100vh) scale(.1571)}}.snow:nth-child(142){opacity:.9622;transform:translate(66.9167vw,-10px) scale(.2404);animation:fall-142 23s -13s linear infinite}@keyframes fall-142{47.005%{transform:translate(60.0733vw,47.005vh) scale(.2404)}to{transform:translate(63.495vw,100vh) scale(.2404)}}.snow:nth-child(143){opacity:.9204;transform:translate(94.882vw,-10px) scale(.9268);animation:fall-143 27s -11s linear infinite}@keyframes fall-143{32.094%{transform:translate(98.8993vw,32.094vh) scale(.9268)}to{transform:translate(96.89065vw,100vh) scale(.9268)}}.snow:nth-child(144){opacity:1.5914;transform:translate(51.8202vw,-10px) scale(.387);animation:fall-144 28s -29s linear infinite}@keyframes fall-144{35.243%{transform:translate(55.8112vw,35.243vh) scale(.387)}to{transform:translate(53.8157vw,100vh) scale(.387)}}.snow:nth-child(145){opacity:1.3358;transform:translate(25.1586vw,-10px) scale(.0809);animation:fall-145 16s -2s linear infinite}@keyframes fall-145{38.258%{transform:translate(32.1967vw,38.258vh) scale(.0809)}to{transform:translate(28.67765vw,100vh) scale(.0809)}}.snow:nth-child(146){opacity:1.738;transform:translate(21.2792vw,-10px) scale(.4315);animation:fall-146 10s -27s linear infinite}@keyframes fall-146{58.696%{transform:translate(29.1655vw,58.696vh) scale(.4315)}to{transform:translate(25.22235vw,100vh) scale(.4315)}}.snow:nth-child(147){opacity:1.1132;transform:translate(3.0135vw,-10px) scale(.9194);animation:fall-147 22s -10s linear infinite}@keyframes fall-147{77.957%{transform:translate(-3.6055vw,77.957vh) scale(.9194)}to{transform:translate(-.296vw,100vh) scale(.9194)}}.snow:nth-child(148){opacity:.0724;transform:translate(91.9369vw,-10px) scale(.0549);animation:fall-148 13s -22s linear infinite}@keyframes fall-148{44.375%{transform:translate(91.0088vw,44.375vh) scale(.0549)}to{transform:translate(91.47285vw,100vh) scale(.0549)}}.snow:nth-child(149){opacity:.2446;transform:translate(22.9138vw,-10px) scale(.6768);animation:fall-149 25s -16s linear infinite}@keyframes fall-149{49.763%{transform:translate(14.9337vw,49.763vh) scale(.6768)}to{transform:translate(18.92375vw,100vh) scale(.6768)}}.snow:nth-child(150){opacity:.5174;transform:translate(73.3683vw,-10px) scale(.7505);animation:fall-150 12s -10s linear infinite}@keyframes fall-150{31.212%{transform:translate(65.8727vw,31.212vh) scale(.7505)}to{transform:translate(69.6205vw,100vh) scale(.7505)}}.snow:nth-child(151){opacity:.605;transform:translate(43.4851vw,-10px) scale(.5303);animation:fall-151 25s -2s linear infinite}@keyframes fall-151{66.406%{transform:translate(53.1708vw,66.406vh) scale(.5303)}to{transform:translate(48.32795vw,100vh) scale(.5303)}}.snow:nth-child(152){opacity:1.9264;transform:translate(38.662vw,-10px) scale(.0518);animation:fall-152 27s -26s linear infinite}@keyframes fall-152{32.156%{transform:translate(37.0729vw,32.156vh) scale(.0518)}to{transform:translate(37.86745vw,100vh) scale(.0518)}}.snow:nth-child(153){opacity:.2272;transform:translate(62.0614vw,-10px) scale(.9072);animation:fall-153 15s -11s linear infinite}@keyframes fall-153{49.949%{transform:translate(71.7433vw,49.949vh) scale(.9072)}to{transform:translate(66.90235vw,100vh) scale(.9072)}}.snow:nth-child(154){opacity:1.0174;transform:translate(91.8886vw,-10px) scale(.6509);animation:fall-154 25s -29s linear infinite}@keyframes fall-154{36.169%{transform:translate(92.6898vw,36.169vh) scale(.6509)}to{transform:translate(92.2892vw,100vh) scale(.6509)}}.snow:nth-child(155){opacity:.629;transform:translate(27.1183vw,-10px) scale(.7625);animation:fall-155 13s -26s linear infinite}@keyframes fall-155{66.422%{transform:translate(17.661vw,66.422vh) scale(.7625)}to{transform:translate(22.38965vw,100vh) scale(.7625)}}.snow:nth-child(156){opacity:1.3966;transform:translate(82.0721vw,-10px) scale(.6613);animation:fall-156 17s -2s linear infinite}@keyframes fall-156{62.638%{transform:translate(90.765vw,62.638vh) scale(.6613)}to{transform:translate(86.41855vw,100vh) scale(.6613)}}.snow:nth-child(157){opacity:1.5772;transform:translate(37.249vw,-10px) scale(.8002);animation:fall-157 29s -2s linear infinite}@keyframes fall-157{38.848%{transform:translate(31.4005vw,38.848vh) scale(.8002)}to{transform:translate(34.32475vw,100vh) scale(.8002)}}.snow:nth-child(158){opacity:1.4964;transform:translate(68.9402vw,-10px) scale(.5783);animation:fall-158 11s -6s linear infinite}@keyframes fall-158{61.803%{transform:translate(63.9059vw,61.803vh) scale(.5783)}to{transform:translate(66.42305vw,100vh) scale(.5783)}}.snow:nth-child(159){opacity:.4502;transform:translate(13.0975vw,-10px) scale(.5773);animation:fall-159 27s -9s linear infinite}@keyframes fall-159{78.56%{transform:translate(5.8222vw,78.56vh) scale(.5773)}to{transform:translate(9.45985vw,100vh) scale(.5773)}}.snow:nth-child(160){opacity:1.4154;transform:translate(26.0438vw,-10px) scale(.9893);animation:fall-160 19s -19s linear infinite}@keyframes fall-160{40.749%{transform:translate(19vw,40.749vh) scale(.9893)}to{transform:translate(22.5219vw,100vh) scale(.9893)}}.snow:nth-child(161){opacity:1.272;transform:translate(33.3386vw,-10px) scale(.6995);animation:fall-161 18s -8s linear infinite}@keyframes fall-161{58.187%{transform:translate(26.01vw,58.187vh) scale(.6995)}to{transform:translate(29.6743vw,100vh) scale(.6995)}}.snow:nth-child(162){opacity:.6942;transform:translate(10.1917vw,-10px) scale(.4158);animation:fall-162 17s -22s linear infinite}@keyframes fall-162{35.081%{transform:translate(19.5289vw,35.081vh) scale(.4158)}to{transform:translate(14.8603vw,100vh) scale(.4158)}}.snow:nth-child(163){opacity:.5318;transform:translate(63.7245vw,-10px) scale(.0223);animation:fall-163 22s -30s linear infinite}@keyframes fall-163{59.427%{transform:translate(68.2099vw,59.427vh) scale(.0223)}to{transform:translate(65.9672vw,100vh) scale(.0223)}}.snow:nth-child(164){opacity:1.303;transform:translate(24.9734vw,-10px) scale(.0996);animation:fall-164 18s -25s linear infinite}@keyframes fall-164{35.154%{transform:translate(30.8313vw,35.154vh) scale(.0996)}to{transform:translate(27.90235vw,100vh) scale(.0996)}}.snow:nth-child(165){opacity:1.6888;transform:translate(78.6642vw,-10px) scale(.7197);animation:fall-165 28s -30s linear infinite}@keyframes fall-165{41.242%{transform:translate(82.1558vw,41.242vh) scale(.7197)}to{transform:translate(80.41vw,100vh) scale(.7197)}}.snow:nth-child(166){opacity:.2872;transform:translate(19.3366vw,-10px) scale(.4104);animation:fall-166 28s -20s linear infinite}@keyframes fall-166{69.893%{transform:translate(21.5705vw,69.893vh) scale(.4104)}to{transform:translate(20.45355vw,100vh) scale(.4104)}}.snow:nth-child(167){opacity:1.7484;transform:translate(64.0948vw,-10px) scale(.4062);animation:fall-167 20s -25s linear infinite}@keyframes fall-167{48.781%{transform:translate(54.4659vw,48.781vh) scale(.4062)}to{transform:translate(59.28035vw,100vh) scale(.4062)}}.snow:nth-child(168){opacity:.8548;transform:translate(34.6747vw,-10px) scale(.9028);animation:fall-168 15s -22s linear infinite}@keyframes fall-168{44.635%{transform:translate(27.7722vw,44.635vh) scale(.9028)}to{transform:translate(31.22345vw,100vh) scale(.9028)}}.snow:nth-child(169){opacity:.8838;transform:translate(26.7867vw,-10px) scale(.0533);animation:fall-169 28s -8s linear infinite}@keyframes fall-169{51.83%{transform:translate(20.0194vw,51.83vh) scale(.0533)}to{transform:translate(23.40305vw,100vh) scale(.0533)}}.snow:nth-child(170){opacity:1.6906;transform:translate(87.7539vw,-10px) scale(.1434);animation:fall-170 21s -29s linear infinite}@keyframes fall-170{78.391%{transform:translate(86.711vw,78.391vh) scale(.1434)}to{transform:translate(87.23245vw,100vh) scale(.1434)}}.snow:nth-child(171){opacity:1.177;transform:translate(64.6278vw,-10px) scale(.8599);animation:fall-171 30s -11s linear infinite}@keyframes fall-171{79.553%{transform:translate(59.3322vw,79.553vh) scale(.8599)}to{transform:translate(61.98vw,100vh) scale(.8599)}}.snow:nth-child(172){opacity:1.2002;transform:translate(8.115vw,-10px) scale(.8804);animation:fall-172 14s -1s linear infinite}@keyframes fall-172{60.889%{transform:translate(11.0428vw,60.889vh) scale(.8804)}to{transform:translate(9.5789vw,100vh) scale(.8804)}}.snow:nth-child(173){opacity:1.4176;transform:translate(77.6638vw,-10px) scale(.6317);animation:fall-173 27s -16s linear infinite}@keyframes fall-173{32.462%{transform:translate(73.1524vw,32.462vh) scale(.6317)}to{transform:translate(75.4081vw,100vh) scale(.6317)}}.snow:nth-child(174){opacity:.5586;transform:translate(88.2468vw,-10px) scale(.7741);animation:fall-174 16s -26s linear infinite}@keyframes fall-174{41.704%{transform:translate(79.2205vw,41.704vh) scale(.7741)}to{transform:translate(83.73365vw,100vh) scale(.7741)}}.snow:nth-child(175){opacity:1.8066;transform:translate(80.7087vw,-10px) scale(.6047);animation:fall-175 22s -3s linear infinite}@keyframes fall-175{54.064%{transform:translate(88.1044vw,54.064vh) scale(.6047)}to{transform:translate(84.40655vw,100vh) scale(.6047)}}.snow:nth-child(176){opacity:.814;transform:translate(36.9196vw,-10px) scale(.4338);animation:fall-176 16s -10s linear infinite}@keyframes fall-176{43.416%{transform:translate(31.4541vw,43.416vh) scale(.4338)}to{transform:translate(34.18685vw,100vh) scale(.4338)}}.snow:nth-child(177){opacity:.5028;transform:translate(31.3275vw,-10px) scale(.4544);animation:fall-177 13s -2s linear infinite}@keyframes fall-177{58.212%{transform:translate(41.063vw,58.212vh) scale(.4544)}to{transform:translate(36.19525vw,100vh) scale(.4544)}}.snow:nth-child(178){opacity:.9578;transform:translate(18.0418vw,-10px) scale(.1461);animation:fall-178 21s -25s linear infinite}@keyframes fall-178{74.179%{transform:translate(14.381vw,74.179vh) scale(.1461)}to{transform:translate(16.2114vw,100vh) scale(.1461)}}.snow:nth-child(179){opacity:1.9222;transform:translate(12.528vw,-10px) scale(.6743);animation:fall-179 20s -16s linear infinite}@keyframes fall-179{42.082%{transform:translate(6.3166vw,42.082vh) scale(.6743)}to{transform:translate(9.4223vw,100vh) scale(.6743)}}.snow:nth-child(180){opacity:.6144;transform:translate(95.892vw,-10px) scale(.3232);animation:fall-180 22s -25s linear infinite}@keyframes fall-180{78.506%{transform:translate(103.3629vw,78.506vh) scale(.3232)}to{transform:translate(99.62745vw,100vh) scale(.3232)}}.snow:nth-child(181){opacity:1.262;transform:translate(62.5272vw,-10px) scale(.4949);animation:fall-181 27s -15s linear infinite}@keyframes fall-181{33.593%{transform:translate(64.5511vw,33.593vh) scale(.4949)}to{transform:translate(63.53915vw,100vh) scale(.4949)}}.snow:nth-child(182){opacity:1.2418;transform:translate(79.7286vw,-10px) scale(.4643);animation:fall-182 18s -12s linear infinite}@keyframes fall-182{53.27%{transform:translate(76.9749vw,53.27vh) scale(.4643)}to{transform:translate(78.35175vw,100vh) scale(.4643)}}.snow:nth-child(183){opacity:1.4148;transform:translate(84.4284vw,-10px) scale(.8127);animation:fall-183 11s -13s linear infinite}@keyframes fall-183{74.837%{transform:translate(76.7569vw,74.837vh) scale(.8127)}to{transform:translate(80.59265vw,100vh) scale(.8127)}}.snow:nth-child(184){opacity:1.0646;transform:translate(3.462vw,-10px) scale(.5131);animation:fall-184 10s -3s linear infinite}@keyframes fall-184{66.428%{transform:translate(-1.9028vw,66.428vh) scale(.5131)}to{transform:translate(.7796vw,100vh) scale(.5131)}}.snow:nth-child(185){opacity:.98;transform:translate(69.8877vw,-10px) scale(.9143);animation:fall-185 15s -3s linear infinite}@keyframes fall-185{78.561%{transform:translate(76.9956vw,78.561vh) scale(.9143)}to{transform:translate(73.44165vw,100vh) scale(.9143)}}.snow:nth-child(186){opacity:1.6566;transform:translate(86.8144vw,-10px) scale(.909);animation:fall-186 19s -27s linear infinite}@keyframes fall-186{66.623%{transform:translate(81.1292vw,66.623vh) scale(.909)}to{transform:translate(83.9718vw,100vh) scale(.909)}}.snow:nth-child(187){opacity:1.4694;transform:translate(29.3048vw,-10px) scale(.8816);animation:fall-187 10s -3s linear infinite}@keyframes fall-187{72.414%{transform:translate(20.5187vw,72.414vh) scale(.8816)}to{transform:translate(24.91175vw,100vh) scale(.8816)}}.snow:nth-child(188){opacity:1.96;transform:translate(11.082vw,-10px) scale(.8089);animation:fall-188 28s -9s linear infinite}@keyframes fall-188{74.388%{transform:translate(20.8435vw,74.388vh) scale(.8089)}to{transform:translate(15.96275vw,100vh) scale(.8089)}}.snow:nth-child(189){opacity:.21;transform:translate(10.0028vw,-10px) scale(.8174);animation:fall-189 13s -14s linear infinite}@keyframes fall-189{61.231%{transform:translate(14.8071vw,61.231vh) scale(.8174)}to{transform:translate(12.40495vw,100vh) scale(.8174)}}.snow:nth-child(190){opacity:.59;transform:translate(17.9326vw,-10px) scale(.1218);animation:fall-190 10s -8s linear infinite}@keyframes fall-190{48.382%{transform:translate(27.2384vw,48.382vh) scale(.1218)}to{transform:translate(22.5855vw,100vh) scale(.1218)}}.snow:nth-child(191){opacity:.8986;transform:translate(48.7623vw,-10px) scale(.5383);animation:fall-191 23s -24s linear infinite}@keyframes fall-191{54.471%{transform:translate(55.1624vw,54.471vh) scale(.5383)}to{transform:translate(51.96235vw,100vh) scale(.5383)}}.snow:nth-child(192){opacity:.4822;transform:translate(5.18vw,-10px) scale(.1597);animation:fall-192 22s -21s linear infinite}@keyframes fall-192{62.096%{transform:translate(5.6149vw,62.096vh) scale(.1597)}to{transform:translate(5.39745vw,100vh) scale(.1597)}}.snow:nth-child(193){opacity:.054;transform:translate(50.3336vw,-10px) scale(.4534);animation:fall-193 23s -1s linear infinite}@keyframes fall-193{57.501%{transform:translate(52.2675vw,57.501vh) scale(.4534)}to{transform:translate(51.30055vw,100vh) scale(.4534)}}.snow:nth-child(194){opacity:1.5106;transform:translate(17.4981vw,-10px) scale(.0308);animation:fall-194 10s -9s linear infinite}@keyframes fall-194{64.425%{transform:translate(23.9276vw,64.425vh) scale(.0308)}to{transform:translate(20.71285vw,100vh) scale(.0308)}}.snow:nth-child(195){opacity:1.2918;transform:translate(53.8592vw,-10px) scale(.54);animation:fall-195 21s -24s linear infinite}@keyframes fall-195{66.8%{transform:translate(49.3074vw,66.8vh) scale(.54)}to{transform:translate(51.5833vw,100vh) scale(.54)}}.snow:nth-child(196){opacity:1.232;transform:translate(67.8311vw,-10px) scale(.2012);animation:fall-196 26s -26s linear infinite}@keyframes fall-196{39.268%{transform:translate(71.6674vw,39.268vh) scale(.2012)}to{transform:translate(69.74925vw,100vh) scale(.2012)}}.snow:nth-child(197){opacity:1.1038;transform:translate(72.3547vw,-10px) scale(.5266);animation:fall-197 25s -1s linear infinite}@keyframes fall-197{54.938%{transform:translate(77.5885vw,54.938vh) scale(.5266)}to{transform:translate(74.9716vw,100vh) scale(.5266)}}.snow:nth-child(198){opacity:.8236;transform:translate(83.0758vw,-10px) scale(.8481);animation:fall-198 26s -20s linear infinite}@keyframes fall-198{42.177%{transform:translate(82.8246vw,42.177vh) scale(.8481)}to{transform:translate(82.9502vw,100vh) scale(.8481)}}.snow:nth-child(199){opacity:1.2916;transform:translate(.829vw,-10px) scale(.1225);animation:fall-199 30s -21s linear infinite}@keyframes fall-199{79.538%{transform:translate(-3.8227vw,79.538vh) scale(.1225)}to{transform:translate(-1.49685vw,100vh) scale(.1225)}}.snow:nth-child(200){opacity:1.0422;transform:translate(81.0794vw,-10px) scale(.3741);animation:fall-200 27s -4s linear infinite}@keyframes fall-200{47.156%{transform:translate(88.623vw,47.156vh) scale(.3741)}to{transform:translate(84.8512vw,100vh) scale(.3741)}}.snow:nth-child(201){opacity:1.9278;transform:translate(52.1277vw,-10px) scale(.1866);animation:fall-201 14s -23s linear infinite}@keyframes fall-201{37.042%{transform:translate(56.0547vw,37.042vh) scale(.1866)}to{transform:translate(54.0912vw,100vh) scale(.1866)}}.snow:nth-child(202){opacity:1.985;transform:translate(20.7595vw,-10px) scale(.9322);animation:fall-202 25s -19s linear infinite}@keyframes fall-202{75.201%{transform:translate(19.2387vw,75.201vh) scale(.9322)}to{transform:translate(19.9991vw,100vh) scale(.9322)}}.snow:nth-child(203){opacity:1.8508;transform:translate(.673vw,-10px) scale(.968);animation:fall-203 14s -26s linear infinite}@keyframes fall-203{36.887%{transform:translate(-7.7741vw,36.887vh) scale(.968)}to{transform:translate(-3.55055vw,100vh) scale(.968)}}.snow:nth-child(204){opacity:.0976;transform:translate(37.2401vw,-10px) scale(.5589);animation:fall-204 12s -26s linear infinite}@keyframes fall-204{47.687%{transform:translate(38.2764vw,47.687vh) scale(.5589)}to{transform:translate(37.75825vw,100vh) scale(.5589)}}.snow:nth-child(205){opacity:1.7908;transform:translate(54.0949vw,-10px) scale(.8631);animation:fall-205 26s -28s linear infinite}@keyframes fall-205{42.631%{transform:translate(44.7505vw,42.631vh) scale(.8631)}to{transform:translate(49.4227vw,100vh) scale(.8631)}}.snow:nth-child(206){opacity:1.5572;transform:translate(42.2601vw,-10px) scale(.2892);animation:fall-206 13s -16s linear infinite}@keyframes fall-206{44.991%{transform:translate(44.3496vw,44.991vh) scale(.2892)}to{transform:translate(43.30485vw,100vh) scale(.2892)}}.snow:nth-child(207){opacity:1.8252;transform:translate(4.2298vw,-10px) scale(.9591);animation:fall-207 12s -30s linear infinite}@keyframes fall-207{53.684%{transform:translate(-1.7249vw,53.684vh) scale(.9591)}to{transform:translate(1.25245vw,100vh) scale(.9591)}}.snow:nth-child(208){opacity:.2348;transform:translate(2.1291vw,-10px) scale(.445);animation:fall-208 30s -15s linear infinite}@keyframes fall-208{64.35%{transform:translate(8.2739vw,64.35vh) scale(.445)}to{transform:translate(5.2015vw,100vh) scale(.445)}}.snow:nth-child(209){opacity:.4182;transform:translate(39.0319vw,-10px) scale(.4105);animation:fall-209 10s -9s linear infinite}@keyframes fall-209{75.179%{transform:translate(35.0144vw,75.179vh) scale(.4105)}to{transform:translate(37.02315vw,100vh) scale(.4105)}}.snow:nth-child(210){opacity:.3292;transform:translate(41.078vw,-10px) scale(.0438);animation:fall-210 22s -7s linear infinite}@keyframes fall-210{32.575%{transform:translate(32.2305vw,32.575vh) scale(.0438)}to{transform:translate(36.65425vw,100vh) scale(.0438)}}.snow:nth-child(211){opacity:.4768;transform:translate(73.38vw,-10px) scale(.5405);animation:fall-211 18s -30s linear infinite}@keyframes fall-211{54.16%{transform:translate(74.4457vw,54.16vh) scale(.5405)}to{transform:translate(73.91285vw,100vh) scale(.5405)}}.snow:nth-child(212){opacity:.6308;transform:translate(33.1892vw,-10px) scale(.5888);animation:fall-212 23s -12s linear infinite}@keyframes fall-212{64.329%{transform:translate(23.4459vw,64.329vh) scale(.5888)}to{transform:translate(28.31755vw,100vh) scale(.5888)}}.snow:nth-child(213){opacity:1.8602;transform:translate(92.3855vw,-10px) scale(.9678);animation:fall-213 20s -30s linear infinite}@keyframes fall-213{64.202%{transform:translate(85.0249vw,64.202vh) scale(.9678)}to{transform:translate(88.7052vw,100vh) scale(.9678)}}.snow:nth-child(214){opacity:1.1894;transform:translate(32.3989vw,-10px) scale(.4274);animation:fall-214 22s -21s linear infinite}@keyframes fall-214{52.118%{transform:translate(36.8288vw,52.118vh) scale(.4274)}to{transform:translate(34.61385vw,100vh) scale(.4274)}}.snow:nth-child(215){opacity:.103;transform:translate(25.3697vw,-10px) scale(.0771);animation:fall-215 30s -18s linear infinite}@keyframes fall-215{40.296%{transform:translate(32.8345vw,40.296vh) scale(.0771)}to{transform:translate(29.1021vw,100vh) scale(.0771)}}.snow:nth-child(216){opacity:1.2724;transform:translate(90.3759vw,-10px) scale(.3978);animation:fall-216 30s -26s linear infinite}@keyframes fall-216{79.854%{transform:translate(97.5032vw,79.854vh) scale(.3978)}to{transform:translate(93.93955vw,100vh) scale(.3978)}}.snow:nth-child(217){opacity:.8218;transform:translate(43.5506vw,-10px) scale(.263);animation:fall-217 14s -9s linear infinite}@keyframes fall-217{41.363%{transform:translate(51.5241vw,41.363vh) scale(.263)}to{transform:translate(47.53735vw,100vh) scale(.263)}}.snow:nth-child(218){opacity:.5262;transform:translate(5.0462vw,-10px) scale(.8691);animation:fall-218 17s -6s linear infinite}@keyframes fall-218{53.096%{transform:translate(2.727vw,53.096vh) scale(.8691)}to{transform:translate(3.8866vw,100vh) scale(.8691)}}.snow:nth-child(219){opacity:1.5008;transform:translate(59.7311vw,-10px) scale(.3896);animation:fall-219 17s -24s linear infinite}@keyframes fall-219{48.224%{transform:translate(59.9965vw,48.224vh) scale(.3896)}to{transform:translate(59.8638vw,100vh) scale(.3896)}}.snow:nth-child(220){opacity:.3146;transform:translate(12.6723vw,-10px) scale(.7722);animation:fall-220 16s -14s linear infinite}@keyframes fall-220{58.586%{transform:translate(6.1262vw,58.586vh) scale(.7722)}to{transform:translate(9.39925vw,100vh) scale(.7722)}}.snow:nth-child(221){opacity:.6192;transform:translate(36.6647vw,-10px) scale(.9633);animation:fall-221 23s -8s linear infinite}@keyframes fall-221{46.345%{transform:translate(43.0924vw,46.345vh) scale(.9633)}to{transform:translate(39.87855vw,100vh) scale(.9633)}}.snow:nth-child(222){opacity:1.6612;transform:translate(12.6569vw,-10px) scale(.8487);animation:fall-222 20s -13s linear infinite}@keyframes fall-222{57.89%{transform:translate(11.5035vw,57.89vh) scale(.8487)}to{transform:translate(12.0802vw,100vh) scale(.8487)}}.snow:nth-child(223){opacity:1.0802;transform:translate(7.3386vw,-10px) scale(.3518);animation:fall-223 14s -29s linear infinite}@keyframes fall-223{33.954%{transform:translate(9.8253vw,33.954vh) scale(.3518)}to{transform:translate(8.58195vw,100vh) scale(.3518)}}.snow:nth-child(224){opacity:1.8582;transform:translate(66.159vw,-10px) scale(.6451);animation:fall-224 14s -25s linear infinite}@keyframes fall-224{53.14%{transform:translate(56.7575vw,53.14vh) scale(.6451)}to{transform:translate(61.45825vw,100vh) scale(.6451)}}.snow:nth-child(225){opacity:.4198;transform:translate(27.9022vw,-10px) scale(.9409);animation:fall-225 28s -14s linear infinite}@keyframes fall-225{45.683%{transform:translate(35.5977vw,45.683vh) scale(.9409)}to{transform:translate(31.74995vw,100vh) scale(.9409)}}.snow:nth-child(226){opacity:.7264;transform:translate(94.8143vw,-10px) scale(.1196);animation:fall-226 10s -30s linear infinite}@keyframes fall-226{64.072%{transform:translate(95.7987vw,64.072vh) scale(.1196)}to{transform:translate(95.3065vw,100vh) scale(.1196)}}.snow:nth-child(227){opacity:1.09;transform:translate(79.4271vw,-10px) scale(.4051);animation:fall-227 27s -11s linear infinite}@keyframes fall-227{52.774%{transform:translate(75.1923vw,52.774vh) scale(.4051)}to{transform:translate(77.3097vw,100vh) scale(.4051)}}.snow:nth-child(228){opacity:1.5428;transform:translate(86.9727vw,-10px) scale(.9561);animation:fall-228 27s -30s linear infinite}@keyframes fall-228{71.233%{transform:translate(92.7608vw,71.233vh) scale(.9561)}to{transform:translate(89.86675vw,100vh) scale(.9561)}}.snow:nth-child(229){opacity:1.3216;transform:translate(82.8011vw,-10px) scale(.9042);animation:fall-229 18s -2s linear infinite}@keyframes fall-229{68.556%{transform:translate(76.0284vw,68.556vh) scale(.9042)}to{transform:translate(79.41475vw,100vh) scale(.9042)}}.snow:nth-child(230){opacity:.3038;transform:translate(63.0316vw,-10px) scale(.6973);animation:fall-230 28s -25s linear infinite}@keyframes fall-230{45.903%{transform:translate(60.0892vw,45.903vh) scale(.6973)}to{transform:translate(61.5604vw,100vh) scale(.6973)}}.snow:nth-child(231){opacity:.0864;transform:translate(53.6633vw,-10px) scale(.4719);animation:fall-231 10s -20s linear infinite}@keyframes fall-231{74.096%{transform:translate(56.5009vw,74.096vh) scale(.4719)}to{transform:translate(55.0821vw,100vh) scale(.4719)}}.snow:nth-child(232){opacity:.7038;transform:translate(97.5416vw,-10px) scale(.1199);animation:fall-232 27s -24s linear infinite}@keyframes fall-232{32.386%{transform:translate(97.0551vw,32.386vh) scale(.1199)}to{transform:translate(97.29835vw,100vh) scale(.1199)}}.snow:nth-child(233){opacity:1.7522;transform:translate(8.1703vw,-10px) scale(.2504);animation:fall-233 20s -17s linear infinite}@keyframes fall-233{34.055%{transform:translate(15.439vw,34.055vh) scale(.2504)}to{transform:translate(11.80465vw,100vh) scale(.2504)}}.snow:nth-child(234){opacity:.8114;transform:translate(39.7105vw,-10px) scale(.7498);animation:fall-234 12s -27s linear infinite}@keyframes fall-234{56.293%{transform:translate(41.2763vw,56.293vh) scale(.7498)}to{transform:translate(40.4934vw,100vh) scale(.7498)}}.snow:nth-child(235){opacity:1.4436;transform:translate(41.5491vw,-10px) scale(.239);animation:fall-235 14s -22s linear infinite}@keyframes fall-235{41.627%{transform:translate(33.2895vw,41.627vh) scale(.239)}to{transform:translate(37.4193vw,100vh) scale(.239)}}.snow:nth-child(236){opacity:1.5638;transform:translate(55.4008vw,-10px) scale(.126);animation:fall-236 23s -6s linear infinite}@keyframes fall-236{73.58%{transform:translate(47.0962vw,73.58vh) scale(.126)}to{transform:translate(51.2485vw,100vh) scale(.126)}}.snow:nth-child(237){opacity:1.4698;transform:translate(87.8373vw,-10px) scale(.796);animation:fall-237 22s -13s linear infinite}@keyframes fall-237{58.761%{transform:translate(83.0852vw,58.761vh) scale(.796)}to{transform:translate(85.46125vw,100vh) scale(.796)}}.snow:nth-child(238){opacity:.1124;transform:translate(51.2343vw,-10px) scale(.2474);animation:fall-238 22s -10s linear infinite}@keyframes fall-238{75.635%{transform:translate(55.0866vw,75.635vh) scale(.2474)}to{transform:translate(53.16045vw,100vh) scale(.2474)}}.snow:nth-child(239){opacity:.0772;transform:translate(86.982vw,-10px) scale(.7582);animation:fall-239 13s -4s linear infinite}@keyframes fall-239{74.63%{transform:translate(96.3929vw,74.63vh) scale(.7582)}to{transform:translate(91.68745vw,100vh) scale(.7582)}}.snow:nth-child(240){opacity:1.2754;transform:translate(55.2847vw,-10px) scale(.9405);animation:fall-240 20s -21s linear infinite}@keyframes fall-240{71.455%{transform:translate(62.5431vw,71.455vh) scale(.9405)}to{transform:translate(58.9139vw,100vh) scale(.9405)}}.snow:nth-child(241){opacity:1.0572;transform:translate(38.3505vw,-10px) scale(.024);animation:fall-241 25s -4s linear infinite}@keyframes fall-241{69.982%{transform:translate(46.5903vw,69.982vh) scale(.024)}to{transform:translate(42.4704vw,100vh) scale(.024)}}.snow:nth-child(242){opacity:1.9162;transform:translate(69.3087vw,-10px) scale(.2126);animation:fall-242 25s -27s linear infinite}@keyframes fall-242{49.614%{transform:translate(70.3366vw,49.614vh) scale(.2126)}to{transform:translate(69.82265vw,100vh) scale(.2126)}}.snow:nth-child(243){opacity:.261;transform:translate(48.0199vw,-10px) scale(.4357);animation:fall-243 21s -30s linear infinite}@keyframes fall-243{73.025%{transform:translate(51.6998vw,73.025vh) scale(.4357)}to{transform:translate(49.85985vw,100vh) scale(.4357)}}.snow:nth-child(244){opacity:.3736;transform:translate(61.9258vw,-10px) scale(.6326);animation:fall-244 21s -10s linear infinite}@keyframes fall-244{67.713%{transform:translate(65.1915vw,67.713vh) scale(.6326)}to{transform:translate(63.55865vw,100vh) scale(.6326)}}.snow:nth-child(245){opacity:1.2526;transform:translate(43.7597vw,-10px) scale(.2883);animation:fall-245 25s -19s linear infinite}@keyframes fall-245{33.784%{transform:translate(52.6943vw,33.784vh) scale(.2883)}to{transform:translate(48.227vw,100vh) scale(.2883)}}.snow:nth-child(246){opacity:1.027;transform:translate(97.1566vw,-10px) scale(.5151);animation:fall-246 28s -7s linear infinite}@keyframes fall-246{67.301%{transform:translate(93.32vw,67.301vh) scale(.5151)}to{transform:translate(95.2383vw,100vh) scale(.5151)}}.snow:nth-child(247){opacity:.3722;transform:translate(72.1866vw,-10px) scale(.3816);animation:fall-247 29s -9s linear infinite}@keyframes fall-247{71.275%{transform:translate(74.6704vw,71.275vh) scale(.3816)}to{transform:translate(73.4285vw,100vh) scale(.3816)}}.snow:nth-child(248){opacity:1.8604;transform:translate(17.1331vw,-10px) scale(.1515);animation:fall-248 23s -5s linear infinite}@keyframes fall-248{61.04%{transform:translate(8.088vw,61.04vh) scale(.1515)}to{transform:translate(12.61055vw,100vh) scale(.1515)}}.snow:nth-child(249){opacity:.1456;transform:translate(35.0348vw,-10px) scale(.4113);animation:fall-249 11s -27s linear infinite}@keyframes fall-249{48.535%{transform:translate(41.5587vw,48.535vh) scale(.4113)}to{transform:translate(38.29675vw,100vh) scale(.4113)}}.snow:nth-child(250){opacity:1.259;transform:translate(29.0433vw,-10px) scale(.2257);animation:fall-250 15s -7s linear infinite}@keyframes fall-250{30.003%{transform:translate(33.7334vw,30.003vh) scale(.2257)}to{transform:translate(31.38835vw,100vh) scale(.2257)}}.snow:nth-child(251){opacity:1.4724;transform:translate(38.7026vw,-10px) scale(.1103);animation:fall-251 12s -25s linear infinite}@keyframes fall-251{66.17%{transform:translate(31.8453vw,66.17vh) scale(.1103)}to{transform:translate(35.27395vw,100vh) scale(.1103)}}.snow:nth-child(252){opacity:.4058;transform:translate(65.0389vw,-10px) scale(.3659);animation:fall-252 16s -8s linear infinite}@keyframes fall-252{38.686%{transform:translate(70.2802vw,38.686vh) scale(.3659)}to{transform:translate(67.65955vw,100vh) scale(.3659)}}.snow:nth-child(253){opacity:1.92;transform:translate(15.8503vw,-10px) scale(.143);animation:fall-253 10s -2s linear infinite}@keyframes fall-253{56.592%{transform:translate(19.3609vw,56.592vh) scale(.143)}to{transform:translate(17.6056vw,100vh) scale(.143)}}.snow:nth-child(254){opacity:1.0046;transform:translate(36.2906vw,-10px) scale(.2458);animation:fall-254 23s -11s linear infinite}@keyframes fall-254{68.767%{transform:translate(34.6648vw,68.767vh) scale(.2458)}to{transform:translate(35.4777vw,100vh) scale(.2458)}}.snow:nth-child(255){opacity:1.0982;transform:translate(27.337vw,-10px) scale(.2476);animation:fall-255 27s -27s linear infinite}@keyframes fall-255{36.481%{transform:translate(34.0979vw,36.481vh) scale(.2476)}to{transform:translate(30.71745vw,100vh) scale(.2476)}}.snow:nth-child(256){opacity:.9818;transform:translate(65.3984vw,-10px) scale(.5094);animation:fall-256 10s -8s linear infinite}@keyframes fall-256{33.235%{transform:translate(60.3054vw,33.235vh) scale(.5094)}to{transform:translate(62.8519vw,100vh) scale(.5094)}}.snow:nth-child(257){opacity:1.1448;transform:translate(97.6279vw,-10px) scale(.9772);animation:fall-257 19s -9s linear infinite}@keyframes fall-257{62.162%{transform:translate(107.4692vw,62.162vh) scale(.9772)}to{transform:translate(102.54855vw,100vh) scale(.9772)}}.snow:nth-child(258){opacity:.0116;transform:translate(98.7751vw,-10px) scale(.6478);animation:fall-258 11s -23s linear infinite}@keyframes fall-258{60.851%{transform:translate(93.9206vw,60.851vh) scale(.6478)}to{transform:translate(96.34785vw,100vh) scale(.6478)}}.snow:nth-child(259){opacity:.3684;transform:translate(11.4568vw,-10px) scale(.6784);animation:fall-259 21s -16s linear infinite}@keyframes fall-259{34.345%{transform:translate(16.2213vw,34.345vh) scale(.6784)}to{transform:translate(13.83905vw,100vh) scale(.6784)}}.snow:nth-child(260){opacity:.6894;transform:translate(99.4064vw,-10px) scale(.0726);animation:fall-260 13s -7s linear infinite}@keyframes fall-260{32.192%{transform:translate(104.6911vw,32.192vh) scale(.0726)}to{transform:translate(102.04875vw,100vh) scale(.0726)}}.snow:nth-child(261){opacity:.5604;transform:translate(18.1925vw,-10px) scale(.1527);animation:fall-261 24s -6s linear infinite}@keyframes fall-261{77.711%{transform:translate(19.644vw,77.711vh) scale(.1527)}to{transform:translate(18.91825vw,100vh) scale(.1527)}}.snow:nth-child(262){opacity:1.2424;transform:translate(97.6045vw,-10px) scale(.3485);animation:fall-262 17s -13s linear infinite}@keyframes fall-262{54.319%{transform:translate(100.4913vw,54.319vh) scale(.3485)}to{transform:translate(99.0479vw,100vh) scale(.3485)}}.snow:nth-child(263){opacity:.2908;transform:translate(45.3791vw,-10px) scale(.2424);animation:fall-263 21s -6s linear infinite}@keyframes fall-263{67.989%{transform:translate(43.8231vw,67.989vh) scale(.2424)}to{transform:translate(44.6011vw,100vh) scale(.2424)}}.snow:nth-child(264){opacity:.9372;transform:translate(60.313vw,-10px) scale(.3128);animation:fall-264 15s -11s linear infinite}@keyframes fall-264{71.122%{transform:translate(65.3503vw,71.122vh) scale(.3128)}to{transform:translate(62.83165vw,100vh) scale(.3128)}}.snow:nth-child(265){opacity:1.3612;transform:translate(70.099vw,-10px) scale(.542);animation:fall-265 26s -26s linear infinite}@keyframes fall-265{64.414%{transform:translate(60.3645vw,64.414vh) scale(.542)}to{transform:translate(65.23175vw,100vh) scale(.542)}}.snow:nth-child(266){opacity:1.3128;transform:translate(13.038vw,-10px) scale(.2647);animation:fall-266 22s -12s linear infinite}@keyframes fall-266{72.037%{transform:translate(8.5723vw,72.037vh) scale(.2647)}to{transform:translate(10.80515vw,100vh) scale(.2647)}}.snow:nth-child(267){opacity:.9382;transform:translate(36.9463vw,-10px) scale(.4292);animation:fall-267 28s -29s linear infinite}@keyframes fall-267{60.714%{transform:translate(33.6417vw,60.714vh) scale(.4292)}to{transform:translate(35.294vw,100vh) scale(.4292)}}.snow:nth-child(268){opacity:.6658;transform:translate(92.8842vw,-10px) scale(.1263);animation:fall-268 28s -17s linear infinite}@keyframes fall-268{55.972%{transform:translate(90.7284vw,55.972vh) scale(.1263)}to{transform:translate(91.8063vw,100vh) scale(.1263)}}.snow:nth-child(269){opacity:.4104;transform:translate(32.4308vw,-10px) scale(.0728);animation:fall-269 28s -24s linear infinite}@keyframes fall-269{52.592%{transform:translate(29.8745vw,52.592vh) scale(.0728)}to{transform:translate(31.15265vw,100vh) scale(.0728)}}.snow:nth-child(270){opacity:.685;transform:translate(20.4751vw,-10px) scale(.9068);animation:fall-270 26s -19s linear infinite}@keyframes fall-270{36.154%{transform:translate(17.527vw,36.154vh) scale(.9068)}to{transform:translate(19.00105vw,100vh) scale(.9068)}}.snow:nth-child(271){opacity:1.1782;transform:translate(74.7092vw,-10px) scale(.1377);animation:fall-271 13s -3s linear infinite}@keyframes fall-271{40.906%{transform:translate(64.8817vw,40.906vh) scale(.1377)}to{transform:translate(69.79545vw,100vh) scale(.1377)}}.snow:nth-child(272){opacity:1.0878;transform:translate(66.0419vw,-10px) scale(.7024);animation:fall-272 13s -11s linear infinite}@keyframes fall-272{57.331%{transform:translate(60.4408vw,57.331vh) scale(.7024)}to{transform:translate(63.24135vw,100vh) scale(.7024)}}.snow:nth-child(273){opacity:1.9552;transform:translate(27.3197vw,-10px) scale(.5194);animation:fall-273 20s -11s linear infinite}@keyframes fall-273{42.611%{transform:translate(31.7867vw,42.611vh) scale(.5194)}to{transform:translate(29.5532vw,100vh) scale(.5194)}}.snow:nth-child(274){opacity:1.3852;transform:translate(69.4379vw,-10px) scale(.7079);animation:fall-274 23s -26s linear infinite}@keyframes fall-274{78.419%{transform:translate(69.1378vw,78.419vh) scale(.7079)}to{transform:translate(69.28785vw,100vh) scale(.7079)}}.snow:nth-child(275){opacity:1.9558;transform:translate(5.5647vw,-10px) scale(.9413);animation:fall-275 21s -24s linear infinite}@keyframes fall-275{76.068%{transform:translate(9.6231vw,76.068vh) scale(.9413)}to{transform:translate(7.5939vw,100vh) scale(.9413)}}.snow:nth-child(276){opacity:.5954;transform:translate(11.4743vw,-10px) scale(.4478);animation:fall-276 20s -12s linear infinite}@keyframes fall-276{36.976%{transform:translate(11.3506vw,36.976vh) scale(.4478)}to{transform:translate(11.41245vw,100vh) scale(.4478)}}.snow:nth-child(277){opacity:1.9054;transform:translate(96.8612vw,-10px) scale(.2992);animation:fall-277 17s -16s linear infinite}@keyframes fall-277{69.61%{transform:translate(105.3514vw,69.61vh) scale(.2992)}to{transform:translate(101.1063vw,100vh) scale(.2992)}}.snow:nth-child(278){opacity:.8948;transform:translate(76.1697vw,-10px) scale(.0833);animation:fall-278 15s -28s linear infinite}@keyframes fall-278{56.735%{transform:translate(85.4452vw,56.735vh) scale(.0833)}to{transform:translate(80.80745vw,100vh) scale(.0833)}}.snow:nth-child(279){opacity:1.7868;transform:translate(27.5874vw,-10px) scale(.893);animation:fall-279 13s -11s linear infinite}@keyframes fall-279{67.551%{transform:translate(17.9065vw,67.551vh) scale(.893)}to{transform:translate(22.74695vw,100vh) scale(.893)}}.snow:nth-child(280){opacity:.143;transform:translate(37.2296vw,-10px) scale(.1937);animation:fall-280 13s -23s linear infinite}@keyframes fall-280{37.641%{transform:translate(43.9878vw,37.641vh) scale(.1937)}to{transform:translate(40.6087vw,100vh) scale(.1937)}}.snow:nth-child(281){opacity:.5326;transform:translate(62.8472vw,-10px) scale(.1367);animation:fall-281 13s -13s linear infinite}@keyframes fall-281{55.792%{transform:translate(59.399vw,55.792vh) scale(.1367)}to{transform:translate(61.1231vw,100vh) scale(.1367)}}.snow:nth-child(282){opacity:1.0142;transform:translate(17.6064vw,-10px) scale(.5429);animation:fall-282 18s -13s linear infinite}@keyframes fall-282{56.635%{transform:translate(20.272vw,56.635vh) scale(.5429)}to{transform:translate(18.9392vw,100vh) scale(.5429)}}.snow:nth-child(283){opacity:.5804;transform:translate(48.7978vw,-10px) scale(.1141);animation:fall-283 15s -7s linear infinite}@keyframes fall-283{37.803%{transform:translate(45.5059vw,37.803vh) scale(.1141)}to{transform:translate(47.15185vw,100vh) scale(.1141)}}.snow:nth-child(284){opacity:1.9814;transform:translate(52.7688vw,-10px) scale(.1719);animation:fall-284 30s -22s linear infinite}@keyframes fall-284{65%{transform:translate(51.4082vw,65vh) scale(.1719)}to{transform:translate(52.0885vw,100vh) scale(.1719)}}.snow:nth-child(285){opacity:.2862;transform:translate(58.6855vw,-10px) scale(.2807);animation:fall-285 13s -30s linear infinite}@keyframes fall-285{35.428%{transform:translate(55.5701vw,35.428vh) scale(.2807)}to{transform:translate(57.1278vw,100vh) scale(.2807)}}.snow:nth-child(286){opacity:.2094;transform:translate(71.9672vw,-10px) scale(.3535);animation:fall-286 29s -3s linear infinite}@keyframes fall-286{53.289%{transform:translate(65.057vw,53.289vh) scale(.3535)}to{transform:translate(68.5121vw,100vh) scale(.3535)}}.snow:nth-child(287){opacity:1.4254;transform:translate(59.2734vw,-10px) scale(.4087);animation:fall-287 10s -3s linear infinite}@keyframes fall-287{56.972%{transform:translate(59.9782vw,56.972vh) scale(.4087)}to{transform:translate(59.6258vw,100vh) scale(.4087)}}.snow:nth-child(288){opacity:1.5;transform:translate(44.9178vw,-10px) scale(.5371);animation:fall-288 14s -28s linear infinite}@keyframes fall-288{78.817%{transform:translate(53.5832vw,78.817vh) scale(.5371)}to{transform:translate(49.2505vw,100vh) scale(.5371)}}.snow:nth-child(289){opacity:1.1568;transform:translate(25.7556vw,-10px) scale(.9741);animation:fall-289 25s -13s linear infinite}@keyframes fall-289{38.421%{transform:translate(18.3833vw,38.421vh) scale(.9741)}to{transform:translate(22.06945vw,100vh) scale(.9741)}}.snow:nth-child(290){opacity:1.3272;transform:translate(21.3242vw,-10px) scale(.2962);animation:fall-290 17s -24s linear infinite}@keyframes fall-290{35.65%{transform:translate(28.0082vw,35.65vh) scale(.2962)}to{transform:translate(24.6662vw,100vh) scale(.2962)}}.snow:nth-child(291){opacity:1.4418;transform:translate(23.779vw,-10px) scale(.4083);animation:fall-291 26s -30s linear infinite}@keyframes fall-291{70.561%{transform:translate(29.54vw,70.561vh) scale(.4083)}to{transform:translate(26.6595vw,100vh) scale(.4083)}}.snow:nth-child(292){opacity:.3764;transform:translate(90.9146vw,-10px) scale(.0342);animation:fall-292 22s -13s linear infinite}@keyframes fall-292{77.804%{transform:translate(99.4489vw,77.804vh) scale(.0342)}to{transform:translate(95.18175vw,100vh) scale(.0342)}}.snow:nth-child(293){opacity:.2982;transform:translate(42.4578vw,-10px) scale(.7712);animation:fall-293 13s -21s linear infinite}@keyframes fall-293{68.988%{transform:translate(36.8516vw,68.988vh) scale(.7712)}to{transform:translate(39.6547vw,100vh) scale(.7712)}}.snow:nth-child(294){opacity:.5112;transform:translate(96.69vw,-10px) scale(.3806);animation:fall-294 28s -13s linear infinite}@keyframes fall-294{31.285%{transform:translate(90.1804vw,31.285vh) scale(.3806)}to{transform:translate(93.4352vw,100vh) scale(.3806)}}.snow:nth-child(295){opacity:1.9596;transform:translate(92.0568vw,-10px) scale(.5899);animation:fall-295 15s -4s linear infinite}@keyframes fall-295{79.814%{transform:translate(93.7418vw,79.814vh) scale(.5899)}to{transform:translate(92.8993vw,100vh) scale(.5899)}}.snow:nth-child(296){opacity:.2476;transform:translate(61.2032vw,-10px) scale(.3164);animation:fall-296 28s -1s linear infinite}@keyframes fall-296{32.158%{transform:translate(70.8144vw,32.158vh) scale(.3164)}to{transform:translate(66.0088vw,100vh) scale(.3164)}}.snow:nth-child(297){opacity:.4952;transform:translate(42.554vw,-10px) scale(.2793);animation:fall-297 17s -18s linear infinite}@keyframes fall-297{51.381%{transform:translate(39.4019vw,51.381vh) scale(.2793)}to{transform:translate(40.97795vw,100vh) scale(.2793)}}.snow:nth-child(298){opacity:.4884;transform:translate(29.2959vw,-10px) scale(.6565);animation:fall-298 12s -30s linear infinite}@keyframes fall-298{72.598%{transform:translate(20.3301vw,72.598vh) scale(.6565)}to{transform:translate(24.813vw,100vh) scale(.6565)}}.snow:nth-child(299){opacity:.9912;transform:translate(19.595vw,-10px) scale(.0812);animation:fall-299 15s -22s linear infinite}@keyframes fall-299{42.336%{transform:translate(12.9505vw,42.336vh) scale(.0812)}to{transform:translate(16.27275vw,100vh) scale(.0812)}}.snow:nth-child(300){opacity:.5458;transform:translate(68.9273vw,-10px) scale(.462);animation:fall-300 15s -27s linear infinite}@keyframes fall-300{53.51%{transform:translate(60.0459vw,53.51vh) scale(.462)}to{transform:translate(64.4866vw,100vh) scale(.462)}}.snow:nth-child(301){opacity:1.2736;transform:translate(48.8103vw,-10px) scale(.8796);animation:fall-301 30s -11s linear infinite}@keyframes fall-301{39.047%{transform:translate(47.9505vw,39.047vh) scale(.8796)}to{transform:translate(48.3804vw,100vh) scale(.8796)}}.snow:nth-child(302){opacity:.2194;transform:translate(83.2314vw,-10px) scale(.7508);animation:fall-302 15s -10s linear infinite}@keyframes fall-302{66.025%{transform:translate(77.4989vw,66.025vh) scale(.7508)}to{transform:translate(80.36515vw,100vh) scale(.7508)}}.snow:nth-child(303){opacity:.6846;transform:translate(12.3778vw,-10px) scale(.1778);animation:fall-303 25s -11s linear infinite}@keyframes fall-303{37.403%{transform:translate(6.1914vw,37.403vh) scale(.1778)}to{transform:translate(9.2846vw,100vh) scale(.1778)}}.snow:nth-child(304){opacity:1.0464;transform:translate(95.245vw,-10px) scale(.7604);animation:fall-304 10s -14s linear infinite}@keyframes fall-304{74.672%{transform:translate(104.6508vw,74.672vh) scale(.7604)}to{transform:translate(99.9479vw,100vh) scale(.7604)}}.snow:nth-child(305){opacity:.5316;transform:translate(80.9988vw,-10px) scale(.5927);animation:fall-305 20s -20s linear infinite}@keyframes fall-305{67.61%{transform:translate(87.3777vw,67.61vh) scale(.5927)}to{transform:translate(84.18825vw,100vh) scale(.5927)}}.snow:nth-child(306){opacity:1.2044;transform:translate(83.3075vw,-10px) scale(.9542);animation:fall-306 17s -10s linear infinite}@keyframes fall-306{44.555%{transform:translate(92.9035vw,44.555vh) scale(.9542)}to{transform:translate(88.1055vw,100vh) scale(.9542)}}.snow:nth-child(307){opacity:.1816;transform:translate(24.8488vw,-10px) scale(.8976);animation:fall-307 29s -3s linear infinite}@keyframes fall-307{71.194%{transform:translate(28.9197vw,71.194vh) scale(.8976)}to{transform:translate(26.88425vw,100vh) scale(.8976)}}.snow:nth-child(308){opacity:.5898;transform:translate(82.8485vw,-10px) scale(.4725);animation:fall-308 18s -8s linear infinite}@keyframes fall-308{36.127%{transform:translate(89.6656vw,36.127vh) scale(.4725)}to{transform:translate(86.25705vw,100vh) scale(.4725)}}.snow:nth-child(309){opacity:.986;transform:translate(65.0628vw,-10px) scale(.0632);animation:fall-309 16s -12s linear infinite}@keyframes fall-309{70.838%{transform:translate(64.7949vw,70.838vh) scale(.0632)}to{transform:translate(64.92885vw,100vh) scale(.0632)}}.snow:nth-child(310){opacity:1.0976;transform:translate(86.2514vw,-10px) scale(.9826);animation:fall-310 29s -9s linear infinite}@keyframes fall-310{57.84%{transform:translate(90.3697vw,57.84vh) scale(.9826)}to{transform:translate(88.31055vw,100vh) scale(.9826)}}.snow:nth-child(311){opacity:.4426;transform:translate(76.6123vw,-10px) scale(.4014);animation:fall-311 17s -3s linear infinite}@keyframes fall-311{58.721%{transform:translate(77.1711vw,58.721vh) scale(.4014)}to{transform:translate(76.8917vw,100vh) scale(.4014)}}.snow:nth-child(312){opacity:.6282;transform:translate(14.4493vw,-10px) scale(.8879);animation:fall-312 17s -29s linear infinite}@keyframes fall-312{57.089%{transform:translate(6.9131vw,57.089vh) scale(.8879)}to{transform:translate(10.6812vw,100vh) scale(.8879)}}.snow:nth-child(313){opacity:1.8904;transform:translate(19.5013vw,-10px) scale(.11);animation:fall-313 14s -25s linear infinite}@keyframes fall-313{60.888%{transform:translate(12.1515vw,60.888vh) scale(.11)}to{transform:translate(15.8264vw,100vh) scale(.11)}}.snow:nth-child(314){opacity:.976;transform:translate(51.7191vw,-10px) scale(.6603);animation:fall-314 19s -12s linear infinite}@keyframes fall-314{42.589%{transform:translate(47.1199vw,42.589vh) scale(.6603)}to{transform:translate(49.4195vw,100vh) scale(.6603)}}.snow:nth-child(315){opacity:1.8622;transform:translate(80.111vw,-10px) scale(.5511);animation:fall-315 26s -21s linear infinite}@keyframes fall-315{69.325%{transform:translate(88.3735vw,69.325vh) scale(.5511)}to{transform:translate(84.24225vw,100vh) scale(.5511)}}.snow:nth-child(316){opacity:1.291;transform:translate(22.315vw,-10px) scale(.4146);animation:fall-316 29s -7s linear infinite}@keyframes fall-316{47.143%{transform:translate(31.6833vw,47.143vh) scale(.4146)}to{transform:translate(26.99915vw,100vh) scale(.4146)}}.snow:nth-child(317){opacity:1.0112;transform:translate(17.5769vw,-10px) scale(.66);animation:fall-317 18s -16s linear infinite}@keyframes fall-317{51.346%{transform:translate(9.8178vw,51.346vh) scale(.66)}to{transform:translate(13.69735vw,100vh) scale(.66)}}.snow:nth-child(318){opacity:1.0966;transform:translate(43.3928vw,-10px) scale(.7022);animation:fall-318 19s -30s linear infinite}@keyframes fall-318{61.592%{transform:translate(41.6689vw,61.592vh) scale(.7022)}to{transform:translate(42.53085vw,100vh) scale(.7022)}}.snow:nth-child(319){opacity:.826;transform:translate(68.8032vw,-10px) scale(.0909);animation:fall-319 20s -1s linear infinite}@keyframes fall-319{62.434%{transform:translate(59.66vw,62.434vh) scale(.0909)}to{transform:translate(64.2316vw,100vh) scale(.0909)}}.snow:nth-child(320){opacity:1.5098;transform:translate(26.372vw,-10px) scale(.32);animation:fall-320 10s -9s linear infinite}@keyframes fall-320{36.452%{transform:translate(26.0497vw,36.452vh) scale(.32)}to{transform:translate(26.21085vw,100vh) scale(.32)}}.snow:nth-child(321){opacity:1.187;transform:translate(18.7293vw,-10px) scale(.4068);animation:fall-321 27s -13s linear infinite}@keyframes fall-321{34.188%{transform:translate(19.6119vw,34.188vh) scale(.4068)}to{transform:translate(19.1706vw,100vh) scale(.4068)}}.snow:nth-child(322){opacity:1.1614;transform:translate(89.5371vw,-10px) scale(.1112);animation:fall-322 17s -3s linear infinite}@keyframes fall-322{69.882%{transform:translate(88.2005vw,69.882vh) scale(.1112)}to{transform:translate(88.8688vw,100vh) scale(.1112)}}.snow:nth-child(323){opacity:1.0434;transform:translate(86.0233vw,-10px) scale(.3772);animation:fall-323 23s -11s linear infinite}@keyframes fall-323{70.332%{transform:translate(76.4655vw,70.332vh) scale(.3772)}to{transform:translate(81.2444vw,100vh) scale(.3772)}}.snow:nth-child(324){opacity:.0426;transform:translate(52.6928vw,-10px) scale(.5487);animation:fall-324 15s -3s linear infinite}@keyframes fall-324{75.107%{transform:translate(58.4741vw,75.107vh) scale(.5487)}to{transform:translate(55.58345vw,100vh) scale(.5487)}}.snow:nth-child(325){opacity:.8206;transform:translate(21.643vw,-10px) scale(.9097);animation:fall-325 28s -15s linear infinite}@keyframes fall-325{58.215%{transform:translate(24.9397vw,58.215vh) scale(.9097)}to{transform:translate(23.29135vw,100vh) scale(.9097)}}.snow:nth-child(326){opacity:1.1524;transform:translate(21.2795vw,-10px) scale(.0566);animation:fall-326 15s -29s linear infinite}@keyframes fall-326{48.147%{transform:translate(19.9672vw,48.147vh) scale(.0566)}to{transform:translate(20.62335vw,100vh) scale(.0566)}}.snow:nth-child(327){opacity:.876;transform:translate(18.4404vw,-10px) scale(.2919);animation:fall-327 17s -6s linear infinite}@keyframes fall-327{54.223%{transform:translate(23.2861vw,54.223vh) scale(.2919)}to{transform:translate(20.86325vw,100vh) scale(.2919)}}.snow:nth-child(328){opacity:.1036;transform:translate(49.8393vw,-10px) scale(.4492);animation:fall-328 29s -2s linear infinite}@keyframes fall-328{63.522%{transform:translate(42.0654vw,63.522vh) scale(.4492)}to{transform:translate(45.95235vw,100vh) scale(.4492)}}.snow:nth-child(329){opacity:.3982;transform:translate(37.649vw,-10px) scale(.0685);animation:fall-329 14s -4s linear infinite}@keyframes fall-329{61.103%{transform:translate(45.4933vw,61.103vh) scale(.0685)}to{transform:translate(41.57115vw,100vh) scale(.0685)}}.snow:nth-child(330){opacity:.1846;transform:translate(82.4737vw,-10px) scale(.3193);animation:fall-330 21s -9s linear infinite}@keyframes fall-330{34.019%{transform:translate(84.6661vw,34.019vh) scale(.3193)}to{transform:translate(83.5699vw,100vh) scale(.3193)}}.snow:nth-child(331){opacity:.4098;transform:translate(81.0615vw,-10px) scale(.4451);animation:fall-331 24s -21s linear infinite}@keyframes fall-331{74.541%{transform:translate(89.4868vw,74.541vh) scale(.4451)}to{transform:translate(85.27415vw,100vh) scale(.4451)}}.snow:nth-child(332){opacity:1.7782;transform:translate(17.1655vw,-10px) scale(.6604);animation:fall-332 14s -15s linear infinite}@keyframes fall-332{67.064%{transform:translate(9.6994vw,67.064vh) scale(.6604)}to{transform:translate(13.43245vw,100vh) scale(.6604)}}.snow:nth-child(333){opacity:1.725;transform:translate(15.2967vw,-10px) scale(.1557);animation:fall-333 14s -6s linear infinite}@keyframes fall-333{70.959%{transform:translate(11.8527vw,70.959vh) scale(.1557)}to{transform:translate(13.5747vw,100vh) scale(.1557)}}.snow:nth-child(334){opacity:.7312;transform:translate(31.1391vw,-10px) scale(.756);animation:fall-334 30s -22s linear infinite}@keyframes fall-334{70.136%{transform:translate(33.9227vw,70.136vh) scale(.756)}to{transform:translate(32.5309vw,100vh) scale(.756)}}.snow:nth-child(335){opacity:.988;transform:translate(63.0197vw,-10px) scale(.0142);animation:fall-335 16s -24s linear infinite}@keyframes fall-335{79.621%{transform:translate(62.9124vw,79.621vh) scale(.0142)}to{transform:translate(62.96605vw,100vh) scale(.0142)}}.snow:nth-child(336){opacity:1.511;transform:translate(71.6175vw,-10px) scale(.4237);animation:fall-336 13s -24s linear infinite}@keyframes fall-336{46.588%{transform:translate(81.5275vw,46.588vh) scale(.4237)}to{transform:translate(76.5725vw,100vh) scale(.4237)}}.snow:nth-child(337){opacity:.9548;transform:translate(92.3051vw,-10px) scale(.2698);animation:fall-337 18s -6s linear infinite}@keyframes fall-337{76.63%{transform:translate(88.4066vw,76.63vh) scale(.2698)}to{transform:translate(90.35585vw,100vh) scale(.2698)}}.snow:nth-child(338){opacity:1.3576;transform:translate(77.7856vw,-10px) scale(.5176);animation:fall-338 12s -23s linear infinite}@keyframes fall-338{41.856%{transform:translate(68.8308vw,41.856vh) scale(.5176)}to{transform:translate(73.3082vw,100vh) scale(.5176)}}.snow:nth-child(339){opacity:.8352;transform:translate(30.4904vw,-10px) scale(.6864);animation:fall-339 21s -10s linear infinite}@keyframes fall-339{45.773%{transform:translate(27.3008vw,45.773vh) scale(.6864)}to{transform:translate(28.8956vw,100vh) scale(.6864)}}.snow:nth-child(340){opacity:1.974;transform:translate(50.4698vw,-10px) scale(.4721);animation:fall-340 10s -16s linear infinite}@keyframes fall-340{74.132%{transform:translate(55.012vw,74.132vh) scale(.4721)}to{transform:translate(52.7409vw,100vh) scale(.4721)}}.snow:nth-child(341){opacity:1.3772;transform:translate(29.3549vw,-10px) scale(.1523);animation:fall-341 27s -28s linear infinite}@keyframes fall-341{44.528%{transform:translate(35.7627vw,44.528vh) scale(.1523)}to{transform:translate(32.5588vw,100vh) scale(.1523)}}.snow:nth-child(342){opacity:.835;transform:translate(55.0923vw,-10px) scale(.7015);animation:fall-342 12s -27s linear infinite}@keyframes fall-342{47.852%{transform:translate(61.0741vw,47.852vh) scale(.7015)}to{transform:translate(58.0832vw,100vh) scale(.7015)}}.snow:nth-child(343){opacity:.2904;transform:translate(34.3985vw,-10px) scale(.758);animation:fall-343 27s -6s linear infinite}@keyframes fall-343{78.625%{transform:translate(32.271vw,78.625vh) scale(.758)}to{transform:translate(33.33475vw,100vh) scale(.758)}}.snow:nth-child(344){opacity:1.98;transform:translate(62.7027vw,-10px) scale(.0055);animation:fall-344 16s -9s linear infinite}@keyframes fall-344{51.013%{transform:translate(63.938vw,51.013vh) scale(.0055)}to{transform:translate(63.32035vw,100vh) scale(.0055)}}.snow:nth-child(345){opacity:1.1088;transform:translate(50.6732vw,-10px) scale(.5649);animation:fall-345 19s -13s linear infinite}@keyframes fall-345{74.513%{transform:translate(51.9451vw,74.513vh) scale(.5649)}to{transform:translate(51.30915vw,100vh) scale(.5649)}}.snow:nth-child(346){opacity:1.7344;transform:translate(24.4828vw,-10px) scale(.2811);animation:fall-346 18s -16s linear infinite}@keyframes fall-346{30.567%{transform:translate(33.8484vw,30.567vh) scale(.2811)}to{transform:translate(29.1656vw,100vh) scale(.2811)}}.snow:nth-child(347){opacity:.9164;transform:translate(78.6872vw,-10px) scale(.3074);animation:fall-347 22s -14s linear infinite}@keyframes fall-347{32.245%{transform:translate(84.5642vw,32.245vh) scale(.3074)}to{transform:translate(81.6257vw,100vh) scale(.3074)}}.snow:nth-child(348){opacity:1.4718;transform:translate(68.7621vw,-10px) scale(.3889);animation:fall-348 28s -26s linear infinite}@keyframes fall-348{49.729%{transform:translate(73.4148vw,49.729vh) scale(.3889)}to{transform:translate(71.08845vw,100vh) scale(.3889)}}.snow:nth-child(349){opacity:.3316;transform:translate(12.9919vw,-10px) scale(.4279);animation:fall-349 28s -15s linear infinite}@keyframes fall-349{62.559%{transform:translate(6.165vw,62.559vh) scale(.4279)}to{transform:translate(9.57845vw,100vh) scale(.4279)}}.snow:nth-child(350){opacity:.7728;transform:translate(50.6808vw,-10px) scale(.9381);animation:fall-350 13s -23s linear infinite}@keyframes fall-350{54.631%{transform:translate(57.5131vw,54.631vh) scale(.9381)}to{transform:translate(54.09695vw,100vh) scale(.9381)}}.snow:nth-child(351){opacity:.5622;transform:translate(21.7648vw,-10px) scale(.5304);animation:fall-351 26s -21s linear infinite}@keyframes fall-351{56.726%{transform:translate(16.2726vw,56.726vh) scale(.5304)}to{transform:translate(19.0187vw,100vh) scale(.5304)}}.snow:nth-child(352){opacity:.8968;transform:translate(77.2086vw,-10px) scale(.4361);animation:fall-352 24s -13s linear infinite}@keyframes fall-352{60.401%{transform:translate(73.8485vw,60.401vh) scale(.4361)}to{transform:translate(75.52855vw,100vh) scale(.4361)}}.snow:nth-child(353){opacity:.9592;transform:translate(97.7528vw,-10px) scale(.8911);animation:fall-353 11s -18s linear infinite}@keyframes fall-353{59.394%{transform:translate(98.0759vw,59.394vh) scale(.8911)}to{transform:translate(97.91435vw,100vh) scale(.8911)}}.snow:nth-child(354){opacity:.3234;transform:translate(75.6749vw,-10px) scale(.8773);animation:fall-354 20s -7s linear infinite}@keyframes fall-354{48.668%{transform:translate(71.5323vw,48.668vh) scale(.8773)}to{transform:translate(73.6036vw,100vh) scale(.8773)}}.snow:nth-child(355){opacity:.0578;transform:translate(43.6555vw,-10px) scale(.2357);animation:fall-355 26s -21s linear infinite}@keyframes fall-355{79.284%{transform:translate(41.6211vw,79.284vh) scale(.2357)}to{transform:translate(42.6383vw,100vh) scale(.2357)}}.snow:nth-child(356){opacity:1.7554;transform:translate(4.1vw,-10px) scale(.6711);animation:fall-356 10s -18s linear infinite}@keyframes fall-356{43.429%{transform:translate(-1.1029vw,43.429vh) scale(.6711)}to{transform:translate(1.49855vw,100vh) scale(.6711)}}.snow:nth-child(357){opacity:.0366;transform:translate(55.0351vw,-10px) scale(.6607);animation:fall-357 24s -30s linear infinite}@keyframes fall-357{32.23%{transform:translate(61.8758vw,32.23vh) scale(.6607)}to{transform:translate(58.45545vw,100vh) scale(.6607)}}.snow:nth-child(358){opacity:1.7416;transform:translate(82.5435vw,-10px) scale(.146);animation:fall-358 24s -4s linear infinite}@keyframes fall-358{38.425%{transform:translate(72.6804vw,38.425vh) scale(.146)}to{transform:translate(77.61195vw,100vh) scale(.146)}}.snow:nth-child(359){opacity:1.8754;transform:translate(80.9152vw,-10px) scale(.5188);animation:fall-359 25s -28s linear infinite}@keyframes fall-359{50.61%{transform:translate(81.3157vw,50.61vh) scale(.5188)}to{transform:translate(81.11545vw,100vh) scale(.5188)}}.snow:nth-child(360){opacity:.671;transform:translate(69.9755vw,-10px) scale(.4794);animation:fall-360 18s -19s linear infinite}@keyframes fall-360{41.73%{transform:translate(74.3356vw,41.73vh) scale(.4794)}to{transform:translate(72.15555vw,100vh) scale(.4794)}}.snow:nth-child(361){opacity:1.1428;transform:translate(38.3785vw,-10px) scale(.8811);animation:fall-361 10s -1s linear infinite}@keyframes fall-361{44.178%{transform:translate(47.9761vw,44.178vh) scale(.8811)}to{transform:translate(43.1773vw,100vh) scale(.8811)}}.snow:nth-child(362){opacity:1.0318;transform:translate(27.7273vw,-10px) scale(.0281);animation:fall-362 29s -27s linear infinite}@keyframes fall-362{42.634%{transform:translate(32.2961vw,42.634vh) scale(.0281)}to{transform:translate(30.0117vw,100vh) scale(.0281)}}.snow:nth-child(363){opacity:1.36;transform:translate(4.6908vw,-10px) scale(.8542);animation:fall-363 22s -28s linear infinite}@keyframes fall-363{79.998%{transform:translate(-3.4558vw,79.998vh) scale(.8542)}to{transform:translate(.6175vw,100vh) scale(.8542)}}.snow:nth-child(364){opacity:.702;transform:translate(70.9213vw,-10px) scale(.918);animation:fall-364 29s -18s linear infinite}@keyframes fall-364{68.252%{transform:translate(66.3794vw,68.252vh) scale(.918)}to{transform:translate(68.65035vw,100vh) scale(.918)}}.snow:nth-child(365){opacity:.7772;transform:translate(62.2358vw,-10px) scale(.4487);animation:fall-365 26s -7s linear infinite}@keyframes fall-365{48.403%{transform:translate(58.0294vw,48.403vh) scale(.4487)}to{transform:translate(60.1326vw,100vh) scale(.4487)}}.snow:nth-child(366){opacity:.194;transform:translate(10.3969vw,-10px) scale(.097);animation:fall-366 17s -24s linear infinite}@keyframes fall-366{47.011%{transform:translate(3.7526vw,47.011vh) scale(.097)}to{transform:translate(7.07475vw,100vh) scale(.097)}}.snow:nth-child(367){opacity:.5246;transform:translate(74.0084vw,-10px) scale(.8764);animation:fall-367 26s -24s linear infinite}@keyframes fall-367{66.559%{transform:translate(79.475vw,66.559vh) scale(.8764)}to{transform:translate(76.7417vw,100vh) scale(.8764)}}.snow:nth-child(368){opacity:1.2892;transform:translate(27.4659vw,-10px) scale(.317);animation:fall-368 17s -27s linear infinite}@keyframes fall-368{50.321%{transform:translate(25.7006vw,50.321vh) scale(.317)}to{transform:translate(26.58325vw,100vh) scale(.317)}}.snow:nth-child(369){opacity:.4234;transform:translate(37.2715vw,-10px) scale(.6341);animation:fall-369 25s -1s linear infinite}@keyframes fall-369{44.219%{transform:translate(35.7845vw,44.219vh) scale(.6341)}to{transform:translate(36.528vw,100vh) scale(.6341)}}.snow:nth-child(370){opacity:1.24;transform:translate(60.4882vw,-10px) scale(.3019);animation:fall-370 25s -12s linear infinite}@keyframes fall-370{44.39%{transform:translate(51.2737vw,44.39vh) scale(.3019)}to{transform:translate(55.88095vw,100vh) scale(.3019)}}.snow:nth-child(371){opacity:1.4528;transform:translate(7.5273vw,-10px) scale(.0117);animation:fall-371 10s -8s linear infinite}@keyframes fall-371{71.515%{transform:translate(4.7566vw,71.515vh) scale(.0117)}to{transform:translate(6.14195vw,100vh) scale(.0117)}}.snow:nth-child(372){opacity:1.838;transform:translate(58.9781vw,-10px) scale(.7582);animation:fall-372 19s -30s linear infinite}@keyframes fall-372{67.178%{transform:translate(66.5133vw,67.178vh) scale(.7582)}to{transform:translate(62.7457vw,100vh) scale(.7582)}}.snow:nth-child(373){opacity:.9998;transform:translate(78.0047vw,-10px) scale(.9231);animation:fall-373 23s -4s linear infinite}@keyframes fall-373{65.379%{transform:translate(71.9854vw,65.379vh) scale(.9231)}to{transform:translate(74.99505vw,100vh) scale(.9231)}}.snow:nth-child(374){opacity:.085;transform:translate(75.0457vw,-10px) scale(.8768);animation:fall-374 17s -3s linear infinite}@keyframes fall-374{71.11%{transform:translate(66.3177vw,71.11vh) scale(.8768)}to{transform:translate(70.6817vw,100vh) scale(.8768)}}.snow:nth-child(375){opacity:.3506;transform:translate(39.6802vw,-10px) scale(.1494);animation:fall-375 29s -1s linear infinite}@keyframes fall-375{64.275%{transform:translate(29.9208vw,64.275vh) scale(.1494)}to{transform:translate(34.8005vw,100vh) scale(.1494)}}.snow:nth-child(376){opacity:1.7214;transform:translate(29.5893vw,-10px) scale(.0388);animation:fall-376 20s -25s linear infinite}@keyframes fall-376{30.569%{transform:translate(24.5683vw,30.569vh) scale(.0388)}to{transform:translate(27.0788vw,100vh) scale(.0388)}}.snow:nth-child(377){opacity:1.411;transform:translate(27.4631vw,-10px) scale(.564);animation:fall-377 24s -25s linear infinite}@keyframes fall-377{45.943%{transform:translate(30.4285vw,45.943vh) scale(.564)}to{transform:translate(28.9458vw,100vh) scale(.564)}}.snow:nth-child(378){opacity:.1326;transform:translate(23.8106vw,-10px) scale(.6132);animation:fall-378 25s -3s linear infinite}@keyframes fall-378{75.874%{transform:translate(19.4425vw,75.874vh) scale(.6132)}to{transform:translate(21.62655vw,100vh) scale(.6132)}}.snow:nth-child(379){opacity:.4412;transform:translate(32.5155vw,-10px) scale(.8677);animation:fall-379 12s -23s linear infinite}@keyframes fall-379{63.285%{transform:translate(32.9538vw,63.285vh) scale(.8677)}to{transform:translate(32.73465vw,100vh) scale(.8677)}}.snow:nth-child(380){opacity:1.813;transform:translate(28.1101vw,-10px) scale(.9817);animation:fall-380 13s -15s linear infinite}@keyframes fall-380{30.004%{transform:translate(18.1499vw,30.004vh) scale(.9817)}to{transform:translate(23.13vw,100vh) scale(.9817)}}.snow:nth-child(381){opacity:.5056;transform:translate(28.1004vw,-10px) scale(.7642);animation:fall-381 10s -6s linear infinite}@keyframes fall-381{78.316%{transform:translate(31.2767vw,78.316vh) scale(.7642)}to{transform:translate(29.68855vw,100vh) scale(.7642)}}.snow:nth-child(382){opacity:.8384;transform:translate(17.6775vw,-10px) scale(.6525);animation:fall-382 28s -14s linear infinite}@keyframes fall-382{73.199%{transform:translate(23.6462vw,73.199vh) scale(.6525)}to{transform:translate(20.66185vw,100vh) scale(.6525)}}.snow:nth-child(383){opacity:1.064;transform:translate(77.4233vw,-10px) scale(.6542);animation:fall-383 17s -11s linear infinite}@keyframes fall-383{63.42%{transform:translate(73.9551vw,63.42vh) scale(.6542)}to{transform:translate(75.6892vw,100vh) scale(.6542)}}.snow:nth-child(384){opacity:.1944;transform:translate(2.9355vw,-10px) scale(.6445);animation:fall-384 18s -24s linear infinite}@keyframes fall-384{60.774%{transform:translate(6.3385vw,60.774vh) scale(.6445)}to{transform:translate(4.637vw,100vh) scale(.6445)}}.snow:nth-child(385){opacity:1.9652;transform:translate(98.3373vw,-10px) scale(.8985);animation:fall-385 29s -8s linear infinite}@keyframes fall-385{78.282%{transform:translate(100.1576vw,78.282vh) scale(.8985)}to{transform:translate(99.24745vw,100vh) scale(.8985)}}.snow:nth-child(386){opacity:.2436;transform:translate(8.5086vw,-10px) scale(.7349);animation:fall-386 22s -17s linear infinite}@keyframes fall-386{58.796%{transform:translate(-.1042vw,58.796vh) scale(.7349)}to{transform:translate(4.2022vw,100vh) scale(.7349)}}.snow:nth-child(387){opacity:1.7788;transform:translate(45.6232vw,-10px) scale(.6542);animation:fall-387 18s -16s linear infinite}@keyframes fall-387{46.171%{transform:translate(54.7289vw,46.171vh) scale(.6542)}to{transform:translate(50.17605vw,100vh) scale(.6542)}}.snow:nth-child(388){opacity:.6826;transform:translate(46.1325vw,-10px) scale(.5878);animation:fall-388 28s -5s linear infinite}@keyframes fall-388{59.112%{transform:translate(40.6465vw,59.112vh) scale(.5878)}to{transform:translate(43.3895vw,100vh) scale(.5878)}}.snow:nth-child(389){opacity:1.5336;transform:translate(37.3729vw,-10px) scale(.8969);animation:fall-389 14s -13s linear infinite}@keyframes fall-389{65.79%{transform:translate(32.9924vw,65.79vh) scale(.8969)}to{transform:translate(35.18265vw,100vh) scale(.8969)}}.snow:nth-child(390){opacity:.4994;transform:translate(54.0781vw,-10px) scale(.3351);animation:fall-390 24s -17s linear infinite}@keyframes fall-390{57.078%{transform:translate(46.2774vw,57.078vh) scale(.3351)}to{transform:translate(50.17775vw,100vh) scale(.3351)}}.snow:nth-child(391){opacity:.851;transform:translate(45.3728vw,-10px) scale(.1222);animation:fall-391 13s -29s linear infinite}@keyframes fall-391{46.924%{transform:translate(40.5515vw,46.924vh) scale(.1222)}to{transform:translate(42.96215vw,100vh) scale(.1222)}}.snow:nth-child(392){opacity:1.749;transform:translate(16.6682vw,-10px) scale(.6186);animation:fall-392 30s -10s linear infinite}@keyframes fall-392{68.042%{transform:translate(15.5031vw,68.042vh) scale(.6186)}to{transform:translate(16.08565vw,100vh) scale(.6186)}}.snow:nth-child(393){opacity:1.5156;transform:translate(80.3293vw,-10px) scale(.1083);animation:fall-393 22s -26s linear infinite}@keyframes fall-393{68.011%{transform:translate(85.7699vw,68.011vh) scale(.1083)}to{transform:translate(83.0496vw,100vh) scale(.1083)}}.snow:nth-child(394){opacity:.4016;transform:translate(85.2581vw,-10px) scale(.936);animation:fall-394 28s -15s linear infinite}@keyframes fall-394{76.309%{transform:translate(84.9816vw,76.309vh) scale(.936)}to{transform:translate(85.11985vw,100vh) scale(.936)}}.snow:nth-child(395){opacity:1.343;transform:translate(51.1748vw,-10px) scale(.5866);animation:fall-395 20s -18s linear infinite}@keyframes fall-395{33.424%{transform:translate(59.4025vw,33.424vh) scale(.5866)}to{transform:translate(55.28865vw,100vh) scale(.5866)}}.snow:nth-child(396){opacity:1.9346;transform:translate(28.0081vw,-10px) scale(.9284);animation:fall-396 26s -22s linear infinite}@keyframes fall-396{76.375%{transform:translate(25.8457vw,76.375vh) scale(.9284)}to{transform:translate(26.9269vw,100vh) scale(.9284)}}.snow:nth-child(397){opacity:1.5228;transform:translate(20.6694vw,-10px) scale(.4263);animation:fall-397 16s -6s linear infinite}@keyframes fall-397{42.69%{transform:translate(19.0048vw,42.69vh) scale(.4263)}to{transform:translate(19.8371vw,100vh) scale(.4263)}}.snow:nth-child(398){opacity:1.3242;transform:translate(93.7081vw,-10px) scale(.4463);animation:fall-398 13s -28s linear infinite}@keyframes fall-398{63.284%{transform:translate(88.2003vw,63.284vh) scale(.4463)}to{transform:translate(90.9542vw,100vh) scale(.4463)}}.snow:nth-child(399){opacity:.7286;transform:translate(42.5767vw,-10px) scale(.1447);animation:fall-399 11s -6s linear infinite}@keyframes fall-399{35.75%{transform:translate(38.8523vw,35.75vh) scale(.1447)}to{transform:translate(40.7145vw,100vh) scale(.1447)}}.snow:nth-child(400){opacity:1.0378;transform:translate(55.0428vw,-10px) scale(.5391);animation:fall-400 13s -29s linear infinite}@keyframes fall-400{60.458%{transform:translate(59.3694vw,60.458vh) scale(.5391)}to{transform:translate(57.2061vw,100vh) scale(.5391)}}\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:.4446;transform:translate(91.8562vw,-10px) scale(.5782);animation:fall-1 13s -18s linear infinite}@keyframes fall-1{57.415%{transform:translate(83.0318vw,57.415vh) scale(.5782)}to{transform:translate(87.444vw,100vh) scale(.5782)}}.snow:nth-child(2){opacity:.4124;transform:translate(64.1242vw,-10px) scale(.5481);animation:fall-2 27s -8s linear infinite}@keyframes fall-2{69.017%{transform:translate(56.598vw,69.017vh) scale(.5481)}to{transform:translate(60.3611vw,100vh) scale(.5481)}}.snow:nth-child(3){opacity:.3578;transform:translate(12.2993vw,-10px) scale(.2304);animation:fall-3 28s -17s linear infinite}@keyframes fall-3{44.304%{transform:translate(6.3168vw,44.304vh) scale(.2304)}to{transform:translate(9.30805vw,100vh) scale(.2304)}}.snow:nth-child(4){opacity:.4272;transform:translate(76.0055vw,-10px) scale(.997);animation:fall-4 30s -10s linear infinite}@keyframes fall-4{45.31%{transform:translate(75.5374vw,45.31vh) scale(.997)}to{transform:translate(75.77145vw,100vh) scale(.997)}}.snow:nth-child(5){opacity:1.1952;transform:translate(96.3688vw,-10px) scale(.1419);animation:fall-5 15s -1s linear infinite}@keyframes fall-5{76.412%{transform:translate(97.6245vw,76.412vh) scale(.1419)}to{transform:translate(96.99665vw,100vh) scale(.1419)}}.snow:nth-child(6){opacity:1.0498;transform:translate(62.7073vw,-10px) scale(.5997);animation:fall-6 15s -19s linear infinite}@keyframes fall-6{44.454%{transform:translate(65.7061vw,44.454vh) scale(.5997)}to{transform:translate(64.2067vw,100vh) scale(.5997)}}.snow:nth-child(7){opacity:.0746;transform:translate(48.7274vw,-10px) scale(.0913);animation:fall-7 26s -27s linear infinite}@keyframes fall-7{64.148%{transform:translate(58.4464vw,64.148vh) scale(.0913)}to{transform:translate(53.5869vw,100vh) scale(.0913)}}.snow:nth-child(8){opacity:1.4896;transform:translate(4.8407vw,-10px) scale(.8436);animation:fall-8 20s -7s linear infinite}@keyframes fall-8{68.078%{transform:translate(14.3312vw,68.078vh) scale(.8436)}to{transform:translate(9.58595vw,100vh) scale(.8436)}}.snow:nth-child(9){opacity:.1508;transform:translate(43.3743vw,-10px) scale(.0997);animation:fall-9 14s -6s linear infinite}@keyframes fall-9{30.405%{transform:translate(44.9934vw,30.405vh) scale(.0997)}to{transform:translate(44.18385vw,100vh) scale(.0997)}}.snow:nth-child(10){opacity:1.7756;transform:translate(9.9758vw,-10px) scale(.1416);animation:fall-10 17s -27s linear infinite}@keyframes fall-10{38.685%{transform:translate(5.9016vw,38.685vh) scale(.1416)}to{transform:translate(7.9387vw,100vh) scale(.1416)}}.snow:nth-child(11){opacity:.3886;transform:translate(49.2651vw,-10px) scale(.3002);animation:fall-11 23s -7s linear infinite}@keyframes fall-11{63.515%{transform:translate(50.9978vw,63.515vh) scale(.3002)}to{transform:translate(50.13145vw,100vh) scale(.3002)}}.snow:nth-child(12){opacity:.246;transform:translate(78.8609vw,-10px) scale(.3966);animation:fall-12 10s -15s linear infinite}@keyframes fall-12{31.752%{transform:translate(72.407vw,31.752vh) scale(.3966)}to{transform:translate(75.63395vw,100vh) scale(.3966)}}.snow:nth-child(13){opacity:1.6152;transform:translate(69.8887vw,-10px) scale(.8639);animation:fall-13 13s -23s linear infinite}@keyframes fall-13{42.735%{transform:translate(68.252vw,42.735vh) scale(.8639)}to{transform:translate(69.07035vw,100vh) scale(.8639)}}.snow:nth-child(14){opacity:1.0928;transform:translate(67.8316vw,-10px) scale(.3665);animation:fall-14 26s -5s linear infinite}@keyframes fall-14{78.324%{transform:translate(59.9723vw,78.324vh) scale(.3665)}to{transform:translate(63.90195vw,100vh) scale(.3665)}}.snow:nth-child(15){opacity:.6632;transform:translate(26.7832vw,-10px) scale(.0244);animation:fall-15 15s -3s linear infinite}@keyframes fall-15{50.572%{transform:translate(32.6497vw,50.572vh) scale(.0244)}to{transform:translate(29.71645vw,100vh) scale(.0244)}}.snow:nth-child(16){opacity:.8728;transform:translate(21.9021vw,-10px) scale(.3369);animation:fall-16 11s -5s linear infinite}@keyframes fall-16{44.571%{transform:translate(21.2964vw,44.571vh) scale(.3369)}to{transform:translate(21.59925vw,100vh) scale(.3369)}}.snow:nth-child(17){opacity:1.881;transform:translate(71.5543vw,-10px) scale(.6991);animation:fall-17 25s -28s linear infinite}@keyframes fall-17{34.284%{transform:translate(68.7877vw,34.284vh) scale(.6991)}to{transform:translate(70.171vw,100vh) scale(.6991)}}.snow:nth-child(18){opacity:1.8088;transform:translate(69.6311vw,-10px) scale(.2365);animation:fall-18 13s -22s linear infinite}@keyframes fall-18{48.581%{transform:translate(74.6199vw,48.581vh) scale(.2365)}to{transform:translate(72.1255vw,100vh) scale(.2365)}}.snow:nth-child(19){opacity:1.3036;transform:translate(51.0554vw,-10px) scale(.441);animation:fall-19 22s -27s linear infinite}@keyframes fall-19{73.317%{transform:translate(53.4716vw,73.317vh) scale(.441)}to{transform:translate(52.2635vw,100vh) scale(.441)}}.snow:nth-child(20){opacity:.3726;transform:translate(72.3845vw,-10px) scale(.7937);animation:fall-20 24s -16s linear infinite}@keyframes fall-20{53.793%{transform:translate(80.6896vw,53.793vh) scale(.7937)}to{transform:translate(76.53705vw,100vh) scale(.7937)}}.snow:nth-child(21){opacity:1.0404;transform:translate(83.0494vw,-10px) scale(.2492);animation:fall-21 12s -11s linear infinite}@keyframes fall-21{38.544%{transform:translate(83.5214vw,38.544vh) scale(.2492)}to{transform:translate(83.2854vw,100vh) scale(.2492)}}.snow:nth-child(22){opacity:.6662;transform:translate(61.8056vw,-10px) scale(.3497);animation:fall-22 21s -25s linear infinite}@keyframes fall-22{63.652%{transform:translate(52.9706vw,63.652vh) scale(.3497)}to{transform:translate(57.3881vw,100vh) scale(.3497)}}.snow:nth-child(23){opacity:.9798;transform:translate(62.6312vw,-10px) scale(.1363);animation:fall-23 11s -6s linear infinite}@keyframes fall-23{68.96%{transform:translate(72.4947vw,68.96vh) scale(.1363)}to{transform:translate(67.56295vw,100vh) scale(.1363)}}.snow:nth-child(24){opacity:1.7558;transform:translate(89.1896vw,-10px) scale(.9331);animation:fall-24 15s -8s linear infinite}@keyframes fall-24{73.212%{transform:translate(93.8571vw,73.212vh) scale(.9331)}to{transform:translate(91.52335vw,100vh) scale(.9331)}}.snow:nth-child(25){opacity:1.072;transform:translate(95.2416vw,-10px) scale(.1091);animation:fall-25 30s -3s linear infinite}@keyframes fall-25{70.11%{transform:translate(94.851vw,70.11vh) scale(.1091)}to{transform:translate(95.0463vw,100vh) scale(.1091)}}.snow:nth-child(26){opacity:1.556;transform:translate(23.9936vw,-10px) scale(.2423);animation:fall-26 15s -28s linear infinite}@keyframes fall-26{32.205%{transform:translate(27.4965vw,32.205vh) scale(.2423)}to{transform:translate(25.74505vw,100vh) scale(.2423)}}.snow:nth-child(27){opacity:.4812;transform:translate(63.7594vw,-10px) scale(.7669);animation:fall-27 12s -6s linear infinite}@keyframes fall-27{31.579%{transform:translate(64.507vw,31.579vh) scale(.7669)}to{transform:translate(64.1332vw,100vh) scale(.7669)}}.snow:nth-child(28){opacity:1.7188;transform:translate(52.1402vw,-10px) scale(.7646);animation:fall-28 13s -10s linear infinite}@keyframes fall-28{61.681%{transform:translate(56.442vw,61.681vh) scale(.7646)}to{transform:translate(54.2911vw,100vh) scale(.7646)}}.snow:nth-child(29){opacity:.253;transform:translate(16.3262vw,-10px) scale(.0566);animation:fall-29 23s -30s linear infinite}@keyframes fall-29{64.422%{transform:translate(24.627vw,64.422vh) scale(.0566)}to{transform:translate(20.4766vw,100vh) scale(.0566)}}.snow:nth-child(30){opacity:1.0634;transform:translate(83.4232vw,-10px) scale(.4556);animation:fall-30 17s -16s linear infinite}@keyframes fall-30{76.446%{transform:translate(83.9683vw,76.446vh) scale(.4556)}to{transform:translate(83.69575vw,100vh) scale(.4556)}}.snow:nth-child(31){opacity:1.7136;transform:translate(5.3377vw,-10px) scale(.636);animation:fall-31 20s -16s linear infinite}@keyframes fall-31{54.524%{transform:translate(-1.9042vw,54.524vh) scale(.636)}to{transform:translate(1.71675vw,100vh) scale(.636)}}.snow:nth-child(32){opacity:.2556;transform:translate(80.0437vw,-10px) scale(.5154);animation:fall-32 25s -2s linear infinite}@keyframes fall-32{49.064%{transform:translate(88.5037vw,49.064vh) scale(.5154)}to{transform:translate(84.2737vw,100vh) scale(.5154)}}.snow:nth-child(33){opacity:.0782;transform:translate(70.0338vw,-10px) scale(.1617);animation:fall-33 11s -4s linear infinite}@keyframes fall-33{78.776%{transform:translate(65.1845vw,78.776vh) scale(.1617)}to{transform:translate(67.60915vw,100vh) scale(.1617)}}.snow:nth-child(34){opacity:.0756;transform:translate(2.3593vw,-10px) scale(.8287);animation:fall-34 30s -29s linear infinite}@keyframes fall-34{74.558%{transform:translate(4.2708vw,74.558vh) scale(.8287)}to{transform:translate(3.31505vw,100vh) scale(.8287)}}.snow:nth-child(35){opacity:.2228;transform:translate(75.5119vw,-10px) scale(.675);animation:fall-35 26s -1s linear infinite}@keyframes fall-35{45.093%{transform:translate(75.9838vw,45.093vh) scale(.675)}to{transform:translate(75.74785vw,100vh) scale(.675)}}.snow:nth-child(36){opacity:1.0608;transform:translate(80.4882vw,-10px) scale(.9336);animation:fall-36 21s -17s linear infinite}@keyframes fall-36{55.928%{transform:translate(77.9178vw,55.928vh) scale(.9336)}to{transform:translate(79.203vw,100vh) scale(.9336)}}.snow:nth-child(37){opacity:.3604;transform:translate(30.2606vw,-10px) scale(.6547);animation:fall-37 27s -9s linear infinite}@keyframes fall-37{79.111%{transform:translate(37.7514vw,79.111vh) scale(.6547)}to{transform:translate(34.006vw,100vh) scale(.6547)}}.snow:nth-child(38){opacity:.883;transform:translate(49.0441vw,-10px) scale(.2311);animation:fall-38 22s -7s linear infinite}@keyframes fall-38{58.82%{transform:translate(55.8202vw,58.82vh) scale(.2311)}to{transform:translate(52.43215vw,100vh) scale(.2311)}}.snow:nth-child(39){opacity:.9166;transform:translate(14.0662vw,-10px) scale(.6427);animation:fall-39 14s -25s linear infinite}@keyframes fall-39{54.674%{transform:translate(7.6195vw,54.674vh) scale(.6427)}to{transform:translate(10.84285vw,100vh) scale(.6427)}}.snow:nth-child(40){opacity:1.6156;transform:translate(94.9653vw,-10px) scale(.4734);animation:fall-40 22s -25s linear infinite}@keyframes fall-40{40.287%{transform:translate(103.9385vw,40.287vh) scale(.4734)}to{transform:translate(99.4519vw,100vh) scale(.4734)}}.snow:nth-child(41){opacity:.6708;transform:translate(40.0933vw,-10px) scale(.9818);animation:fall-41 19s -30s linear infinite}@keyframes fall-41{30.99%{transform:translate(48.2009vw,30.99vh) scale(.9818)}to{transform:translate(44.1471vw,100vh) scale(.9818)}}.snow:nth-child(42){opacity:1.9626;transform:translate(54.6827vw,-10px) scale(.0805);animation:fall-42 16s -9s linear infinite}@keyframes fall-42{73.867%{transform:translate(64.1097vw,73.867vh) scale(.0805)}to{transform:translate(59.3962vw,100vh) scale(.0805)}}.snow:nth-child(43){opacity:.43;transform:translate(84.0308vw,-10px) scale(.3535);animation:fall-43 16s -19s linear infinite}@keyframes fall-43{77.216%{transform:translate(93.3121vw,77.216vh) scale(.3535)}to{transform:translate(88.67145vw,100vh) scale(.3535)}}.snow:nth-child(44){opacity:1.4996;transform:translate(.7774vw,-10px) scale(.6592);animation:fall-44 27s -20s linear infinite}@keyframes fall-44{44.758%{transform:translate(7.6913vw,44.758vh) scale(.6592)}to{transform:translate(4.23435vw,100vh) scale(.6592)}}.snow:nth-child(45){opacity:1.8686;transform:translate(62.6166vw,-10px) scale(.0916);animation:fall-45 28s -3s linear infinite}@keyframes fall-45{32.231%{transform:translate(56.0303vw,32.231vh) scale(.0916)}to{transform:translate(59.32345vw,100vh) scale(.0916)}}.snow:nth-child(46){opacity:.891;transform:translate(17.8248vw,-10px) scale(.3492);animation:fall-46 21s -24s linear infinite}@keyframes fall-46{51%{transform:translate(20.4063vw,51vh) scale(.3492)}to{transform:translate(19.11555vw,100vh) scale(.3492)}}.snow:nth-child(47){opacity:.2712;transform:translate(70.5734vw,-10px) scale(.8636);animation:fall-47 22s -10s linear infinite}@keyframes fall-47{68.09%{transform:translate(78.3284vw,68.09vh) scale(.8636)}to{transform:translate(74.4509vw,100vh) scale(.8636)}}.snow:nth-child(48){opacity:.6564;transform:translate(6.547vw,-10px) scale(.1359);animation:fall-48 27s -5s linear infinite}@keyframes fall-48{38.178%{transform:translate(.5244vw,38.178vh) scale(.1359)}to{transform:translate(3.5357vw,100vh) scale(.1359)}}.snow:nth-child(49){opacity:1.665;transform:translate(22.23vw,-10px) scale(.7536);animation:fall-49 30s -6s linear infinite}@keyframes fall-49{71.383%{transform:translate(24.8369vw,71.383vh) scale(.7536)}to{transform:translate(23.53345vw,100vh) scale(.7536)}}.snow:nth-child(50){opacity:.3188;transform:translate(55.4549vw,-10px) scale(.3102);animation:fall-50 14s -11s linear infinite}@keyframes fall-50{55.541%{transform:translate(64.0328vw,55.541vh) scale(.3102)}to{transform:translate(59.74385vw,100vh) scale(.3102)}}.snow:nth-child(51){opacity:1.3598;transform:translate(94.4079vw,-10px) scale(.0142);animation:fall-51 25s -20s linear infinite}@keyframes fall-51{40.854%{transform:translate(84.8096vw,40.854vh) scale(.0142)}to{transform:translate(89.60875vw,100vh) scale(.0142)}}.snow:nth-child(52){opacity:.289;transform:translate(35.877vw,-10px) scale(.1712);animation:fall-52 10s -16s linear infinite}@keyframes fall-52{53.025%{transform:translate(39.5287vw,53.025vh) scale(.1712)}to{transform:translate(37.70285vw,100vh) scale(.1712)}}.snow:nth-child(53){opacity:1.5568;transform:translate(62.5088vw,-10px) scale(.1098);animation:fall-53 14s -24s linear infinite}@keyframes fall-53{50.338%{transform:translate(71.7858vw,50.338vh) scale(.1098)}to{transform:translate(67.1473vw,100vh) scale(.1098)}}.snow:nth-child(54){opacity:1.1798;transform:translate(75.7675vw,-10px) scale(.9565);animation:fall-54 18s -13s linear infinite}@keyframes fall-54{53.159%{transform:translate(74.4817vw,53.159vh) scale(.9565)}to{transform:translate(75.1246vw,100vh) scale(.9565)}}.snow:nth-child(55){opacity:1.8654;transform:translate(8.2035vw,-10px) scale(.7057);animation:fall-55 28s -29s linear infinite}@keyframes fall-55{69.68%{transform:translate(12.5584vw,69.68vh) scale(.7057)}to{transform:translate(10.38095vw,100vh) scale(.7057)}}.snow:nth-child(56){opacity:1.5554;transform:translate(38.7847vw,-10px) scale(.1493);animation:fall-56 25s -9s linear infinite}@keyframes fall-56{38.926%{transform:translate(45.1089vw,38.926vh) scale(.1493)}to{transform:translate(41.9468vw,100vh) scale(.1493)}}.snow:nth-child(57){opacity:1.32;transform:translate(4.6503vw,-10px) scale(.4314);animation:fall-57 19s -21s linear infinite}@keyframes fall-57{35.008%{transform:translate(3.2896vw,35.008vh) scale(.4314)}to{transform:translate(3.96995vw,100vh) scale(.4314)}}.snow:nth-child(58){opacity:1.2284;transform:translate(63.6787vw,-10px) scale(.0575);animation:fall-58 19s -29s linear infinite}@keyframes fall-58{69.451%{transform:translate(54.929vw,69.451vh) scale(.0575)}to{transform:translate(59.30385vw,100vh) scale(.0575)}}.snow:nth-child(59){opacity:1.8156;transform:translate(32.8286vw,-10px) scale(.0268);animation:fall-59 27s -30s linear infinite}@keyframes fall-59{68.144%{transform:translate(31.4124vw,68.144vh) scale(.0268)}to{transform:translate(32.1205vw,100vh) scale(.0268)}}.snow:nth-child(60){opacity:1.4278;transform:translate(74.3072vw,-10px) scale(.4567);animation:fall-60 27s -26s linear infinite}@keyframes fall-60{41.627%{transform:translate(83.5957vw,41.627vh) scale(.4567)}to{transform:translate(78.95145vw,100vh) scale(.4567)}}.snow:nth-child(61){opacity:1.8768;transform:translate(61.6356vw,-10px) scale(.7286);animation:fall-61 12s -22s linear infinite}@keyframes fall-61{37.058%{transform:translate(67.8722vw,37.058vh) scale(.7286)}to{transform:translate(64.7539vw,100vh) scale(.7286)}}.snow:nth-child(62){opacity:1.8712;transform:translate(86.6545vw,-10px) scale(.2679);animation:fall-62 26s -26s linear infinite}@keyframes fall-62{47.36%{transform:translate(78.1493vw,47.36vh) scale(.2679)}to{transform:translate(82.4019vw,100vh) scale(.2679)}}.snow:nth-child(63){opacity:.1912;transform:translate(67.7914vw,-10px) scale(.905);animation:fall-63 14s -2s linear infinite}@keyframes fall-63{37.924%{transform:translate(72.4508vw,37.924vh) scale(.905)}to{transform:translate(70.1211vw,100vh) scale(.905)}}.snow:nth-child(64){opacity:.2946;transform:translate(87.0047vw,-10px) scale(.3346);animation:fall-64 19s -8s linear infinite}@keyframes fall-64{76.323%{transform:translate(83.1445vw,76.323vh) scale(.3346)}to{transform:translate(85.0746vw,100vh) scale(.3346)}}.snow:nth-child(65){opacity:1.6334;transform:translate(34.9686vw,-10px) scale(.3478);animation:fall-65 20s -7s linear infinite}@keyframes fall-65{73.275%{transform:translate(41.9051vw,73.275vh) scale(.3478)}to{transform:translate(38.43685vw,100vh) scale(.3478)}}.snow:nth-child(66){opacity:1.0258;transform:translate(7.2631vw,-10px) scale(.2175);animation:fall-66 14s -22s linear infinite}@keyframes fall-66{69.736%{transform:translate(4.781vw,69.736vh) scale(.2175)}to{transform:translate(6.02205vw,100vh) scale(.2175)}}.snow:nth-child(67){opacity:.4926;transform:translate(72.0755vw,-10px) scale(.5671);animation:fall-67 25s -6s linear infinite}@keyframes fall-67{43.676%{transform:translate(64.7451vw,43.676vh) scale(.5671)}to{transform:translate(68.4103vw,100vh) scale(.5671)}}.snow:nth-child(68){opacity:.883;transform:translate(10.4336vw,-10px) scale(.3519);animation:fall-68 22s -3s linear infinite}@keyframes fall-68{49.882%{transform:translate(12.5747vw,49.882vh) scale(.3519)}to{transform:translate(11.50415vw,100vh) scale(.3519)}}.snow:nth-child(69){opacity:1.541;transform:translate(13.9849vw,-10px) scale(.1854);animation:fall-69 22s -3s linear infinite}@keyframes fall-69{35.711%{transform:translate(8.4294vw,35.711vh) scale(.1854)}to{transform:translate(11.20715vw,100vh) scale(.1854)}}.snow:nth-child(70){opacity:1.4472;transform:translate(79.7465vw,-10px) scale(.7117);animation:fall-70 30s -12s linear infinite}@keyframes fall-70{33.903%{transform:translate(70.6485vw,33.903vh) scale(.7117)}to{transform:translate(75.1975vw,100vh) scale(.7117)}}.snow:nth-child(71){opacity:.094;transform:translate(12.6923vw,-10px) scale(.1724);animation:fall-71 20s -10s linear infinite}@keyframes fall-71{33.85%{transform:translate(8.8835vw,33.85vh) scale(.1724)}to{transform:translate(10.7879vw,100vh) scale(.1724)}}.snow:nth-child(72){opacity:1.6804;transform:translate(21.7694vw,-10px) scale(.9529);animation:fall-72 23s -3s linear infinite}@keyframes fall-72{60.507%{transform:translate(26.0545vw,60.507vh) scale(.9529)}to{transform:translate(23.91195vw,100vh) scale(.9529)}}.snow:nth-child(73){opacity:1.723;transform:translate(96.0313vw,-10px) scale(.5212);animation:fall-73 28s -30s linear infinite}@keyframes fall-73{66.474%{transform:translate(98.9608vw,66.474vh) scale(.5212)}to{transform:translate(97.49605vw,100vh) scale(.5212)}}.snow:nth-child(74){opacity:.0272;transform:translate(36.1939vw,-10px) scale(.2213);animation:fall-74 23s -20s linear infinite}@keyframes fall-74{74.432%{transform:translate(42.8164vw,74.432vh) scale(.2213)}to{transform:translate(39.50515vw,100vh) scale(.2213)}}.snow:nth-child(75){opacity:.5832;transform:translate(3.4929vw,-10px) scale(.0057);animation:fall-75 12s -18s linear infinite}@keyframes fall-75{56.104%{transform:translate(9.1408vw,56.104vh) scale(.0057)}to{transform:translate(6.31685vw,100vh) scale(.0057)}}.snow:nth-child(76){opacity:1.171;transform:translate(6.3806vw,-10px) scale(.7898);animation:fall-76 10s -18s linear infinite}@keyframes fall-76{42.496%{transform:translate(5.4193vw,42.496vh) scale(.7898)}to{transform:translate(5.89995vw,100vh) scale(.7898)}}.snow:nth-child(77){opacity:1.9914;transform:translate(66.1904vw,-10px) scale(.7798);animation:fall-77 23s -8s linear infinite}@keyframes fall-77{62.203%{transform:translate(56.9087vw,62.203vh) scale(.7798)}to{transform:translate(61.54955vw,100vh) scale(.7798)}}.snow:nth-child(78){opacity:1.4244;transform:translate(56.7475vw,-10px) scale(.5842);animation:fall-78 29s -8s linear infinite}@keyframes fall-78{35.433%{transform:translate(57.8919vw,35.433vh) scale(.5842)}to{transform:translate(57.3197vw,100vh) scale(.5842)}}.snow:nth-child(79){opacity:1.701;transform:translate(7.1026vw,-10px) scale(.3135);animation:fall-79 28s -26s linear infinite}@keyframes fall-79{64.593%{transform:translate(10.7403vw,64.593vh) scale(.3135)}to{transform:translate(8.92145vw,100vh) scale(.3135)}}.snow:nth-child(80){opacity:1.2224;transform:translate(35.1184vw,-10px) scale(.6);animation:fall-80 28s -17s linear infinite}@keyframes fall-80{35.317%{transform:translate(27.1742vw,35.317vh) scale(.6)}to{transform:translate(31.1463vw,100vh) scale(.6)}}.snow:nth-child(81){opacity:.5698;transform:translate(67.6566vw,-10px) scale(.4891);animation:fall-81 27s -24s linear infinite}@keyframes fall-81{74.838%{transform:translate(67.4129vw,74.838vh) scale(.4891)}to{transform:translate(67.53475vw,100vh) scale(.4891)}}.snow:nth-child(82){opacity:.0542;transform:translate(17.5421vw,-10px) scale(.2183);animation:fall-82 20s -18s linear infinite}@keyframes fall-82{32.18%{transform:translate(27.0419vw,32.18vh) scale(.2183)}to{transform:translate(22.292vw,100vh) scale(.2183)}}.snow:nth-child(83){opacity:1.5414;transform:translate(36.6217vw,-10px) scale(.2844);animation:fall-83 27s -2s linear infinite}@keyframes fall-83{45.301%{transform:translate(27.995vw,45.301vh) scale(.2844)}to{transform:translate(32.30835vw,100vh) scale(.2844)}}.snow:nth-child(84){opacity:1.277;transform:translate(81.0502vw,-10px) scale(.6566);animation:fall-84 20s -18s linear infinite}@keyframes fall-84{48.393%{transform:translate(82.622vw,48.393vh) scale(.6566)}to{transform:translate(81.8361vw,100vh) scale(.6566)}}.snow:nth-child(85){opacity:.3526;transform:translate(38.1687vw,-10px) scale(.1559);animation:fall-85 20s -25s linear infinite}@keyframes fall-85{68.421%{transform:translate(38.47vw,68.421vh) scale(.1559)}to{transform:translate(38.31935vw,100vh) scale(.1559)}}.snow:nth-child(86){opacity:.6866;transform:translate(58.0398vw,-10px) scale(.6963);animation:fall-86 21s -14s linear infinite}@keyframes fall-86{60.828%{transform:translate(48.1698vw,60.828vh) scale(.6963)}to{transform:translate(53.1048vw,100vh) scale(.6963)}}.snow:nth-child(87){opacity:.7896;transform:translate(49.9959vw,-10px) scale(.3414);animation:fall-87 30s -17s linear infinite}@keyframes fall-87{49.501%{transform:translate(53.1742vw,49.501vh) scale(.3414)}to{transform:translate(51.58505vw,100vh) scale(.3414)}}.snow:nth-child(88){opacity:.5248;transform:translate(74.8465vw,-10px) scale(.8609);animation:fall-88 16s -26s linear infinite}@keyframes fall-88{79.702%{transform:translate(83.2966vw,79.702vh) scale(.8609)}to{transform:translate(79.07155vw,100vh) scale(.8609)}}.snow:nth-child(89){opacity:1.422;transform:translate(84.9787vw,-10px) scale(.4983);animation:fall-89 13s -13s linear infinite}@keyframes fall-89{51.504%{transform:translate(80.0419vw,51.504vh) scale(.4983)}to{transform:translate(82.5103vw,100vh) scale(.4983)}}.snow:nth-child(90){opacity:1.4574;transform:translate(36.074vw,-10px) scale(.57);animation:fall-90 25s -27s linear infinite}@keyframes fall-90{58.483%{transform:translate(42.2312vw,58.483vh) scale(.57)}to{transform:translate(39.1526vw,100vh) scale(.57)}}.snow:nth-child(91){opacity:1.4566;transform:translate(12.4257vw,-10px) scale(.1764);animation:fall-91 19s -13s linear infinite}@keyframes fall-91{30.249%{transform:translate(8.3791vw,30.249vh) scale(.1764)}to{transform:translate(10.4024vw,100vh) scale(.1764)}}.snow:nth-child(92){opacity:.158;transform:translate(72.4171vw,-10px) scale(.2101);animation:fall-92 30s -17s linear infinite}@keyframes fall-92{59.17%{transform:translate(79.8248vw,59.17vh) scale(.2101)}to{transform:translate(76.12095vw,100vh) scale(.2101)}}.snow:nth-child(93){opacity:1.48;transform:translate(47.4838vw,-10px) scale(.0825);animation:fall-93 11s -15s linear infinite}@keyframes fall-93{72.239%{transform:translate(50.0916vw,72.239vh) scale(.0825)}to{transform:translate(48.7877vw,100vh) scale(.0825)}}.snow:nth-child(94){opacity:.99;transform:translate(51.882vw,-10px) scale(.3134);animation:fall-94 21s -20s linear infinite}@keyframes fall-94{57.816%{transform:translate(57.1359vw,57.816vh) scale(.3134)}to{transform:translate(54.50895vw,100vh) scale(.3134)}}.snow:nth-child(95){opacity:.3678;transform:translate(43.1792vw,-10px) scale(.5368);animation:fall-95 29s -30s linear infinite}@keyframes fall-95{52.009%{transform:translate(39.9585vw,52.009vh) scale(.5368)}to{transform:translate(41.56885vw,100vh) scale(.5368)}}.snow:nth-child(96){opacity:1.0546;transform:translate(4.2518vw,-10px) scale(.6569);animation:fall-96 26s -9s linear infinite}@keyframes fall-96{58.988%{transform:translate(14.1955vw,58.988vh) scale(.6569)}to{transform:translate(9.22365vw,100vh) scale(.6569)}}.snow:nth-child(97){opacity:1.8028;transform:translate(67.8249vw,-10px) scale(.9945);animation:fall-97 22s -8s linear infinite}@keyframes fall-97{71.117%{transform:translate(63.9059vw,71.117vh) scale(.9945)}to{transform:translate(65.8654vw,100vh) scale(.9945)}}.snow:nth-child(98){opacity:1.9406;transform:translate(48.6151vw,-10px) scale(.2319);animation:fall-98 26s -11s linear infinite}@keyframes fall-98{56.184%{transform:translate(45.6187vw,56.184vh) scale(.2319)}to{transform:translate(47.1169vw,100vh) scale(.2319)}}.snow:nth-child(99){opacity:.3084;transform:translate(12.0635vw,-10px) scale(.34);animation:fall-99 11s -2s linear infinite}@keyframes fall-99{55.285%{transform:translate(18.4205vw,55.285vh) scale(.34)}to{transform:translate(15.242vw,100vh) scale(.34)}}.snow:nth-child(100){opacity:.3532;transform:translate(34.966vw,-10px) scale(.9492);animation:fall-100 21s -15s linear infinite}@keyframes fall-100{67.418%{transform:translate(33.731vw,67.418vh) scale(.9492)}to{transform:translate(34.3485vw,100vh) scale(.9492)}}.snow:nth-child(101){opacity:1.527;transform:translate(35.9493vw,-10px) scale(.2688);animation:fall-101 29s -3s linear infinite}@keyframes fall-101{33.707%{transform:translate(44.4073vw,33.707vh) scale(.2688)}to{transform:translate(40.1783vw,100vh) scale(.2688)}}.snow:nth-child(102){opacity:1.1762;transform:translate(65.9272vw,-10px) scale(.7118);animation:fall-102 27s -1s linear infinite}@keyframes fall-102{67.43%{transform:translate(58.1216vw,67.43vh) scale(.7118)}to{transform:translate(62.0244vw,100vh) scale(.7118)}}.snow:nth-child(103){opacity:1.788;transform:translate(24.5454vw,-10px) scale(.3716);animation:fall-103 10s -22s linear infinite}@keyframes fall-103{70.52%{transform:translate(27.3497vw,70.52vh) scale(.3716)}to{transform:translate(25.94755vw,100vh) scale(.3716)}}.snow:nth-child(104){opacity:1.9156;transform:translate(86.6069vw,-10px) scale(.1616);animation:fall-104 23s -14s linear infinite}@keyframes fall-104{59.045%{transform:translate(94.7367vw,59.045vh) scale(.1616)}to{transform:translate(90.6718vw,100vh) scale(.1616)}}.snow:nth-child(105){opacity:.4762;transform:translate(77.3991vw,-10px) scale(.0271);animation:fall-105 11s -7s linear infinite}@keyframes fall-105{47.597%{transform:translate(86.6628vw,47.597vh) scale(.0271)}to{transform:translate(82.03095vw,100vh) scale(.0271)}}.snow:nth-child(106){opacity:1.2622;transform:translate(24.622vw,-10px) scale(.7371);animation:fall-106 15s -16s linear infinite}@keyframes fall-106{57.358%{transform:translate(28.6995vw,57.358vh) scale(.7371)}to{transform:translate(26.66075vw,100vh) scale(.7371)}}.snow:nth-child(107){opacity:.341;transform:translate(48.5877vw,-10px) scale(.4953);animation:fall-107 30s -8s linear infinite}@keyframes fall-107{65.656%{transform:translate(42.4508vw,65.656vh) scale(.4953)}to{transform:translate(45.51925vw,100vh) scale(.4953)}}.snow:nth-child(108){opacity:1.9404;transform:translate(97.5674vw,-10px) scale(.0655);animation:fall-108 14s -30s linear infinite}@keyframes fall-108{38.554%{transform:translate(103.323vw,38.554vh) scale(.0655)}to{transform:translate(100.4452vw,100vh) scale(.0655)}}.snow:nth-child(109){opacity:1.962;transform:translate(99.5167vw,-10px) scale(.8654);animation:fall-109 30s -4s linear infinite}@keyframes fall-109{53.571%{transform:translate(96.2153vw,53.571vh) scale(.8654)}to{transform:translate(97.866vw,100vh) scale(.8654)}}.snow:nth-child(110){opacity:.4136;transform:translate(84.3109vw,-10px) scale(.3027);animation:fall-110 29s -20s linear infinite}@keyframes fall-110{46.768%{transform:translate(78.8274vw,46.768vh) scale(.3027)}to{transform:translate(81.56915vw,100vh) scale(.3027)}}.snow:nth-child(111){opacity:.3326;transform:translate(85.8454vw,-10px) scale(.3605);animation:fall-111 30s -6s linear infinite}@keyframes fall-111{38.68%{transform:translate(87.7811vw,38.68vh) scale(.3605)}to{transform:translate(86.81325vw,100vh) scale(.3605)}}.snow:nth-child(112){opacity:.333;transform:translate(79.8994vw,-10px) scale(.1201);animation:fall-112 22s -27s linear infinite}@keyframes fall-112{73.511%{transform:translate(75.6121vw,73.511vh) scale(.1201)}to{transform:translate(77.75575vw,100vh) scale(.1201)}}.snow:nth-child(113){opacity:1.9454;transform:translate(88.7424vw,-10px) scale(.7663);animation:fall-113 14s -14s linear infinite}@keyframes fall-113{56.903%{transform:translate(91.0658vw,56.903vh) scale(.7663)}to{transform:translate(89.9041vw,100vh) scale(.7663)}}.snow:nth-child(114){opacity:1.5972;transform:translate(96.1173vw,-10px) scale(.9263);animation:fall-114 20s -29s linear infinite}@keyframes fall-114{44.287%{transform:translate(95.5606vw,44.287vh) scale(.9263)}to{transform:translate(95.83895vw,100vh) scale(.9263)}}.snow:nth-child(115){opacity:.088;transform:translate(53.926vw,-10px) scale(.0952);animation:fall-115 18s -3s linear infinite}@keyframes fall-115{75.129%{transform:translate(47.0956vw,75.129vh) scale(.0952)}to{transform:translate(50.5108vw,100vh) scale(.0952)}}.snow:nth-child(116){opacity:.9534;transform:translate(47.9974vw,-10px) scale(.9593);animation:fall-116 23s -26s linear infinite}@keyframes fall-116{30.669%{transform:translate(39.4282vw,30.669vh) scale(.9593)}to{transform:translate(43.7128vw,100vh) scale(.9593)}}.snow:nth-child(117){opacity:1.608;transform:translate(21.9381vw,-10px) scale(.2196);animation:fall-117 27s -7s linear infinite}@keyframes fall-117{77.993%{transform:translate(26.6589vw,77.993vh) scale(.2196)}to{transform:translate(24.2985vw,100vh) scale(.2196)}}.snow:nth-child(118){opacity:.3608;transform:translate(34.6634vw,-10px) scale(.0345);animation:fall-118 15s -21s linear infinite}@keyframes fall-118{68.52%{transform:translate(33.7807vw,68.52vh) scale(.0345)}to{transform:translate(34.22205vw,100vh) scale(.0345)}}.snow:nth-child(119){opacity:.677;transform:translate(9.8394vw,-10px) scale(.9432);animation:fall-119 15s -14s linear infinite}@keyframes fall-119{61.258%{transform:translate(.2378vw,61.258vh) scale(.9432)}to{transform:translate(5.0386vw,100vh) scale(.9432)}}.snow:nth-child(120){opacity:1.1904;transform:translate(65.7355vw,-10px) scale(.927);animation:fall-120 29s -14s linear infinite}@keyframes fall-120{77.378%{transform:translate(73.3737vw,77.378vh) scale(.927)}to{transform:translate(69.5546vw,100vh) scale(.927)}}.snow:nth-child(121){opacity:1.8884;transform:translate(12.6087vw,-10px) scale(.2225);animation:fall-121 18s -2s linear infinite}@keyframes fall-121{45.694%{transform:translate(11.6832vw,45.694vh) scale(.2225)}to{transform:translate(12.14595vw,100vh) scale(.2225)}}.snow:nth-child(122){opacity:.8484;transform:translate(66.1592vw,-10px) scale(.8903);animation:fall-122 12s -11s linear infinite}@keyframes fall-122{78.849%{transform:translate(56.9057vw,78.849vh) scale(.8903)}to{transform:translate(61.53245vw,100vh) scale(.8903)}}.snow:nth-child(123){opacity:.2644;transform:translate(35.0934vw,-10px) scale(.546);animation:fall-123 29s -20s linear infinite}@keyframes fall-123{70.876%{transform:translate(40.9888vw,70.876vh) scale(.546)}to{transform:translate(38.0411vw,100vh) scale(.546)}}.snow:nth-child(124){opacity:1.6556;transform:translate(92.1735vw,-10px) scale(.1271);animation:fall-124 14s -12s linear infinite}@keyframes fall-124{60.372%{transform:translate(88.6354vw,60.372vh) scale(.1271)}to{transform:translate(90.40445vw,100vh) scale(.1271)}}.snow:nth-child(125){opacity:.0664;transform:translate(42.2683vw,-10px) scale(.4915);animation:fall-125 19s -7s linear infinite}@keyframes fall-125{47.062%{transform:translate(49.117vw,47.062vh) scale(.4915)}to{transform:translate(45.69265vw,100vh) scale(.4915)}}.snow:nth-child(126){opacity:1.8178;transform:translate(17.8424vw,-10px) scale(.2804);animation:fall-126 23s -12s linear infinite}@keyframes fall-126{77.291%{transform:translate(16.4631vw,77.291vh) scale(.2804)}to{transform:translate(17.15275vw,100vh) scale(.2804)}}.snow:nth-child(127){opacity:1.7454;transform:translate(45.5997vw,-10px) scale(.8159);animation:fall-127 10s -3s linear infinite}@keyframes fall-127{41.199%{transform:translate(54.9209vw,41.199vh) scale(.8159)}to{transform:translate(50.2603vw,100vh) scale(.8159)}}.snow:nth-child(128){opacity:.985;transform:translate(90.1219vw,-10px) scale(.3622);animation:fall-128 11s -5s linear infinite}@keyframes fall-128{58.739%{transform:translate(85.9292vw,58.739vh) scale(.3622)}to{transform:translate(88.02555vw,100vh) scale(.3622)}}.snow:nth-child(129){opacity:.9764;transform:translate(49.2938vw,-10px) scale(.0805);animation:fall-129 15s -6s linear infinite}@keyframes fall-129{52.608%{transform:translate(45.8034vw,52.608vh) scale(.0805)}to{transform:translate(47.5486vw,100vh) scale(.0805)}}.snow:nth-child(130){opacity:1.9594;transform:translate(75.4041vw,-10px) scale(.7611);animation:fall-130 18s -13s linear infinite}@keyframes fall-130{66.514%{transform:translate(83.8471vw,66.514vh) scale(.7611)}to{transform:translate(79.6256vw,100vh) scale(.7611)}}.snow:nth-child(131){opacity:1.651;transform:translate(90.6114vw,-10px) scale(.9942);animation:fall-131 17s -14s linear infinite}@keyframes fall-131{78.488%{transform:translate(94.2955vw,78.488vh) scale(.9942)}to{transform:translate(92.45345vw,100vh) scale(.9942)}}.snow:nth-child(132){opacity:1.7006;transform:translate(80.2494vw,-10px) scale(.0215);animation:fall-132 17s -1s linear infinite}@keyframes fall-132{76.764%{transform:translate(80.1497vw,76.764vh) scale(.0215)}to{transform:translate(80.19955vw,100vh) scale(.0215)}}.snow:nth-child(133){opacity:1.7512;transform:translate(94.6476vw,-10px) scale(.1478);animation:fall-133 11s -26s linear infinite}@keyframes fall-133{77.161%{transform:translate(94.8382vw,77.161vh) scale(.1478)}to{transform:translate(94.7429vw,100vh) scale(.1478)}}.snow:nth-child(134){opacity:.8878;transform:translate(36.9171vw,-10px) scale(.6642);animation:fall-134 11s -14s linear infinite}@keyframes fall-134{32.495%{transform:translate(42.4509vw,32.495vh) scale(.6642)}to{transform:translate(39.684vw,100vh) scale(.6642)}}.snow:nth-child(135){opacity:1.9694;transform:translate(83.8726vw,-10px) scale(.0136);animation:fall-135 20s -6s linear infinite}@keyframes fall-135{41.105%{transform:translate(81.9852vw,41.105vh) scale(.0136)}to{transform:translate(82.9289vw,100vh) scale(.0136)}}.snow:nth-child(136){opacity:1.4276;transform:translate(29.7988vw,-10px) scale(.0712);animation:fall-136 26s -22s linear infinite}@keyframes fall-136{57.185%{transform:translate(29.5308vw,57.185vh) scale(.0712)}to{transform:translate(29.6648vw,100vh) scale(.0712)}}.snow:nth-child(137){opacity:1.8806;transform:translate(63.8583vw,-10px) scale(.0669);animation:fall-137 24s -22s linear infinite}@keyframes fall-137{61.736%{transform:translate(61.2661vw,61.736vh) scale(.0669)}to{transform:translate(62.5622vw,100vh) scale(.0669)}}.snow:nth-child(138){opacity:.521;transform:translate(26.7448vw,-10px) scale(.998);animation:fall-138 19s -24s linear infinite}@keyframes fall-138{35.623%{transform:translate(19.2168vw,35.623vh) scale(.998)}to{transform:translate(22.9808vw,100vh) scale(.998)}}.snow:nth-child(139){opacity:1.7608;transform:translate(71.0209vw,-10px) scale(.4501);animation:fall-139 26s -4s linear infinite}@keyframes fall-139{55.761%{transform:translate(62.3869vw,55.761vh) scale(.4501)}to{transform:translate(66.7039vw,100vh) scale(.4501)}}.snow:nth-child(140){opacity:1.7798;transform:translate(57.4478vw,-10px) scale(.049);animation:fall-140 15s -13s linear infinite}@keyframes fall-140{46.146%{transform:translate(66.5324vw,46.146vh) scale(.049)}to{transform:translate(61.9901vw,100vh) scale(.049)}}.snow:nth-child(141){opacity:1.1994;transform:translate(19.9395vw,-10px) scale(.0918);animation:fall-141 24s -1s linear infinite}@keyframes fall-141{44.04%{transform:translate(15.5269vw,44.04vh) scale(.0918)}to{transform:translate(17.7332vw,100vh) scale(.0918)}}.snow:nth-child(142){opacity:.8724;transform:translate(26.4886vw,-10px) scale(.6819);animation:fall-142 18s -20s linear infinite}@keyframes fall-142{70.595%{transform:translate(19.3623vw,70.595vh) scale(.6819)}to{transform:translate(22.92545vw,100vh) scale(.6819)}}.snow:nth-child(143){opacity:1.343;transform:translate(71.5206vw,-10px) scale(.7167);animation:fall-143 18s -13s linear infinite}@keyframes fall-143{47.2%{transform:translate(79.0324vw,47.2vh) scale(.7167)}to{transform:translate(75.2765vw,100vh) scale(.7167)}}.snow:nth-child(144){opacity:1.723;transform:translate(45.23vw,-10px) scale(.4187);animation:fall-144 19s -18s linear infinite}@keyframes fall-144{47.165%{transform:translate(37.2774vw,47.165vh) scale(.4187)}to{transform:translate(41.2537vw,100vh) scale(.4187)}}.snow:nth-child(145){opacity:1.8814;transform:translate(61.5397vw,-10px) scale(.3598);animation:fall-145 19s -26s linear infinite}@keyframes fall-145{55.342%{transform:translate(64.7651vw,55.342vh) scale(.3598)}to{transform:translate(63.1524vw,100vh) scale(.3598)}}.snow:nth-child(146){opacity:1.2356;transform:translate(86.7295vw,-10px) scale(.2629);animation:fall-146 13s -1s linear infinite}@keyframes fall-146{41.729%{transform:translate(82.5148vw,41.729vh) scale(.2629)}to{transform:translate(84.62215vw,100vh) scale(.2629)}}.snow:nth-child(147){opacity:1.9064;transform:translate(90.5013vw,-10px) scale(.3962);animation:fall-147 29s -26s linear infinite}@keyframes fall-147{76.482%{transform:translate(82.594vw,76.482vh) scale(.3962)}to{transform:translate(86.54765vw,100vh) scale(.3962)}}.snow:nth-child(148){opacity:.0996;transform:translate(71.8115vw,-10px) scale(.8526);animation:fall-148 23s -10s linear infinite}@keyframes fall-148{73.79%{transform:translate(66.4064vw,73.79vh) scale(.8526)}to{transform:translate(69.10895vw,100vh) scale(.8526)}}.snow:nth-child(149){opacity:1.639;transform:translate(9.378vw,-10px) scale(.8487);animation:fall-149 18s -10s linear infinite}@keyframes fall-149{77.27%{transform:translate(7.3195vw,77.27vh) scale(.8487)}to{transform:translate(8.34875vw,100vh) scale(.8487)}}.snow:nth-child(150){opacity:.2958;transform:translate(49.2407vw,-10px) scale(.2311);animation:fall-150 14s -22s linear infinite}@keyframes fall-150{51.33%{transform:translate(47.4271vw,51.33vh) scale(.2311)}to{transform:translate(48.3339vw,100vh) scale(.2311)}}.snow:nth-child(151){opacity:.2642;transform:translate(94.879vw,-10px) scale(.7859);animation:fall-151 25s -26s linear infinite}@keyframes fall-151{43.072%{transform:translate(96.6879vw,43.072vh) scale(.7859)}to{transform:translate(95.78345vw,100vh) scale(.7859)}}.snow:nth-child(152){opacity:.101;transform:translate(72.3719vw,-10px) scale(.8466);animation:fall-152 13s -21s linear infinite}@keyframes fall-152{43.151%{transform:translate(73.9561vw,43.151vh) scale(.8466)}to{transform:translate(73.164vw,100vh) scale(.8466)}}.snow:nth-child(153){opacity:.3906;transform:translate(91.7893vw,-10px) scale(.9161);animation:fall-153 21s -4s linear infinite}@keyframes fall-153{74.757%{transform:translate(82.273vw,74.757vh) scale(.9161)}to{transform:translate(87.03115vw,100vh) scale(.9161)}}.snow:nth-child(154){opacity:1.2298;transform:translate(92.8377vw,-10px) scale(.8392);animation:fall-154 30s -20s linear infinite}@keyframes fall-154{44.589%{transform:translate(97.4304vw,44.589vh) scale(.8392)}to{transform:translate(95.13405vw,100vh) scale(.8392)}}.snow:nth-child(155){opacity:1.0456;transform:translate(70.5331vw,-10px) scale(.4343);animation:fall-155 30s -13s linear infinite}@keyframes fall-155{34.611%{transform:translate(65.4685vw,34.611vh) scale(.4343)}to{transform:translate(68.0008vw,100vh) scale(.4343)}}.snow:nth-child(156){opacity:.3842;transform:translate(60.9519vw,-10px) scale(.3082);animation:fall-156 13s -2s linear infinite}@keyframes fall-156{72.573%{transform:translate(53.7292vw,72.573vh) scale(.3082)}to{transform:translate(57.34055vw,100vh) scale(.3082)}}.snow:nth-child(157){opacity:.8666;transform:translate(32.281vw,-10px) scale(.0151);animation:fall-157 16s -29s linear infinite}@keyframes fall-157{45.322%{transform:translate(31.0176vw,45.322vh) scale(.0151)}to{transform:translate(31.6493vw,100vh) scale(.0151)}}.snow:nth-child(158){opacity:1.804;transform:translate(66.5989vw,-10px) scale(.7131);animation:fall-158 28s -8s linear infinite}@keyframes fall-158{63.156%{transform:translate(74.8902vw,63.156vh) scale(.7131)}to{transform:translate(70.74455vw,100vh) scale(.7131)}}.snow:nth-child(159){opacity:.6726;transform:translate(1.7732vw,-10px) scale(.9797);animation:fall-159 11s -7s linear infinite}@keyframes fall-159{66.189%{transform:translate(-4.2598vw,66.189vh) scale(.9797)}to{transform:translate(-1.2433vw,100vh) scale(.9797)}}.snow:nth-child(160){opacity:.76;transform:translate(63.4244vw,-10px) scale(.3937);animation:fall-160 10s -29s linear infinite}@keyframes fall-160{77.615%{transform:translate(60.6417vw,77.615vh) scale(.3937)}to{transform:translate(62.03305vw,100vh) scale(.3937)}}.snow:nth-child(161){opacity:1.5108;transform:translate(95.1245vw,-10px) scale(.4221);animation:fall-161 22s -5s linear infinite}@keyframes fall-161{50.943%{transform:translate(85.2493vw,50.943vh) scale(.4221)}to{transform:translate(90.1869vw,100vh) scale(.4221)}}.snow:nth-child(162){opacity:1.8324;transform:translate(79.3794vw,-10px) scale(.9148);animation:fall-162 17s -13s linear infinite}@keyframes fall-162{60.881%{transform:translate(72.6926vw,60.881vh) scale(.9148)}to{transform:translate(76.036vw,100vh) scale(.9148)}}.snow:nth-child(163){opacity:1.9994;transform:translate(21.7363vw,-10px) scale(.4741);animation:fall-163 14s -8s linear infinite}@keyframes fall-163{47.908%{transform:translate(12.7724vw,47.908vh) scale(.4741)}to{transform:translate(17.25435vw,100vh) scale(.4741)}}.snow:nth-child(164){opacity:1.0392;transform:translate(75.0792vw,-10px) scale(.7218);animation:fall-164 17s -29s linear infinite}@keyframes fall-164{70.457%{transform:translate(77.7419vw,70.457vh) scale(.7218)}to{transform:translate(76.41055vw,100vh) scale(.7218)}}.snow:nth-child(165){opacity:1.9352;transform:translate(59.6938vw,-10px) scale(.6002);animation:fall-165 28s -16s linear infinite}@keyframes fall-165{73.213%{transform:translate(57.8347vw,73.213vh) scale(.6002)}to{transform:translate(58.76425vw,100vh) scale(.6002)}}.snow:nth-child(166){opacity:1.857;transform:translate(36.5157vw,-10px) scale(.1802);animation:fall-166 25s -22s linear infinite}@keyframes fall-166{53.899%{transform:translate(44.5842vw,53.899vh) scale(.1802)}to{transform:translate(40.54995vw,100vh) scale(.1802)}}.snow:nth-child(167){opacity:.5628;transform:translate(61.4399vw,-10px) scale(.6046);animation:fall-167 20s -9s linear infinite}@keyframes fall-167{49.58%{transform:translate(58.51vw,49.58vh) scale(.6046)}to{transform:translate(59.97495vw,100vh) scale(.6046)}}.snow:nth-child(168){opacity:.797;transform:translate(25.4526vw,-10px) scale(.5303);animation:fall-168 21s -10s linear infinite}@keyframes fall-168{77.156%{transform:translate(33.6841vw,77.156vh) scale(.5303)}to{transform:translate(29.56835vw,100vh) scale(.5303)}}.snow:nth-child(169){opacity:.981;transform:translate(29.2759vw,-10px) scale(.0439);animation:fall-169 11s -6s linear infinite}@keyframes fall-169{30.63%{transform:translate(19.7068vw,30.63vh) scale(.0439)}to{transform:translate(24.49135vw,100vh) scale(.0439)}}.snow:nth-child(170){opacity:1.5454;transform:translate(37.9617vw,-10px) scale(.5862);animation:fall-170 21s -23s linear infinite}@keyframes fall-170{75.388%{transform:translate(46.9554vw,75.388vh) scale(.5862)}to{transform:translate(42.45855vw,100vh) scale(.5862)}}.snow:nth-child(171){opacity:1.2626;transform:translate(73.9529vw,-10px) scale(.7039);animation:fall-171 19s -12s linear infinite}@keyframes fall-171{61.934%{transform:translate(65.0508vw,61.934vh) scale(.7039)}to{transform:translate(69.50185vw,100vh) scale(.7039)}}.snow:nth-child(172){opacity:1.9906;transform:translate(3.8005vw,-10px) scale(.296);animation:fall-172 26s -24s linear infinite}@keyframes fall-172{50.631%{transform:translate(-1.5123vw,50.631vh) scale(.296)}to{transform:translate(1.1441vw,100vh) scale(.296)}}.snow:nth-child(173){opacity:1.1016;transform:translate(98.2499vw,-10px) scale(.4305);animation:fall-173 25s -6s linear infinite}@keyframes fall-173{75.265%{transform:translate(103.1451vw,75.265vh) scale(.4305)}to{transform:translate(100.6975vw,100vh) scale(.4305)}}.snow:nth-child(174){opacity:1;transform:translate(40.9525vw,-10px) scale(.7467);animation:fall-174 12s -3s linear infinite}@keyframes fall-174{58.677%{transform:translate(38.321vw,58.677vh) scale(.7467)}to{transform:translate(39.63675vw,100vh) scale(.7467)}}.snow:nth-child(175){opacity:1.1072;transform:translate(9.3117vw,-10px) scale(.4059);animation:fall-175 15s -11s linear infinite}@keyframes fall-175{36.462%{transform:translate(10.8689vw,36.462vh) scale(.4059)}to{transform:translate(10.0903vw,100vh) scale(.4059)}}.snow:nth-child(176){opacity:.584;transform:translate(70.2038vw,-10px) scale(.9252);animation:fall-176 29s -7s linear infinite}@keyframes fall-176{49.009%{transform:translate(61.7831vw,49.009vh) scale(.9252)}to{transform:translate(65.99345vw,100vh) scale(.9252)}}.snow:nth-child(177){opacity:.6814;transform:translate(49.4087vw,-10px) scale(.2895);animation:fall-177 21s -28s linear infinite}@keyframes fall-177{32.004%{transform:translate(52.361vw,32.004vh) scale(.2895)}to{transform:translate(50.88485vw,100vh) scale(.2895)}}.snow:nth-child(178){opacity:1.1354;transform:translate(56.4937vw,-10px) scale(.3136);animation:fall-178 27s -7s linear infinite}@keyframes fall-178{47.339%{transform:translate(64.2649vw,47.339vh) scale(.3136)}to{transform:translate(60.3793vw,100vh) scale(.3136)}}.snow:nth-child(179){opacity:.2466;transform:translate(8.3384vw,-10px) scale(.3333);animation:fall-179 24s -7s linear infinite}@keyframes fall-179{73.34%{transform:translate(-1.628vw,73.34vh) scale(.3333)}to{transform:translate(3.3552vw,100vh) scale(.3333)}}.snow:nth-child(180){opacity:.9456;transform:translate(26.0268vw,-10px) scale(.0176);animation:fall-180 27s -15s linear infinite}@keyframes fall-180{44.776%{transform:translate(25.7018vw,44.776vh) scale(.0176)}to{transform:translate(25.8643vw,100vh) scale(.0176)}}.snow:nth-child(181){opacity:1.2796;transform:translate(92.3269vw,-10px) scale(.5593);animation:fall-181 20s -27s linear infinite}@keyframes fall-181{60.645%{transform:translate(90.5513vw,60.645vh) scale(.5593)}to{transform:translate(91.4391vw,100vh) scale(.5593)}}.snow:nth-child(182){opacity:.791;transform:translate(12.6373vw,-10px) scale(.525);animation:fall-182 10s -13s linear infinite}@keyframes fall-182{46.63%{transform:translate(3.744vw,46.63vh) scale(.525)}to{transform:translate(8.19065vw,100vh) scale(.525)}}.snow:nth-child(183){opacity:1.161;transform:translate(29.1729vw,-10px) scale(.6721);animation:fall-183 30s -17s linear infinite}@keyframes fall-183{37.913%{transform:translate(25.9425vw,37.913vh) scale(.6721)}to{transform:translate(27.5577vw,100vh) scale(.6721)}}.snow:nth-child(184){opacity:.5284;transform:translate(78.0503vw,-10px) scale(.2645);animation:fall-184 24s -11s linear infinite}@keyframes fall-184{39.78%{transform:translate(79.3845vw,39.78vh) scale(.2645)}to{transform:translate(78.7174vw,100vh) scale(.2645)}}.snow:nth-child(185){opacity:1.063;transform:translate(68.7123vw,-10px) scale(.5732);animation:fall-185 13s -20s linear infinite}@keyframes fall-185{53.021%{transform:translate(66.6452vw,53.021vh) scale(.5732)}to{transform:translate(67.67875vw,100vh) scale(.5732)}}.snow:nth-child(186){opacity:.0512;transform:translate(60.5009vw,-10px) scale(.4939);animation:fall-186 27s -7s linear infinite}@keyframes fall-186{34.194%{transform:translate(59.1692vw,34.194vh) scale(.4939)}to{transform:translate(59.83505vw,100vh) scale(.4939)}}.snow:nth-child(187){opacity:1.6336;transform:translate(62.4574vw,-10px) scale(.874);animation:fall-187 16s -16s linear infinite}@keyframes fall-187{39.322%{transform:translate(60.8522vw,39.322vh) scale(.874)}to{transform:translate(61.6548vw,100vh) scale(.874)}}.snow:nth-child(188){opacity:.109;transform:translate(15.5212vw,-10px) scale(.6122);animation:fall-188 21s -15s linear infinite}@keyframes fall-188{39.553%{transform:translate(10.5248vw,39.553vh) scale(.6122)}to{transform:translate(13.023vw,100vh) scale(.6122)}}.snow:nth-child(189){opacity:.1678;transform:translate(38.9121vw,-10px) scale(.9213);animation:fall-189 30s -13s linear infinite}@keyframes fall-189{71.12%{transform:translate(31.5365vw,71.12vh) scale(.9213)}to{transform:translate(35.2243vw,100vh) scale(.9213)}}.snow:nth-child(190){opacity:.9304;transform:translate(17.3743vw,-10px) scale(.7618);animation:fall-190 12s -5s linear infinite}@keyframes fall-190{67.385%{transform:translate(26.5537vw,67.385vh) scale(.7618)}to{transform:translate(21.964vw,100vh) scale(.7618)}}.snow:nth-child(191){opacity:1.0966;transform:translate(43.9218vw,-10px) scale(.2921);animation:fall-191 11s -29s linear infinite}@keyframes fall-191{77.342%{transform:translate(40.2809vw,77.342vh) scale(.2921)}to{transform:translate(42.10135vw,100vh) scale(.2921)}}.snow:nth-child(192){opacity:.1754;transform:translate(64.1147vw,-10px) scale(.6623);animation:fall-192 23s -23s linear infinite}@keyframes fall-192{31.312%{transform:translate(58.0622vw,31.312vh) scale(.6623)}to{transform:translate(61.08845vw,100vh) scale(.6623)}}.snow:nth-child(193){opacity:1.6402;transform:translate(65.8346vw,-10px) scale(.4688);animation:fall-193 25s -1s linear infinite}@keyframes fall-193{68.734%{transform:translate(67.9905vw,68.734vh) scale(.4688)}to{transform:translate(66.91255vw,100vh) scale(.4688)}}.snow:nth-child(194){opacity:.8812;transform:translate(92.7163vw,-10px) scale(.7056);animation:fall-194 24s -26s linear infinite}@keyframes fall-194{57.317%{transform:translate(99.6902vw,57.317vh) scale(.7056)}to{transform:translate(96.20325vw,100vh) scale(.7056)}}.snow:nth-child(195){opacity:1.6758;transform:translate(60.1199vw,-10px) scale(.7838);animation:fall-195 21s -28s linear infinite}@keyframes fall-195{60.433%{transform:translate(68.9809vw,60.433vh) scale(.7838)}to{transform:translate(64.5504vw,100vh) scale(.7838)}}.snow:nth-child(196){opacity:.3944;transform:translate(84.9549vw,-10px) scale(.7409);animation:fall-196 21s -7s linear infinite}@keyframes fall-196{63.204%{transform:translate(77.4386vw,63.204vh) scale(.7409)}to{transform:translate(81.19675vw,100vh) scale(.7409)}}.snow:nth-child(197){opacity:1.955;transform:translate(39.1034vw,-10px) scale(.6882);animation:fall-197 18s -20s linear infinite}@keyframes fall-197{51.732%{transform:translate(46.1994vw,51.732vh) scale(.6882)}to{transform:translate(42.6514vw,100vh) scale(.6882)}}.snow:nth-child(198){opacity:.5206;transform:translate(30.0507vw,-10px) scale(.9115);animation:fall-198 27s -15s linear infinite}@keyframes fall-198{66.731%{transform:translate(22.6751vw,66.731vh) scale(.9115)}to{transform:translate(26.3629vw,100vh) scale(.9115)}}.snow:nth-child(199){opacity:1.4382;transform:translate(57.2429vw,-10px) scale(.5717);animation:fall-199 28s -16s linear infinite}@keyframes fall-199{63.404%{transform:translate(52.3765vw,63.404vh) scale(.5717)}to{transform:translate(54.8097vw,100vh) scale(.5717)}}.snow:nth-child(200){opacity:.4688;transform:translate(25.3408vw,-10px) scale(.0882);animation:fall-200 15s -22s linear infinite}@keyframes fall-200{40.262%{transform:translate(23.4562vw,40.262vh) scale(.0882)}to{transform:translate(24.3985vw,100vh) scale(.0882)}}.snow:nth-child(201){opacity:.9548;transform:translate(5.6269vw,-10px) scale(.6924);animation:fall-201 28s -11s linear infinite}@keyframes fall-201{52.422%{transform:translate(12.7745vw,52.422vh) scale(.6924)}to{transform:translate(9.2007vw,100vh) scale(.6924)}}.snow:nth-child(202){opacity:1.4088;transform:translate(33.3656vw,-10px) scale(.0362);animation:fall-202 11s -6s linear infinite}@keyframes fall-202{36.791%{transform:translate(30.1398vw,36.791vh) scale(.0362)}to{transform:translate(31.7527vw,100vh) scale(.0362)}}.snow:nth-child(203){opacity:1.6354;transform:translate(51.4512vw,-10px) scale(.8584);animation:fall-203 28s -26s linear infinite}@keyframes fall-203{52.887%{transform:translate(44.5892vw,52.887vh) scale(.8584)}to{transform:translate(48.0202vw,100vh) scale(.8584)}}.snow:nth-child(204){opacity:1.7286;transform:translate(35.6263vw,-10px) scale(.3667);animation:fall-204 15s -17s linear infinite}@keyframes fall-204{56.213%{transform:translate(44.17vw,56.213vh) scale(.3667)}to{transform:translate(39.89815vw,100vh) scale(.3667)}}.snow:nth-child(205){opacity:1.2892;transform:translate(14.2861vw,-10px) scale(.272);animation:fall-205 15s -17s linear infinite}@keyframes fall-205{32.616%{transform:translate(8.445vw,32.616vh) scale(.272)}to{transform:translate(11.36555vw,100vh) scale(.272)}}.snow:nth-child(206){opacity:.6386;transform:translate(55.0058vw,-10px) scale(.4637);animation:fall-206 14s -11s linear infinite}@keyframes fall-206{72.527%{transform:translate(50.6904vw,72.527vh) scale(.4637)}to{transform:translate(52.8481vw,100vh) scale(.4637)}}.snow:nth-child(207){opacity:1.6724;transform:translate(52.7579vw,-10px) scale(.1797);animation:fall-207 20s -15s linear infinite}@keyframes fall-207{54.885%{transform:translate(43.559vw,54.885vh) scale(.1797)}to{transform:translate(48.15845vw,100vh) scale(.1797)}}.snow:nth-child(208){opacity:.7776;transform:translate(68.8878vw,-10px) scale(.4483);animation:fall-208 10s -26s linear infinite}@keyframes fall-208{76.773%{transform:translate(65.3066vw,76.773vh) scale(.4483)}to{transform:translate(67.0972vw,100vh) scale(.4483)}}.snow:nth-child(209){opacity:1.036;transform:translate(70.6031vw,-10px) scale(.7962);animation:fall-209 27s -14s linear infinite}@keyframes fall-209{48.465%{transform:translate(67.2566vw,48.465vh) scale(.7962)}to{transform:translate(68.92985vw,100vh) scale(.7962)}}.snow:nth-child(210){opacity:.169;transform:translate(2.1598vw,-10px) scale(.128);animation:fall-210 27s -12s linear infinite}@keyframes fall-210{42.474%{transform:translate(-1.0904vw,42.474vh) scale(.128)}to{transform:translate(.5347vw,100vh) scale(.128)}}.snow:nth-child(211){opacity:.6026;transform:translate(99.4536vw,-10px) scale(.0094);animation:fall-211 30s -17s linear infinite}@keyframes fall-211{60.861%{transform:translate(103.6317vw,60.861vh) scale(.0094)}to{transform:translate(101.54265vw,100vh) scale(.0094)}}.snow:nth-child(212){opacity:1.16;transform:translate(31.6001vw,-10px) scale(.4687);animation:fall-212 30s -25s linear infinite}@keyframes fall-212{61.556%{transform:translate(38.8569vw,61.556vh) scale(.4687)}to{transform:translate(35.2285vw,100vh) scale(.4687)}}.snow:nth-child(213){opacity:.1688;transform:translate(7.9322vw,-10px) scale(.2609);animation:fall-213 20s -25s linear infinite}@keyframes fall-213{66.35%{transform:translate(13.7831vw,66.35vh) scale(.2609)}to{transform:translate(10.85765vw,100vh) scale(.2609)}}.snow:nth-child(214){opacity:.1166;transform:translate(75.4282vw,-10px) scale(.334);animation:fall-214 14s -13s linear infinite}@keyframes fall-214{48.624%{transform:translate(83.845vw,48.624vh) scale(.334)}to{transform:translate(79.6366vw,100vh) scale(.334)}}.snow:nth-child(215){opacity:1.1624;transform:translate(48.4579vw,-10px) scale(.6228);animation:fall-215 29s -21s linear infinite}@keyframes fall-215{45.417%{transform:translate(43.3176vw,45.417vh) scale(.6228)}to{transform:translate(45.88775vw,100vh) scale(.6228)}}.snow:nth-child(216){opacity:.6966;transform:translate(60.9367vw,-10px) scale(.5781);animation:fall-216 19s -25s linear infinite}@keyframes fall-216{76.943%{transform:translate(68.5609vw,76.943vh) scale(.5781)}to{transform:translate(64.7488vw,100vh) scale(.5781)}}.snow:nth-child(217){opacity:.3866;transform:translate(1.0096vw,-10px) scale(.1261);animation:fall-217 19s -11s linear infinite}@keyframes fall-217{30.469%{transform:translate(9.9753vw,30.469vh) scale(.1261)}to{transform:translate(5.49245vw,100vh) scale(.1261)}}.snow:nth-child(218){opacity:.2192;transform:translate(39.0781vw,-10px) scale(.5178);animation:fall-218 15s -21s linear infinite}@keyframes fall-218{42.356%{transform:translate(35.195vw,42.356vh) scale(.5178)}to{transform:translate(37.13655vw,100vh) scale(.5178)}}.snow:nth-child(219){opacity:1.261;transform:translate(76.1635vw,-10px) scale(.7229);animation:fall-219 28s -3s linear infinite}@keyframes fall-219{54.409%{transform:translate(83.0572vw,54.409vh) scale(.7229)}to{transform:translate(79.61035vw,100vh) scale(.7229)}}.snow:nth-child(220){opacity:1.6992;transform:translate(93.0633vw,-10px) scale(.8787);animation:fall-220 28s -5s linear infinite}@keyframes fall-220{35.573%{transform:translate(92.7255vw,35.573vh) scale(.8787)}to{transform:translate(92.8944vw,100vh) scale(.8787)}}.snow:nth-child(221){opacity:1.8392;transform:translate(3.6339vw,-10px) scale(.1468);animation:fall-221 15s -16s linear infinite}@keyframes fall-221{31.285%{transform:translate(11.2484vw,31.285vh) scale(.1468)}to{transform:translate(7.44115vw,100vh) scale(.1468)}}.snow:nth-child(222){opacity:.6218;transform:translate(2.1269vw,-10px) scale(.0247);animation:fall-222 12s -25s linear infinite}@keyframes fall-222{31.627%{transform:translate(-3.7571vw,31.627vh) scale(.0247)}to{transform:translate(-.8151vw,100vh) scale(.0247)}}.snow:nth-child(223){opacity:.767;transform:translate(87.0462vw,-10px) scale(.5278);animation:fall-223 26s -7s linear infinite}@keyframes fall-223{36.139%{transform:translate(80.4371vw,36.139vh) scale(.5278)}to{transform:translate(83.74165vw,100vh) scale(.5278)}}.snow:nth-child(224){opacity:1.3494;transform:translate(32.1969vw,-10px) scale(.287);animation:fall-224 14s -17s linear infinite}@keyframes fall-224{38.123%{transform:translate(31.4618vw,38.123vh) scale(.287)}to{transform:translate(31.82935vw,100vh) scale(.287)}}.snow:nth-child(225){opacity:1.7542;transform:translate(46.8685vw,-10px) scale(.4302);animation:fall-225 20s -14s linear infinite}@keyframes fall-225{40.671%{transform:translate(46.3499vw,40.671vh) scale(.4302)}to{transform:translate(46.6092vw,100vh) scale(.4302)}}.snow:nth-child(226){opacity:1.2936;transform:translate(34.7055vw,-10px) scale(.6075);animation:fall-226 27s -12s linear infinite}@keyframes fall-226{64.562%{transform:translate(31.296vw,64.562vh) scale(.6075)}to{transform:translate(33.00075vw,100vh) scale(.6075)}}.snow:nth-child(227){opacity:1.1092;transform:translate(51.141vw,-10px) scale(.8638);animation:fall-227 19s -27s linear infinite}@keyframes fall-227{37.196%{transform:translate(59.6437vw,37.196vh) scale(.8638)}to{transform:translate(55.39235vw,100vh) scale(.8638)}}.snow:nth-child(228){opacity:.075;transform:translate(40.6214vw,-10px) scale(.9967);animation:fall-228 12s -10s linear infinite}@keyframes fall-228{66.361%{transform:translate(41.7797vw,66.361vh) scale(.9967)}to{transform:translate(41.20055vw,100vh) scale(.9967)}}.snow:nth-child(229){opacity:1.582;transform:translate(29.713vw,-10px) scale(.8758);animation:fall-229 11s -24s linear infinite}@keyframes fall-229{72.862%{transform:translate(34.7969vw,72.862vh) scale(.8758)}to{transform:translate(32.25495vw,100vh) scale(.8758)}}.snow:nth-child(230){opacity:1.0506;transform:translate(45.9694vw,-10px) scale(.9309);animation:fall-230 27s -15s linear infinite}@keyframes fall-230{48.023%{transform:translate(54.5433vw,48.023vh) scale(.9309)}to{transform:translate(50.25635vw,100vh) scale(.9309)}}.snow:nth-child(231){opacity:.4978;transform:translate(71.8079vw,-10px) scale(.219);animation:fall-231 29s -16s linear infinite}@keyframes fall-231{74.46%{transform:translate(63.8646vw,74.46vh) scale(.219)}to{transform:translate(67.83625vw,100vh) scale(.219)}}.snow:nth-child(232){opacity:.304;transform:translate(30.0782vw,-10px) scale(.6309);animation:fall-232 12s -29s linear infinite}@keyframes fall-232{64.15%{transform:translate(37.002vw,64.15vh) scale(.6309)}to{transform:translate(33.5401vw,100vh) scale(.6309)}}.snow:nth-child(233){opacity:1.5294;transform:translate(14.6144vw,-10px) scale(.573);animation:fall-233 17s -11s linear infinite}@keyframes fall-233{35.22%{transform:translate(18.9661vw,35.22vh) scale(.573)}to{transform:translate(16.79025vw,100vh) scale(.573)}}.snow:nth-child(234){opacity:1.1398;transform:translate(17.0056vw,-10px) scale(.6255);animation:fall-234 14s -24s linear infinite}@keyframes fall-234{34.314%{transform:translate(19.9512vw,34.314vh) scale(.6255)}to{transform:translate(18.4784vw,100vh) scale(.6255)}}.snow:nth-child(235){opacity:.6364;transform:translate(93.1519vw,-10px) scale(.1345);animation:fall-235 23s -16s linear infinite}@keyframes fall-235{35.837%{transform:translate(96.2699vw,35.837vh) scale(.1345)}to{transform:translate(94.7109vw,100vh) scale(.1345)}}.snow:nth-child(236){opacity:.561;transform:translate(91.2823vw,-10px) scale(.5176);animation:fall-236 18s -10s linear infinite}@keyframes fall-236{64.067%{transform:translate(83.5812vw,64.067vh) scale(.5176)}to{transform:translate(87.43175vw,100vh) scale(.5176)}}.snow:nth-child(237){opacity:1.3222;transform:translate(98.7017vw,-10px) scale(.8506);animation:fall-237 29s -9s linear infinite}@keyframes fall-237{57.207%{transform:translate(89.3129vw,57.207vh) scale(.8506)}to{transform:translate(94.0073vw,100vh) scale(.8506)}}.snow:nth-child(238){opacity:.8602;transform:translate(81.8202vw,-10px) scale(.2715);animation:fall-238 14s -22s linear infinite}@keyframes fall-238{75.558%{transform:translate(72.0523vw,75.558vh) scale(.2715)}to{transform:translate(76.93625vw,100vh) scale(.2715)}}.snow:nth-child(239){opacity:.0972;transform:translate(87.7962vw,-10px) scale(.016);animation:fall-239 11s -15s linear infinite}@keyframes fall-239{70.914%{transform:translate(79.0845vw,70.914vh) scale(.016)}to{transform:translate(83.44035vw,100vh) scale(.016)}}.snow:nth-child(240){opacity:1.5086;transform:translate(4.1605vw,-10px) scale(.2967);animation:fall-240 19s -14s linear infinite}@keyframes fall-240{47.174%{transform:translate(-3.2974vw,47.174vh) scale(.2967)}to{transform:translate(.43155vw,100vh) scale(.2967)}}.snow:nth-child(241){opacity:1.749;transform:translate(93.153vw,-10px) scale(.8625);animation:fall-241 14s -23s linear infinite}@keyframes fall-241{75.325%{transform:translate(102.0038vw,75.325vh) scale(.8625)}to{transform:translate(97.5784vw,100vh) scale(.8625)}}.snow:nth-child(242){opacity:.533;transform:translate(27.9571vw,-10px) scale(.686);animation:fall-242 21s -7s linear infinite}@keyframes fall-242{50.038%{transform:translate(23.1341vw,50.038vh) scale(.686)}to{transform:translate(25.5456vw,100vh) scale(.686)}}.snow:nth-child(243){opacity:1.9378;transform:translate(46.7291vw,-10px) scale(.3447);animation:fall-243 17s -7s linear infinite}@keyframes fall-243{40.422%{transform:translate(54.0419vw,40.422vh) scale(.3447)}to{transform:translate(50.3855vw,100vh) scale(.3447)}}.snow:nth-child(244){opacity:.2508;transform:translate(65.5672vw,-10px) scale(.7392);animation:fall-244 28s -11s linear infinite}@keyframes fall-244{72.019%{transform:translate(62.5657vw,72.019vh) scale(.7392)}to{transform:translate(64.06645vw,100vh) scale(.7392)}}.snow:nth-child(245){opacity:1.613;transform:translate(73.6927vw,-10px) scale(.4528);animation:fall-245 28s -14s linear infinite}@keyframes fall-245{63.03%{transform:translate(66.8712vw,63.03vh) scale(.4528)}to{transform:translate(70.28195vw,100vh) scale(.4528)}}.snow:nth-child(246){opacity:1.3014;transform:translate(27.6809vw,-10px) scale(.7745);animation:fall-246 27s -27s linear infinite}@keyframes fall-246{55.969%{transform:translate(34.0181vw,55.969vh) scale(.7745)}to{transform:translate(30.8495vw,100vh) scale(.7745)}}.snow:nth-child(247){opacity:1.8834;transform:translate(93.3986vw,-10px) scale(.6741);animation:fall-247 11s -23s linear infinite}@keyframes fall-247{70.617%{transform:translate(84.8601vw,70.617vh) scale(.6741)}to{transform:translate(89.12935vw,100vh) scale(.6741)}}.snow:nth-child(248){opacity:.572;transform:translate(89.0625vw,-10px) scale(.7314);animation:fall-248 25s -9s linear infinite}@keyframes fall-248{62.71%{transform:translate(82.4227vw,62.71vh) scale(.7314)}to{transform:translate(85.7426vw,100vh) scale(.7314)}}.snow:nth-child(249){opacity:.8834;transform:translate(94.1776vw,-10px) scale(.3567);animation:fall-249 15s -24s linear infinite}@keyframes fall-249{39.339%{transform:translate(98.9682vw,39.339vh) scale(.3567)}to{transform:translate(96.5729vw,100vh) scale(.3567)}}.snow:nth-child(250){opacity:.2014;transform:translate(90.403vw,-10px) scale(.3428);animation:fall-250 19s -5s linear infinite}@keyframes fall-250{69.827%{transform:translate(93.3064vw,69.827vh) scale(.3428)}to{transform:translate(91.8547vw,100vh) scale(.3428)}}.snow:nth-child(251){opacity:.1952;transform:translate(5.3051vw,-10px) scale(.7808);animation:fall-251 19s -22s linear infinite}@keyframes fall-251{35.177%{transform:translate(14.4593vw,35.177vh) scale(.7808)}to{transform:translate(9.8822vw,100vh) scale(.7808)}}.snow:nth-child(252){opacity:.2882;transform:translate(.1686vw,-10px) scale(.9402);animation:fall-252 17s -15s linear infinite}@keyframes fall-252{37.157%{transform:translate(4.3526vw,37.157vh) scale(.9402)}to{transform:translate(2.2606vw,100vh) scale(.9402)}}.snow:nth-child(253){opacity:1.7428;transform:translate(15.7009vw,-10px) scale(.953);animation:fall-253 22s -9s linear infinite}@keyframes fall-253{66.502%{transform:translate(16.1604vw,66.502vh) scale(.953)}to{transform:translate(15.93065vw,100vh) scale(.953)}}.snow:nth-child(254){opacity:1.7342;transform:translate(49.9479vw,-10px) scale(.4092);animation:fall-254 14s -10s linear infinite}@keyframes fall-254{64.073%{transform:translate(56.476vw,64.073vh) scale(.4092)}to{transform:translate(53.21195vw,100vh) scale(.4092)}}.snow:nth-child(255){opacity:.4004;transform:translate(35.737vw,-10px) scale(.4224);animation:fall-255 10s -3s linear infinite}@keyframes fall-255{78.675%{transform:translate(30.421vw,78.675vh) scale(.4224)}to{transform:translate(33.079vw,100vh) scale(.4224)}}.snow:nth-child(256){opacity:.2444;transform:translate(20.5031vw,-10px) scale(.542);animation:fall-256 19s -30s linear infinite}@keyframes fall-256{72.257%{transform:translate(18.8666vw,72.257vh) scale(.542)}to{transform:translate(19.68485vw,100vh) scale(.542)}}.snow:nth-child(257){opacity:1.296;transform:translate(52.0033vw,-10px) scale(.9707);animation:fall-257 21s -5s linear infinite}@keyframes fall-257{48.529%{transform:translate(46.574vw,48.529vh) scale(.9707)}to{transform:translate(49.28865vw,100vh) scale(.9707)}}.snow:nth-child(258){opacity:1.7656;transform:translate(6.9094vw,-10px) scale(.3056);animation:fall-258 12s -11s linear infinite}@keyframes fall-258{72.634%{transform:translate(10.2846vw,72.634vh) scale(.3056)}to{transform:translate(8.597vw,100vh) scale(.3056)}}.snow:nth-child(259){opacity:.632;transform:translate(64.006vw,-10px) scale(.0405);animation:fall-259 27s -20s linear infinite}@keyframes fall-259{39.821%{transform:translate(56.8177vw,39.821vh) scale(.0405)}to{transform:translate(60.41185vw,100vh) scale(.0405)}}.snow:nth-child(260){opacity:1.3762;transform:translate(20.5535vw,-10px) scale(.8565);animation:fall-260 30s -9s linear infinite}@keyframes fall-260{44.068%{transform:translate(16.404vw,44.068vh) scale(.8565)}to{transform:translate(18.47875vw,100vh) scale(.8565)}}.snow:nth-child(261){opacity:.2606;transform:translate(69.7447vw,-10px) scale(.0246);animation:fall-261 19s -21s linear infinite}@keyframes fall-261{67.443%{transform:translate(77.9017vw,67.443vh) scale(.0246)}to{transform:translate(73.8232vw,100vh) scale(.0246)}}.snow:nth-child(262){opacity:.0828;transform:translate(94.8831vw,-10px) scale(.8678);animation:fall-262 26s -15s linear infinite}@keyframes fall-262{39.51%{transform:translate(99.5569vw,39.51vh) scale(.8678)}to{transform:translate(97.22vw,100vh) scale(.8678)}}.snow:nth-child(263){opacity:1.041;transform:translate(27.1785vw,-10px) scale(.9642);animation:fall-263 20s -12s linear infinite}@keyframes fall-263{38.595%{transform:translate(22.8498vw,38.595vh) scale(.9642)}to{transform:translate(25.01415vw,100vh) scale(.9642)}}.snow:nth-child(264){opacity:.137;transform:translate(84.4059vw,-10px) scale(.7241);animation:fall-264 14s -11s linear infinite}@keyframes fall-264{49.348%{transform:translate(90.4669vw,49.348vh) scale(.7241)}to{transform:translate(87.4364vw,100vh) scale(.7241)}}.snow:nth-child(265){opacity:1.9596;transform:translate(38.4885vw,-10px) scale(.303);animation:fall-265 18s -16s linear infinite}@keyframes fall-265{59.617%{transform:translate(33.3447vw,59.617vh) scale(.303)}to{transform:translate(35.9166vw,100vh) scale(.303)}}.snow:nth-child(266){opacity:.4924;transform:translate(82.1569vw,-10px) scale(.1075);animation:fall-266 17s -20s linear infinite}@keyframes fall-266{44.398%{transform:translate(90.9055vw,44.398vh) scale(.1075)}to{transform:translate(86.5312vw,100vh) scale(.1075)}}.snow:nth-child(267){opacity:.7678;transform:translate(31.3584vw,-10px) scale(.1324);animation:fall-267 11s -12s linear infinite}@keyframes fall-267{63.677%{transform:translate(33.9482vw,63.677vh) scale(.1324)}to{transform:translate(32.6533vw,100vh) scale(.1324)}}.snow:nth-child(268){opacity:1.0186;transform:translate(87.0771vw,-10px) scale(.0138);animation:fall-268 23s -29s linear infinite}@keyframes fall-268{30.13%{transform:translate(80.9347vw,30.13vh) scale(.0138)}to{transform:translate(84.0059vw,100vh) scale(.0138)}}.snow:nth-child(269){opacity:1.2962;transform:translate(87.4241vw,-10px) scale(.8035);animation:fall-269 22s -27s linear infinite}@keyframes fall-269{71.551%{transform:translate(89.2123vw,71.551vh) scale(.8035)}to{transform:translate(88.3182vw,100vh) scale(.8035)}}.snow:nth-child(270){opacity:1.2028;transform:translate(26.8742vw,-10px) scale(.2698);animation:fall-270 17s -30s linear infinite}@keyframes fall-270{72.709%{transform:translate(27.4616vw,72.709vh) scale(.2698)}to{transform:translate(27.1679vw,100vh) scale(.2698)}}.snow:nth-child(271){opacity:.9922;transform:translate(51.3766vw,-10px) scale(.9282);animation:fall-271 11s -19s linear infinite}@keyframes fall-271{53.181%{transform:translate(50.6407vw,53.181vh) scale(.9282)}to{transform:translate(51.00865vw,100vh) scale(.9282)}}.snow:nth-child(272){opacity:.2266;transform:translate(60.3567vw,-10px) scale(.1598);animation:fall-272 16s -28s linear infinite}@keyframes fall-272{47.442%{transform:translate(63.521vw,47.442vh) scale(.1598)}to{transform:translate(61.93885vw,100vh) scale(.1598)}}.snow:nth-child(273){opacity:1.9152;transform:translate(93.3403vw,-10px) scale(.3312);animation:fall-273 17s -30s linear infinite}@keyframes fall-273{72.441%{transform:translate(88.4333vw,72.441vh) scale(.3312)}to{transform:translate(90.8868vw,100vh) scale(.3312)}}.snow:nth-child(274){opacity:.3136;transform:translate(29.4208vw,-10px) scale(.2766);animation:fall-274 30s -15s linear infinite}@keyframes fall-274{61.107%{transform:translate(33.2393vw,61.107vh) scale(.2766)}to{transform:translate(31.33005vw,100vh) scale(.2766)}}.snow:nth-child(275){opacity:.739;transform:translate(45.9767vw,-10px) scale(.0861);animation:fall-275 21s -28s linear infinite}@keyframes fall-275{59.331%{transform:translate(46.312vw,59.331vh) scale(.0861)}to{transform:translate(46.14435vw,100vh) scale(.0861)}}.snow:nth-child(276){opacity:.3016;transform:translate(81.4122vw,-10px) scale(.7022);animation:fall-276 12s -27s linear infinite}@keyframes fall-276{64.268%{transform:translate(87.9591vw,64.268vh) scale(.7022)}to{transform:translate(84.68565vw,100vh) scale(.7022)}}.snow:nth-child(277){opacity:.0888;transform:translate(84.8483vw,-10px) scale(.7511);animation:fall-277 14s -13s linear infinite}@keyframes fall-277{31.476%{transform:translate(93.7388vw,31.476vh) scale(.7511)}to{transform:translate(89.29355vw,100vh) scale(.7511)}}.snow:nth-child(278){opacity:1.4416;transform:translate(73.7268vw,-10px) scale(.4908);animation:fall-278 13s -20s linear infinite}@keyframes fall-278{64.021%{transform:translate(68.7422vw,64.021vh) scale(.4908)}to{transform:translate(71.2345vw,100vh) scale(.4908)}}.snow:nth-child(279){opacity:1.7132;transform:translate(72.3405vw,-10px) scale(.2581);animation:fall-279 17s -21s linear infinite}@keyframes fall-279{54.83%{transform:translate(76.0099vw,54.83vh) scale(.2581)}to{transform:translate(74.1752vw,100vh) scale(.2581)}}.snow:nth-child(280){opacity:1.495;transform:translate(50.9859vw,-10px) scale(.8108);animation:fall-280 14s -21s linear infinite}@keyframes fall-280{49.89%{transform:translate(43.7464vw,49.89vh) scale(.8108)}to{transform:translate(47.36615vw,100vh) scale(.8108)}}.snow:nth-child(281){opacity:1.6778;transform:translate(2.8098vw,-10px) scale(.3772);animation:fall-281 13s -27s linear infinite}@keyframes fall-281{41.421%{transform:translate(5.9517vw,41.421vh) scale(.3772)}to{transform:translate(4.38075vw,100vh) scale(.3772)}}.snow:nth-child(282){opacity:1.0568;transform:translate(63.0903vw,-10px) scale(.5075);animation:fall-282 13s -12s linear infinite}@keyframes fall-282{30.375%{transform:translate(57.6462vw,30.375vh) scale(.5075)}to{transform:translate(60.36825vw,100vh) scale(.5075)}}.snow:nth-child(283){opacity:.1406;transform:translate(12.2265vw,-10px) scale(.1646);animation:fall-283 30s -25s linear infinite}@keyframes fall-283{57.723%{transform:translate(16.2769vw,57.723vh) scale(.1646)}to{transform:translate(14.2517vw,100vh) scale(.1646)}}.snow:nth-child(284){opacity:.7202;transform:translate(82.8027vw,-10px) scale(.445);animation:fall-284 25s -4s linear infinite}@keyframes fall-284{76.172%{transform:translate(89.0733vw,76.172vh) scale(.445)}to{transform:translate(85.938vw,100vh) scale(.445)}}.snow:nth-child(285){opacity:1.529;transform:translate(44.5684vw,-10px) scale(.7734);animation:fall-285 28s -7s linear infinite}@keyframes fall-285{72.562%{transform:translate(42.3579vw,72.562vh) scale(.7734)}to{transform:translate(43.46315vw,100vh) scale(.7734)}}.snow:nth-child(286){opacity:.4404;transform:translate(66.9788vw,-10px) scale(.2386);animation:fall-286 23s -7s linear infinite}@keyframes fall-286{65.992%{transform:translate(57.2873vw,65.992vh) scale(.2386)}to{transform:translate(62.13305vw,100vh) scale(.2386)}}.snow:nth-child(287){opacity:.8248;transform:translate(76.1756vw,-10px) scale(.8177);animation:fall-287 22s -9s linear infinite}@keyframes fall-287{60.575%{transform:translate(79.7016vw,60.575vh) scale(.8177)}to{transform:translate(77.9386vw,100vh) scale(.8177)}}.snow:nth-child(288){opacity:1.3454;transform:translate(22.9115vw,-10px) scale(.8256);animation:fall-288 16s -15s linear infinite}@keyframes fall-288{74.606%{transform:translate(30.8048vw,74.606vh) scale(.8256)}to{transform:translate(26.85815vw,100vh) scale(.8256)}}.snow:nth-child(289){opacity:1.8892;transform:translate(93.1312vw,-10px) scale(.731);animation:fall-289 28s -7s linear infinite}@keyframes fall-289{39.835%{transform:translate(100.1444vw,39.835vh) scale(.731)}to{transform:translate(96.6378vw,100vh) scale(.731)}}.snow:nth-child(290){opacity:.596;transform:translate(44.225vw,-10px) scale(.9011);animation:fall-290 30s -15s linear infinite}@keyframes fall-290{59.361%{transform:translate(42.7906vw,59.361vh) scale(.9011)}to{transform:translate(43.5078vw,100vh) scale(.9011)}}.snow:nth-child(291){opacity:1.5316;transform:translate(85.8401vw,-10px) scale(.292);animation:fall-291 19s -14s linear infinite}@keyframes fall-291{79.083%{transform:translate(92.9722vw,79.083vh) scale(.292)}to{transform:translate(89.40615vw,100vh) scale(.292)}}.snow:nth-child(292){opacity:1.123;transform:translate(38.0833vw,-10px) scale(.8018);animation:fall-292 21s -6s linear infinite}@keyframes fall-292{50.216%{transform:translate(42.6059vw,50.216vh) scale(.8018)}to{transform:translate(40.3446vw,100vh) scale(.8018)}}.snow:nth-child(293){opacity:.1488;transform:translate(35.3862vw,-10px) scale(.8415);animation:fall-293 17s -1s linear infinite}@keyframes fall-293{44.179%{transform:translate(33.381vw,44.179vh) scale(.8415)}to{transform:translate(34.3836vw,100vh) scale(.8415)}}.snow:nth-child(294){opacity:.9784;transform:translate(17.5809vw,-10px) scale(.45);animation:fall-294 24s -24s linear infinite}@keyframes fall-294{74.589%{transform:translate(11.9812vw,74.589vh) scale(.45)}to{transform:translate(14.78105vw,100vh) scale(.45)}}.snow:nth-child(295){opacity:.258;transform:translate(2.6344vw,-10px) scale(.6672);animation:fall-295 30s -14s linear infinite}@keyframes fall-295{52.861%{transform:translate(-1.1714vw,52.861vh) scale(.6672)}to{transform:translate(.7315vw,100vh) scale(.6672)}}.snow:nth-child(296){opacity:1.3236;transform:translate(7.315vw,-10px) scale(.417);animation:fall-296 17s -24s linear infinite}@keyframes fall-296{74.666%{transform:translate(13.6811vw,74.666vh) scale(.417)}to{transform:translate(10.49805vw,100vh) scale(.417)}}.snow:nth-child(297){opacity:.1068;transform:translate(41.586vw,-10px) scale(.0418);animation:fall-297 13s -25s linear infinite}@keyframes fall-297{58.019%{transform:translate(35.5373vw,58.019vh) scale(.0418)}to{transform:translate(38.56165vw,100vh) scale(.0418)}}.snow:nth-child(298){opacity:.697;transform:translate(70.5588vw,-10px) scale(.436);animation:fall-298 20s -1s linear infinite}@keyframes fall-298{61.929%{transform:translate(63.2757vw,61.929vh) scale(.436)}to{transform:translate(66.91725vw,100vh) scale(.436)}}.snow:nth-child(299){opacity:1.3846;transform:translate(93.3577vw,-10px) scale(.8318);animation:fall-299 22s -3s linear infinite}@keyframes fall-299{30.305%{transform:translate(96.7297vw,30.305vh) scale(.8318)}to{transform:translate(95.0437vw,100vh) scale(.8318)}}.snow:nth-child(300){opacity:1.9398;transform:translate(35.9719vw,-10px) scale(.4709);animation:fall-300 17s -28s linear infinite}@keyframes fall-300{55.767%{transform:translate(40.4362vw,55.767vh) scale(.4709)}to{transform:translate(38.20405vw,100vh) scale(.4709)}}.snow:nth-child(301){opacity:.2598;transform:translate(30.4696vw,-10px) scale(.5076);animation:fall-301 20s -29s linear infinite}@keyframes fall-301{43.807%{transform:translate(27.5461vw,43.807vh) scale(.5076)}to{transform:translate(29.00785vw,100vh) scale(.5076)}}.snow:nth-child(302){opacity:.4342;transform:translate(85.1157vw,-10px) scale(.9838);animation:fall-302 29s -7s linear infinite}@keyframes fall-302{37.364%{transform:translate(82.5068vw,37.364vh) scale(.9838)}to{transform:translate(83.81125vw,100vh) scale(.9838)}}.snow:nth-child(303){opacity:1.1628;transform:translate(30.6713vw,-10px) scale(.9078);animation:fall-303 15s -21s linear infinite}@keyframes fall-303{39.255%{transform:translate(31.2226vw,39.255vh) scale(.9078)}to{transform:translate(30.94695vw,100vh) scale(.9078)}}.snow:nth-child(304){opacity:1.0342;transform:translate(86.9512vw,-10px) scale(.8848);animation:fall-304 22s -26s linear infinite}@keyframes fall-304{41.958%{transform:translate(81.6562vw,41.958vh) scale(.8848)}to{transform:translate(84.3037vw,100vh) scale(.8848)}}.snow:nth-child(305){opacity:.8748;transform:translate(39.1819vw,-10px) scale(.0754);animation:fall-305 28s -18s linear infinite}@keyframes fall-305{37.88%{transform:translate(48.3284vw,37.88vh) scale(.0754)}to{transform:translate(43.75515vw,100vh) scale(.0754)}}.snow:nth-child(306){opacity:1.2926;transform:translate(81.9613vw,-10px) scale(.1366);animation:fall-306 29s -2s linear infinite}@keyframes fall-306{41.344%{transform:translate(81.3288vw,41.344vh) scale(.1366)}to{transform:translate(81.64505vw,100vh) scale(.1366)}}.snow:nth-child(307){opacity:1.1772;transform:translate(72.4534vw,-10px) scale(.135);animation:fall-307 18s -30s linear infinite}@keyframes fall-307{68.42%{transform:translate(80.47vw,68.42vh) scale(.135)}to{transform:translate(76.4617vw,100vh) scale(.135)}}.snow:nth-child(308){opacity:1.8278;transform:translate(51.2211vw,-10px) scale(.8425);animation:fall-308 18s -23s linear infinite}@keyframes fall-308{36.665%{transform:translate(60.231vw,36.665vh) scale(.8425)}to{transform:translate(55.72605vw,100vh) scale(.8425)}}.snow:nth-child(309){opacity:.6076;transform:translate(54.2423vw,-10px) scale(.6621);animation:fall-309 29s -13s linear infinite}@keyframes fall-309{77.859%{transform:translate(52.9186vw,77.859vh) scale(.6621)}to{transform:translate(53.58045vw,100vh) scale(.6621)}}.snow:nth-child(310){opacity:1.9924;transform:translate(98.5084vw,-10px) scale(.0016);animation:fall-310 22s -21s linear infinite}@keyframes fall-310{72.393%{transform:translate(94.9753vw,72.393vh) scale(.0016)}to{transform:translate(96.74185vw,100vh) scale(.0016)}}.snow:nth-child(311){opacity:1.071;transform:translate(61.1897vw,-10px) scale(.0703);animation:fall-311 23s -29s linear infinite}@keyframes fall-311{51.268%{transform:translate(65.4934vw,51.268vh) scale(.0703)}to{transform:translate(63.34155vw,100vh) scale(.0703)}}.snow:nth-child(312){opacity:1.5148;transform:translate(86.0877vw,-10px) scale(.8492);animation:fall-312 29s -8s linear infinite}@keyframes fall-312{62.182%{transform:translate(92.9185vw,62.182vh) scale(.8492)}to{transform:translate(89.5031vw,100vh) scale(.8492)}}.snow:nth-child(313){opacity:.9502;transform:translate(63.7254vw,-10px) scale(.5462);animation:fall-313 11s -4s linear infinite}@keyframes fall-313{71.393%{transform:translate(63.9734vw,71.393vh) scale(.5462)}to{transform:translate(63.8494vw,100vh) scale(.5462)}}.snow:nth-child(314){opacity:1.3908;transform:translate(43.8977vw,-10px) scale(.2234);animation:fall-314 26s -17s linear infinite}@keyframes fall-314{61.004%{transform:translate(39.589vw,61.004vh) scale(.2234)}to{transform:translate(41.74335vw,100vh) scale(.2234)}}.snow:nth-child(315){opacity:1.4812;transform:translate(77.115vw,-10px) scale(.6709);animation:fall-315 25s -3s linear infinite}@keyframes fall-315{52.018%{transform:translate(78.2975vw,52.018vh) scale(.6709)}to{transform:translate(77.70625vw,100vh) scale(.6709)}}.snow:nth-child(316){opacity:.7322;transform:translate(60.1617vw,-10px) scale(.8705);animation:fall-316 12s -26s linear infinite}@keyframes fall-316{56.074%{transform:translate(67.0292vw,56.074vh) scale(.8705)}to{transform:translate(63.59545vw,100vh) scale(.8705)}}.snow:nth-child(317){opacity:1.5664;transform:translate(15.423vw,-10px) scale(.8941);animation:fall-317 23s -22s linear infinite}@keyframes fall-317{37.95%{transform:translate(9.2109vw,37.95vh) scale(.8941)}to{transform:translate(12.31695vw,100vh) scale(.8941)}}.snow:nth-child(318){opacity:1.316;transform:translate(44.2252vw,-10px) scale(.1193);animation:fall-318 11s -4s linear infinite}@keyframes fall-318{52.61%{transform:translate(52.7825vw,52.61vh) scale(.1193)}to{transform:translate(48.50385vw,100vh) scale(.1193)}}.snow:nth-child(319){opacity:1.635;transform:translate(43.7089vw,-10px) scale(.0587);animation:fall-319 21s -28s linear infinite}@keyframes fall-319{43.21%{transform:translate(37.1811vw,43.21vh) scale(.0587)}to{transform:translate(40.445vw,100vh) scale(.0587)}}.snow:nth-child(320){opacity:1.7224;transform:translate(34.5162vw,-10px) scale(.2822);animation:fall-320 26s -29s linear infinite}@keyframes fall-320{30.963%{transform:translate(32.2vw,30.963vh) scale(.2822)}to{transform:translate(33.3581vw,100vh) scale(.2822)}}.snow:nth-child(321){opacity:1.5304;transform:translate(12.8019vw,-10px) scale(.4965);animation:fall-321 14s -14s linear infinite}@keyframes fall-321{49.064%{transform:translate(22.3098vw,49.064vh) scale(.4965)}to{transform:translate(17.55585vw,100vh) scale(.4965)}}.snow:nth-child(322){opacity:1.7824;transform:translate(90.4377vw,-10px) scale(.9339);animation:fall-322 27s -8s linear infinite}@keyframes fall-322{45.67%{transform:translate(98.7867vw,45.67vh) scale(.9339)}to{transform:translate(94.6122vw,100vh) scale(.9339)}}.snow:nth-child(323){opacity:.5544;transform:translate(39.1361vw,-10px) scale(.8344);animation:fall-323 10s -28s linear infinite}@keyframes fall-323{38.047%{transform:translate(34.1319vw,38.047vh) scale(.8344)}to{transform:translate(36.634vw,100vh) scale(.8344)}}.snow:nth-child(324){opacity:1.3636;transform:translate(73.4466vw,-10px) scale(.3853);animation:fall-324 20s -29s linear infinite}@keyframes fall-324{42.744%{transform:translate(82.8569vw,42.744vh) scale(.3853)}to{transform:translate(78.15175vw,100vh) scale(.3853)}}.snow:nth-child(325){opacity:.8318;transform:translate(41.9279vw,-10px) scale(.7856);animation:fall-325 17s -19s linear infinite}@keyframes fall-325{59.499%{transform:translate(42.2785vw,59.499vh) scale(.7856)}to{transform:translate(42.1032vw,100vh) scale(.7856)}}.snow:nth-child(326){opacity:1.9702;transform:translate(18.9242vw,-10px) scale(.6336);animation:fall-326 17s -21s linear infinite}@keyframes fall-326{32.403%{transform:translate(19.8704vw,32.403vh) scale(.6336)}to{transform:translate(19.3973vw,100vh) scale(.6336)}}.snow:nth-child(327){opacity:.2588;transform:translate(75.9759vw,-10px) scale(.7334);animation:fall-327 17s -8s linear infinite}@keyframes fall-327{52.695%{transform:translate(68.7014vw,52.695vh) scale(.7334)}to{transform:translate(72.33865vw,100vh) scale(.7334)}}.snow:nth-child(328){opacity:1.9836;transform:translate(31.0279vw,-10px) scale(.9958);animation:fall-328 23s -17s linear infinite}@keyframes fall-328{33.473%{transform:translate(33.7717vw,33.473vh) scale(.9958)}to{transform:translate(32.3998vw,100vh) scale(.9958)}}.snow:nth-child(329){opacity:.848;transform:translate(99.8623vw,-10px) scale(.8743);animation:fall-329 20s -2s linear infinite}@keyframes fall-329{37.186%{transform:translate(95.8811vw,37.186vh) scale(.8743)}to{transform:translate(97.8717vw,100vh) scale(.8743)}}.snow:nth-child(330){opacity:1.6478;transform:translate(80.2542vw,-10px) scale(.9721);animation:fall-330 17s -27s linear infinite}@keyframes fall-330{36.095%{transform:translate(79.8794vw,36.095vh) scale(.9721)}to{transform:translate(80.0668vw,100vh) scale(.9721)}}.snow:nth-child(331){opacity:1.286;transform:translate(26.9399vw,-10px) scale(.8276);animation:fall-331 30s -20s linear infinite}@keyframes fall-331{60.453%{transform:translate(21.6724vw,60.453vh) scale(.8276)}to{transform:translate(24.30615vw,100vh) scale(.8276)}}.snow:nth-child(332){opacity:.6774;transform:translate(33.8154vw,-10px) scale(.7399);animation:fall-332 26s -3s linear infinite}@keyframes fall-332{69.053%{transform:translate(37.7112vw,69.053vh) scale(.7399)}to{transform:translate(35.7633vw,100vh) scale(.7399)}}.snow:nth-child(333){opacity:1.357;transform:translate(70.9523vw,-10px) scale(.0958);animation:fall-333 27s -13s linear infinite}@keyframes fall-333{70.082%{transform:translate(77.709vw,70.082vh) scale(.0958)}to{transform:translate(74.33065vw,100vh) scale(.0958)}}.snow:nth-child(334){opacity:1.2296;transform:translate(91.211vw,-10px) scale(.4688);animation:fall-334 26s -14s linear infinite}@keyframes fall-334{59.606%{transform:translate(81.4586vw,59.606vh) scale(.4688)}to{transform:translate(86.3348vw,100vh) scale(.4688)}}.snow:nth-child(335){opacity:1.6308;transform:translate(18.3053vw,-10px) scale(.2182);animation:fall-335 29s -28s linear infinite}@keyframes fall-335{31.805%{transform:translate(22.7421vw,31.805vh) scale(.2182)}to{transform:translate(20.5237vw,100vh) scale(.2182)}}.snow:nth-child(336){opacity:.7382;transform:translate(13.1581vw,-10px) scale(.8399);animation:fall-336 10s -24s linear infinite}@keyframes fall-336{38.396%{transform:translate(17.2327vw,38.396vh) scale(.8399)}to{transform:translate(15.1954vw,100vh) scale(.8399)}}.snow:nth-child(337){opacity:1.6054;transform:translate(70.735vw,-10px) scale(.2784);animation:fall-337 26s -10s linear infinite}@keyframes fall-337{31.745%{transform:translate(77.7613vw,31.745vh) scale(.2784)}to{transform:translate(74.24815vw,100vh) scale(.2784)}}.snow:nth-child(338){opacity:1.2038;transform:translate(14.188vw,-10px) scale(.5079);animation:fall-338 12s -8s linear infinite}@keyframes fall-338{53.845%{transform:translate(18.7245vw,53.845vh) scale(.5079)}to{transform:translate(16.45625vw,100vh) scale(.5079)}}.snow:nth-child(339){opacity:1.412;transform:translate(91.4078vw,-10px) scale(.988);animation:fall-339 13s -1s linear infinite}@keyframes fall-339{58.08%{transform:translate(82.167vw,58.08vh) scale(.988)}to{transform:translate(86.7874vw,100vh) scale(.988)}}.snow:nth-child(340){opacity:1.635;transform:translate(16.5452vw,-10px) scale(.5613);animation:fall-340 23s -26s linear infinite}@keyframes fall-340{42.775%{transform:translate(12.3985vw,42.775vh) scale(.5613)}to{transform:translate(14.47185vw,100vh) scale(.5613)}}.snow:nth-child(341){opacity:.2304;transform:translate(12.3713vw,-10px) scale(.4813);animation:fall-341 12s -4s linear infinite}@keyframes fall-341{40.435%{transform:translate(18.8703vw,40.435vh) scale(.4813)}to{transform:translate(15.6208vw,100vh) scale(.4813)}}.snow:nth-child(342){opacity:.1776;transform:translate(45.4454vw,-10px) scale(.8221);animation:fall-342 16s -14s linear infinite}@keyframes fall-342{63.778%{transform:translate(52.2296vw,63.778vh) scale(.8221)}to{transform:translate(48.8375vw,100vh) scale(.8221)}}.snow:nth-child(343){opacity:.4178;transform:translate(69.937vw,-10px) scale(.7779);animation:fall-343 16s -15s linear infinite}@keyframes fall-343{75.052%{transform:translate(74.8509vw,75.052vh) scale(.7779)}to{transform:translate(72.39395vw,100vh) scale(.7779)}}.snow:nth-child(344){opacity:.0598;transform:translate(37.9613vw,-10px) scale(.0776);animation:fall-344 19s -24s linear infinite}@keyframes fall-344{40.597%{transform:translate(37.8471vw,40.597vh) scale(.0776)}to{transform:translate(37.9042vw,100vh) scale(.0776)}}.snow:nth-child(345){opacity:1.4894;transform:translate(85.5053vw,-10px) scale(.0217);animation:fall-345 30s -1s linear infinite}@keyframes fall-345{45.882%{transform:translate(79.8385vw,45.882vh) scale(.0217)}to{transform:translate(82.6719vw,100vh) scale(.0217)}}.snow:nth-child(346){opacity:1.5854;transform:translate(49.6079vw,-10px) scale(.3564);animation:fall-346 24s -22s linear infinite}@keyframes fall-346{33.301%{transform:translate(56.3858vw,33.301vh) scale(.3564)}to{transform:translate(52.99685vw,100vh) scale(.3564)}}.snow:nth-child(347){opacity:1.2322;transform:translate(19.0859vw,-10px) scale(.5588);animation:fall-347 30s -11s linear infinite}@keyframes fall-347{51.599%{transform:translate(23.2897vw,51.599vh) scale(.5588)}to{transform:translate(21.1878vw,100vh) scale(.5588)}}.snow:nth-child(348){opacity:1.9576;transform:translate(84.8019vw,-10px) scale(.4016);animation:fall-348 13s -18s linear infinite}@keyframes fall-348{48.284%{transform:translate(76.8343vw,48.284vh) scale(.4016)}to{transform:translate(80.8181vw,100vh) scale(.4016)}}.snow:nth-child(349){opacity:1.354;transform:translate(56.9845vw,-10px) scale(.4351);animation:fall-349 12s -29s linear infinite}@keyframes fall-349{33.016%{transform:translate(51.9591vw,33.016vh) scale(.4351)}to{transform:translate(54.4718vw,100vh) scale(.4351)}}.snow:nth-child(350){opacity:.0398;transform:translate(45.9168vw,-10px) scale(.1225);animation:fall-350 24s -28s linear infinite}@keyframes fall-350{44.797%{transform:translate(50.1284vw,44.797vh) scale(.1225)}to{transform:translate(48.0226vw,100vh) scale(.1225)}}.snow:nth-child(351){opacity:.614;transform:translate(4.8535vw,-10px) scale(.5671);animation:fall-351 18s -18s linear infinite}@keyframes fall-351{76.348%{transform:translate(10.5135vw,76.348vh) scale(.5671)}to{transform:translate(7.6835vw,100vh) scale(.5671)}}.snow:nth-child(352){opacity:.1146;transform:translate(80.331vw,-10px) scale(.3701);animation:fall-352 30s -25s linear infinite}@keyframes fall-352{33.416%{transform:translate(74.8265vw,33.416vh) scale(.3701)}to{transform:translate(77.57875vw,100vh) scale(.3701)}}.snow:nth-child(353){opacity:1.5768;transform:translate(93.5155vw,-10px) scale(.5883);animation:fall-353 16s -14s linear infinite}@keyframes fall-353{64.171%{transform:translate(92.2526vw,64.171vh) scale(.5883)}to{transform:translate(92.88405vw,100vh) scale(.5883)}}.snow:nth-child(354){opacity:1.7122;transform:translate(39.2061vw,-10px) scale(.1645);animation:fall-354 17s -6s linear infinite}@keyframes fall-354{31.6%{transform:translate(40.3695vw,31.6vh) scale(.1645)}to{transform:translate(39.7878vw,100vh) scale(.1645)}}.snow:nth-child(355){opacity:1.753;transform:translate(85.1373vw,-10px) scale(.7188);animation:fall-355 19s -26s linear infinite}@keyframes fall-355{57.654%{transform:translate(79.8734vw,57.654vh) scale(.7188)}to{transform:translate(82.50535vw,100vh) scale(.7188)}}.snow:nth-child(356){opacity:.2248;transform:translate(79.4911vw,-10px) scale(.4277);animation:fall-356 16s -19s linear infinite}@keyframes fall-356{34.551%{transform:translate(82.4202vw,34.551vh) scale(.4277)}to{transform:translate(80.95565vw,100vh) scale(.4277)}}.snow:nth-child(357){opacity:.6318;transform:translate(46.2835vw,-10px) scale(.9174);animation:fall-357 29s -3s linear infinite}@keyframes fall-357{37.857%{transform:translate(54.8394vw,37.857vh) scale(.9174)}to{transform:translate(50.56145vw,100vh) scale(.9174)}}.snow:nth-child(358){opacity:1.6272;transform:translate(79.2598vw,-10px) scale(.6889);animation:fall-358 20s -22s linear infinite}@keyframes fall-358{48.256%{transform:translate(75.6975vw,48.256vh) scale(.6889)}to{transform:translate(77.47865vw,100vh) scale(.6889)}}.snow:nth-child(359){opacity:.059;transform:translate(45.4523vw,-10px) scale(.1815);animation:fall-359 20s -27s linear infinite}@keyframes fall-359{50.449%{transform:translate(50.8951vw,50.449vh) scale(.1815)}to{transform:translate(48.1737vw,100vh) scale(.1815)}}.snow:nth-child(360){opacity:.0306;transform:translate(75.0718vw,-10px) scale(.6339);animation:fall-360 13s -24s linear infinite}@keyframes fall-360{32.215%{transform:translate(71.7259vw,32.215vh) scale(.6339)}to{transform:translate(73.39885vw,100vh) scale(.6339)}}.snow:nth-child(361){opacity:.5246;transform:translate(66.7782vw,-10px) scale(.913);animation:fall-361 30s -27s linear infinite}@keyframes fall-361{78.725%{transform:translate(70.9884vw,78.725vh) scale(.913)}to{transform:translate(68.8833vw,100vh) scale(.913)}}.snow:nth-child(362){opacity:1.4762;transform:translate(93.7603vw,-10px) scale(.0242);animation:fall-362 19s -4s linear infinite}@keyframes fall-362{52.903%{transform:translate(100.5785vw,52.903vh) scale(.0242)}to{transform:translate(97.1694vw,100vh) scale(.0242)}}.snow:nth-child(363){opacity:1.9922;transform:translate(88.6209vw,-10px) scale(.828);animation:fall-363 15s -1s linear infinite}@keyframes fall-363{52.58%{transform:translate(78.8685vw,52.58vh) scale(.828)}to{transform:translate(83.7447vw,100vh) scale(.828)}}.snow:nth-child(364){opacity:.503;transform:translate(84.1056vw,-10px) scale(.485);animation:fall-364 17s -30s linear infinite}@keyframes fall-364{63.54%{transform:translate(87.5549vw,63.54vh) scale(.485)}to{transform:translate(85.83025vw,100vh) scale(.485)}}.snow:nth-child(365){opacity:1.4482;transform:translate(85.9963vw,-10px) scale(.7247);animation:fall-365 28s -11s linear infinite}@keyframes fall-365{64.787%{transform:translate(86.5033vw,64.787vh) scale(.7247)}to{transform:translate(86.2498vw,100vh) scale(.7247)}}.snow:nth-child(366){opacity:1.2078;transform:translate(39.1593vw,-10px) scale(.8523);animation:fall-366 21s -22s linear infinite}@keyframes fall-366{74.517%{transform:translate(41.7838vw,74.517vh) scale(.8523)}to{transform:translate(40.47155vw,100vh) scale(.8523)}}.snow:nth-child(367){opacity:.5268;transform:translate(24.7059vw,-10px) scale(.2138);animation:fall-367 10s -29s linear infinite}@keyframes fall-367{36.557%{transform:translate(30.1593vw,36.557vh) scale(.2138)}to{transform:translate(27.4326vw,100vh) scale(.2138)}}.snow:nth-child(368){opacity:1.0694;transform:translate(.408vw,-10px) scale(.4744);animation:fall-368 15s -25s linear infinite}@keyframes fall-368{72.619%{transform:translate(3.756vw,72.619vh) scale(.4744)}to{transform:translate(2.082vw,100vh) scale(.4744)}}.snow:nth-child(369){opacity:.038;transform:translate(57.8941vw,-10px) scale(.7843);animation:fall-369 11s -11s linear infinite}@keyframes fall-369{77.004%{transform:translate(65.965vw,77.004vh) scale(.7843)}to{transform:translate(61.92955vw,100vh) scale(.7843)}}.snow:nth-child(370){opacity:1.6718;transform:translate(54.1527vw,-10px) scale(.3754);animation:fall-370 10s -1s linear infinite}@keyframes fall-370{68.974%{transform:translate(57.2301vw,68.974vh) scale(.3754)}to{transform:translate(55.6914vw,100vh) scale(.3754)}}.snow:nth-child(371){opacity:1.8704;transform:translate(74.2668vw,-10px) scale(.2762);animation:fall-371 16s -2s linear infinite}@keyframes fall-371{32.391%{transform:translate(73.5083vw,32.391vh) scale(.2762)}to{transform:translate(73.88755vw,100vh) scale(.2762)}}.snow:nth-child(372){opacity:1.5868;transform:translate(43.3933vw,-10px) scale(.5085);animation:fall-372 16s -13s linear infinite}@keyframes fall-372{46.046%{transform:translate(39.7497vw,46.046vh) scale(.5085)}to{transform:translate(41.5715vw,100vh) scale(.5085)}}.snow:nth-child(373){opacity:.7294;transform:translate(74.2309vw,-10px) scale(.9664);animation:fall-373 29s -1s linear infinite}@keyframes fall-373{57.418%{transform:translate(65.9216vw,57.418vh) scale(.9664)}to{transform:translate(70.07625vw,100vh) scale(.9664)}}.snow:nth-child(374){opacity:1.3978;transform:translate(57.6844vw,-10px) scale(.3023);animation:fall-374 12s -21s linear infinite}@keyframes fall-374{52.178%{transform:translate(55.2713vw,52.178vh) scale(.3023)}to{transform:translate(56.47785vw,100vh) scale(.3023)}}.snow:nth-child(375){opacity:1.6636;transform:translate(94.9477vw,-10px) scale(.0857);animation:fall-375 16s -10s linear infinite}@keyframes fall-375{77.635%{transform:translate(103.8422vw,77.635vh) scale(.0857)}to{transform:translate(99.39495vw,100vh) scale(.0857)}}.snow:nth-child(376){opacity:.9074;transform:translate(40.5776vw,-10px) scale(.7934);animation:fall-376 16s -29s linear infinite}@keyframes fall-376{78.328%{transform:translate(38.142vw,78.328vh) scale(.7934)}to{transform:translate(39.3598vw,100vh) scale(.7934)}}.snow:nth-child(377){opacity:.9574;transform:translate(68.7941vw,-10px) scale(.232);animation:fall-377 13s -23s linear infinite}@keyframes fall-377{34.502%{transform:translate(78.0466vw,34.502vh) scale(.232)}to{transform:translate(73.42035vw,100vh) scale(.232)}}.snow:nth-child(378){opacity:1.4428;transform:translate(50.6796vw,-10px) scale(.873);animation:fall-378 19s -19s linear infinite}@keyframes fall-378{49.745%{transform:translate(44.1259vw,49.745vh) scale(.873)}to{transform:translate(47.40275vw,100vh) scale(.873)}}.snow:nth-child(379){opacity:1.6368;transform:translate(85.6879vw,-10px) scale(.368);animation:fall-379 15s -26s linear infinite}@keyframes fall-379{51.61%{transform:translate(81.8722vw,51.61vh) scale(.368)}to{transform:translate(83.78005vw,100vh) scale(.368)}}.snow:nth-child(380){opacity:1.1834;transform:translate(77.1461vw,-10px) scale(.7087);animation:fall-380 22s -23s linear infinite}@keyframes fall-380{42.466%{transform:translate(68.2646vw,42.466vh) scale(.7087)}to{transform:translate(72.70535vw,100vh) scale(.7087)}}.snow:nth-child(381){opacity:1.4958;transform:translate(90.19vw,-10px) scale(.581);animation:fall-381 20s -10s linear infinite}@keyframes fall-381{38.775%{transform:translate(88.8241vw,38.775vh) scale(.581)}to{transform:translate(89.50705vw,100vh) scale(.581)}}.snow:nth-child(382){opacity:.791;transform:translate(50.2771vw,-10px) scale(.7762);animation:fall-382 14s -17s linear infinite}@keyframes fall-382{74.549%{transform:translate(55.3107vw,74.549vh) scale(.7762)}to{transform:translate(52.7939vw,100vh) scale(.7762)}}.snow:nth-child(383){opacity:.3346;transform:translate(82.8084vw,-10px) scale(.1652);animation:fall-383 19s -28s linear infinite}@keyframes fall-383{37.33%{transform:translate(77.7835vw,37.33vh) scale(.1652)}to{transform:translate(80.29595vw,100vh) scale(.1652)}}.snow:nth-child(384){opacity:.055;transform:translate(19.8811vw,-10px) scale(.7569);animation:fall-384 22s -5s linear infinite}@keyframes fall-384{51.523%{transform:translate(16.7708vw,51.523vh) scale(.7569)}to{transform:translate(18.32595vw,100vh) scale(.7569)}}.snow:nth-child(385){opacity:.5638;transform:translate(89.3573vw,-10px) scale(.1114);animation:fall-385 30s -5s linear infinite}@keyframes fall-385{43.194%{transform:translate(94.0435vw,43.194vh) scale(.1114)}to{transform:translate(91.7004vw,100vh) scale(.1114)}}.snow:nth-child(386){opacity:.6682;transform:translate(97.7092vw,-10px) scale(.159);animation:fall-386 25s -4s linear infinite}@keyframes fall-386{79.35%{transform:translate(104.1253vw,79.35vh) scale(.159)}to{transform:translate(100.91725vw,100vh) scale(.159)}}.snow:nth-child(387){opacity:.26;transform:translate(86.3348vw,-10px) scale(.4047);animation:fall-387 30s -14s linear infinite}@keyframes fall-387{36.607%{transform:translate(82.3068vw,36.607vh) scale(.4047)}to{transform:translate(84.3208vw,100vh) scale(.4047)}}.snow:nth-child(388){opacity:1.2936;transform:translate(49.7121vw,-10px) scale(.3668);animation:fall-388 12s -23s linear infinite}@keyframes fall-388{76.957%{transform:translate(50.7765vw,76.957vh) scale(.3668)}to{transform:translate(50.2443vw,100vh) scale(.3668)}}.snow:nth-child(389){opacity:.6554;transform:translate(49.2798vw,-10px) scale(.315);animation:fall-389 27s -1s linear infinite}@keyframes fall-389{46.341%{transform:translate(57.13vw,46.341vh) scale(.315)}to{transform:translate(53.2049vw,100vh) scale(.315)}}.snow:nth-child(390){opacity:.5684;transform:translate(25.6249vw,-10px) scale(.3634);animation:fall-390 25s -21s linear infinite}@keyframes fall-390{32.139%{transform:translate(28.3456vw,32.139vh) scale(.3634)}to{transform:translate(26.98525vw,100vh) scale(.3634)}}.snow:nth-child(391){opacity:.1514;transform:translate(31.6344vw,-10px) scale(.7976);animation:fall-391 18s -24s linear infinite}@keyframes fall-391{65.493%{transform:translate(28.2342vw,65.493vh) scale(.7976)}to{transform:translate(29.9343vw,100vh) scale(.7976)}}.snow:nth-child(392){opacity:1.147;transform:translate(49.0625vw,-10px) scale(.2679);animation:fall-392 23s -18s linear infinite}@keyframes fall-392{42.8%{transform:translate(58.9587vw,42.8vh) scale(.2679)}to{transform:translate(54.0106vw,100vh) scale(.2679)}}.snow:nth-child(393){opacity:.3252;transform:translate(30.9246vw,-10px) scale(.9604);animation:fall-393 23s -17s linear infinite}@keyframes fall-393{36.123%{transform:translate(23.9873vw,36.123vh) scale(.9604)}to{transform:translate(27.45595vw,100vh) scale(.9604)}}.snow:nth-child(394){opacity:1.1026;transform:translate(48.2809vw,-10px) scale(.1424);animation:fall-394 15s -6s linear infinite}@keyframes fall-394{76.058%{transform:translate(43.0519vw,76.058vh) scale(.1424)}to{transform:translate(45.6664vw,100vh) scale(.1424)}}.snow:nth-child(395){opacity:.756;transform:translate(50.3875vw,-10px) scale(.1267);animation:fall-395 15s -22s linear infinite}@keyframes fall-395{49.839%{transform:translate(44.3656vw,49.839vh) scale(.1267)}to{transform:translate(47.37655vw,100vh) scale(.1267)}}.snow:nth-child(396){opacity:1.209;transform:translate(32.2235vw,-10px) scale(.5503);animation:fall-396 24s -12s linear infinite}@keyframes fall-396{59.99%{transform:translate(27.4257vw,59.99vh) scale(.5503)}to{transform:translate(29.8246vw,100vh) scale(.5503)}}.snow:nth-child(397){opacity:1.8142;transform:translate(20.4974vw,-10px) scale(.0209);animation:fall-397 28s -25s linear infinite}@keyframes fall-397{60.686%{transform:translate(16.3858vw,60.686vh) scale(.0209)}to{transform:translate(18.4416vw,100vh) scale(.0209)}}.snow:nth-child(398){opacity:1.1472;transform:translate(37.6412vw,-10px) scale(.8983);animation:fall-398 13s -2s linear infinite}@keyframes fall-398{39.839%{transform:translate(40.4948vw,39.839vh) scale(.8983)}to{transform:translate(39.068vw,100vh) scale(.8983)}}.snow:nth-child(399){opacity:.5598;transform:translate(66.1717vw,-10px) scale(.2725);animation:fall-399 27s -7s linear infinite}@keyframes fall-399{32.515%{transform:translate(73.4159vw,32.515vh) scale(.2725)}to{transform:translate(69.7938vw,100vh) scale(.2725)}}.snow:nth-child(400){opacity:1.127;transform:translate(7.1893vw,-10px) scale(.4993);animation:fall-400 27s -20s linear infinite}@keyframes fall-400{62.293%{transform:translate(5.6325vw,62.293vh) scale(.4993)}to{transform:translate(6.4109vw,100vh) scale(.4993)}}\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.314;transform:translate(96.0688vw,-10px) scale(.0346);animation:fall-1 10s -18s linear infinite}@keyframes fall-1{30.672%{transform:translate(104.3465vw,30.672vh) scale(.0346)}to{transform:translate(100.20765vw,100vh) scale(.0346)}}.snow:nth-child(2){opacity:.37;transform:translate(90.466vw,-10px) scale(.0803);animation:fall-2 15s -6s linear infinite}@keyframes fall-2{47.432%{transform:translate(95.9208vw,47.432vh) scale(.0803)}to{transform:translate(93.1934vw,100vh) scale(.0803)}}.snow:nth-child(3){opacity:1.4596;transform:translate(26.066vw,-10px) scale(.8317);animation:fall-3 22s -11s linear infinite}@keyframes fall-3{74.997%{transform:translate(22.1002vw,74.997vh) scale(.8317)}to{transform:translate(24.0831vw,100vh) scale(.8317)}}.snow:nth-child(4){opacity:.7606;transform:translate(47.6286vw,-10px) scale(.6198);animation:fall-4 17s -7s linear infinite}@keyframes fall-4{54.043%{transform:translate(50.0627vw,54.043vh) scale(.6198)}to{transform:translate(48.84565vw,100vh) scale(.6198)}}.snow:nth-child(5){opacity:1.6258;transform:translate(90.8346vw,-10px) scale(.8017);animation:fall-5 30s -23s linear infinite}@keyframes fall-5{68.983%{transform:translate(95.0127vw,68.983vh) scale(.8017)}to{transform:translate(92.92365vw,100vh) scale(.8017)}}.snow:nth-child(6){opacity:.1474;transform:translate(52.8092vw,-10px) scale(.9917);animation:fall-6 17s -28s linear infinite}@keyframes fall-6{47.008%{transform:translate(45.3899vw,47.008vh) scale(.9917)}to{transform:translate(49.09955vw,100vh) scale(.9917)}}.snow:nth-child(7){opacity:.3886;transform:translate(54.3944vw,-10px) scale(.5437);animation:fall-7 12s -26s linear infinite}@keyframes fall-7{63.492%{transform:translate(51.6223vw,63.492vh) scale(.5437)}to{transform:translate(53.00835vw,100vh) scale(.5437)}}.snow:nth-child(8){opacity:1.252;transform:translate(28.628vw,-10px) scale(.071);animation:fall-8 13s -28s linear infinite}@keyframes fall-8{36.582%{transform:translate(18.6332vw,36.582vh) scale(.071)}to{transform:translate(23.6306vw,100vh) scale(.071)}}.snow:nth-child(9){opacity:.4712;transform:translate(49.2904vw,-10px) scale(.6786);animation:fall-9 27s -13s linear infinite}@keyframes fall-9{66.961%{transform:translate(42.4422vw,66.961vh) scale(.6786)}to{transform:translate(45.8663vw,100vh) scale(.6786)}}.snow:nth-child(10){opacity:1.0672;transform:translate(90.0338vw,-10px) scale(.717);animation:fall-10 14s -6s linear infinite}@keyframes fall-10{43.142%{transform:translate(82.1251vw,43.142vh) scale(.717)}to{transform:translate(86.07945vw,100vh) scale(.717)}}.snow:nth-child(11){opacity:1.464;transform:translate(13.5702vw,-10px) scale(.4204);animation:fall-11 19s -30s linear infinite}@keyframes fall-11{55.911%{transform:translate(10.7339vw,55.911vh) scale(.4204)}to{transform:translate(12.15205vw,100vh) scale(.4204)}}.snow:nth-child(12){opacity:1.881;transform:translate(40.7348vw,-10px) scale(.7809);animation:fall-12 30s -15s linear infinite}@keyframes fall-12{37.484%{transform:translate(45.3862vw,37.484vh) scale(.7809)}to{transform:translate(43.0605vw,100vh) scale(.7809)}}.snow:nth-child(13){opacity:.0104;transform:translate(51.9223vw,-10px) scale(.5574);animation:fall-13 23s -5s linear infinite}@keyframes fall-13{57.852%{transform:translate(59.6245vw,57.852vh) scale(.5574)}to{transform:translate(55.7734vw,100vh) scale(.5574)}}.snow:nth-child(14){opacity:1.6694;transform:translate(56.6383vw,-10px) scale(.6505);animation:fall-14 26s -16s linear infinite}@keyframes fall-14{45.489%{transform:translate(57.3654vw,45.489vh) scale(.6505)}to{transform:translate(57.00185vw,100vh) scale(.6505)}}.snow:nth-child(15){opacity:1.0134;transform:translate(98.8168vw,-10px) scale(.9998);animation:fall-15 22s -20s linear infinite}@keyframes fall-15{32.621%{transform:translate(99.4598vw,32.621vh) scale(.9998)}to{transform:translate(99.1383vw,100vh) scale(.9998)}}.snow:nth-child(16){opacity:.314;transform:translate(56.3705vw,-10px) scale(.0369);animation:fall-16 27s -5s linear infinite}@keyframes fall-16{60.595%{transform:translate(65.5773vw,60.595vh) scale(.0369)}to{transform:translate(60.9739vw,100vh) scale(.0369)}}.snow:nth-child(17){opacity:.838;transform:translate(29.9537vw,-10px) scale(.2036);animation:fall-17 26s -5s linear infinite}@keyframes fall-17{59.81%{transform:translate(25.8862vw,59.81vh) scale(.2036)}to{transform:translate(27.91995vw,100vh) scale(.2036)}}.snow:nth-child(18){opacity:.4556;transform:translate(19.5686vw,-10px) scale(.6671);animation:fall-18 16s -5s linear infinite}@keyframes fall-18{52.979%{transform:translate(25.0338vw,52.979vh) scale(.6671)}to{transform:translate(22.3012vw,100vh) scale(.6671)}}.snow:nth-child(19){opacity:.8024;transform:translate(25.3323vw,-10px) scale(.8041);animation:fall-19 29s -28s linear infinite}@keyframes fall-19{54.012%{transform:translate(26.5038vw,54.012vh) scale(.8041)}to{transform:translate(25.91805vw,100vh) scale(.8041)}}.snow:nth-child(20){opacity:1.4712;transform:translate(34.3459vw,-10px) scale(.7286);animation:fall-20 18s -4s linear infinite}@keyframes fall-20{64.139%{transform:translate(36.2966vw,64.139vh) scale(.7286)}to{transform:translate(35.32125vw,100vh) scale(.7286)}}.snow:nth-child(21){opacity:.6746;transform:translate(13.5323vw,-10px) scale(.0547);animation:fall-21 11s -7s linear infinite}@keyframes fall-21{46.35%{transform:translate(8.724vw,46.35vh) scale(.0547)}to{transform:translate(11.12815vw,100vh) scale(.0547)}}.snow:nth-child(22){opacity:.8116;transform:translate(97.8547vw,-10px) scale(.243);animation:fall-22 16s -24s linear infinite}@keyframes fall-22{42.188%{transform:translate(95.2501vw,42.188vh) scale(.243)}to{transform:translate(96.5524vw,100vh) scale(.243)}}.snow:nth-child(23){opacity:1.921;transform:translate(54.8309vw,-10px) scale(.4081);animation:fall-23 22s -29s linear infinite}@keyframes fall-23{34.121%{transform:translate(60.8936vw,34.121vh) scale(.4081)}to{transform:translate(57.86225vw,100vh) scale(.4081)}}.snow:nth-child(24){opacity:.8538;transform:translate(2.5158vw,-10px) scale(.7607);animation:fall-24 30s -29s linear infinite}@keyframes fall-24{44.748%{transform:translate(2.1245vw,44.748vh) scale(.7607)}to{transform:translate(2.32015vw,100vh) scale(.7607)}}.snow:nth-child(25){opacity:1.6378;transform:translate(85.7085vw,-10px) scale(.3221);animation:fall-25 20s -27s linear infinite}@keyframes fall-25{50.45%{transform:translate(79.7442vw,50.45vh) scale(.3221)}to{transform:translate(82.72635vw,100vh) scale(.3221)}}.snow:nth-child(26){opacity:.1282;transform:translate(14.4119vw,-10px) scale(.2142);animation:fall-26 24s -29s linear infinite}@keyframes fall-26{38.78%{transform:translate(18.2265vw,38.78vh) scale(.2142)}to{transform:translate(16.3192vw,100vh) scale(.2142)}}.snow:nth-child(27){opacity:.5328;transform:translate(94.5683vw,-10px) scale(.2623);animation:fall-27 16s -9s linear infinite}@keyframes fall-27{54.256%{transform:translate(84.6541vw,54.256vh) scale(.2623)}to{transform:translate(89.6112vw,100vh) scale(.2623)}}.snow:nth-child(28){opacity:1.3148;transform:translate(19.4635vw,-10px) scale(.7734);animation:fall-28 10s -5s linear infinite}@keyframes fall-28{47.196%{transform:translate(28.8379vw,47.196vh) scale(.7734)}to{transform:translate(24.1507vw,100vh) scale(.7734)}}.snow:nth-child(29){opacity:.228;transform:translate(84.5999vw,-10px) scale(.3008);animation:fall-29 28s -28s linear infinite}@keyframes fall-29{44.498%{transform:translate(90.5892vw,44.498vh) scale(.3008)}to{transform:translate(87.59455vw,100vh) scale(.3008)}}.snow:nth-child(30){opacity:1.7886;transform:translate(30.2566vw,-10px) scale(.7208);animation:fall-30 28s -19s linear infinite}@keyframes fall-30{56.174%{transform:translate(33.9061vw,56.174vh) scale(.7208)}to{transform:translate(32.08135vw,100vh) scale(.7208)}}.snow:nth-child(31){opacity:.03;transform:translate(32.2366vw,-10px) scale(.5562);animation:fall-31 23s -18s linear infinite}@keyframes fall-31{69.928%{transform:translate(25.8332vw,69.928vh) scale(.5562)}to{transform:translate(29.0349vw,100vh) scale(.5562)}}.snow:nth-child(32){opacity:.0762;transform:translate(96.4569vw,-10px) scale(.621);animation:fall-32 11s -24s linear infinite}@keyframes fall-32{53.002%{transform:translate(102.4676vw,53.002vh) scale(.621)}to{transform:translate(99.46225vw,100vh) scale(.621)}}.snow:nth-child(33){opacity:.7934;transform:translate(22.8144vw,-10px) scale(.4332);animation:fall-33 16s -3s linear infinite}@keyframes fall-33{77.797%{transform:translate(30.9999vw,77.797vh) scale(.4332)}to{transform:translate(26.90715vw,100vh) scale(.4332)}}.snow:nth-child(34){opacity:1.4892;transform:translate(3.4181vw,-10px) scale(.7794);animation:fall-34 10s -25s linear infinite}@keyframes fall-34{32.363%{transform:translate(-3.0533vw,32.363vh) scale(.7794)}to{transform:translate(.1824vw,100vh) scale(.7794)}}.snow:nth-child(35){opacity:.7736;transform:translate(36.8622vw,-10px) scale(.865);animation:fall-35 24s -30s linear infinite}@keyframes fall-35{56.097%{transform:translate(42.4068vw,56.097vh) scale(.865)}to{transform:translate(39.6345vw,100vh) scale(.865)}}.snow:nth-child(36){opacity:1.8452;transform:translate(87.8244vw,-10px) scale(.4653);animation:fall-36 14s -2s linear infinite}@keyframes fall-36{34.413%{transform:translate(95.0208vw,34.413vh) scale(.4653)}to{transform:translate(91.4226vw,100vh) scale(.4653)}}.snow:nth-child(37){opacity:1.9762;transform:translate(73.5877vw,-10px) scale(.252);animation:fall-37 29s -30s linear infinite}@keyframes fall-37{74.304%{transform:translate(72.6665vw,74.304vh) scale(.252)}to{transform:translate(73.1271vw,100vh) scale(.252)}}.snow:nth-child(38){opacity:1.2062;transform:translate(55.6646vw,-10px) scale(.9485);animation:fall-38 17s -10s linear infinite}@keyframes fall-38{59.7%{transform:translate(59.463vw,59.7vh) scale(.9485)}to{transform:translate(57.5638vw,100vh) scale(.9485)}}.snow:nth-child(39){opacity:.129;transform:translate(98.0086vw,-10px) scale(.6335);animation:fall-39 17s -22s linear infinite}@keyframes fall-39{32.903%{transform:translate(100.1409vw,32.903vh) scale(.6335)}to{transform:translate(99.07475vw,100vh) scale(.6335)}}.snow:nth-child(40){opacity:1.4042;transform:translate(62.3348vw,-10px) scale(.2249);animation:fall-40 28s -17s linear infinite}@keyframes fall-40{58.61%{transform:translate(58.0293vw,58.61vh) scale(.2249)}to{transform:translate(60.18205vw,100vh) scale(.2249)}}.snow:nth-child(41){opacity:.3696;transform:translate(91.2322vw,-10px) scale(.0179);animation:fall-41 28s -10s linear infinite}@keyframes fall-41{70.956%{transform:translate(94.7197vw,70.956vh) scale(.0179)}to{transform:translate(92.97595vw,100vh) scale(.0179)}}.snow:nth-child(42){opacity:.4686;transform:translate(1.5576vw,-10px) scale(.6529);animation:fall-42 27s -26s linear infinite}@keyframes fall-42{43.839%{transform:translate(-4.9019vw,43.839vh) scale(.6529)}to{transform:translate(-1.67215vw,100vh) scale(.6529)}}.snow:nth-child(43){opacity:1.335;transform:translate(75.955vw,-10px) scale(.8253);animation:fall-43 25s -26s linear infinite}@keyframes fall-43{69.383%{transform:translate(66.898vw,69.383vh) scale(.8253)}to{transform:translate(71.4265vw,100vh) scale(.8253)}}.snow:nth-child(44){opacity:1.9152;transform:translate(34.79vw,-10px) scale(.5848);animation:fall-44 13s -23s linear infinite}@keyframes fall-44{67.399%{transform:translate(26.1939vw,67.399vh) scale(.5848)}to{transform:translate(30.49195vw,100vh) scale(.5848)}}.snow:nth-child(45){opacity:1.2576;transform:translate(28.339vw,-10px) scale(.7089);animation:fall-45 15s -6s linear infinite}@keyframes fall-45{67.433%{transform:translate(21.2974vw,67.433vh) scale(.7089)}to{transform:translate(24.8182vw,100vh) scale(.7089)}}.snow:nth-child(46){opacity:.1406;transform:translate(82.2118vw,-10px) scale(.5887);animation:fall-46 23s -18s linear infinite}@keyframes fall-46{47.891%{transform:translate(75.0452vw,47.891vh) scale(.5887)}to{transform:translate(78.6285vw,100vh) scale(.5887)}}.snow:nth-child(47){opacity:1.6716;transform:translate(62.5527vw,-10px) scale(.3592);animation:fall-47 22s -22s linear infinite}@keyframes fall-47{60.662%{transform:translate(56.9735vw,60.662vh) scale(.3592)}to{transform:translate(59.7631vw,100vh) scale(.3592)}}.snow:nth-child(48){opacity:1.7536;transform:translate(27.1637vw,-10px) scale(.0635);animation:fall-48 18s -25s linear infinite}@keyframes fall-48{55.692%{transform:translate(36.9277vw,55.692vh) scale(.0635)}to{transform:translate(32.0457vw,100vh) scale(.0635)}}.snow:nth-child(49){opacity:1.3752;transform:translate(23.8326vw,-10px) scale(.4007);animation:fall-49 29s -12s linear infinite}@keyframes fall-49{30.482%{transform:translate(19.3735vw,30.482vh) scale(.4007)}to{transform:translate(21.60305vw,100vh) scale(.4007)}}.snow:nth-child(50){opacity:1.3568;transform:translate(80.7384vw,-10px) scale(.3945);animation:fall-50 26s -8s linear infinite}@keyframes fall-50{69.688%{transform:translate(81.5821vw,69.688vh) scale(.3945)}to{transform:translate(81.16025vw,100vh) scale(.3945)}}.snow:nth-child(51){opacity:.6032;transform:translate(99.9646vw,-10px) scale(.7209);animation:fall-51 25s -6s linear infinite}@keyframes fall-51{76.272%{transform:translate(96.2638vw,76.272vh) scale(.7209)}to{transform:translate(98.1142vw,100vh) scale(.7209)}}.snow:nth-child(52){opacity:.1636;transform:translate(21.3962vw,-10px) scale(.2432);animation:fall-52 15s -24s linear infinite}@keyframes fall-52{53.692%{transform:translate(23.7467vw,53.692vh) scale(.2432)}to{transform:translate(22.57145vw,100vh) scale(.2432)}}.snow:nth-child(53){opacity:.973;transform:translate(74.5353vw,-10px) scale(.6244);animation:fall-53 12s -10s linear infinite}@keyframes fall-53{53.058%{transform:translate(70.0573vw,53.058vh) scale(.6244)}to{transform:translate(72.2963vw,100vh) scale(.6244)}}.snow:nth-child(54){opacity:.607;transform:translate(23.9507vw,-10px) scale(.7432);animation:fall-54 10s -24s linear infinite}@keyframes fall-54{77.235%{transform:translate(23.4449vw,77.235vh) scale(.7432)}to{transform:translate(23.6978vw,100vh) scale(.7432)}}.snow:nth-child(55){opacity:.47;transform:translate(61.7051vw,-10px) scale(.4697);animation:fall-55 12s -21s linear infinite}@keyframes fall-55{70.218%{transform:translate(62.3017vw,70.218vh) scale(.4697)}to{transform:translate(62.0034vw,100vh) scale(.4697)}}.snow:nth-child(56){opacity:1.27;transform:translate(57.9305vw,-10px) scale(.0353);animation:fall-56 22s -4s linear infinite}@keyframes fall-56{36.793%{transform:translate(63.4174vw,36.793vh) scale(.0353)}to{transform:translate(60.67395vw,100vh) scale(.0353)}}.snow:nth-child(57){opacity:1.3764;transform:translate(87.2529vw,-10px) scale(.6814);animation:fall-57 14s -14s linear infinite}@keyframes fall-57{57.051%{transform:translate(79.5752vw,57.051vh) scale(.6814)}to{transform:translate(83.41405vw,100vh) scale(.6814)}}.snow:nth-child(58){opacity:.0914;transform:translate(96.3321vw,-10px) scale(.1846);animation:fall-58 23s -17s linear infinite}@keyframes fall-58{40.173%{transform:translate(98.6545vw,40.173vh) scale(.1846)}to{transform:translate(97.4933vw,100vh) scale(.1846)}}.snow:nth-child(59){opacity:.4492;transform:translate(70.7443vw,-10px) scale(.3814);animation:fall-59 14s -26s linear infinite}@keyframes fall-59{38.5%{transform:translate(70.5571vw,38.5vh) scale(.3814)}to{transform:translate(70.6507vw,100vh) scale(.3814)}}.snow:nth-child(60){opacity:1.459;transform:translate(49.3694vw,-10px) scale(.3653);animation:fall-60 11s -14s linear infinite}@keyframes fall-60{33.602%{transform:translate(46.2766vw,33.602vh) scale(.3653)}to{transform:translate(47.823vw,100vh) scale(.3653)}}.snow:nth-child(61){opacity:1.8816;transform:translate(53.0405vw,-10px) scale(.328);animation:fall-61 19s -10s linear infinite}@keyframes fall-61{61.874%{transform:translate(59.833vw,61.874vh) scale(.328)}to{transform:translate(56.43675vw,100vh) scale(.328)}}.snow:nth-child(62){opacity:.3982;transform:translate(28.3098vw,-10px) scale(.7503);animation:fall-62 11s -10s linear infinite}@keyframes fall-62{56.783%{transform:translate(31.0906vw,56.783vh) scale(.7503)}to{transform:translate(29.7002vw,100vh) scale(.7503)}}.snow:nth-child(63){opacity:.3758;transform:translate(23.9199vw,-10px) scale(.3234);animation:fall-63 29s -10s linear infinite}@keyframes fall-63{62.566%{transform:translate(24.7638vw,62.566vh) scale(.3234)}to{transform:translate(24.34185vw,100vh) scale(.3234)}}.snow:nth-child(64){opacity:.196;transform:translate(53.0881vw,-10px) scale(.3644);animation:fall-64 18s -22s linear infinite}@keyframes fall-64{76.997%{transform:translate(48.106vw,76.997vh) scale(.3644)}to{transform:translate(50.59705vw,100vh) scale(.3644)}}.snow:nth-child(65){opacity:1.0686;transform:translate(15.7529vw,-10px) scale(.9492);animation:fall-65 19s -8s linear infinite}@keyframes fall-65{30.592%{transform:translate(9.8295vw,30.592vh) scale(.9492)}to{transform:translate(12.7912vw,100vh) scale(.9492)}}.snow:nth-child(66){opacity:1.2422;transform:translate(87.6802vw,-10px) scale(.263);animation:fall-66 11s -18s linear infinite}@keyframes fall-66{59.56%{transform:translate(93.6936vw,59.56vh) scale(.263)}to{transform:translate(90.6869vw,100vh) scale(.263)}}.snow:nth-child(67){opacity:.2336;transform:translate(14.726vw,-10px) scale(.4709);animation:fall-67 20s -17s linear infinite}@keyframes fall-67{69.466%{transform:translate(8.2411vw,69.466vh) scale(.4709)}to{transform:translate(11.48355vw,100vh) scale(.4709)}}.snow:nth-child(68){opacity:1.4476;transform:translate(64.2845vw,-10px) scale(.2895);animation:fall-68 15s -9s linear infinite}@keyframes fall-68{50.451%{transform:translate(56.9128vw,50.451vh) scale(.2895)}to{transform:translate(60.59865vw,100vh) scale(.2895)}}.snow:nth-child(69){opacity:.6654;transform:translate(7.0418vw,-10px) scale(.1761);animation:fall-69 16s -10s linear infinite}@keyframes fall-69{32.914%{transform:translate(13.1465vw,32.914vh) scale(.1761)}to{transform:translate(10.09415vw,100vh) scale(.1761)}}.snow:nth-child(70){opacity:.1268;transform:translate(80.5883vw,-10px) scale(.5261);animation:fall-70 23s -8s linear infinite}@keyframes fall-70{43.158%{transform:translate(83.0468vw,43.158vh) scale(.5261)}to{transform:translate(81.81755vw,100vh) scale(.5261)}}.snow:nth-child(71){opacity:1.6072;transform:translate(32.0714vw,-10px) scale(.2867);animation:fall-71 23s -8s linear infinite}@keyframes fall-71{66.171%{transform:translate(24.3359vw,66.171vh) scale(.2867)}to{transform:translate(28.20365vw,100vh) scale(.2867)}}.snow:nth-child(72){opacity:.8272;transform:translate(98.9305vw,-10px) scale(.4757);animation:fall-72 11s -6s linear infinite}@keyframes fall-72{76.649%{transform:translate(93.9129vw,76.649vh) scale(.4757)}to{transform:translate(96.4217vw,100vh) scale(.4757)}}.snow:nth-child(73){opacity:1.301;transform:translate(65.6882vw,-10px) scale(.0195);animation:fall-73 20s -1s linear infinite}@keyframes fall-73{40.133%{transform:translate(61.0983vw,40.133vh) scale(.0195)}to{transform:translate(63.39325vw,100vh) scale(.0195)}}.snow:nth-child(74){opacity:.1688;transform:translate(3.0509vw,-10px) scale(.5617);animation:fall-74 15s -10s linear infinite}@keyframes fall-74{43.775%{transform:translate(8.8817vw,43.775vh) scale(.5617)}to{transform:translate(5.9663vw,100vh) scale(.5617)}}.snow:nth-child(75){opacity:.5502;transform:translate(51.2842vw,-10px) scale(.538);animation:fall-75 30s -21s linear infinite}@keyframes fall-75{78.574%{transform:translate(45.1721vw,78.574vh) scale(.538)}to{transform:translate(48.22815vw,100vh) scale(.538)}}.snow:nth-child(76){opacity:1.9074;transform:translate(83.6466vw,-10px) scale(.7512);animation:fall-76 23s -6s linear infinite}@keyframes fall-76{52.469%{transform:translate(76.3076vw,52.469vh) scale(.7512)}to{transform:translate(79.9771vw,100vh) scale(.7512)}}.snow:nth-child(77){opacity:1.7042;transform:translate(4.7402vw,-10px) scale(.3351);animation:fall-77 22s -15s linear infinite}@keyframes fall-77{77.196%{transform:translate(-1.5342vw,77.196vh) scale(.3351)}to{transform:translate(1.603vw,100vh) scale(.3351)}}.snow:nth-child(78){opacity:1.2066;transform:translate(18.0746vw,-10px) scale(.7759);animation:fall-78 10s -5s linear infinite}@keyframes fall-78{55.31%{transform:translate(23.1944vw,55.31vh) scale(.7759)}to{transform:translate(20.6345vw,100vh) scale(.7759)}}.snow:nth-child(79){opacity:.648;transform:translate(4.6271vw,-10px) scale(.6148);animation:fall-79 17s -5s linear infinite}@keyframes fall-79{55.118%{transform:translate(12.7099vw,55.118vh) scale(.6148)}to{transform:translate(8.6685vw,100vh) scale(.6148)}}.snow:nth-child(80){opacity:.8204;transform:translate(82.0014vw,-10px) scale(.3176);animation:fall-80 26s -8s linear infinite}@keyframes fall-80{44.541%{transform:translate(90.1208vw,44.541vh) scale(.3176)}to{transform:translate(86.0611vw,100vh) scale(.3176)}}.snow:nth-child(81){opacity:1.1708;transform:translate(8.9538vw,-10px) scale(.4063);animation:fall-81 12s -17s linear infinite}@keyframes fall-81{71.279%{transform:translate(-.1222vw,71.279vh) scale(.4063)}to{transform:translate(4.4158vw,100vh) scale(.4063)}}.snow:nth-child(82){opacity:.9694;transform:translate(30.8692vw,-10px) scale(.1498);animation:fall-82 26s -23s linear infinite}@keyframes fall-82{76.982%{transform:translate(37.801vw,76.982vh) scale(.1498)}to{transform:translate(34.3351vw,100vh) scale(.1498)}}.snow:nth-child(83){opacity:1.6676;transform:translate(34.2375vw,-10px) scale(.449);animation:fall-83 25s -19s linear infinite}@keyframes fall-83{67.571%{transform:translate(34.5567vw,67.571vh) scale(.449)}to{transform:translate(34.3971vw,100vh) scale(.449)}}.snow:nth-child(84){opacity:1.5586;transform:translate(42.7819vw,-10px) scale(.3795);animation:fall-84 29s -5s linear infinite}@keyframes fall-84{42.062%{transform:translate(37.3199vw,42.062vh) scale(.3795)}to{transform:translate(40.0509vw,100vh) scale(.3795)}}.snow:nth-child(85){opacity:.6566;transform:translate(82.0656vw,-10px) scale(.7333);animation:fall-85 10s -9s linear infinite}@keyframes fall-85{54.915%{transform:translate(87.6083vw,54.915vh) scale(.7333)}to{transform:translate(84.83695vw,100vh) scale(.7333)}}.snow:nth-child(86){opacity:1.7654;transform:translate(64.8075vw,-10px) scale(.235);animation:fall-86 21s -4s linear infinite}@keyframes fall-86{79.845%{transform:translate(63.4281vw,79.845vh) scale(.235)}to{transform:translate(64.1178vw,100vh) scale(.235)}}.snow:nth-child(87){opacity:.9608;transform:translate(31.9401vw,-10px) scale(.551);animation:fall-87 14s -14s linear infinite}@keyframes fall-87{76.821%{transform:translate(34.908vw,76.821vh) scale(.551)}to{transform:translate(33.42405vw,100vh) scale(.551)}}.snow:nth-child(88){opacity:.0332;transform:translate(33.9649vw,-10px) scale(.8311);animation:fall-88 17s -21s linear infinite}@keyframes fall-88{60.952%{transform:translate(37.8603vw,60.952vh) scale(.8311)}to{transform:translate(35.9126vw,100vh) scale(.8311)}}.snow:nth-child(89){opacity:.9316;transform:translate(74.0874vw,-10px) scale(.6746);animation:fall-89 14s -30s linear infinite}@keyframes fall-89{34.351%{transform:translate(65.4069vw,34.351vh) scale(.6746)}to{transform:translate(69.74715vw,100vh) scale(.6746)}}.snow:nth-child(90){opacity:.1726;transform:translate(17.9479vw,-10px) scale(.0405);animation:fall-90 16s -20s linear infinite}@keyframes fall-90{30.692%{transform:translate(12.079vw,30.692vh) scale(.0405)}to{transform:translate(15.01345vw,100vh) scale(.0405)}}.snow:nth-child(91){opacity:.7444;transform:translate(45.5163vw,-10px) scale(.9048);animation:fall-91 11s -22s linear infinite}@keyframes fall-91{43.739%{transform:translate(44.0851vw,43.739vh) scale(.9048)}to{transform:translate(44.8007vw,100vh) scale(.9048)}}.snow:nth-child(92){opacity:.5948;transform:translate(58.6996vw,-10px) scale(.0937);animation:fall-92 16s -6s linear infinite}@keyframes fall-92{34.75%{transform:translate(64.3629vw,34.75vh) scale(.0937)}to{transform:translate(61.53125vw,100vh) scale(.0937)}}.snow:nth-child(93){opacity:.5034;transform:translate(3.6473vw,-10px) scale(.4092);animation:fall-93 24s -7s linear infinite}@keyframes fall-93{68.792%{transform:translate(6.0248vw,68.792vh) scale(.4092)}to{transform:translate(4.83605vw,100vh) scale(.4092)}}.snow:nth-child(94){opacity:.309;transform:translate(36.106vw,-10px) scale(.2901);animation:fall-94 14s -23s linear infinite}@keyframes fall-94{58.566%{transform:translate(40vw,58.566vh) scale(.2901)}to{transform:translate(38.053vw,100vh) scale(.2901)}}.snow:nth-child(95){opacity:1.6118;transform:translate(87.1849vw,-10px) scale(.0386);animation:fall-95 26s -18s linear infinite}@keyframes fall-95{46.897%{transform:translate(79.8747vw,46.897vh) scale(.0386)}to{transform:translate(83.5298vw,100vh) scale(.0386)}}.snow:nth-child(96){opacity:1.6194;transform:translate(44.9093vw,-10px) scale(.3446);animation:fall-96 10s -3s linear infinite}@keyframes fall-96{68.446%{transform:translate(38.4413vw,68.446vh) scale(.3446)}to{transform:translate(41.6753vw,100vh) scale(.3446)}}.snow:nth-child(97){opacity:1.3264;transform:translate(6.8346vw,-10px) scale(.9484);animation:fall-97 15s -5s linear infinite}@keyframes fall-97{38.037%{transform:translate(9.4415vw,38.037vh) scale(.9484)}to{transform:translate(8.13805vw,100vh) scale(.9484)}}.snow:nth-child(98){opacity:1.9248;transform:translate(23.9587vw,-10px) scale(.315);animation:fall-98 23s -23s linear infinite}@keyframes fall-98{72.243%{transform:translate(32.8202vw,72.243vh) scale(.315)}to{transform:translate(28.38945vw,100vh) scale(.315)}}.snow:nth-child(99){opacity:1.704;transform:translate(21.727vw,-10px) scale(.8162);animation:fall-99 14s -14s linear infinite}@keyframes fall-99{75.795%{transform:translate(11.9vw,75.795vh) scale(.8162)}to{transform:translate(16.8135vw,100vh) scale(.8162)}}.snow:nth-child(100){opacity:.8938;transform:translate(98.3931vw,-10px) scale(.9697);animation:fall-100 11s -5s linear infinite}@keyframes fall-100{57.552%{transform:translate(100.8594vw,57.552vh) scale(.9697)}to{transform:translate(99.62625vw,100vh) scale(.9697)}}.snow:nth-child(101){opacity:1.5446;transform:translate(92.3211vw,-10px) scale(.1818);animation:fall-101 12s -6s linear infinite}@keyframes fall-101{73.564%{transform:translate(88.8177vw,73.564vh) scale(.1818)}to{transform:translate(90.5694vw,100vh) scale(.1818)}}.snow:nth-child(102){opacity:1.255;transform:translate(18.1507vw,-10px) scale(.0187);animation:fall-102 14s -1s linear infinite}@keyframes fall-102{67.075%{transform:translate(27.2572vw,67.075vh) scale(.0187)}to{transform:translate(22.70395vw,100vh) scale(.0187)}}.snow:nth-child(103){opacity:.4114;transform:translate(58.4507vw,-10px) scale(.8618);animation:fall-103 29s -15s linear infinite}@keyframes fall-103{46.225%{transform:translate(57.6092vw,46.225vh) scale(.8618)}to{transform:translate(58.02995vw,100vh) scale(.8618)}}.snow:nth-child(104){opacity:.2652;transform:translate(7.7224vw,-10px) scale(.9543);animation:fall-104 19s -9s linear infinite}@keyframes fall-104{51.951%{transform:translate(13.1778vw,51.951vh) scale(.9543)}to{transform:translate(10.4501vw,100vh) scale(.9543)}}.snow:nth-child(105){opacity:.315;transform:translate(22.9152vw,-10px) scale(.9207);animation:fall-105 10s -1s linear infinite}@keyframes fall-105{54.185%{transform:translate(16.5706vw,54.185vh) scale(.9207)}to{transform:translate(19.7429vw,100vh) scale(.9207)}}.snow:nth-child(106){opacity:.502;transform:translate(13.8216vw,-10px) scale(.0614);animation:fall-106 11s -23s linear infinite}@keyframes fall-106{65.868%{transform:translate(15.4933vw,65.868vh) scale(.0614)}to{transform:translate(14.65745vw,100vh) scale(.0614)}}.snow:nth-child(107){opacity:1.7942;transform:translate(19.5501vw,-10px) scale(.1383);animation:fall-107 22s -27s linear infinite}@keyframes fall-107{35.055%{transform:translate(10.5865vw,35.055vh) scale(.1383)}to{transform:translate(15.0683vw,100vh) scale(.1383)}}.snow:nth-child(108){opacity:.0072;transform:translate(2.4296vw,-10px) scale(.0772);animation:fall-108 11s -17s linear infinite}@keyframes fall-108{33.402%{transform:translate(7.3626vw,33.402vh) scale(.0772)}to{transform:translate(4.8961vw,100vh) scale(.0772)}}.snow:nth-child(109){opacity:.6974;transform:translate(11.7419vw,-10px) scale(.9997);animation:fall-109 12s -17s linear infinite}@keyframes fall-109{52.701%{transform:translate(16.374vw,52.701vh) scale(.9997)}to{transform:translate(14.05795vw,100vh) scale(.9997)}}.snow:nth-child(110){opacity:.2498;transform:translate(69.9595vw,-10px) scale(.5053);animation:fall-110 12s -19s linear infinite}@keyframes fall-110{48.545%{transform:translate(74.052vw,48.545vh) scale(.5053)}to{transform:translate(72.00575vw,100vh) scale(.5053)}}.snow:nth-child(111){opacity:.3174;transform:translate(4.9259vw,-10px) scale(.0399);animation:fall-111 11s -4s linear infinite}@keyframes fall-111{54.975%{transform:translate(-3.3487vw,54.975vh) scale(.0399)}to{transform:translate(.7886vw,100vh) scale(.0399)}}.snow:nth-child(112){opacity:.0684;transform:translate(59.2108vw,-10px) scale(.9193);animation:fall-112 16s -13s linear infinite}@keyframes fall-112{44.873%{transform:translate(54.8461vw,44.873vh) scale(.9193)}to{transform:translate(57.02845vw,100vh) scale(.9193)}}.snow:nth-child(113){opacity:.8676;transform:translate(79.2736vw,-10px) scale(.2418);animation:fall-113 28s -30s linear infinite}@keyframes fall-113{73.733%{transform:translate(78.4835vw,73.733vh) scale(.2418)}to{transform:translate(78.87855vw,100vh) scale(.2418)}}.snow:nth-child(114){opacity:.9956;transform:translate(54.4531vw,-10px) scale(.1514);animation:fall-114 14s -12s linear infinite}@keyframes fall-114{46.945%{transform:translate(48.8926vw,46.945vh) scale(.1514)}to{transform:translate(51.67285vw,100vh) scale(.1514)}}.snow:nth-child(115){opacity:1.8234;transform:translate(98.2347vw,-10px) scale(.7052);animation:fall-115 14s -16s linear infinite}@keyframes fall-115{76.71%{transform:translate(91.6573vw,76.71vh) scale(.7052)}to{transform:translate(94.946vw,100vh) scale(.7052)}}.snow:nth-child(116){opacity:1.1904;transform:translate(49.8339vw,-10px) scale(.9138);animation:fall-116 23s -8s linear infinite}@keyframes fall-116{55.757%{transform:translate(52.5214vw,55.757vh) scale(.9138)}to{transform:translate(51.17765vw,100vh) scale(.9138)}}.snow:nth-child(117){opacity:.1628;transform:translate(35.5374vw,-10px) scale(.9237);animation:fall-117 16s -9s linear infinite}@keyframes fall-117{52.515%{transform:translate(29.485vw,52.515vh) scale(.9237)}to{transform:translate(32.5112vw,100vh) scale(.9237)}}.snow:nth-child(118){opacity:1.4662;transform:translate(2.8858vw,-10px) scale(.4186);animation:fall-118 11s -27s linear infinite}@keyframes fall-118{71.163%{transform:translate(11.2164vw,71.163vh) scale(.4186)}to{transform:translate(7.0511vw,100vh) scale(.4186)}}.snow:nth-child(119){opacity:.4008;transform:translate(12.7625vw,-10px) scale(.2673);animation:fall-119 22s -21s linear infinite}@keyframes fall-119{43.114%{transform:translate(13.7322vw,43.114vh) scale(.2673)}to{transform:translate(13.24735vw,100vh) scale(.2673)}}.snow:nth-child(120){opacity:1.1324;transform:translate(34.7732vw,-10px) scale(.1007);animation:fall-120 25s -25s linear infinite}@keyframes fall-120{69.593%{transform:translate(42.2894vw,69.593vh) scale(.1007)}to{transform:translate(38.5313vw,100vh) scale(.1007)}}.snow:nth-child(121){opacity:.4274;transform:translate(57.3209vw,-10px) scale(.9246);animation:fall-121 12s -19s linear infinite}@keyframes fall-121{79.162%{transform:translate(67.1298vw,79.162vh) scale(.9246)}to{transform:translate(62.22535vw,100vh) scale(.9246)}}.snow:nth-child(122){opacity:.593;transform:translate(58.9501vw,-10px) scale(.1093);animation:fall-122 15s -5s linear infinite}@keyframes fall-122{49.888%{transform:translate(51.8067vw,49.888vh) scale(.1093)}to{transform:translate(55.3784vw,100vh) scale(.1093)}}.snow:nth-child(123){opacity:1.2344;transform:translate(8.9851vw,-10px) scale(.713);animation:fall-123 18s -20s linear infinite}@keyframes fall-123{37.941%{transform:translate(17.332vw,37.941vh) scale(.713)}to{transform:translate(13.15855vw,100vh) scale(.713)}}.snow:nth-child(124){opacity:.7164;transform:translate(18.3154vw,-10px) scale(.9791);animation:fall-124 27s -15s linear infinite}@keyframes fall-124{75.624%{transform:translate(21.7951vw,75.624vh) scale(.9791)}to{transform:translate(20.05525vw,100vh) scale(.9791)}}.snow:nth-child(125){opacity:1.6866;transform:translate(65.2438vw,-10px) scale(.2987);animation:fall-125 20s -7s linear infinite}@keyframes fall-125{39.731%{transform:translate(59.837vw,39.731vh) scale(.2987)}to{transform:translate(62.5404vw,100vh) scale(.2987)}}.snow:nth-child(126){opacity:1.5944;transform:translate(3.1656vw,-10px) scale(.7328);animation:fall-126 12s -26s linear infinite}@keyframes fall-126{71.07%{transform:translate(-6.3308vw,71.07vh) scale(.7328)}to{transform:translate(-1.5826vw,100vh) scale(.7328)}}.snow:nth-child(127){opacity:1.3556;transform:translate(40.4192vw,-10px) scale(.6961);animation:fall-127 28s -27s linear infinite}@keyframes fall-127{46.388%{transform:translate(42.8834vw,46.388vh) scale(.6961)}to{transform:translate(41.6513vw,100vh) scale(.6961)}}.snow:nth-child(128){opacity:.945;transform:translate(88.3829vw,-10px) scale(.8481);animation:fall-128 17s -18s linear infinite}@keyframes fall-128{67.467%{transform:translate(95.9786vw,67.467vh) scale(.8481)}to{transform:translate(92.18075vw,100vh) scale(.8481)}}.snow:nth-child(129){opacity:.0946;transform:translate(97.0857vw,-10px) scale(.9202);animation:fall-129 20s -12s linear infinite}@keyframes fall-129{60.926%{transform:translate(93.5617vw,60.926vh) scale(.9202)}to{transform:translate(95.3237vw,100vh) scale(.9202)}}.snow:nth-child(130){opacity:1.6516;transform:translate(33.9067vw,-10px) scale(.9671);animation:fall-130 16s -4s linear infinite}@keyframes fall-130{67.836%{transform:translate(25.6181vw,67.836vh) scale(.9671)}to{transform:translate(29.7624vw,100vh) scale(.9671)}}.snow:nth-child(131){opacity:1.9012;transform:translate(51.1873vw,-10px) scale(.4134);animation:fall-131 10s -17s linear infinite}@keyframes fall-131{50.473%{transform:translate(44.4919vw,50.473vh) scale(.4134)}to{transform:translate(47.8396vw,100vh) scale(.4134)}}.snow:nth-child(132){opacity:.2342;transform:translate(67.5352vw,-10px) scale(.5814);animation:fall-132 15s -28s linear infinite}@keyframes fall-132{47.868%{transform:translate(76.3375vw,47.868vh) scale(.5814)}to{transform:translate(71.93635vw,100vh) scale(.5814)}}.snow:nth-child(133){opacity:1.445;transform:translate(36.2243vw,-10px) scale(.6852);animation:fall-133 16s -22s linear infinite}@keyframes fall-133{54.959%{transform:translate(27.4807vw,54.959vh) scale(.6852)}to{transform:translate(31.8525vw,100vh) scale(.6852)}}.snow:nth-child(134){opacity:.431;transform:translate(.9684vw,-10px) scale(.7848);animation:fall-134 23s -22s linear infinite}@keyframes fall-134{75.864%{transform:translate(9.7923vw,75.864vh) scale(.7848)}to{transform:translate(5.38035vw,100vh) scale(.7848)}}.snow:nth-child(135){opacity:.3446;transform:translate(77.7497vw,-10px) scale(.2155);animation:fall-135 16s -23s linear infinite}@keyframes fall-135{49.565%{transform:translate(73.1271vw,49.565vh) scale(.2155)}to{transform:translate(75.4384vw,100vh) scale(.2155)}}.snow:nth-child(136){opacity:1.6378;transform:translate(80.3964vw,-10px) scale(.1072);animation:fall-136 25s -30s linear infinite}@keyframes fall-136{40.037%{transform:translate(74.6308vw,40.037vh) scale(.1072)}to{transform:translate(77.5136vw,100vh) scale(.1072)}}.snow:nth-child(137){opacity:.759;transform:translate(54.3343vw,-10px) scale(.5976);animation:fall-137 30s -7s linear infinite}@keyframes fall-137{62.161%{transform:translate(50.723vw,62.161vh) scale(.5976)}to{transform:translate(52.52865vw,100vh) scale(.5976)}}.snow:nth-child(138){opacity:1.853;transform:translate(25.4988vw,-10px) scale(.2139);animation:fall-138 25s -28s linear infinite}@keyframes fall-138{33.904%{transform:translate(33.8766vw,33.904vh) scale(.2139)}to{transform:translate(29.6877vw,100vh) scale(.2139)}}.snow:nth-child(139){opacity:1.761;transform:translate(2.6789vw,-10px) scale(.0294);animation:fall-139 16s -3s linear infinite}@keyframes fall-139{55.944%{transform:translate(2.8262vw,55.944vh) scale(.0294)}to{transform:translate(2.75255vw,100vh) scale(.0294)}}.snow:nth-child(140){opacity:1.3082;transform:translate(94.6278vw,-10px) scale(.2824);animation:fall-140 30s -21s linear infinite}@keyframes fall-140{57.379%{transform:translate(95.0869vw,57.379vh) scale(.2824)}to{transform:translate(94.85735vw,100vh) scale(.2824)}}.snow:nth-child(141){opacity:.0002;transform:translate(87.0741vw,-10px) scale(.1571);animation:fall-141 24s -28s linear infinite}@keyframes fall-141{46.48%{transform:translate(78.0187vw,46.48vh) scale(.1571)}to{transform:translate(82.5464vw,100vh) scale(.1571)}}.snow:nth-child(142){opacity:.9622;transform:translate(66.9167vw,-10px) scale(.2404);animation:fall-142 23s -13s linear infinite}@keyframes fall-142{47.005%{transform:translate(60.0733vw,47.005vh) scale(.2404)}to{transform:translate(63.495vw,100vh) scale(.2404)}}.snow:nth-child(143){opacity:.9204;transform:translate(94.882vw,-10px) scale(.9268);animation:fall-143 27s -11s linear infinite}@keyframes fall-143{32.094%{transform:translate(98.8993vw,32.094vh) scale(.9268)}to{transform:translate(96.89065vw,100vh) scale(.9268)}}.snow:nth-child(144){opacity:1.5914;transform:translate(51.8202vw,-10px) scale(.387);animation:fall-144 28s -29s linear infinite}@keyframes fall-144{35.243%{transform:translate(55.8112vw,35.243vh) scale(.387)}to{transform:translate(53.8157vw,100vh) scale(.387)}}.snow:nth-child(145){opacity:1.3358;transform:translate(25.1586vw,-10px) scale(.0809);animation:fall-145 16s -2s linear infinite}@keyframes fall-145{38.258%{transform:translate(32.1967vw,38.258vh) scale(.0809)}to{transform:translate(28.67765vw,100vh) scale(.0809)}}.snow:nth-child(146){opacity:1.738;transform:translate(21.2792vw,-10px) scale(.4315);animation:fall-146 10s -27s linear infinite}@keyframes fall-146{58.696%{transform:translate(29.1655vw,58.696vh) scale(.4315)}to{transform:translate(25.22235vw,100vh) scale(.4315)}}.snow:nth-child(147){opacity:1.1132;transform:translate(3.0135vw,-10px) scale(.9194);animation:fall-147 22s -10s linear infinite}@keyframes fall-147{77.957%{transform:translate(-3.6055vw,77.957vh) scale(.9194)}to{transform:translate(-.296vw,100vh) scale(.9194)}}.snow:nth-child(148){opacity:.0724;transform:translate(91.9369vw,-10px) scale(.0549);animation:fall-148 13s -22s linear infinite}@keyframes fall-148{44.375%{transform:translate(91.0088vw,44.375vh) scale(.0549)}to{transform:translate(91.47285vw,100vh) scale(.0549)}}.snow:nth-child(149){opacity:.2446;transform:translate(22.9138vw,-10px) scale(.6768);animation:fall-149 25s -16s linear infinite}@keyframes fall-149{49.763%{transform:translate(14.9337vw,49.763vh) scale(.6768)}to{transform:translate(18.92375vw,100vh) scale(.6768)}}.snow:nth-child(150){opacity:.5174;transform:translate(73.3683vw,-10px) scale(.7505);animation:fall-150 12s -10s linear infinite}@keyframes fall-150{31.212%{transform:translate(65.8727vw,31.212vh) scale(.7505)}to{transform:translate(69.6205vw,100vh) scale(.7505)}}.snow:nth-child(151){opacity:.605;transform:translate(43.4851vw,-10px) scale(.5303);animation:fall-151 25s -2s linear infinite}@keyframes fall-151{66.406%{transform:translate(53.1708vw,66.406vh) scale(.5303)}to{transform:translate(48.32795vw,100vh) scale(.5303)}}.snow:nth-child(152){opacity:1.9264;transform:translate(38.662vw,-10px) scale(.0518);animation:fall-152 27s -26s linear infinite}@keyframes fall-152{32.156%{transform:translate(37.0729vw,32.156vh) scale(.0518)}to{transform:translate(37.86745vw,100vh) scale(.0518)}}.snow:nth-child(153){opacity:.2272;transform:translate(62.0614vw,-10px) scale(.9072);animation:fall-153 15s -11s linear infinite}@keyframes fall-153{49.949%{transform:translate(71.7433vw,49.949vh) scale(.9072)}to{transform:translate(66.90235vw,100vh) scale(.9072)}}.snow:nth-child(154){opacity:1.0174;transform:translate(91.8886vw,-10px) scale(.6509);animation:fall-154 25s -29s linear infinite}@keyframes fall-154{36.169%{transform:translate(92.6898vw,36.169vh) scale(.6509)}to{transform:translate(92.2892vw,100vh) scale(.6509)}}.snow:nth-child(155){opacity:.629;transform:translate(27.1183vw,-10px) scale(.7625);animation:fall-155 13s -26s linear infinite}@keyframes fall-155{66.422%{transform:translate(17.661vw,66.422vh) scale(.7625)}to{transform:translate(22.38965vw,100vh) scale(.7625)}}.snow:nth-child(156){opacity:1.3966;transform:translate(82.0721vw,-10px) scale(.6613);animation:fall-156 17s -2s linear infinite}@keyframes fall-156{62.638%{transform:translate(90.765vw,62.638vh) scale(.6613)}to{transform:translate(86.41855vw,100vh) scale(.6613)}}.snow:nth-child(157){opacity:1.5772;transform:translate(37.249vw,-10px) scale(.8002);animation:fall-157 29s -2s linear infinite}@keyframes fall-157{38.848%{transform:translate(31.4005vw,38.848vh) scale(.8002)}to{transform:translate(34.32475vw,100vh) scale(.8002)}}.snow:nth-child(158){opacity:1.4964;transform:translate(68.9402vw,-10px) scale(.5783);animation:fall-158 11s -6s linear infinite}@keyframes fall-158{61.803%{transform:translate(63.9059vw,61.803vh) scale(.5783)}to{transform:translate(66.42305vw,100vh) scale(.5783)}}.snow:nth-child(159){opacity:.4502;transform:translate(13.0975vw,-10px) scale(.5773);animation:fall-159 27s -9s linear infinite}@keyframes fall-159{78.56%{transform:translate(5.8222vw,78.56vh) scale(.5773)}to{transform:translate(9.45985vw,100vh) scale(.5773)}}.snow:nth-child(160){opacity:1.4154;transform:translate(26.0438vw,-10px) scale(.9893);animation:fall-160 19s -19s linear infinite}@keyframes fall-160{40.749%{transform:translate(19vw,40.749vh) scale(.9893)}to{transform:translate(22.5219vw,100vh) scale(.9893)}}.snow:nth-child(161){opacity:1.272;transform:translate(33.3386vw,-10px) scale(.6995);animation:fall-161 18s -8s linear infinite}@keyframes fall-161{58.187%{transform:translate(26.01vw,58.187vh) scale(.6995)}to{transform:translate(29.6743vw,100vh) scale(.6995)}}.snow:nth-child(162){opacity:.6942;transform:translate(10.1917vw,-10px) scale(.4158);animation:fall-162 17s -22s linear infinite}@keyframes fall-162{35.081%{transform:translate(19.5289vw,35.081vh) scale(.4158)}to{transform:translate(14.8603vw,100vh) scale(.4158)}}.snow:nth-child(163){opacity:.5318;transform:translate(63.7245vw,-10px) scale(.0223);animation:fall-163 22s -30s linear infinite}@keyframes fall-163{59.427%{transform:translate(68.2099vw,59.427vh) scale(.0223)}to{transform:translate(65.9672vw,100vh) scale(.0223)}}.snow:nth-child(164){opacity:1.303;transform:translate(24.9734vw,-10px) scale(.0996);animation:fall-164 18s -25s linear infinite}@keyframes fall-164{35.154%{transform:translate(30.8313vw,35.154vh) scale(.0996)}to{transform:translate(27.90235vw,100vh) scale(.0996)}}.snow:nth-child(165){opacity:1.6888;transform:translate(78.6642vw,-10px) scale(.7197);animation:fall-165 28s -30s linear infinite}@keyframes fall-165{41.242%{transform:translate(82.1558vw,41.242vh) scale(.7197)}to{transform:translate(80.41vw,100vh) scale(.7197)}}.snow:nth-child(166){opacity:.2872;transform:translate(19.3366vw,-10px) scale(.4104);animation:fall-166 28s -20s linear infinite}@keyframes fall-166{69.893%{transform:translate(21.5705vw,69.893vh) scale(.4104)}to{transform:translate(20.45355vw,100vh) scale(.4104)}}.snow:nth-child(167){opacity:1.7484;transform:translate(64.0948vw,-10px) scale(.4062);animation:fall-167 20s -25s linear infinite}@keyframes fall-167{48.781%{transform:translate(54.4659vw,48.781vh) scale(.4062)}to{transform:translate(59.28035vw,100vh) scale(.4062)}}.snow:nth-child(168){opacity:.8548;transform:translate(34.6747vw,-10px) scale(.9028);animation:fall-168 15s -22s linear infinite}@keyframes fall-168{44.635%{transform:translate(27.7722vw,44.635vh) scale(.9028)}to{transform:translate(31.22345vw,100vh) scale(.9028)}}.snow:nth-child(169){opacity:.8838;transform:translate(26.7867vw,-10px) scale(.0533);animation:fall-169 28s -8s linear infinite}@keyframes fall-169{51.83%{transform:translate(20.0194vw,51.83vh) scale(.0533)}to{transform:translate(23.40305vw,100vh) scale(.0533)}}.snow:nth-child(170){opacity:1.6906;transform:translate(87.7539vw,-10px) scale(.1434);animation:fall-170 21s -29s linear infinite}@keyframes fall-170{78.391%{transform:translate(86.711vw,78.391vh) scale(.1434)}to{transform:translate(87.23245vw,100vh) scale(.1434)}}.snow:nth-child(171){opacity:1.177;transform:translate(64.6278vw,-10px) scale(.8599);animation:fall-171 30s -11s linear infinite}@keyframes fall-171{79.553%{transform:translate(59.3322vw,79.553vh) scale(.8599)}to{transform:translate(61.98vw,100vh) scale(.8599)}}.snow:nth-child(172){opacity:1.2002;transform:translate(8.115vw,-10px) scale(.8804);animation:fall-172 14s -1s linear infinite}@keyframes fall-172{60.889%{transform:translate(11.0428vw,60.889vh) scale(.8804)}to{transform:translate(9.5789vw,100vh) scale(.8804)}}.snow:nth-child(173){opacity:1.4176;transform:translate(77.6638vw,-10px) scale(.6317);animation:fall-173 27s -16s linear infinite}@keyframes fall-173{32.462%{transform:translate(73.1524vw,32.462vh) scale(.6317)}to{transform:translate(75.4081vw,100vh) scale(.6317)}}.snow:nth-child(174){opacity:.5586;transform:translate(88.2468vw,-10px) scale(.7741);animation:fall-174 16s -26s linear infinite}@keyframes fall-174{41.704%{transform:translate(79.2205vw,41.704vh) scale(.7741)}to{transform:translate(83.73365vw,100vh) scale(.7741)}}.snow:nth-child(175){opacity:1.8066;transform:translate(80.7087vw,-10px) scale(.6047);animation:fall-175 22s -3s linear infinite}@keyframes fall-175{54.064%{transform:translate(88.1044vw,54.064vh) scale(.6047)}to{transform:translate(84.40655vw,100vh) scale(.6047)}}.snow:nth-child(176){opacity:.814;transform:translate(36.9196vw,-10px) scale(.4338);animation:fall-176 16s -10s linear infinite}@keyframes fall-176{43.416%{transform:translate(31.4541vw,43.416vh) scale(.4338)}to{transform:translate(34.18685vw,100vh) scale(.4338)}}.snow:nth-child(177){opacity:.5028;transform:translate(31.3275vw,-10px) scale(.4544);animation:fall-177 13s -2s linear infinite}@keyframes fall-177{58.212%{transform:translate(41.063vw,58.212vh) scale(.4544)}to{transform:translate(36.19525vw,100vh) scale(.4544)}}.snow:nth-child(178){opacity:.9578;transform:translate(18.0418vw,-10px) scale(.1461);animation:fall-178 21s -25s linear infinite}@keyframes fall-178{74.179%{transform:translate(14.381vw,74.179vh) scale(.1461)}to{transform:translate(16.2114vw,100vh) scale(.1461)}}.snow:nth-child(179){opacity:1.9222;transform:translate(12.528vw,-10px) scale(.6743);animation:fall-179 20s -16s linear infinite}@keyframes fall-179{42.082%{transform:translate(6.3166vw,42.082vh) scale(.6743)}to{transform:translate(9.4223vw,100vh) scale(.6743)}}.snow:nth-child(180){opacity:.6144;transform:translate(95.892vw,-10px) scale(.3232);animation:fall-180 22s -25s linear infinite}@keyframes fall-180{78.506%{transform:translate(103.3629vw,78.506vh) scale(.3232)}to{transform:translate(99.62745vw,100vh) scale(.3232)}}.snow:nth-child(181){opacity:1.262;transform:translate(62.5272vw,-10px) scale(.4949);animation:fall-181 27s -15s linear infinite}@keyframes fall-181{33.593%{transform:translate(64.5511vw,33.593vh) scale(.4949)}to{transform:translate(63.53915vw,100vh) scale(.4949)}}.snow:nth-child(182){opacity:1.2418;transform:translate(79.7286vw,-10px) scale(.4643);animation:fall-182 18s -12s linear infinite}@keyframes fall-182{53.27%{transform:translate(76.9749vw,53.27vh) scale(.4643)}to{transform:translate(78.35175vw,100vh) scale(.4643)}}.snow:nth-child(183){opacity:1.4148;transform:translate(84.4284vw,-10px) scale(.8127);animation:fall-183 11s -13s linear infinite}@keyframes fall-183{74.837%{transform:translate(76.7569vw,74.837vh) scale(.8127)}to{transform:translate(80.59265vw,100vh) scale(.8127)}}.snow:nth-child(184){opacity:1.0646;transform:translate(3.462vw,-10px) scale(.5131);animation:fall-184 10s -3s linear infinite}@keyframes fall-184{66.428%{transform:translate(-1.9028vw,66.428vh) scale(.5131)}to{transform:translate(.7796vw,100vh) scale(.5131)}}.snow:nth-child(185){opacity:.98;transform:translate(69.8877vw,-10px) scale(.9143);animation:fall-185 15s -3s linear infinite}@keyframes fall-185{78.561%{transform:translate(76.9956vw,78.561vh) scale(.9143)}to{transform:translate(73.44165vw,100vh) scale(.9143)}}.snow:nth-child(186){opacity:1.6566;transform:translate(86.8144vw,-10px) scale(.909);animation:fall-186 19s -27s linear infinite}@keyframes fall-186{66.623%{transform:translate(81.1292vw,66.623vh) scale(.909)}to{transform:translate(83.9718vw,100vh) scale(.909)}}.snow:nth-child(187){opacity:1.4694;transform:translate(29.3048vw,-10px) scale(.8816);animation:fall-187 10s -3s linear infinite}@keyframes fall-187{72.414%{transform:translate(20.5187vw,72.414vh) scale(.8816)}to{transform:translate(24.91175vw,100vh) scale(.8816)}}.snow:nth-child(188){opacity:1.96;transform:translate(11.082vw,-10px) scale(.8089);animation:fall-188 28s -9s linear infinite}@keyframes fall-188{74.388%{transform:translate(20.8435vw,74.388vh) scale(.8089)}to{transform:translate(15.96275vw,100vh) scale(.8089)}}.snow:nth-child(189){opacity:.21;transform:translate(10.0028vw,-10px) scale(.8174);animation:fall-189 13s -14s linear infinite}@keyframes fall-189{61.231%{transform:translate(14.8071vw,61.231vh) scale(.8174)}to{transform:translate(12.40495vw,100vh) scale(.8174)}}.snow:nth-child(190){opacity:.59;transform:translate(17.9326vw,-10px) scale(.1218);animation:fall-190 10s -8s linear infinite}@keyframes fall-190{48.382%{transform:translate(27.2384vw,48.382vh) scale(.1218)}to{transform:translate(22.5855vw,100vh) scale(.1218)}}.snow:nth-child(191){opacity:.8986;transform:translate(48.7623vw,-10px) scale(.5383);animation:fall-191 23s -24s linear infinite}@keyframes fall-191{54.471%{transform:translate(55.1624vw,54.471vh) scale(.5383)}to{transform:translate(51.96235vw,100vh) scale(.5383)}}.snow:nth-child(192){opacity:.4822;transform:translate(5.18vw,-10px) scale(.1597);animation:fall-192 22s -21s linear infinite}@keyframes fall-192{62.096%{transform:translate(5.6149vw,62.096vh) scale(.1597)}to{transform:translate(5.39745vw,100vh) scale(.1597)}}.snow:nth-child(193){opacity:.054;transform:translate(50.3336vw,-10px) scale(.4534);animation:fall-193 23s -1s linear infinite}@keyframes fall-193{57.501%{transform:translate(52.2675vw,57.501vh) scale(.4534)}to{transform:translate(51.30055vw,100vh) scale(.4534)}}.snow:nth-child(194){opacity:1.5106;transform:translate(17.4981vw,-10px) scale(.0308);animation:fall-194 10s -9s linear infinite}@keyframes fall-194{64.425%{transform:translate(23.9276vw,64.425vh) scale(.0308)}to{transform:translate(20.71285vw,100vh) scale(.0308)}}.snow:nth-child(195){opacity:1.2918;transform:translate(53.8592vw,-10px) scale(.54);animation:fall-195 21s -24s linear infinite}@keyframes fall-195{66.8%{transform:translate(49.3074vw,66.8vh) scale(.54)}to{transform:translate(51.5833vw,100vh) scale(.54)}}.snow:nth-child(196){opacity:1.232;transform:translate(67.8311vw,-10px) scale(.2012);animation:fall-196 26s -26s linear infinite}@keyframes fall-196{39.268%{transform:translate(71.6674vw,39.268vh) scale(.2012)}to{transform:translate(69.74925vw,100vh) scale(.2012)}}.snow:nth-child(197){opacity:1.1038;transform:translate(72.3547vw,-10px) scale(.5266);animation:fall-197 25s -1s linear infinite}@keyframes fall-197{54.938%{transform:translate(77.5885vw,54.938vh) scale(.5266)}to{transform:translate(74.9716vw,100vh) scale(.5266)}}.snow:nth-child(198){opacity:.8236;transform:translate(83.0758vw,-10px) scale(.8481);animation:fall-198 26s -20s linear infinite}@keyframes fall-198{42.177%{transform:translate(82.8246vw,42.177vh) scale(.8481)}to{transform:translate(82.9502vw,100vh) scale(.8481)}}.snow:nth-child(199){opacity:1.2916;transform:translate(.829vw,-10px) scale(.1225);animation:fall-199 30s -21s linear infinite}@keyframes fall-199{79.538%{transform:translate(-3.8227vw,79.538vh) scale(.1225)}to{transform:translate(-1.49685vw,100vh) scale(.1225)}}.snow:nth-child(200){opacity:1.0422;transform:translate(81.0794vw,-10px) scale(.3741);animation:fall-200 27s -4s linear infinite}@keyframes fall-200{47.156%{transform:translate(88.623vw,47.156vh) scale(.3741)}to{transform:translate(84.8512vw,100vh) scale(.3741)}}.snow:nth-child(201){opacity:1.9278;transform:translate(52.1277vw,-10px) scale(.1866);animation:fall-201 14s -23s linear infinite}@keyframes fall-201{37.042%{transform:translate(56.0547vw,37.042vh) scale(.1866)}to{transform:translate(54.0912vw,100vh) scale(.1866)}}.snow:nth-child(202){opacity:1.985;transform:translate(20.7595vw,-10px) scale(.9322);animation:fall-202 25s -19s linear infinite}@keyframes fall-202{75.201%{transform:translate(19.2387vw,75.201vh) scale(.9322)}to{transform:translate(19.9991vw,100vh) scale(.9322)}}.snow:nth-child(203){opacity:1.8508;transform:translate(.673vw,-10px) scale(.968);animation:fall-203 14s -26s linear infinite}@keyframes fall-203{36.887%{transform:translate(-7.7741vw,36.887vh) scale(.968)}to{transform:translate(-3.55055vw,100vh) scale(.968)}}.snow:nth-child(204){opacity:.0976;transform:translate(37.2401vw,-10px) scale(.5589);animation:fall-204 12s -26s linear infinite}@keyframes fall-204{47.687%{transform:translate(38.2764vw,47.687vh) scale(.5589)}to{transform:translate(37.75825vw,100vh) scale(.5589)}}.snow:nth-child(205){opacity:1.7908;transform:translate(54.0949vw,-10px) scale(.8631);animation:fall-205 26s -28s linear infinite}@keyframes fall-205{42.631%{transform:translate(44.7505vw,42.631vh) scale(.8631)}to{transform:translate(49.4227vw,100vh) scale(.8631)}}.snow:nth-child(206){opacity:1.5572;transform:translate(42.2601vw,-10px) scale(.2892);animation:fall-206 13s -16s linear infinite}@keyframes fall-206{44.991%{transform:translate(44.3496vw,44.991vh) scale(.2892)}to{transform:translate(43.30485vw,100vh) scale(.2892)}}.snow:nth-child(207){opacity:1.8252;transform:translate(4.2298vw,-10px) scale(.9591);animation:fall-207 12s -30s linear infinite}@keyframes fall-207{53.684%{transform:translate(-1.7249vw,53.684vh) scale(.9591)}to{transform:translate(1.25245vw,100vh) scale(.9591)}}.snow:nth-child(208){opacity:.2348;transform:translate(2.1291vw,-10px) scale(.445);animation:fall-208 30s -15s linear infinite}@keyframes fall-208{64.35%{transform:translate(8.2739vw,64.35vh) scale(.445)}to{transform:translate(5.2015vw,100vh) scale(.445)}}.snow:nth-child(209){opacity:.4182;transform:translate(39.0319vw,-10px) scale(.4105);animation:fall-209 10s -9s linear infinite}@keyframes fall-209{75.179%{transform:translate(35.0144vw,75.179vh) scale(.4105)}to{transform:translate(37.02315vw,100vh) scale(.4105)}}.snow:nth-child(210){opacity:.3292;transform:translate(41.078vw,-10px) scale(.0438);animation:fall-210 22s -7s linear infinite}@keyframes fall-210{32.575%{transform:translate(32.2305vw,32.575vh) scale(.0438)}to{transform:translate(36.65425vw,100vh) scale(.0438)}}.snow:nth-child(211){opacity:.4768;transform:translate(73.38vw,-10px) scale(.5405);animation:fall-211 18s -30s linear infinite}@keyframes fall-211{54.16%{transform:translate(74.4457vw,54.16vh) scale(.5405)}to{transform:translate(73.91285vw,100vh) scale(.5405)}}.snow:nth-child(212){opacity:.6308;transform:translate(33.1892vw,-10px) scale(.5888);animation:fall-212 23s -12s linear infinite}@keyframes fall-212{64.329%{transform:translate(23.4459vw,64.329vh) scale(.5888)}to{transform:translate(28.31755vw,100vh) scale(.5888)}}.snow:nth-child(213){opacity:1.8602;transform:translate(92.3855vw,-10px) scale(.9678);animation:fall-213 20s -30s linear infinite}@keyframes fall-213{64.202%{transform:translate(85.0249vw,64.202vh) scale(.9678)}to{transform:translate(88.7052vw,100vh) scale(.9678)}}.snow:nth-child(214){opacity:1.1894;transform:translate(32.3989vw,-10px) scale(.4274);animation:fall-214 22s -21s linear infinite}@keyframes fall-214{52.118%{transform:translate(36.8288vw,52.118vh) scale(.4274)}to{transform:translate(34.61385vw,100vh) scale(.4274)}}.snow:nth-child(215){opacity:.103;transform:translate(25.3697vw,-10px) scale(.0771);animation:fall-215 30s -18s linear infinite}@keyframes fall-215{40.296%{transform:translate(32.8345vw,40.296vh) scale(.0771)}to{transform:translate(29.1021vw,100vh) scale(.0771)}}.snow:nth-child(216){opacity:1.2724;transform:translate(90.3759vw,-10px) scale(.3978);animation:fall-216 30s -26s linear infinite}@keyframes fall-216{79.854%{transform:translate(97.5032vw,79.854vh) scale(.3978)}to{transform:translate(93.93955vw,100vh) scale(.3978)}}.snow:nth-child(217){opacity:.8218;transform:translate(43.5506vw,-10px) scale(.263);animation:fall-217 14s -9s linear infinite}@keyframes fall-217{41.363%{transform:translate(51.5241vw,41.363vh) scale(.263)}to{transform:translate(47.53735vw,100vh) scale(.263)}}.snow:nth-child(218){opacity:.5262;transform:translate(5.0462vw,-10px) scale(.8691);animation:fall-218 17s -6s linear infinite}@keyframes fall-218{53.096%{transform:translate(2.727vw,53.096vh) scale(.8691)}to{transform:translate(3.8866vw,100vh) scale(.8691)}}.snow:nth-child(219){opacity:1.5008;transform:translate(59.7311vw,-10px) scale(.3896);animation:fall-219 17s -24s linear infinite}@keyframes fall-219{48.224%{transform:translate(59.9965vw,48.224vh) scale(.3896)}to{transform:translate(59.8638vw,100vh) scale(.3896)}}.snow:nth-child(220){opacity:.3146;transform:translate(12.6723vw,-10px) scale(.7722);animation:fall-220 16s -14s linear infinite}@keyframes fall-220{58.586%{transform:translate(6.1262vw,58.586vh) scale(.7722)}to{transform:translate(9.39925vw,100vh) scale(.7722)}}.snow:nth-child(221){opacity:.6192;transform:translate(36.6647vw,-10px) scale(.9633);animation:fall-221 23s -8s linear infinite}@keyframes fall-221{46.345%{transform:translate(43.0924vw,46.345vh) scale(.9633)}to{transform:translate(39.87855vw,100vh) scale(.9633)}}.snow:nth-child(222){opacity:1.6612;transform:translate(12.6569vw,-10px) scale(.8487);animation:fall-222 20s -13s linear infinite}@keyframes fall-222{57.89%{transform:translate(11.5035vw,57.89vh) scale(.8487)}to{transform:translate(12.0802vw,100vh) scale(.8487)}}.snow:nth-child(223){opacity:1.0802;transform:translate(7.3386vw,-10px) scale(.3518);animation:fall-223 14s -29s linear infinite}@keyframes fall-223{33.954%{transform:translate(9.8253vw,33.954vh) scale(.3518)}to{transform:translate(8.58195vw,100vh) scale(.3518)}}.snow:nth-child(224){opacity:1.8582;transform:translate(66.159vw,-10px) scale(.6451);animation:fall-224 14s -25s linear infinite}@keyframes fall-224{53.14%{transform:translate(56.7575vw,53.14vh) scale(.6451)}to{transform:translate(61.45825vw,100vh) scale(.6451)}}.snow:nth-child(225){opacity:.4198;transform:translate(27.9022vw,-10px) scale(.9409);animation:fall-225 28s -14s linear infinite}@keyframes fall-225{45.683%{transform:translate(35.5977vw,45.683vh) scale(.9409)}to{transform:translate(31.74995vw,100vh) scale(.9409)}}.snow:nth-child(226){opacity:.7264;transform:translate(94.8143vw,-10px) scale(.1196);animation:fall-226 10s -30s linear infinite}@keyframes fall-226{64.072%{transform:translate(95.7987vw,64.072vh) scale(.1196)}to{transform:translate(95.3065vw,100vh) scale(.1196)}}.snow:nth-child(227){opacity:1.09;transform:translate(79.4271vw,-10px) scale(.4051);animation:fall-227 27s -11s linear infinite}@keyframes fall-227{52.774%{transform:translate(75.1923vw,52.774vh) scale(.4051)}to{transform:translate(77.3097vw,100vh) scale(.4051)}}.snow:nth-child(228){opacity:1.5428;transform:translate(86.9727vw,-10px) scale(.9561);animation:fall-228 27s -30s linear infinite}@keyframes fall-228{71.233%{transform:translate(92.7608vw,71.233vh) scale(.9561)}to{transform:translate(89.86675vw,100vh) scale(.9561)}}.snow:nth-child(229){opacity:1.3216;transform:translate(82.8011vw,-10px) scale(.9042);animation:fall-229 18s -2s linear infinite}@keyframes fall-229{68.556%{transform:translate(76.0284vw,68.556vh) scale(.9042)}to{transform:translate(79.41475vw,100vh) scale(.9042)}}.snow:nth-child(230){opacity:.3038;transform:translate(63.0316vw,-10px) scale(.6973);animation:fall-230 28s -25s linear infinite}@keyframes fall-230{45.903%{transform:translate(60.0892vw,45.903vh) scale(.6973)}to{transform:translate(61.5604vw,100vh) scale(.6973)}}.snow:nth-child(231){opacity:.0864;transform:translate(53.6633vw,-10px) scale(.4719);animation:fall-231 10s -20s linear infinite}@keyframes fall-231{74.096%{transform:translate(56.5009vw,74.096vh) scale(.4719)}to{transform:translate(55.0821vw,100vh) scale(.4719)}}.snow:nth-child(232){opacity:.7038;transform:translate(97.5416vw,-10px) scale(.1199);animation:fall-232 27s -24s linear infinite}@keyframes fall-232{32.386%{transform:translate(97.0551vw,32.386vh) scale(.1199)}to{transform:translate(97.29835vw,100vh) scale(.1199)}}.snow:nth-child(233){opacity:1.7522;transform:translate(8.1703vw,-10px) scale(.2504);animation:fall-233 20s -17s linear infinite}@keyframes fall-233{34.055%{transform:translate(15.439vw,34.055vh) scale(.2504)}to{transform:translate(11.80465vw,100vh) scale(.2504)}}.snow:nth-child(234){opacity:.8114;transform:translate(39.7105vw,-10px) scale(.7498);animation:fall-234 12s -27s linear infinite}@keyframes fall-234{56.293%{transform:translate(41.2763vw,56.293vh) scale(.7498)}to{transform:translate(40.4934vw,100vh) scale(.7498)}}.snow:nth-child(235){opacity:1.4436;transform:translate(41.5491vw,-10px) scale(.239);animation:fall-235 14s -22s linear infinite}@keyframes fall-235{41.627%{transform:translate(33.2895vw,41.627vh) scale(.239)}to{transform:translate(37.4193vw,100vh) scale(.239)}}.snow:nth-child(236){opacity:1.5638;transform:translate(55.4008vw,-10px) scale(.126);animation:fall-236 23s -6s linear infinite}@keyframes fall-236{73.58%{transform:translate(47.0962vw,73.58vh) scale(.126)}to{transform:translate(51.2485vw,100vh) scale(.126)}}.snow:nth-child(237){opacity:1.4698;transform:translate(87.8373vw,-10px) scale(.796);animation:fall-237 22s -13s linear infinite}@keyframes fall-237{58.761%{transform:translate(83.0852vw,58.761vh) scale(.796)}to{transform:translate(85.46125vw,100vh) scale(.796)}}.snow:nth-child(238){opacity:.1124;transform:translate(51.2343vw,-10px) scale(.2474);animation:fall-238 22s -10s linear infinite}@keyframes fall-238{75.635%{transform:translate(55.0866vw,75.635vh) scale(.2474)}to{transform:translate(53.16045vw,100vh) scale(.2474)}}.snow:nth-child(239){opacity:.0772;transform:translate(86.982vw,-10px) scale(.7582);animation:fall-239 13s -4s linear infinite}@keyframes fall-239{74.63%{transform:translate(96.3929vw,74.63vh) scale(.7582)}to{transform:translate(91.68745vw,100vh) scale(.7582)}}.snow:nth-child(240){opacity:1.2754;transform:translate(55.2847vw,-10px) scale(.9405);animation:fall-240 20s -21s linear infinite}@keyframes fall-240{71.455%{transform:translate(62.5431vw,71.455vh) scale(.9405)}to{transform:translate(58.9139vw,100vh) scale(.9405)}}.snow:nth-child(241){opacity:1.0572;transform:translate(38.3505vw,-10px) scale(.024);animation:fall-241 25s -4s linear infinite}@keyframes fall-241{69.982%{transform:translate(46.5903vw,69.982vh) scale(.024)}to{transform:translate(42.4704vw,100vh) scale(.024)}}.snow:nth-child(242){opacity:1.9162;transform:translate(69.3087vw,-10px) scale(.2126);animation:fall-242 25s -27s linear infinite}@keyframes fall-242{49.614%{transform:translate(70.3366vw,49.614vh) scale(.2126)}to{transform:translate(69.82265vw,100vh) scale(.2126)}}.snow:nth-child(243){opacity:.261;transform:translate(48.0199vw,-10px) scale(.4357);animation:fall-243 21s -30s linear infinite}@keyframes fall-243{73.025%{transform:translate(51.6998vw,73.025vh) scale(.4357)}to{transform:translate(49.85985vw,100vh) scale(.4357)}}.snow:nth-child(244){opacity:.3736;transform:translate(61.9258vw,-10px) scale(.6326);animation:fall-244 21s -10s linear infinite}@keyframes fall-244{67.713%{transform:translate(65.1915vw,67.713vh) scale(.6326)}to{transform:translate(63.55865vw,100vh) scale(.6326)}}.snow:nth-child(245){opacity:1.2526;transform:translate(43.7597vw,-10px) scale(.2883);animation:fall-245 25s -19s linear infinite}@keyframes fall-245{33.784%{transform:translate(52.6943vw,33.784vh) scale(.2883)}to{transform:translate(48.227vw,100vh) scale(.2883)}}.snow:nth-child(246){opacity:1.027;transform:translate(97.1566vw,-10px) scale(.5151);animation:fall-246 28s -7s linear infinite}@keyframes fall-246{67.301%{transform:translate(93.32vw,67.301vh) scale(.5151)}to{transform:translate(95.2383vw,100vh) scale(.5151)}}.snow:nth-child(247){opacity:.3722;transform:translate(72.1866vw,-10px) scale(.3816);animation:fall-247 29s -9s linear infinite}@keyframes fall-247{71.275%{transform:translate(74.6704vw,71.275vh) scale(.3816)}to{transform:translate(73.4285vw,100vh) scale(.3816)}}.snow:nth-child(248){opacity:1.8604;transform:translate(17.1331vw,-10px) scale(.1515);animation:fall-248 23s -5s linear infinite}@keyframes fall-248{61.04%{transform:translate(8.088vw,61.04vh) scale(.1515)}to{transform:translate(12.61055vw,100vh) scale(.1515)}}.snow:nth-child(249){opacity:.1456;transform:translate(35.0348vw,-10px) scale(.4113);animation:fall-249 11s -27s linear infinite}@keyframes fall-249{48.535%{transform:translate(41.5587vw,48.535vh) scale(.4113)}to{transform:translate(38.29675vw,100vh) scale(.4113)}}.snow:nth-child(250){opacity:1.259;transform:translate(29.0433vw,-10px) scale(.2257);animation:fall-250 15s -7s linear infinite}@keyframes fall-250{30.003%{transform:translate(33.7334vw,30.003vh) scale(.2257)}to{transform:translate(31.38835vw,100vh) scale(.2257)}}.snow:nth-child(251){opacity:1.4724;transform:translate(38.7026vw,-10px) scale(.1103);animation:fall-251 12s -25s linear infinite}@keyframes fall-251{66.17%{transform:translate(31.8453vw,66.17vh) scale(.1103)}to{transform:translate(35.27395vw,100vh) scale(.1103)}}.snow:nth-child(252){opacity:.4058;transform:translate(65.0389vw,-10px) scale(.3659);animation:fall-252 16s -8s linear infinite}@keyframes fall-252{38.686%{transform:translate(70.2802vw,38.686vh) scale(.3659)}to{transform:translate(67.65955vw,100vh) scale(.3659)}}.snow:nth-child(253){opacity:1.92;transform:translate(15.8503vw,-10px) scale(.143);animation:fall-253 10s -2s linear infinite}@keyframes fall-253{56.592%{transform:translate(19.3609vw,56.592vh) scale(.143)}to{transform:translate(17.6056vw,100vh) scale(.143)}}.snow:nth-child(254){opacity:1.0046;transform:translate(36.2906vw,-10px) scale(.2458);animation:fall-254 23s -11s linear infinite}@keyframes fall-254{68.767%{transform:translate(34.6648vw,68.767vh) scale(.2458)}to{transform:translate(35.4777vw,100vh) scale(.2458)}}.snow:nth-child(255){opacity:1.0982;transform:translate(27.337vw,-10px) scale(.2476);animation:fall-255 27s -27s linear infinite}@keyframes fall-255{36.481%{transform:translate(34.0979vw,36.481vh) scale(.2476)}to{transform:translate(30.71745vw,100vh) scale(.2476)}}.snow:nth-child(256){opacity:.9818;transform:translate(65.3984vw,-10px) scale(.5094);animation:fall-256 10s -8s linear infinite}@keyframes fall-256{33.235%{transform:translate(60.3054vw,33.235vh) scale(.5094)}to{transform:translate(62.8519vw,100vh) scale(.5094)}}.snow:nth-child(257){opacity:1.1448;transform:translate(97.6279vw,-10px) scale(.9772);animation:fall-257 19s -9s linear infinite}@keyframes fall-257{62.162%{transform:translate(107.4692vw,62.162vh) scale(.9772)}to{transform:translate(102.54855vw,100vh) scale(.9772)}}.snow:nth-child(258){opacity:.0116;transform:translate(98.7751vw,-10px) scale(.6478);animation:fall-258 11s -23s linear infinite}@keyframes fall-258{60.851%{transform:translate(93.9206vw,60.851vh) scale(.6478)}to{transform:translate(96.34785vw,100vh) scale(.6478)}}.snow:nth-child(259){opacity:.3684;transform:translate(11.4568vw,-10px) scale(.6784);animation:fall-259 21s -16s linear infinite}@keyframes fall-259{34.345%{transform:translate(16.2213vw,34.345vh) scale(.6784)}to{transform:translate(13.83905vw,100vh) scale(.6784)}}.snow:nth-child(260){opacity:.6894;transform:translate(99.4064vw,-10px) scale(.0726);animation:fall-260 13s -7s linear infinite}@keyframes fall-260{32.192%{transform:translate(104.6911vw,32.192vh) scale(.0726)}to{transform:translate(102.04875vw,100vh) scale(.0726)}}.snow:nth-child(261){opacity:.5604;transform:translate(18.1925vw,-10px) scale(.1527);animation:fall-261 24s -6s linear infinite}@keyframes fall-261{77.711%{transform:translate(19.644vw,77.711vh) scale(.1527)}to{transform:translate(18.91825vw,100vh) scale(.1527)}}.snow:nth-child(262){opacity:1.2424;transform:translate(97.6045vw,-10px) scale(.3485);animation:fall-262 17s -13s linear infinite}@keyframes fall-262{54.319%{transform:translate(100.4913vw,54.319vh) scale(.3485)}to{transform:translate(99.0479vw,100vh) scale(.3485)}}.snow:nth-child(263){opacity:.2908;transform:translate(45.3791vw,-10px) scale(.2424);animation:fall-263 21s -6s linear infinite}@keyframes fall-263{67.989%{transform:translate(43.8231vw,67.989vh) scale(.2424)}to{transform:translate(44.6011vw,100vh) scale(.2424)}}.snow:nth-child(264){opacity:.9372;transform:translate(60.313vw,-10px) scale(.3128);animation:fall-264 15s -11s linear infinite}@keyframes fall-264{71.122%{transform:translate(65.3503vw,71.122vh) scale(.3128)}to{transform:translate(62.83165vw,100vh) scale(.3128)}}.snow:nth-child(265){opacity:1.3612;transform:translate(70.099vw,-10px) scale(.542);animation:fall-265 26s -26s linear infinite}@keyframes fall-265{64.414%{transform:translate(60.3645vw,64.414vh) scale(.542)}to{transform:translate(65.23175vw,100vh) scale(.542)}}.snow:nth-child(266){opacity:1.3128;transform:translate(13.038vw,-10px) scale(.2647);animation:fall-266 22s -12s linear infinite}@keyframes fall-266{72.037%{transform:translate(8.5723vw,72.037vh) scale(.2647)}to{transform:translate(10.80515vw,100vh) scale(.2647)}}.snow:nth-child(267){opacity:.9382;transform:translate(36.9463vw,-10px) scale(.4292);animation:fall-267 28s -29s linear infinite}@keyframes fall-267{60.714%{transform:translate(33.6417vw,60.714vh) scale(.4292)}to{transform:translate(35.294vw,100vh) scale(.4292)}}.snow:nth-child(268){opacity:.6658;transform:translate(92.8842vw,-10px) scale(.1263);animation:fall-268 28s -17s linear infinite}@keyframes fall-268{55.972%{transform:translate(90.7284vw,55.972vh) scale(.1263)}to{transform:translate(91.8063vw,100vh) scale(.1263)}}.snow:nth-child(269){opacity:.4104;transform:translate(32.4308vw,-10px) scale(.0728);animation:fall-269 28s -24s linear infinite}@keyframes fall-269{52.592%{transform:translate(29.8745vw,52.592vh) scale(.0728)}to{transform:translate(31.15265vw,100vh) scale(.0728)}}.snow:nth-child(270){opacity:.685;transform:translate(20.4751vw,-10px) scale(.9068);animation:fall-270 26s -19s linear infinite}@keyframes fall-270{36.154%{transform:translate(17.527vw,36.154vh) scale(.9068)}to{transform:translate(19.00105vw,100vh) scale(.9068)}}.snow:nth-child(271){opacity:1.1782;transform:translate(74.7092vw,-10px) scale(.1377);animation:fall-271 13s -3s linear infinite}@keyframes fall-271{40.906%{transform:translate(64.8817vw,40.906vh) scale(.1377)}to{transform:translate(69.79545vw,100vh) scale(.1377)}}.snow:nth-child(272){opacity:1.0878;transform:translate(66.0419vw,-10px) scale(.7024);animation:fall-272 13s -11s linear infinite}@keyframes fall-272{57.331%{transform:translate(60.4408vw,57.331vh) scale(.7024)}to{transform:translate(63.24135vw,100vh) scale(.7024)}}.snow:nth-child(273){opacity:1.9552;transform:translate(27.3197vw,-10px) scale(.5194);animation:fall-273 20s -11s linear infinite}@keyframes fall-273{42.611%{transform:translate(31.7867vw,42.611vh) scale(.5194)}to{transform:translate(29.5532vw,100vh) scale(.5194)}}.snow:nth-child(274){opacity:1.3852;transform:translate(69.4379vw,-10px) scale(.7079);animation:fall-274 23s -26s linear infinite}@keyframes fall-274{78.419%{transform:translate(69.1378vw,78.419vh) scale(.7079)}to{transform:translate(69.28785vw,100vh) scale(.7079)}}.snow:nth-child(275){opacity:1.9558;transform:translate(5.5647vw,-10px) scale(.9413);animation:fall-275 21s -24s linear infinite}@keyframes fall-275{76.068%{transform:translate(9.6231vw,76.068vh) scale(.9413)}to{transform:translate(7.5939vw,100vh) scale(.9413)}}.snow:nth-child(276){opacity:.5954;transform:translate(11.4743vw,-10px) scale(.4478);animation:fall-276 20s -12s linear infinite}@keyframes fall-276{36.976%{transform:translate(11.3506vw,36.976vh) scale(.4478)}to{transform:translate(11.41245vw,100vh) scale(.4478)}}.snow:nth-child(277){opacity:1.9054;transform:translate(96.8612vw,-10px) scale(.2992);animation:fall-277 17s -16s linear infinite}@keyframes fall-277{69.61%{transform:translate(105.3514vw,69.61vh) scale(.2992)}to{transform:translate(101.1063vw,100vh) scale(.2992)}}.snow:nth-child(278){opacity:.8948;transform:translate(76.1697vw,-10px) scale(.0833);animation:fall-278 15s -28s linear infinite}@keyframes fall-278{56.735%{transform:translate(85.4452vw,56.735vh) scale(.0833)}to{transform:translate(80.80745vw,100vh) scale(.0833)}}.snow:nth-child(279){opacity:1.7868;transform:translate(27.5874vw,-10px) scale(.893);animation:fall-279 13s -11s linear infinite}@keyframes fall-279{67.551%{transform:translate(17.9065vw,67.551vh) scale(.893)}to{transform:translate(22.74695vw,100vh) scale(.893)}}.snow:nth-child(280){opacity:.143;transform:translate(37.2296vw,-10px) scale(.1937);animation:fall-280 13s -23s linear infinite}@keyframes fall-280{37.641%{transform:translate(43.9878vw,37.641vh) scale(.1937)}to{transform:translate(40.6087vw,100vh) scale(.1937)}}.snow:nth-child(281){opacity:.5326;transform:translate(62.8472vw,-10px) scale(.1367);animation:fall-281 13s -13s linear infinite}@keyframes fall-281{55.792%{transform:translate(59.399vw,55.792vh) scale(.1367)}to{transform:translate(61.1231vw,100vh) scale(.1367)}}.snow:nth-child(282){opacity:1.0142;transform:translate(17.6064vw,-10px) scale(.5429);animation:fall-282 18s -13s linear infinite}@keyframes fall-282{56.635%{transform:translate(20.272vw,56.635vh) scale(.5429)}to{transform:translate(18.9392vw,100vh) scale(.5429)}}.snow:nth-child(283){opacity:.5804;transform:translate(48.7978vw,-10px) scale(.1141);animation:fall-283 15s -7s linear infinite}@keyframes fall-283{37.803%{transform:translate(45.5059vw,37.803vh) scale(.1141)}to{transform:translate(47.15185vw,100vh) scale(.1141)}}.snow:nth-child(284){opacity:1.9814;transform:translate(52.7688vw,-10px) scale(.1719);animation:fall-284 30s -22s linear infinite}@keyframes fall-284{65%{transform:translate(51.4082vw,65vh) scale(.1719)}to{transform:translate(52.0885vw,100vh) scale(.1719)}}.snow:nth-child(285){opacity:.2862;transform:translate(58.6855vw,-10px) scale(.2807);animation:fall-285 13s -30s linear infinite}@keyframes fall-285{35.428%{transform:translate(55.5701vw,35.428vh) scale(.2807)}to{transform:translate(57.1278vw,100vh) scale(.2807)}}.snow:nth-child(286){opacity:.2094;transform:translate(71.9672vw,-10px) scale(.3535);animation:fall-286 29s -3s linear infinite}@keyframes fall-286{53.289%{transform:translate(65.057vw,53.289vh) scale(.3535)}to{transform:translate(68.5121vw,100vh) scale(.3535)}}.snow:nth-child(287){opacity:1.4254;transform:translate(59.2734vw,-10px) scale(.4087);animation:fall-287 10s -3s linear infinite}@keyframes fall-287{56.972%{transform:translate(59.9782vw,56.972vh) scale(.4087)}to{transform:translate(59.6258vw,100vh) scale(.4087)}}.snow:nth-child(288){opacity:1.5;transform:translate(44.9178vw,-10px) scale(.5371);animation:fall-288 14s -28s linear infinite}@keyframes fall-288{78.817%{transform:translate(53.5832vw,78.817vh) scale(.5371)}to{transform:translate(49.2505vw,100vh) scale(.5371)}}.snow:nth-child(289){opacity:1.1568;transform:translate(25.7556vw,-10px) scale(.9741);animation:fall-289 25s -13s linear infinite}@keyframes fall-289{38.421%{transform:translate(18.3833vw,38.421vh) scale(.9741)}to{transform:translate(22.06945vw,100vh) scale(.9741)}}.snow:nth-child(290){opacity:1.3272;transform:translate(21.3242vw,-10px) scale(.2962);animation:fall-290 17s -24s linear infinite}@keyframes fall-290{35.65%{transform:translate(28.0082vw,35.65vh) scale(.2962)}to{transform:translate(24.6662vw,100vh) scale(.2962)}}.snow:nth-child(291){opacity:1.4418;transform:translate(23.779vw,-10px) scale(.4083);animation:fall-291 26s -30s linear infinite}@keyframes fall-291{70.561%{transform:translate(29.54vw,70.561vh) scale(.4083)}to{transform:translate(26.6595vw,100vh) scale(.4083)}}.snow:nth-child(292){opacity:.3764;transform:translate(90.9146vw,-10px) scale(.0342);animation:fall-292 22s -13s linear infinite}@keyframes fall-292{77.804%{transform:translate(99.4489vw,77.804vh) scale(.0342)}to{transform:translate(95.18175vw,100vh) scale(.0342)}}.snow:nth-child(293){opacity:.2982;transform:translate(42.4578vw,-10px) scale(.7712);animation:fall-293 13s -21s linear infinite}@keyframes fall-293{68.988%{transform:translate(36.8516vw,68.988vh) scale(.7712)}to{transform:translate(39.6547vw,100vh) scale(.7712)}}.snow:nth-child(294){opacity:.5112;transform:translate(96.69vw,-10px) scale(.3806);animation:fall-294 28s -13s linear infinite}@keyframes fall-294{31.285%{transform:translate(90.1804vw,31.285vh) scale(.3806)}to{transform:translate(93.4352vw,100vh) scale(.3806)}}.snow:nth-child(295){opacity:1.9596;transform:translate(92.0568vw,-10px) scale(.5899);animation:fall-295 15s -4s linear infinite}@keyframes fall-295{79.814%{transform:translate(93.7418vw,79.814vh) scale(.5899)}to{transform:translate(92.8993vw,100vh) scale(.5899)}}.snow:nth-child(296){opacity:.2476;transform:translate(61.2032vw,-10px) scale(.3164);animation:fall-296 28s -1s linear infinite}@keyframes fall-296{32.158%{transform:translate(70.8144vw,32.158vh) scale(.3164)}to{transform:translate(66.0088vw,100vh) scale(.3164)}}.snow:nth-child(297){opacity:.4952;transform:translate(42.554vw,-10px) scale(.2793);animation:fall-297 17s -18s linear infinite}@keyframes fall-297{51.381%{transform:translate(39.4019vw,51.381vh) scale(.2793)}to{transform:translate(40.97795vw,100vh) scale(.2793)}}.snow:nth-child(298){opacity:.4884;transform:translate(29.2959vw,-10px) scale(.6565);animation:fall-298 12s -30s linear infinite}@keyframes fall-298{72.598%{transform:translate(20.3301vw,72.598vh) scale(.6565)}to{transform:translate(24.813vw,100vh) scale(.6565)}}.snow:nth-child(299){opacity:.9912;transform:translate(19.595vw,-10px) scale(.0812);animation:fall-299 15s -22s linear infinite}@keyframes fall-299{42.336%{transform:translate(12.9505vw,42.336vh) scale(.0812)}to{transform:translate(16.27275vw,100vh) scale(.0812)}}.snow:nth-child(300){opacity:.5458;transform:translate(68.9273vw,-10px) scale(.462);animation:fall-300 15s -27s linear infinite}@keyframes fall-300{53.51%{transform:translate(60.0459vw,53.51vh) scale(.462)}to{transform:translate(64.4866vw,100vh) scale(.462)}}.snow:nth-child(301){opacity:1.2736;transform:translate(48.8103vw,-10px) scale(.8796);animation:fall-301 30s -11s linear infinite}@keyframes fall-301{39.047%{transform:translate(47.9505vw,39.047vh) scale(.8796)}to{transform:translate(48.3804vw,100vh) scale(.8796)}}.snow:nth-child(302){opacity:.2194;transform:translate(83.2314vw,-10px) scale(.7508);animation:fall-302 15s -10s linear infinite}@keyframes fall-302{66.025%{transform:translate(77.4989vw,66.025vh) scale(.7508)}to{transform:translate(80.36515vw,100vh) scale(.7508)}}.snow:nth-child(303){opacity:.6846;transform:translate(12.3778vw,-10px) scale(.1778);animation:fall-303 25s -11s linear infinite}@keyframes fall-303{37.403%{transform:translate(6.1914vw,37.403vh) scale(.1778)}to{transform:translate(9.2846vw,100vh) scale(.1778)}}.snow:nth-child(304){opacity:1.0464;transform:translate(95.245vw,-10px) scale(.7604);animation:fall-304 10s -14s linear infinite}@keyframes fall-304{74.672%{transform:translate(104.6508vw,74.672vh) scale(.7604)}to{transform:translate(99.9479vw,100vh) scale(.7604)}}.snow:nth-child(305){opacity:.5316;transform:translate(80.9988vw,-10px) scale(.5927);animation:fall-305 20s -20s linear infinite}@keyframes fall-305{67.61%{transform:translate(87.3777vw,67.61vh) scale(.5927)}to{transform:translate(84.18825vw,100vh) scale(.5927)}}.snow:nth-child(306){opacity:1.2044;transform:translate(83.3075vw,-10px) scale(.9542);animation:fall-306 17s -10s linear infinite}@keyframes fall-306{44.555%{transform:translate(92.9035vw,44.555vh) scale(.9542)}to{transform:translate(88.1055vw,100vh) scale(.9542)}}.snow:nth-child(307){opacity:.1816;transform:translate(24.8488vw,-10px) scale(.8976);animation:fall-307 29s -3s linear infinite}@keyframes fall-307{71.194%{transform:translate(28.9197vw,71.194vh) scale(.8976)}to{transform:translate(26.88425vw,100vh) scale(.8976)}}.snow:nth-child(308){opacity:.5898;transform:translate(82.8485vw,-10px) scale(.4725);animation:fall-308 18s -8s linear infinite}@keyframes fall-308{36.127%{transform:translate(89.6656vw,36.127vh) scale(.4725)}to{transform:translate(86.25705vw,100vh) scale(.4725)}}.snow:nth-child(309){opacity:.986;transform:translate(65.0628vw,-10px) scale(.0632);animation:fall-309 16s -12s linear infinite}@keyframes fall-309{70.838%{transform:translate(64.7949vw,70.838vh) scale(.0632)}to{transform:translate(64.92885vw,100vh) scale(.0632)}}.snow:nth-child(310){opacity:1.0976;transform:translate(86.2514vw,-10px) scale(.9826);animation:fall-310 29s -9s linear infinite}@keyframes fall-310{57.84%{transform:translate(90.3697vw,57.84vh) scale(.9826)}to{transform:translate(88.31055vw,100vh) scale(.9826)}}.snow:nth-child(311){opacity:.4426;transform:translate(76.6123vw,-10px) scale(.4014);animation:fall-311 17s -3s linear infinite}@keyframes fall-311{58.721%{transform:translate(77.1711vw,58.721vh) scale(.4014)}to{transform:translate(76.8917vw,100vh) scale(.4014)}}.snow:nth-child(312){opacity:.6282;transform:translate(14.4493vw,-10px) scale(.8879);animation:fall-312 17s -29s linear infinite}@keyframes fall-312{57.089%{transform:translate(6.9131vw,57.089vh) scale(.8879)}to{transform:translate(10.6812vw,100vh) scale(.8879)}}.snow:nth-child(313){opacity:1.8904;transform:translate(19.5013vw,-10px) scale(.11);animation:fall-313 14s -25s linear infinite}@keyframes fall-313{60.888%{transform:translate(12.1515vw,60.888vh) scale(.11)}to{transform:translate(15.8264vw,100vh) scale(.11)}}.snow:nth-child(314){opacity:.976;transform:translate(51.7191vw,-10px) scale(.6603);animation:fall-314 19s -12s linear infinite}@keyframes fall-314{42.589%{transform:translate(47.1199vw,42.589vh) scale(.6603)}to{transform:translate(49.4195vw,100vh) scale(.6603)}}.snow:nth-child(315){opacity:1.8622;transform:translate(80.111vw,-10px) scale(.5511);animation:fall-315 26s -21s linear infinite}@keyframes fall-315{69.325%{transform:translate(88.3735vw,69.325vh) scale(.5511)}to{transform:translate(84.24225vw,100vh) scale(.5511)}}.snow:nth-child(316){opacity:1.291;transform:translate(22.315vw,-10px) scale(.4146);animation:fall-316 29s -7s linear infinite}@keyframes fall-316{47.143%{transform:translate(31.6833vw,47.143vh) scale(.4146)}to{transform:translate(26.99915vw,100vh) scale(.4146)}}.snow:nth-child(317){opacity:1.0112;transform:translate(17.5769vw,-10px) scale(.66);animation:fall-317 18s -16s linear infinite}@keyframes fall-317{51.346%{transform:translate(9.8178vw,51.346vh) scale(.66)}to{transform:translate(13.69735vw,100vh) scale(.66)}}.snow:nth-child(318){opacity:1.0966;transform:translate(43.3928vw,-10px) scale(.7022);animation:fall-318 19s -30s linear infinite}@keyframes fall-318{61.592%{transform:translate(41.6689vw,61.592vh) scale(.7022)}to{transform:translate(42.53085vw,100vh) scale(.7022)}}.snow:nth-child(319){opacity:.826;transform:translate(68.8032vw,-10px) scale(.0909);animation:fall-319 20s -1s linear infinite}@keyframes fall-319{62.434%{transform:translate(59.66vw,62.434vh) scale(.0909)}to{transform:translate(64.2316vw,100vh) scale(.0909)}}.snow:nth-child(320){opacity:1.5098;transform:translate(26.372vw,-10px) scale(.32);animation:fall-320 10s -9s linear infinite}@keyframes fall-320{36.452%{transform:translate(26.0497vw,36.452vh) scale(.32)}to{transform:translate(26.21085vw,100vh) scale(.32)}}.snow:nth-child(321){opacity:1.187;transform:translate(18.7293vw,-10px) scale(.4068);animation:fall-321 27s -13s linear infinite}@keyframes fall-321{34.188%{transform:translate(19.6119vw,34.188vh) scale(.4068)}to{transform:translate(19.1706vw,100vh) scale(.4068)}}.snow:nth-child(322){opacity:1.1614;transform:translate(89.5371vw,-10px) scale(.1112);animation:fall-322 17s -3s linear infinite}@keyframes fall-322{69.882%{transform:translate(88.2005vw,69.882vh) scale(.1112)}to{transform:translate(88.8688vw,100vh) scale(.1112)}}.snow:nth-child(323){opacity:1.0434;transform:translate(86.0233vw,-10px) scale(.3772);animation:fall-323 23s -11s linear infinite}@keyframes fall-323{70.332%{transform:translate(76.4655vw,70.332vh) scale(.3772)}to{transform:translate(81.2444vw,100vh) scale(.3772)}}.snow:nth-child(324){opacity:.0426;transform:translate(52.6928vw,-10px) scale(.5487);animation:fall-324 15s -3s linear infinite}@keyframes fall-324{75.107%{transform:translate(58.4741vw,75.107vh) scale(.5487)}to{transform:translate(55.58345vw,100vh) scale(.5487)}}.snow:nth-child(325){opacity:.8206;transform:translate(21.643vw,-10px) scale(.9097);animation:fall-325 28s -15s linear infinite}@keyframes fall-325{58.215%{transform:translate(24.9397vw,58.215vh) scale(.9097)}to{transform:translate(23.29135vw,100vh) scale(.9097)}}.snow:nth-child(326){opacity:1.1524;transform:translate(21.2795vw,-10px) scale(.0566);animation:fall-326 15s -29s linear infinite}@keyframes fall-326{48.147%{transform:translate(19.9672vw,48.147vh) scale(.0566)}to{transform:translate(20.62335vw,100vh) scale(.0566)}}.snow:nth-child(327){opacity:.876;transform:translate(18.4404vw,-10px) scale(.2919);animation:fall-327 17s -6s linear infinite}@keyframes fall-327{54.223%{transform:translate(23.2861vw,54.223vh) scale(.2919)}to{transform:translate(20.86325vw,100vh) scale(.2919)}}.snow:nth-child(328){opacity:.1036;transform:translate(49.8393vw,-10px) scale(.4492);animation:fall-328 29s -2s linear infinite}@keyframes fall-328{63.522%{transform:translate(42.0654vw,63.522vh) scale(.4492)}to{transform:translate(45.95235vw,100vh) scale(.4492)}}.snow:nth-child(329){opacity:.3982;transform:translate(37.649vw,-10px) scale(.0685);animation:fall-329 14s -4s linear infinite}@keyframes fall-329{61.103%{transform:translate(45.4933vw,61.103vh) scale(.0685)}to{transform:translate(41.57115vw,100vh) scale(.0685)}}.snow:nth-child(330){opacity:.1846;transform:translate(82.4737vw,-10px) scale(.3193);animation:fall-330 21s -9s linear infinite}@keyframes fall-330{34.019%{transform:translate(84.6661vw,34.019vh) scale(.3193)}to{transform:translate(83.5699vw,100vh) scale(.3193)}}.snow:nth-child(331){opacity:.4098;transform:translate(81.0615vw,-10px) scale(.4451);animation:fall-331 24s -21s linear infinite}@keyframes fall-331{74.541%{transform:translate(89.4868vw,74.541vh) scale(.4451)}to{transform:translate(85.27415vw,100vh) scale(.4451)}}.snow:nth-child(332){opacity:1.7782;transform:translate(17.1655vw,-10px) scale(.6604);animation:fall-332 14s -15s linear infinite}@keyframes fall-332{67.064%{transform:translate(9.6994vw,67.064vh) scale(.6604)}to{transform:translate(13.43245vw,100vh) scale(.6604)}}.snow:nth-child(333){opacity:1.725;transform:translate(15.2967vw,-10px) scale(.1557);animation:fall-333 14s -6s linear infinite}@keyframes fall-333{70.959%{transform:translate(11.8527vw,70.959vh) scale(.1557)}to{transform:translate(13.5747vw,100vh) scale(.1557)}}.snow:nth-child(334){opacity:.7312;transform:translate(31.1391vw,-10px) scale(.756);animation:fall-334 30s -22s linear infinite}@keyframes fall-334{70.136%{transform:translate(33.9227vw,70.136vh) scale(.756)}to{transform:translate(32.5309vw,100vh) scale(.756)}}.snow:nth-child(335){opacity:.988;transform:translate(63.0197vw,-10px) scale(.0142);animation:fall-335 16s -24s linear infinite}@keyframes fall-335{79.621%{transform:translate(62.9124vw,79.621vh) scale(.0142)}to{transform:translate(62.96605vw,100vh) scale(.0142)}}.snow:nth-child(336){opacity:1.511;transform:translate(71.6175vw,-10px) scale(.4237);animation:fall-336 13s -24s linear infinite}@keyframes fall-336{46.588%{transform:translate(81.5275vw,46.588vh) scale(.4237)}to{transform:translate(76.5725vw,100vh) scale(.4237)}}.snow:nth-child(337){opacity:.9548;transform:translate(92.3051vw,-10px) scale(.2698);animation:fall-337 18s -6s linear infinite}@keyframes fall-337{76.63%{transform:translate(88.4066vw,76.63vh) scale(.2698)}to{transform:translate(90.35585vw,100vh) scale(.2698)}}.snow:nth-child(338){opacity:1.3576;transform:translate(77.7856vw,-10px) scale(.5176);animation:fall-338 12s -23s linear infinite}@keyframes fall-338{41.856%{transform:translate(68.8308vw,41.856vh) scale(.5176)}to{transform:translate(73.3082vw,100vh) scale(.5176)}}.snow:nth-child(339){opacity:.8352;transform:translate(30.4904vw,-10px) scale(.6864);animation:fall-339 21s -10s linear infinite}@keyframes fall-339{45.773%{transform:translate(27.3008vw,45.773vh) scale(.6864)}to{transform:translate(28.8956vw,100vh) scale(.6864)}}.snow:nth-child(340){opacity:1.974;transform:translate(50.4698vw,-10px) scale(.4721);animation:fall-340 10s -16s linear infinite}@keyframes fall-340{74.132%{transform:translate(55.012vw,74.132vh) scale(.4721)}to{transform:translate(52.7409vw,100vh) scale(.4721)}}.snow:nth-child(341){opacity:1.3772;transform:translate(29.3549vw,-10px) scale(.1523);animation:fall-341 27s -28s linear infinite}@keyframes fall-341{44.528%{transform:translate(35.7627vw,44.528vh) scale(.1523)}to{transform:translate(32.5588vw,100vh) scale(.1523)}}.snow:nth-child(342){opacity:.835;transform:translate(55.0923vw,-10px) scale(.7015);animation:fall-342 12s -27s linear infinite}@keyframes fall-342{47.852%{transform:translate(61.0741vw,47.852vh) scale(.7015)}to{transform:translate(58.0832vw,100vh) scale(.7015)}}.snow:nth-child(343){opacity:.2904;transform:translate(34.3985vw,-10px) scale(.758);animation:fall-343 27s -6s linear infinite}@keyframes fall-343{78.625%{transform:translate(32.271vw,78.625vh) scale(.758)}to{transform:translate(33.33475vw,100vh) scale(.758)}}.snow:nth-child(344){opacity:1.98;transform:translate(62.7027vw,-10px) scale(.0055);animation:fall-344 16s -9s linear infinite}@keyframes fall-344{51.013%{transform:translate(63.938vw,51.013vh) scale(.0055)}to{transform:translate(63.32035vw,100vh) scale(.0055)}}.snow:nth-child(345){opacity:1.1088;transform:translate(50.6732vw,-10px) scale(.5649);animation:fall-345 19s -13s linear infinite}@keyframes fall-345{74.513%{transform:translate(51.9451vw,74.513vh) scale(.5649)}to{transform:translate(51.30915vw,100vh) scale(.5649)}}.snow:nth-child(346){opacity:1.7344;transform:translate(24.4828vw,-10px) scale(.2811);animation:fall-346 18s -16s linear infinite}@keyframes fall-346{30.567%{transform:translate(33.8484vw,30.567vh) scale(.2811)}to{transform:translate(29.1656vw,100vh) scale(.2811)}}.snow:nth-child(347){opacity:.9164;transform:translate(78.6872vw,-10px) scale(.3074);animation:fall-347 22s -14s linear infinite}@keyframes fall-347{32.245%{transform:translate(84.5642vw,32.245vh) scale(.3074)}to{transform:translate(81.6257vw,100vh) scale(.3074)}}.snow:nth-child(348){opacity:1.4718;transform:translate(68.7621vw,-10px) scale(.3889);animation:fall-348 28s -26s linear infinite}@keyframes fall-348{49.729%{transform:translate(73.4148vw,49.729vh) scale(.3889)}to{transform:translate(71.08845vw,100vh) scale(.3889)}}.snow:nth-child(349){opacity:.3316;transform:translate(12.9919vw,-10px) scale(.4279);animation:fall-349 28s -15s linear infinite}@keyframes fall-349{62.559%{transform:translate(6.165vw,62.559vh) scale(.4279)}to{transform:translate(9.57845vw,100vh) scale(.4279)}}.snow:nth-child(350){opacity:.7728;transform:translate(50.6808vw,-10px) scale(.9381);animation:fall-350 13s -23s linear infinite}@keyframes fall-350{54.631%{transform:translate(57.5131vw,54.631vh) scale(.9381)}to{transform:translate(54.09695vw,100vh) scale(.9381)}}.snow:nth-child(351){opacity:.5622;transform:translate(21.7648vw,-10px) scale(.5304);animation:fall-351 26s -21s linear infinite}@keyframes fall-351{56.726%{transform:translate(16.2726vw,56.726vh) scale(.5304)}to{transform:translate(19.0187vw,100vh) scale(.5304)}}.snow:nth-child(352){opacity:.8968;transform:translate(77.2086vw,-10px) scale(.4361);animation:fall-352 24s -13s linear infinite}@keyframes fall-352{60.401%{transform:translate(73.8485vw,60.401vh) scale(.4361)}to{transform:translate(75.52855vw,100vh) scale(.4361)}}.snow:nth-child(353){opacity:.9592;transform:translate(97.7528vw,-10px) scale(.8911);animation:fall-353 11s -18s linear infinite}@keyframes fall-353{59.394%{transform:translate(98.0759vw,59.394vh) scale(.8911)}to{transform:translate(97.91435vw,100vh) scale(.8911)}}.snow:nth-child(354){opacity:.3234;transform:translate(75.6749vw,-10px) scale(.8773);animation:fall-354 20s -7s linear infinite}@keyframes fall-354{48.668%{transform:translate(71.5323vw,48.668vh) scale(.8773)}to{transform:translate(73.6036vw,100vh) scale(.8773)}}.snow:nth-child(355){opacity:.0578;transform:translate(43.6555vw,-10px) scale(.2357);animation:fall-355 26s -21s linear infinite}@keyframes fall-355{79.284%{transform:translate(41.6211vw,79.284vh) scale(.2357)}to{transform:translate(42.6383vw,100vh) scale(.2357)}}.snow:nth-child(356){opacity:1.7554;transform:translate(4.1vw,-10px) scale(.6711);animation:fall-356 10s -18s linear infinite}@keyframes fall-356{43.429%{transform:translate(-1.1029vw,43.429vh) scale(.6711)}to{transform:translate(1.49855vw,100vh) scale(.6711)}}.snow:nth-child(357){opacity:.0366;transform:translate(55.0351vw,-10px) scale(.6607);animation:fall-357 24s -30s linear infinite}@keyframes fall-357{32.23%{transform:translate(61.8758vw,32.23vh) scale(.6607)}to{transform:translate(58.45545vw,100vh) scale(.6607)}}.snow:nth-child(358){opacity:1.7416;transform:translate(82.5435vw,-10px) scale(.146);animation:fall-358 24s -4s linear infinite}@keyframes fall-358{38.425%{transform:translate(72.6804vw,38.425vh) scale(.146)}to{transform:translate(77.61195vw,100vh) scale(.146)}}.snow:nth-child(359){opacity:1.8754;transform:translate(80.9152vw,-10px) scale(.5188);animation:fall-359 25s -28s linear infinite}@keyframes fall-359{50.61%{transform:translate(81.3157vw,50.61vh) scale(.5188)}to{transform:translate(81.11545vw,100vh) scale(.5188)}}.snow:nth-child(360){opacity:.671;transform:translate(69.9755vw,-10px) scale(.4794);animation:fall-360 18s -19s linear infinite}@keyframes fall-360{41.73%{transform:translate(74.3356vw,41.73vh) scale(.4794)}to{transform:translate(72.15555vw,100vh) scale(.4794)}}.snow:nth-child(361){opacity:1.1428;transform:translate(38.3785vw,-10px) scale(.8811);animation:fall-361 10s -1s linear infinite}@keyframes fall-361{44.178%{transform:translate(47.9761vw,44.178vh) scale(.8811)}to{transform:translate(43.1773vw,100vh) scale(.8811)}}.snow:nth-child(362){opacity:1.0318;transform:translate(27.7273vw,-10px) scale(.0281);animation:fall-362 29s -27s linear infinite}@keyframes fall-362{42.634%{transform:translate(32.2961vw,42.634vh) scale(.0281)}to{transform:translate(30.0117vw,100vh) scale(.0281)}}.snow:nth-child(363){opacity:1.36;transform:translate(4.6908vw,-10px) scale(.8542);animation:fall-363 22s -28s linear infinite}@keyframes fall-363{79.998%{transform:translate(-3.4558vw,79.998vh) scale(.8542)}to{transform:translate(.6175vw,100vh) scale(.8542)}}.snow:nth-child(364){opacity:.702;transform:translate(70.9213vw,-10px) scale(.918);animation:fall-364 29s -18s linear infinite}@keyframes fall-364{68.252%{transform:translate(66.3794vw,68.252vh) scale(.918)}to{transform:translate(68.65035vw,100vh) scale(.918)}}.snow:nth-child(365){opacity:.7772;transform:translate(62.2358vw,-10px) scale(.4487);animation:fall-365 26s -7s linear infinite}@keyframes fall-365{48.403%{transform:translate(58.0294vw,48.403vh) scale(.4487)}to{transform:translate(60.1326vw,100vh) scale(.4487)}}.snow:nth-child(366){opacity:.194;transform:translate(10.3969vw,-10px) scale(.097);animation:fall-366 17s -24s linear infinite}@keyframes fall-366{47.011%{transform:translate(3.7526vw,47.011vh) scale(.097)}to{transform:translate(7.07475vw,100vh) scale(.097)}}.snow:nth-child(367){opacity:.5246;transform:translate(74.0084vw,-10px) scale(.8764);animation:fall-367 26s -24s linear infinite}@keyframes fall-367{66.559%{transform:translate(79.475vw,66.559vh) scale(.8764)}to{transform:translate(76.7417vw,100vh) scale(.8764)}}.snow:nth-child(368){opacity:1.2892;transform:translate(27.4659vw,-10px) scale(.317);animation:fall-368 17s -27s linear infinite}@keyframes fall-368{50.321%{transform:translate(25.7006vw,50.321vh) scale(.317)}to{transform:translate(26.58325vw,100vh) scale(.317)}}.snow:nth-child(369){opacity:.4234;transform:translate(37.2715vw,-10px) scale(.6341);animation:fall-369 25s -1s linear infinite}@keyframes fall-369{44.219%{transform:translate(35.7845vw,44.219vh) scale(.6341)}to{transform:translate(36.528vw,100vh) scale(.6341)}}.snow:nth-child(370){opacity:1.24;transform:translate(60.4882vw,-10px) scale(.3019);animation:fall-370 25s -12s linear infinite}@keyframes fall-370{44.39%{transform:translate(51.2737vw,44.39vh) scale(.3019)}to{transform:translate(55.88095vw,100vh) scale(.3019)}}.snow:nth-child(371){opacity:1.4528;transform:translate(7.5273vw,-10px) scale(.0117);animation:fall-371 10s -8s linear infinite}@keyframes fall-371{71.515%{transform:translate(4.7566vw,71.515vh) scale(.0117)}to{transform:translate(6.14195vw,100vh) scale(.0117)}}.snow:nth-child(372){opacity:1.838;transform:translate(58.9781vw,-10px) scale(.7582);animation:fall-372 19s -30s linear infinite}@keyframes fall-372{67.178%{transform:translate(66.5133vw,67.178vh) scale(.7582)}to{transform:translate(62.7457vw,100vh) scale(.7582)}}.snow:nth-child(373){opacity:.9998;transform:translate(78.0047vw,-10px) scale(.9231);animation:fall-373 23s -4s linear infinite}@keyframes fall-373{65.379%{transform:translate(71.9854vw,65.379vh) scale(.9231)}to{transform:translate(74.99505vw,100vh) scale(.9231)}}.snow:nth-child(374){opacity:.085;transform:translate(75.0457vw,-10px) scale(.8768);animation:fall-374 17s -3s linear infinite}@keyframes fall-374{71.11%{transform:translate(66.3177vw,71.11vh) scale(.8768)}to{transform:translate(70.6817vw,100vh) scale(.8768)}}.snow:nth-child(375){opacity:.3506;transform:translate(39.6802vw,-10px) scale(.1494);animation:fall-375 29s -1s linear infinite}@keyframes fall-375{64.275%{transform:translate(29.9208vw,64.275vh) scale(.1494)}to{transform:translate(34.8005vw,100vh) scale(.1494)}}.snow:nth-child(376){opacity:1.7214;transform:translate(29.5893vw,-10px) scale(.0388);animation:fall-376 20s -25s linear infinite}@keyframes fall-376{30.569%{transform:translate(24.5683vw,30.569vh) scale(.0388)}to{transform:translate(27.0788vw,100vh) scale(.0388)}}.snow:nth-child(377){opacity:1.411;transform:translate(27.4631vw,-10px) scale(.564);animation:fall-377 24s -25s linear infinite}@keyframes fall-377{45.943%{transform:translate(30.4285vw,45.943vh) scale(.564)}to{transform:translate(28.9458vw,100vh) scale(.564)}}.snow:nth-child(378){opacity:.1326;transform:translate(23.8106vw,-10px) scale(.6132);animation:fall-378 25s -3s linear infinite}@keyframes fall-378{75.874%{transform:translate(19.4425vw,75.874vh) scale(.6132)}to{transform:translate(21.62655vw,100vh) scale(.6132)}}.snow:nth-child(379){opacity:.4412;transform:translate(32.5155vw,-10px) scale(.8677);animation:fall-379 12s -23s linear infinite}@keyframes fall-379{63.285%{transform:translate(32.9538vw,63.285vh) scale(.8677)}to{transform:translate(32.73465vw,100vh) scale(.8677)}}.snow:nth-child(380){opacity:1.813;transform:translate(28.1101vw,-10px) scale(.9817);animation:fall-380 13s -15s linear infinite}@keyframes fall-380{30.004%{transform:translate(18.1499vw,30.004vh) scale(.9817)}to{transform:translate(23.13vw,100vh) scale(.9817)}}.snow:nth-child(381){opacity:.5056;transform:translate(28.1004vw,-10px) scale(.7642);animation:fall-381 10s -6s linear infinite}@keyframes fall-381{78.316%{transform:translate(31.2767vw,78.316vh) scale(.7642)}to{transform:translate(29.68855vw,100vh) scale(.7642)}}.snow:nth-child(382){opacity:.8384;transform:translate(17.6775vw,-10px) scale(.6525);animation:fall-382 28s -14s linear infinite}@keyframes fall-382{73.199%{transform:translate(23.6462vw,73.199vh) scale(.6525)}to{transform:translate(20.66185vw,100vh) scale(.6525)}}.snow:nth-child(383){opacity:1.064;transform:translate(77.4233vw,-10px) scale(.6542);animation:fall-383 17s -11s linear infinite}@keyframes fall-383{63.42%{transform:translate(73.9551vw,63.42vh) scale(.6542)}to{transform:translate(75.6892vw,100vh) scale(.6542)}}.snow:nth-child(384){opacity:.1944;transform:translate(2.9355vw,-10px) scale(.6445);animation:fall-384 18s -24s linear infinite}@keyframes fall-384{60.774%{transform:translate(6.3385vw,60.774vh) scale(.6445)}to{transform:translate(4.637vw,100vh) scale(.6445)}}.snow:nth-child(385){opacity:1.9652;transform:translate(98.3373vw,-10px) scale(.8985);animation:fall-385 29s -8s linear infinite}@keyframes fall-385{78.282%{transform:translate(100.1576vw,78.282vh) scale(.8985)}to{transform:translate(99.24745vw,100vh) scale(.8985)}}.snow:nth-child(386){opacity:.2436;transform:translate(8.5086vw,-10px) scale(.7349);animation:fall-386 22s -17s linear infinite}@keyframes fall-386{58.796%{transform:translate(-.1042vw,58.796vh) scale(.7349)}to{transform:translate(4.2022vw,100vh) scale(.7349)}}.snow:nth-child(387){opacity:1.7788;transform:translate(45.6232vw,-10px) scale(.6542);animation:fall-387 18s -16s linear infinite}@keyframes fall-387{46.171%{transform:translate(54.7289vw,46.171vh) scale(.6542)}to{transform:translate(50.17605vw,100vh) scale(.6542)}}.snow:nth-child(388){opacity:.6826;transform:translate(46.1325vw,-10px) scale(.5878);animation:fall-388 28s -5s linear infinite}@keyframes fall-388{59.112%{transform:translate(40.6465vw,59.112vh) scale(.5878)}to{transform:translate(43.3895vw,100vh) scale(.5878)}}.snow:nth-child(389){opacity:1.5336;transform:translate(37.3729vw,-10px) scale(.8969);animation:fall-389 14s -13s linear infinite}@keyframes fall-389{65.79%{transform:translate(32.9924vw,65.79vh) scale(.8969)}to{transform:translate(35.18265vw,100vh) scale(.8969)}}.snow:nth-child(390){opacity:.4994;transform:translate(54.0781vw,-10px) scale(.3351);animation:fall-390 24s -17s linear infinite}@keyframes fall-390{57.078%{transform:translate(46.2774vw,57.078vh) scale(.3351)}to{transform:translate(50.17775vw,100vh) scale(.3351)}}.snow:nth-child(391){opacity:.851;transform:translate(45.3728vw,-10px) scale(.1222);animation:fall-391 13s -29s linear infinite}@keyframes fall-391{46.924%{transform:translate(40.5515vw,46.924vh) scale(.1222)}to{transform:translate(42.96215vw,100vh) scale(.1222)}}.snow:nth-child(392){opacity:1.749;transform:translate(16.6682vw,-10px) scale(.6186);animation:fall-392 30s -10s linear infinite}@keyframes fall-392{68.042%{transform:translate(15.5031vw,68.042vh) scale(.6186)}to{transform:translate(16.08565vw,100vh) scale(.6186)}}.snow:nth-child(393){opacity:1.5156;transform:translate(80.3293vw,-10px) scale(.1083);animation:fall-393 22s -26s linear infinite}@keyframes fall-393{68.011%{transform:translate(85.7699vw,68.011vh) scale(.1083)}to{transform:translate(83.0496vw,100vh) scale(.1083)}}.snow:nth-child(394){opacity:.4016;transform:translate(85.2581vw,-10px) scale(.936);animation:fall-394 28s -15s linear infinite}@keyframes fall-394{76.309%{transform:translate(84.9816vw,76.309vh) scale(.936)}to{transform:translate(85.11985vw,100vh) scale(.936)}}.snow:nth-child(395){opacity:1.343;transform:translate(51.1748vw,-10px) scale(.5866);animation:fall-395 20s -18s linear infinite}@keyframes fall-395{33.424%{transform:translate(59.4025vw,33.424vh) scale(.5866)}to{transform:translate(55.28865vw,100vh) scale(.5866)}}.snow:nth-child(396){opacity:1.9346;transform:translate(28.0081vw,-10px) scale(.9284);animation:fall-396 26s -22s linear infinite}@keyframes fall-396{76.375%{transform:translate(25.8457vw,76.375vh) scale(.9284)}to{transform:translate(26.9269vw,100vh) scale(.9284)}}.snow:nth-child(397){opacity:1.5228;transform:translate(20.6694vw,-10px) scale(.4263);animation:fall-397 16s -6s linear infinite}@keyframes fall-397{42.69%{transform:translate(19.0048vw,42.69vh) scale(.4263)}to{transform:translate(19.8371vw,100vh) scale(.4263)}}.snow:nth-child(398){opacity:1.3242;transform:translate(93.7081vw,-10px) scale(.4463);animation:fall-398 13s -28s linear infinite}@keyframes fall-398{63.284%{transform:translate(88.2003vw,63.284vh) scale(.4463)}to{transform:translate(90.9542vw,100vh) scale(.4463)}}.snow:nth-child(399){opacity:.7286;transform:translate(42.5767vw,-10px) scale(.1447);animation:fall-399 11s -6s linear infinite}@keyframes fall-399{35.75%{transform:translate(38.8523vw,35.75vh) scale(.1447)}to{transform:translate(40.7145vw,100vh) scale(.1447)}}.snow:nth-child(400){opacity:1.0378;transform:translate(55.0428vw,-10px) scale(.5391);animation:fall-400 13s -29s linear infinite}@keyframes fall-400{60.458%{transform:translate(59.3694vw,60.458vh) scale(.5391)}to{transform:translate(57.2061vw,100vh) scale(.5391)}}\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:.4446;transform:translate(91.8562vw,-10px) scale(.5782);animation:fall-1 13s -18s linear infinite}@keyframes fall-1{57.415%{transform:translate(83.0318vw,57.415vh) scale(.5782)}to{transform:translate(87.444vw,100vh) scale(.5782)}}.snow:nth-child(2){opacity:.4124;transform:translate(64.1242vw,-10px) scale(.5481);animation:fall-2 27s -8s linear infinite}@keyframes fall-2{69.017%{transform:translate(56.598vw,69.017vh) scale(.5481)}to{transform:translate(60.3611vw,100vh) scale(.5481)}}.snow:nth-child(3){opacity:.3578;transform:translate(12.2993vw,-10px) scale(.2304);animation:fall-3 28s -17s linear infinite}@keyframes fall-3{44.304%{transform:translate(6.3168vw,44.304vh) scale(.2304)}to{transform:translate(9.30805vw,100vh) scale(.2304)}}.snow:nth-child(4){opacity:.4272;transform:translate(76.0055vw,-10px) scale(.997);animation:fall-4 30s -10s linear infinite}@keyframes fall-4{45.31%{transform:translate(75.5374vw,45.31vh) scale(.997)}to{transform:translate(75.77145vw,100vh) scale(.997)}}.snow:nth-child(5){opacity:1.1952;transform:translate(96.3688vw,-10px) scale(.1419);animation:fall-5 15s -1s linear infinite}@keyframes fall-5{76.412%{transform:translate(97.6245vw,76.412vh) scale(.1419)}to{transform:translate(96.99665vw,100vh) scale(.1419)}}.snow:nth-child(6){opacity:1.0498;transform:translate(62.7073vw,-10px) scale(.5997);animation:fall-6 15s -19s linear infinite}@keyframes fall-6{44.454%{transform:translate(65.7061vw,44.454vh) scale(.5997)}to{transform:translate(64.2067vw,100vh) scale(.5997)}}.snow:nth-child(7){opacity:.0746;transform:translate(48.7274vw,-10px) scale(.0913);animation:fall-7 26s -27s linear infinite}@keyframes fall-7{64.148%{transform:translate(58.4464vw,64.148vh) scale(.0913)}to{transform:translate(53.5869vw,100vh) scale(.0913)}}.snow:nth-child(8){opacity:1.4896;transform:translate(4.8407vw,-10px) scale(.8436);animation:fall-8 20s -7s linear infinite}@keyframes fall-8{68.078%{transform:translate(14.3312vw,68.078vh) scale(.8436)}to{transform:translate(9.58595vw,100vh) scale(.8436)}}.snow:nth-child(9){opacity:.1508;transform:translate(43.3743vw,-10px) scale(.0997);animation:fall-9 14s -6s linear infinite}@keyframes fall-9{30.405%{transform:translate(44.9934vw,30.405vh) scale(.0997)}to{transform:translate(44.18385vw,100vh) scale(.0997)}}.snow:nth-child(10){opacity:1.7756;transform:translate(9.9758vw,-10px) scale(.1416);animation:fall-10 17s -27s linear infinite}@keyframes fall-10{38.685%{transform:translate(5.9016vw,38.685vh) scale(.1416)}to{transform:translate(7.9387vw,100vh) scale(.1416)}}.snow:nth-child(11){opacity:.3886;transform:translate(49.2651vw,-10px) scale(.3002);animation:fall-11 23s -7s linear infinite}@keyframes fall-11{63.515%{transform:translate(50.9978vw,63.515vh) scale(.3002)}to{transform:translate(50.13145vw,100vh) scale(.3002)}}.snow:nth-child(12){opacity:.246;transform:translate(78.8609vw,-10px) scale(.3966);animation:fall-12 10s -15s linear infinite}@keyframes fall-12{31.752%{transform:translate(72.407vw,31.752vh) scale(.3966)}to{transform:translate(75.63395vw,100vh) scale(.3966)}}.snow:nth-child(13){opacity:1.6152;transform:translate(69.8887vw,-10px) scale(.8639);animation:fall-13 13s -23s linear infinite}@keyframes fall-13{42.735%{transform:translate(68.252vw,42.735vh) scale(.8639)}to{transform:translate(69.07035vw,100vh) scale(.8639)}}.snow:nth-child(14){opacity:1.0928;transform:translate(67.8316vw,-10px) scale(.3665);animation:fall-14 26s -5s linear infinite}@keyframes fall-14{78.324%{transform:translate(59.9723vw,78.324vh) scale(.3665)}to{transform:translate(63.90195vw,100vh) scale(.3665)}}.snow:nth-child(15){opacity:.6632;transform:translate(26.7832vw,-10px) scale(.0244);animation:fall-15 15s -3s linear infinite}@keyframes fall-15{50.572%{transform:translate(32.6497vw,50.572vh) scale(.0244)}to{transform:translate(29.71645vw,100vh) scale(.0244)}}.snow:nth-child(16){opacity:.8728;transform:translate(21.9021vw,-10px) scale(.3369);animation:fall-16 11s -5s linear infinite}@keyframes fall-16{44.571%{transform:translate(21.2964vw,44.571vh) scale(.3369)}to{transform:translate(21.59925vw,100vh) scale(.3369)}}.snow:nth-child(17){opacity:1.881;transform:translate(71.5543vw,-10px) scale(.6991);animation:fall-17 25s -28s linear infinite}@keyframes fall-17{34.284%{transform:translate(68.7877vw,34.284vh) scale(.6991)}to{transform:translate(70.171vw,100vh) scale(.6991)}}.snow:nth-child(18){opacity:1.8088;transform:translate(69.6311vw,-10px) scale(.2365);animation:fall-18 13s -22s linear infinite}@keyframes fall-18{48.581%{transform:translate(74.6199vw,48.581vh) scale(.2365)}to{transform:translate(72.1255vw,100vh) scale(.2365)}}.snow:nth-child(19){opacity:1.3036;transform:translate(51.0554vw,-10px) scale(.441);animation:fall-19 22s -27s linear infinite}@keyframes fall-19{73.317%{transform:translate(53.4716vw,73.317vh) scale(.441)}to{transform:translate(52.2635vw,100vh) scale(.441)}}.snow:nth-child(20){opacity:.3726;transform:translate(72.3845vw,-10px) scale(.7937);animation:fall-20 24s -16s linear infinite}@keyframes fall-20{53.793%{transform:translate(80.6896vw,53.793vh) scale(.7937)}to{transform:translate(76.53705vw,100vh) scale(.7937)}}.snow:nth-child(21){opacity:1.0404;transform:translate(83.0494vw,-10px) scale(.2492);animation:fall-21 12s -11s linear infinite}@keyframes fall-21{38.544%{transform:translate(83.5214vw,38.544vh) scale(.2492)}to{transform:translate(83.2854vw,100vh) scale(.2492)}}.snow:nth-child(22){opacity:.6662;transform:translate(61.8056vw,-10px) scale(.3497);animation:fall-22 21s -25s linear infinite}@keyframes fall-22{63.652%{transform:translate(52.9706vw,63.652vh) scale(.3497)}to{transform:translate(57.3881vw,100vh) scale(.3497)}}.snow:nth-child(23){opacity:.9798;transform:translate(62.6312vw,-10px) scale(.1363);animation:fall-23 11s -6s linear infinite}@keyframes fall-23{68.96%{transform:translate(72.4947vw,68.96vh) scale(.1363)}to{transform:translate(67.56295vw,100vh) scale(.1363)}}.snow:nth-child(24){opacity:1.7558;transform:translate(89.1896vw,-10px) scale(.9331);animation:fall-24 15s -8s linear infinite}@keyframes fall-24{73.212%{transform:translate(93.8571vw,73.212vh) scale(.9331)}to{transform:translate(91.52335vw,100vh) scale(.9331)}}.snow:nth-child(25){opacity:1.072;transform:translate(95.2416vw,-10px) scale(.1091);animation:fall-25 30s -3s linear infinite}@keyframes fall-25{70.11%{transform:translate(94.851vw,70.11vh) scale(.1091)}to{transform:translate(95.0463vw,100vh) scale(.1091)}}.snow:nth-child(26){opacity:1.556;transform:translate(23.9936vw,-10px) scale(.2423);animation:fall-26 15s -28s linear infinite}@keyframes fall-26{32.205%{transform:translate(27.4965vw,32.205vh) scale(.2423)}to{transform:translate(25.74505vw,100vh) scale(.2423)}}.snow:nth-child(27){opacity:.4812;transform:translate(63.7594vw,-10px) scale(.7669);animation:fall-27 12s -6s linear infinite}@keyframes fall-27{31.579%{transform:translate(64.507vw,31.579vh) scale(.7669)}to{transform:translate(64.1332vw,100vh) scale(.7669)}}.snow:nth-child(28){opacity:1.7188;transform:translate(52.1402vw,-10px) scale(.7646);animation:fall-28 13s -10s linear infinite}@keyframes fall-28{61.681%{transform:translate(56.442vw,61.681vh) scale(.7646)}to{transform:translate(54.2911vw,100vh) scale(.7646)}}.snow:nth-child(29){opacity:.253;transform:translate(16.3262vw,-10px) scale(.0566);animation:fall-29 23s -30s linear infinite}@keyframes fall-29{64.422%{transform:translate(24.627vw,64.422vh) scale(.0566)}to{transform:translate(20.4766vw,100vh) scale(.0566)}}.snow:nth-child(30){opacity:1.0634;transform:translate(83.4232vw,-10px) scale(.4556);animation:fall-30 17s -16s linear infinite}@keyframes fall-30{76.446%{transform:translate(83.9683vw,76.446vh) scale(.4556)}to{transform:translate(83.69575vw,100vh) scale(.4556)}}.snow:nth-child(31){opacity:1.7136;transform:translate(5.3377vw,-10px) scale(.636);animation:fall-31 20s -16s linear infinite}@keyframes fall-31{54.524%{transform:translate(-1.9042vw,54.524vh) scale(.636)}to{transform:translate(1.71675vw,100vh) scale(.636)}}.snow:nth-child(32){opacity:.2556;transform:translate(80.0437vw,-10px) scale(.5154);animation:fall-32 25s -2s linear infinite}@keyframes fall-32{49.064%{transform:translate(88.5037vw,49.064vh) scale(.5154)}to{transform:translate(84.2737vw,100vh) scale(.5154)}}.snow:nth-child(33){opacity:.0782;transform:translate(70.0338vw,-10px) scale(.1617);animation:fall-33 11s -4s linear infinite}@keyframes fall-33{78.776%{transform:translate(65.1845vw,78.776vh) scale(.1617)}to{transform:translate(67.60915vw,100vh) scale(.1617)}}.snow:nth-child(34){opacity:.0756;transform:translate(2.3593vw,-10px) scale(.8287);animation:fall-34 30s -29s linear infinite}@keyframes fall-34{74.558%{transform:translate(4.2708vw,74.558vh) scale(.8287)}to{transform:translate(3.31505vw,100vh) scale(.8287)}}.snow:nth-child(35){opacity:.2228;transform:translate(75.5119vw,-10px) scale(.675);animation:fall-35 26s -1s linear infinite}@keyframes fall-35{45.093%{transform:translate(75.9838vw,45.093vh) scale(.675)}to{transform:translate(75.74785vw,100vh) scale(.675)}}.snow:nth-child(36){opacity:1.0608;transform:translate(80.4882vw,-10px) scale(.9336);animation:fall-36 21s -17s linear infinite}@keyframes fall-36{55.928%{transform:translate(77.9178vw,55.928vh) scale(.9336)}to{transform:translate(79.203vw,100vh) scale(.9336)}}.snow:nth-child(37){opacity:.3604;transform:translate(30.2606vw,-10px) scale(.6547);animation:fall-37 27s -9s linear infinite}@keyframes fall-37{79.111%{transform:translate(37.7514vw,79.111vh) scale(.6547)}to{transform:translate(34.006vw,100vh) scale(.6547)}}.snow:nth-child(38){opacity:.883;transform:translate(49.0441vw,-10px) scale(.2311);animation:fall-38 22s -7s linear infinite}@keyframes fall-38{58.82%{transform:translate(55.8202vw,58.82vh) scale(.2311)}to{transform:translate(52.43215vw,100vh) scale(.2311)}}.snow:nth-child(39){opacity:.9166;transform:translate(14.0662vw,-10px) scale(.6427);animation:fall-39 14s -25s linear infinite}@keyframes fall-39{54.674%{transform:translate(7.6195vw,54.674vh) scale(.6427)}to{transform:translate(10.84285vw,100vh) scale(.6427)}}.snow:nth-child(40){opacity:1.6156;transform:translate(94.9653vw,-10px) scale(.4734);animation:fall-40 22s -25s linear infinite}@keyframes fall-40{40.287%{transform:translate(103.9385vw,40.287vh) scale(.4734)}to{transform:translate(99.4519vw,100vh) scale(.4734)}}.snow:nth-child(41){opacity:.6708;transform:translate(40.0933vw,-10px) scale(.9818);animation:fall-41 19s -30s linear infinite}@keyframes fall-41{30.99%{transform:translate(48.2009vw,30.99vh) scale(.9818)}to{transform:translate(44.1471vw,100vh) scale(.9818)}}.snow:nth-child(42){opacity:1.9626;transform:translate(54.6827vw,-10px) scale(.0805);animation:fall-42 16s -9s linear infinite}@keyframes fall-42{73.867%{transform:translate(64.1097vw,73.867vh) scale(.0805)}to{transform:translate(59.3962vw,100vh) scale(.0805)}}.snow:nth-child(43){opacity:.43;transform:translate(84.0308vw,-10px) scale(.3535);animation:fall-43 16s -19s linear infinite}@keyframes fall-43{77.216%{transform:translate(93.3121vw,77.216vh) scale(.3535)}to{transform:translate(88.67145vw,100vh) scale(.3535)}}.snow:nth-child(44){opacity:1.4996;transform:translate(.7774vw,-10px) scale(.6592);animation:fall-44 27s -20s linear infinite}@keyframes fall-44{44.758%{transform:translate(7.6913vw,44.758vh) scale(.6592)}to{transform:translate(4.23435vw,100vh) scale(.6592)}}.snow:nth-child(45){opacity:1.8686;transform:translate(62.6166vw,-10px) scale(.0916);animation:fall-45 28s -3s linear infinite}@keyframes fall-45{32.231%{transform:translate(56.0303vw,32.231vh) scale(.0916)}to{transform:translate(59.32345vw,100vh) scale(.0916)}}.snow:nth-child(46){opacity:.891;transform:translate(17.8248vw,-10px) scale(.3492);animation:fall-46 21s -24s linear infinite}@keyframes fall-46{51%{transform:translate(20.4063vw,51vh) scale(.3492)}to{transform:translate(19.11555vw,100vh) scale(.3492)}}.snow:nth-child(47){opacity:.2712;transform:translate(70.5734vw,-10px) scale(.8636);animation:fall-47 22s -10s linear infinite}@keyframes fall-47{68.09%{transform:translate(78.3284vw,68.09vh) scale(.8636)}to{transform:translate(74.4509vw,100vh) scale(.8636)}}.snow:nth-child(48){opacity:.6564;transform:translate(6.547vw,-10px) scale(.1359);animation:fall-48 27s -5s linear infinite}@keyframes fall-48{38.178%{transform:translate(.5244vw,38.178vh) scale(.1359)}to{transform:translate(3.5357vw,100vh) scale(.1359)}}.snow:nth-child(49){opacity:1.665;transform:translate(22.23vw,-10px) scale(.7536);animation:fall-49 30s -6s linear infinite}@keyframes fall-49{71.383%{transform:translate(24.8369vw,71.383vh) scale(.7536)}to{transform:translate(23.53345vw,100vh) scale(.7536)}}.snow:nth-child(50){opacity:.3188;transform:translate(55.4549vw,-10px) scale(.3102);animation:fall-50 14s -11s linear infinite}@keyframes fall-50{55.541%{transform:translate(64.0328vw,55.541vh) scale(.3102)}to{transform:translate(59.74385vw,100vh) scale(.3102)}}.snow:nth-child(51){opacity:1.3598;transform:translate(94.4079vw,-10px) scale(.0142);animation:fall-51 25s -20s linear infinite}@keyframes fall-51{40.854%{transform:translate(84.8096vw,40.854vh) scale(.0142)}to{transform:translate(89.60875vw,100vh) scale(.0142)}}.snow:nth-child(52){opacity:.289;transform:translate(35.877vw,-10px) scale(.1712);animation:fall-52 10s -16s linear infinite}@keyframes fall-52{53.025%{transform:translate(39.5287vw,53.025vh) scale(.1712)}to{transform:translate(37.70285vw,100vh) scale(.1712)}}.snow:nth-child(53){opacity:1.5568;transform:translate(62.5088vw,-10px) scale(.1098);animation:fall-53 14s -24s linear infinite}@keyframes fall-53{50.338%{transform:translate(71.7858vw,50.338vh) scale(.1098)}to{transform:translate(67.1473vw,100vh) scale(.1098)}}.snow:nth-child(54){opacity:1.1798;transform:translate(75.7675vw,-10px) scale(.9565);animation:fall-54 18s -13s linear infinite}@keyframes fall-54{53.159%{transform:translate(74.4817vw,53.159vh) scale(.9565)}to{transform:translate(75.1246vw,100vh) scale(.9565)}}.snow:nth-child(55){opacity:1.8654;transform:translate(8.2035vw,-10px) scale(.7057);animation:fall-55 28s -29s linear infinite}@keyframes fall-55{69.68%{transform:translate(12.5584vw,69.68vh) scale(.7057)}to{transform:translate(10.38095vw,100vh) scale(.7057)}}.snow:nth-child(56){opacity:1.5554;transform:translate(38.7847vw,-10px) scale(.1493);animation:fall-56 25s -9s linear infinite}@keyframes fall-56{38.926%{transform:translate(45.1089vw,38.926vh) scale(.1493)}to{transform:translate(41.9468vw,100vh) scale(.1493)}}.snow:nth-child(57){opacity:1.32;transform:translate(4.6503vw,-10px) scale(.4314);animation:fall-57 19s -21s linear infinite}@keyframes fall-57{35.008%{transform:translate(3.2896vw,35.008vh) scale(.4314)}to{transform:translate(3.96995vw,100vh) scale(.4314)}}.snow:nth-child(58){opacity:1.2284;transform:translate(63.6787vw,-10px) scale(.0575);animation:fall-58 19s -29s linear infinite}@keyframes fall-58{69.451%{transform:translate(54.929vw,69.451vh) scale(.0575)}to{transform:translate(59.30385vw,100vh) scale(.0575)}}.snow:nth-child(59){opacity:1.8156;transform:translate(32.8286vw,-10px) scale(.0268);animation:fall-59 27s -30s linear infinite}@keyframes fall-59{68.144%{transform:translate(31.4124vw,68.144vh) scale(.0268)}to{transform:translate(32.1205vw,100vh) scale(.0268)}}.snow:nth-child(60){opacity:1.4278;transform:translate(74.3072vw,-10px) scale(.4567);animation:fall-60 27s -26s linear infinite}@keyframes fall-60{41.627%{transform:translate(83.5957vw,41.627vh) scale(.4567)}to{transform:translate(78.95145vw,100vh) scale(.4567)}}.snow:nth-child(61){opacity:1.8768;transform:translate(61.6356vw,-10px) scale(.7286);animation:fall-61 12s -22s linear infinite}@keyframes fall-61{37.058%{transform:translate(67.8722vw,37.058vh) scale(.7286)}to{transform:translate(64.7539vw,100vh) scale(.7286)}}.snow:nth-child(62){opacity:1.8712;transform:translate(86.6545vw,-10px) scale(.2679);animation:fall-62 26s -26s linear infinite}@keyframes fall-62{47.36%{transform:translate(78.1493vw,47.36vh) scale(.2679)}to{transform:translate(82.4019vw,100vh) scale(.2679)}}.snow:nth-child(63){opacity:.1912;transform:translate(67.7914vw,-10px) scale(.905);animation:fall-63 14s -2s linear infinite}@keyframes fall-63{37.924%{transform:translate(72.4508vw,37.924vh) scale(.905)}to{transform:translate(70.1211vw,100vh) scale(.905)}}.snow:nth-child(64){opacity:.2946;transform:translate(87.0047vw,-10px) scale(.3346);animation:fall-64 19s -8s linear infinite}@keyframes fall-64{76.323%{transform:translate(83.1445vw,76.323vh) scale(.3346)}to{transform:translate(85.0746vw,100vh) scale(.3346)}}.snow:nth-child(65){opacity:1.6334;transform:translate(34.9686vw,-10px) scale(.3478);animation:fall-65 20s -7s linear infinite}@keyframes fall-65{73.275%{transform:translate(41.9051vw,73.275vh) scale(.3478)}to{transform:translate(38.43685vw,100vh) scale(.3478)}}.snow:nth-child(66){opacity:1.0258;transform:translate(7.2631vw,-10px) scale(.2175);animation:fall-66 14s -22s linear infinite}@keyframes fall-66{69.736%{transform:translate(4.781vw,69.736vh) scale(.2175)}to{transform:translate(6.02205vw,100vh) scale(.2175)}}.snow:nth-child(67){opacity:.4926;transform:translate(72.0755vw,-10px) scale(.5671);animation:fall-67 25s -6s linear infinite}@keyframes fall-67{43.676%{transform:translate(64.7451vw,43.676vh) scale(.5671)}to{transform:translate(68.4103vw,100vh) scale(.5671)}}.snow:nth-child(68){opacity:.883;transform:translate(10.4336vw,-10px) scale(.3519);animation:fall-68 22s -3s linear infinite}@keyframes fall-68{49.882%{transform:translate(12.5747vw,49.882vh) scale(.3519)}to{transform:translate(11.50415vw,100vh) scale(.3519)}}.snow:nth-child(69){opacity:1.541;transform:translate(13.9849vw,-10px) scale(.1854);animation:fall-69 22s -3s linear infinite}@keyframes fall-69{35.711%{transform:translate(8.4294vw,35.711vh) scale(.1854)}to{transform:translate(11.20715vw,100vh) scale(.1854)}}.snow:nth-child(70){opacity:1.4472;transform:translate(79.7465vw,-10px) scale(.7117);animation:fall-70 30s -12s linear infinite}@keyframes fall-70{33.903%{transform:translate(70.6485vw,33.903vh) scale(.7117)}to{transform:translate(75.1975vw,100vh) scale(.7117)}}.snow:nth-child(71){opacity:.094;transform:translate(12.6923vw,-10px) scale(.1724);animation:fall-71 20s -10s linear infinite}@keyframes fall-71{33.85%{transform:translate(8.8835vw,33.85vh) scale(.1724)}to{transform:translate(10.7879vw,100vh) scale(.1724)}}.snow:nth-child(72){opacity:1.6804;transform:translate(21.7694vw,-10px) scale(.9529);animation:fall-72 23s -3s linear infinite}@keyframes fall-72{60.507%{transform:translate(26.0545vw,60.507vh) scale(.9529)}to{transform:translate(23.91195vw,100vh) scale(.9529)}}.snow:nth-child(73){opacity:1.723;transform:translate(96.0313vw,-10px) scale(.5212);animation:fall-73 28s -30s linear infinite}@keyframes fall-73{66.474%{transform:translate(98.9608vw,66.474vh) scale(.5212)}to{transform:translate(97.49605vw,100vh) scale(.5212)}}.snow:nth-child(74){opacity:.0272;transform:translate(36.1939vw,-10px) scale(.2213);animation:fall-74 23s -20s linear infinite}@keyframes fall-74{74.432%{transform:translate(42.8164vw,74.432vh) scale(.2213)}to{transform:translate(39.50515vw,100vh) scale(.2213)}}.snow:nth-child(75){opacity:.5832;transform:translate(3.4929vw,-10px) scale(.0057);animation:fall-75 12s -18s linear infinite}@keyframes fall-75{56.104%{transform:translate(9.1408vw,56.104vh) scale(.0057)}to{transform:translate(6.31685vw,100vh) scale(.0057)}}.snow:nth-child(76){opacity:1.171;transform:translate(6.3806vw,-10px) scale(.7898);animation:fall-76 10s -18s linear infinite}@keyframes fall-76{42.496%{transform:translate(5.4193vw,42.496vh) scale(.7898)}to{transform:translate(5.89995vw,100vh) scale(.7898)}}.snow:nth-child(77){opacity:1.9914;transform:translate(66.1904vw,-10px) scale(.7798);animation:fall-77 23s -8s linear infinite}@keyframes fall-77{62.203%{transform:translate(56.9087vw,62.203vh) scale(.7798)}to{transform:translate(61.54955vw,100vh) scale(.7798)}}.snow:nth-child(78){opacity:1.4244;transform:translate(56.7475vw,-10px) scale(.5842);animation:fall-78 29s -8s linear infinite}@keyframes fall-78{35.433%{transform:translate(57.8919vw,35.433vh) scale(.5842)}to{transform:translate(57.3197vw,100vh) scale(.5842)}}.snow:nth-child(79){opacity:1.701;transform:translate(7.1026vw,-10px) scale(.3135);animation:fall-79 28s -26s linear infinite}@keyframes fall-79{64.593%{transform:translate(10.7403vw,64.593vh) scale(.3135)}to{transform:translate(8.92145vw,100vh) scale(.3135)}}.snow:nth-child(80){opacity:1.2224;transform:translate(35.1184vw,-10px) scale(.6);animation:fall-80 28s -17s linear infinite}@keyframes fall-80{35.317%{transform:translate(27.1742vw,35.317vh) scale(.6)}to{transform:translate(31.1463vw,100vh) scale(.6)}}.snow:nth-child(81){opacity:.5698;transform:translate(67.6566vw,-10px) scale(.4891);animation:fall-81 27s -24s linear infinite}@keyframes fall-81{74.838%{transform:translate(67.4129vw,74.838vh) scale(.4891)}to{transform:translate(67.53475vw,100vh) scale(.4891)}}.snow:nth-child(82){opacity:.0542;transform:translate(17.5421vw,-10px) scale(.2183);animation:fall-82 20s -18s linear infinite}@keyframes fall-82{32.18%{transform:translate(27.0419vw,32.18vh) scale(.2183)}to{transform:translate(22.292vw,100vh) scale(.2183)}}.snow:nth-child(83){opacity:1.5414;transform:translate(36.6217vw,-10px) scale(.2844);animation:fall-83 27s -2s linear infinite}@keyframes fall-83{45.301%{transform:translate(27.995vw,45.301vh) scale(.2844)}to{transform:translate(32.30835vw,100vh) scale(.2844)}}.snow:nth-child(84){opacity:1.277;transform:translate(81.0502vw,-10px) scale(.6566);animation:fall-84 20s -18s linear infinite}@keyframes fall-84{48.393%{transform:translate(82.622vw,48.393vh) scale(.6566)}to{transform:translate(81.8361vw,100vh) scale(.6566)}}.snow:nth-child(85){opacity:.3526;transform:translate(38.1687vw,-10px) scale(.1559);animation:fall-85 20s -25s linear infinite}@keyframes fall-85{68.421%{transform:translate(38.47vw,68.421vh) scale(.1559)}to{transform:translate(38.31935vw,100vh) scale(.1559)}}.snow:nth-child(86){opacity:.6866;transform:translate(58.0398vw,-10px) scale(.6963);animation:fall-86 21s -14s linear infinite}@keyframes fall-86{60.828%{transform:translate(48.1698vw,60.828vh) scale(.6963)}to{transform:translate(53.1048vw,100vh) scale(.6963)}}.snow:nth-child(87){opacity:.7896;transform:translate(49.9959vw,-10px) scale(.3414);animation:fall-87 30s -17s linear infinite}@keyframes fall-87{49.501%{transform:translate(53.1742vw,49.501vh) scale(.3414)}to{transform:translate(51.58505vw,100vh) scale(.3414)}}.snow:nth-child(88){opacity:.5248;transform:translate(74.8465vw,-10px) scale(.8609);animation:fall-88 16s -26s linear infinite}@keyframes fall-88{79.702%{transform:translate(83.2966vw,79.702vh) scale(.8609)}to{transform:translate(79.07155vw,100vh) scale(.8609)}}.snow:nth-child(89){opacity:1.422;transform:translate(84.9787vw,-10px) scale(.4983);animation:fall-89 13s -13s linear infinite}@keyframes fall-89{51.504%{transform:translate(80.0419vw,51.504vh) scale(.4983)}to{transform:translate(82.5103vw,100vh) scale(.4983)}}.snow:nth-child(90){opacity:1.4574;transform:translate(36.074vw,-10px) scale(.57);animation:fall-90 25s -27s linear infinite}@keyframes fall-90{58.483%{transform:translate(42.2312vw,58.483vh) scale(.57)}to{transform:translate(39.1526vw,100vh) scale(.57)}}.snow:nth-child(91){opacity:1.4566;transform:translate(12.4257vw,-10px) scale(.1764);animation:fall-91 19s -13s linear infinite}@keyframes fall-91{30.249%{transform:translate(8.3791vw,30.249vh) scale(.1764)}to{transform:translate(10.4024vw,100vh) scale(.1764)}}.snow:nth-child(92){opacity:.158;transform:translate(72.4171vw,-10px) scale(.2101);animation:fall-92 30s -17s linear infinite}@keyframes fall-92{59.17%{transform:translate(79.8248vw,59.17vh) scale(.2101)}to{transform:translate(76.12095vw,100vh) scale(.2101)}}.snow:nth-child(93){opacity:1.48;transform:translate(47.4838vw,-10px) scale(.0825);animation:fall-93 11s -15s linear infinite}@keyframes fall-93{72.239%{transform:translate(50.0916vw,72.239vh) scale(.0825)}to{transform:translate(48.7877vw,100vh) scale(.0825)}}.snow:nth-child(94){opacity:.99;transform:translate(51.882vw,-10px) scale(.3134);animation:fall-94 21s -20s linear infinite}@keyframes fall-94{57.816%{transform:translate(57.1359vw,57.816vh) scale(.3134)}to{transform:translate(54.50895vw,100vh) scale(.3134)}}.snow:nth-child(95){opacity:.3678;transform:translate(43.1792vw,-10px) scale(.5368);animation:fall-95 29s -30s linear infinite}@keyframes fall-95{52.009%{transform:translate(39.9585vw,52.009vh) scale(.5368)}to{transform:translate(41.56885vw,100vh) scale(.5368)}}.snow:nth-child(96){opacity:1.0546;transform:translate(4.2518vw,-10px) scale(.6569);animation:fall-96 26s -9s linear infinite}@keyframes fall-96{58.988%{transform:translate(14.1955vw,58.988vh) scale(.6569)}to{transform:translate(9.22365vw,100vh) scale(.6569)}}.snow:nth-child(97){opacity:1.8028;transform:translate(67.8249vw,-10px) scale(.9945);animation:fall-97 22s -8s linear infinite}@keyframes fall-97{71.117%{transform:translate(63.9059vw,71.117vh) scale(.9945)}to{transform:translate(65.8654vw,100vh) scale(.9945)}}.snow:nth-child(98){opacity:1.9406;transform:translate(48.6151vw,-10px) scale(.2319);animation:fall-98 26s -11s linear infinite}@keyframes fall-98{56.184%{transform:translate(45.6187vw,56.184vh) scale(.2319)}to{transform:translate(47.1169vw,100vh) scale(.2319)}}.snow:nth-child(99){opacity:.3084;transform:translate(12.0635vw,-10px) scale(.34);animation:fall-99 11s -2s linear infinite}@keyframes fall-99{55.285%{transform:translate(18.4205vw,55.285vh) scale(.34)}to{transform:translate(15.242vw,100vh) scale(.34)}}.snow:nth-child(100){opacity:.3532;transform:translate(34.966vw,-10px) scale(.9492);animation:fall-100 21s -15s linear infinite}@keyframes fall-100{67.418%{transform:translate(33.731vw,67.418vh) scale(.9492)}to{transform:translate(34.3485vw,100vh) scale(.9492)}}.snow:nth-child(101){opacity:1.527;transform:translate(35.9493vw,-10px) scale(.2688);animation:fall-101 29s -3s linear infinite}@keyframes fall-101{33.707%{transform:translate(44.4073vw,33.707vh) scale(.2688)}to{transform:translate(40.1783vw,100vh) scale(.2688)}}.snow:nth-child(102){opacity:1.1762;transform:translate(65.9272vw,-10px) scale(.7118);animation:fall-102 27s -1s linear infinite}@keyframes fall-102{67.43%{transform:translate(58.1216vw,67.43vh) scale(.7118)}to{transform:translate(62.0244vw,100vh) scale(.7118)}}.snow:nth-child(103){opacity:1.788;transform:translate(24.5454vw,-10px) scale(.3716);animation:fall-103 10s -22s linear infinite}@keyframes fall-103{70.52%{transform:translate(27.3497vw,70.52vh) scale(.3716)}to{transform:translate(25.94755vw,100vh) scale(.3716)}}.snow:nth-child(104){opacity:1.9156;transform:translate(86.6069vw,-10px) scale(.1616);animation:fall-104 23s -14s linear infinite}@keyframes fall-104{59.045%{transform:translate(94.7367vw,59.045vh) scale(.1616)}to{transform:translate(90.6718vw,100vh) scale(.1616)}}.snow:nth-child(105){opacity:.4762;transform:translate(77.3991vw,-10px) scale(.0271);animation:fall-105 11s -7s linear infinite}@keyframes fall-105{47.597%{transform:translate(86.6628vw,47.597vh) scale(.0271)}to{transform:translate(82.03095vw,100vh) scale(.0271)}}.snow:nth-child(106){opacity:1.2622;transform:translate(24.622vw,-10px) scale(.7371);animation:fall-106 15s -16s linear infinite}@keyframes fall-106{57.358%{transform:translate(28.6995vw,57.358vh) scale(.7371)}to{transform:translate(26.66075vw,100vh) scale(.7371)}}.snow:nth-child(107){opacity:.341;transform:translate(48.5877vw,-10px) scale(.4953);animation:fall-107 30s -8s linear infinite}@keyframes fall-107{65.656%{transform:translate(42.4508vw,65.656vh) scale(.4953)}to{transform:translate(45.51925vw,100vh) scale(.4953)}}.snow:nth-child(108){opacity:1.9404;transform:translate(97.5674vw,-10px) scale(.0655);animation:fall-108 14s -30s linear infinite}@keyframes fall-108{38.554%{transform:translate(103.323vw,38.554vh) scale(.0655)}to{transform:translate(100.4452vw,100vh) scale(.0655)}}.snow:nth-child(109){opacity:1.962;transform:translate(99.5167vw,-10px) scale(.8654);animation:fall-109 30s -4s linear infinite}@keyframes fall-109{53.571%{transform:translate(96.2153vw,53.571vh) scale(.8654)}to{transform:translate(97.866vw,100vh) scale(.8654)}}.snow:nth-child(110){opacity:.4136;transform:translate(84.3109vw,-10px) scale(.3027);animation:fall-110 29s -20s linear infinite}@keyframes fall-110{46.768%{transform:translate(78.8274vw,46.768vh) scale(.3027)}to{transform:translate(81.56915vw,100vh) scale(.3027)}}.snow:nth-child(111){opacity:.3326;transform:translate(85.8454vw,-10px) scale(.3605);animation:fall-111 30s -6s linear infinite}@keyframes fall-111{38.68%{transform:translate(87.7811vw,38.68vh) scale(.3605)}to{transform:translate(86.81325vw,100vh) scale(.3605)}}.snow:nth-child(112){opacity:.333;transform:translate(79.8994vw,-10px) scale(.1201);animation:fall-112 22s -27s linear infinite}@keyframes fall-112{73.511%{transform:translate(75.6121vw,73.511vh) scale(.1201)}to{transform:translate(77.75575vw,100vh) scale(.1201)}}.snow:nth-child(113){opacity:1.9454;transform:translate(88.7424vw,-10px) scale(.7663);animation:fall-113 14s -14s linear infinite}@keyframes fall-113{56.903%{transform:translate(91.0658vw,56.903vh) scale(.7663)}to{transform:translate(89.9041vw,100vh) scale(.7663)}}.snow:nth-child(114){opacity:1.5972;transform:translate(96.1173vw,-10px) scale(.9263);animation:fall-114 20s -29s linear infinite}@keyframes fall-114{44.287%{transform:translate(95.5606vw,44.287vh) scale(.9263)}to{transform:translate(95.83895vw,100vh) scale(.9263)}}.snow:nth-child(115){opacity:.088;transform:translate(53.926vw,-10px) scale(.0952);animation:fall-115 18s -3s linear infinite}@keyframes fall-115{75.129%{transform:translate(47.0956vw,75.129vh) scale(.0952)}to{transform:translate(50.5108vw,100vh) scale(.0952)}}.snow:nth-child(116){opacity:.9534;transform:translate(47.9974vw,-10px) scale(.9593);animation:fall-116 23s -26s linear infinite}@keyframes fall-116{30.669%{transform:translate(39.4282vw,30.669vh) scale(.9593)}to{transform:translate(43.7128vw,100vh) scale(.9593)}}.snow:nth-child(117){opacity:1.608;transform:translate(21.9381vw,-10px) scale(.2196);animation:fall-117 27s -7s linear infinite}@keyframes fall-117{77.993%{transform:translate(26.6589vw,77.993vh) scale(.2196)}to{transform:translate(24.2985vw,100vh) scale(.2196)}}.snow:nth-child(118){opacity:.3608;transform:translate(34.6634vw,-10px) scale(.0345);animation:fall-118 15s -21s linear infinite}@keyframes fall-118{68.52%{transform:translate(33.7807vw,68.52vh) scale(.0345)}to{transform:translate(34.22205vw,100vh) scale(.0345)}}.snow:nth-child(119){opacity:.677;transform:translate(9.8394vw,-10px) scale(.9432);animation:fall-119 15s -14s linear infinite}@keyframes fall-119{61.258%{transform:translate(.2378vw,61.258vh) scale(.9432)}to{transform:translate(5.0386vw,100vh) scale(.9432)}}.snow:nth-child(120){opacity:1.1904;transform:translate(65.7355vw,-10px) scale(.927);animation:fall-120 29s -14s linear infinite}@keyframes fall-120{77.378%{transform:translate(73.3737vw,77.378vh) scale(.927)}to{transform:translate(69.5546vw,100vh) scale(.927)}}.snow:nth-child(121){opacity:1.8884;transform:translate(12.6087vw,-10px) scale(.2225);animation:fall-121 18s -2s linear infinite}@keyframes fall-121{45.694%{transform:translate(11.6832vw,45.694vh) scale(.2225)}to{transform:translate(12.14595vw,100vh) scale(.2225)}}.snow:nth-child(122){opacity:.8484;transform:translate(66.1592vw,-10px) scale(.8903);animation:fall-122 12s -11s linear infinite}@keyframes fall-122{78.849%{transform:translate(56.9057vw,78.849vh) scale(.8903)}to{transform:translate(61.53245vw,100vh) scale(.8903)}}.snow:nth-child(123){opacity:.2644;transform:translate(35.0934vw,-10px) scale(.546);animation:fall-123 29s -20s linear infinite}@keyframes fall-123{70.876%{transform:translate(40.9888vw,70.876vh) scale(.546)}to{transform:translate(38.0411vw,100vh) scale(.546)}}.snow:nth-child(124){opacity:1.6556;transform:translate(92.1735vw,-10px) scale(.1271);animation:fall-124 14s -12s linear infinite}@keyframes fall-124{60.372%{transform:translate(88.6354vw,60.372vh) scale(.1271)}to{transform:translate(90.40445vw,100vh) scale(.1271)}}.snow:nth-child(125){opacity:.0664;transform:translate(42.2683vw,-10px) scale(.4915);animation:fall-125 19s -7s linear infinite}@keyframes fall-125{47.062%{transform:translate(49.117vw,47.062vh) scale(.4915)}to{transform:translate(45.69265vw,100vh) scale(.4915)}}.snow:nth-child(126){opacity:1.8178;transform:translate(17.8424vw,-10px) scale(.2804);animation:fall-126 23s -12s linear infinite}@keyframes fall-126{77.291%{transform:translate(16.4631vw,77.291vh) scale(.2804)}to{transform:translate(17.15275vw,100vh) scale(.2804)}}.snow:nth-child(127){opacity:1.7454;transform:translate(45.5997vw,-10px) scale(.8159);animation:fall-127 10s -3s linear infinite}@keyframes fall-127{41.199%{transform:translate(54.9209vw,41.199vh) scale(.8159)}to{transform:translate(50.2603vw,100vh) scale(.8159)}}.snow:nth-child(128){opacity:.985;transform:translate(90.1219vw,-10px) scale(.3622);animation:fall-128 11s -5s linear infinite}@keyframes fall-128{58.739%{transform:translate(85.9292vw,58.739vh) scale(.3622)}to{transform:translate(88.02555vw,100vh) scale(.3622)}}.snow:nth-child(129){opacity:.9764;transform:translate(49.2938vw,-10px) scale(.0805);animation:fall-129 15s -6s linear infinite}@keyframes fall-129{52.608%{transform:translate(45.8034vw,52.608vh) scale(.0805)}to{transform:translate(47.5486vw,100vh) scale(.0805)}}.snow:nth-child(130){opacity:1.9594;transform:translate(75.4041vw,-10px) scale(.7611);animation:fall-130 18s -13s linear infinite}@keyframes fall-130{66.514%{transform:translate(83.8471vw,66.514vh) scale(.7611)}to{transform:translate(79.6256vw,100vh) scale(.7611)}}.snow:nth-child(131){opacity:1.651;transform:translate(90.6114vw,-10px) scale(.9942);animation:fall-131 17s -14s linear infinite}@keyframes fall-131{78.488%{transform:translate(94.2955vw,78.488vh) scale(.9942)}to{transform:translate(92.45345vw,100vh) scale(.9942)}}.snow:nth-child(132){opacity:1.7006;transform:translate(80.2494vw,-10px) scale(.0215);animation:fall-132 17s -1s linear infinite}@keyframes fall-132{76.764%{transform:translate(80.1497vw,76.764vh) scale(.0215)}to{transform:translate(80.19955vw,100vh) scale(.0215)}}.snow:nth-child(133){opacity:1.7512;transform:translate(94.6476vw,-10px) scale(.1478);animation:fall-133 11s -26s linear infinite}@keyframes fall-133{77.161%{transform:translate(94.8382vw,77.161vh) scale(.1478)}to{transform:translate(94.7429vw,100vh) scale(.1478)}}.snow:nth-child(134){opacity:.8878;transform:translate(36.9171vw,-10px) scale(.6642);animation:fall-134 11s -14s linear infinite}@keyframes fall-134{32.495%{transform:translate(42.4509vw,32.495vh) scale(.6642)}to{transform:translate(39.684vw,100vh) scale(.6642)}}.snow:nth-child(135){opacity:1.9694;transform:translate(83.8726vw,-10px) scale(.0136);animation:fall-135 20s -6s linear infinite}@keyframes fall-135{41.105%{transform:translate(81.9852vw,41.105vh) scale(.0136)}to{transform:translate(82.9289vw,100vh) scale(.0136)}}.snow:nth-child(136){opacity:1.4276;transform:translate(29.7988vw,-10px) scale(.0712);animation:fall-136 26s -22s linear infinite}@keyframes fall-136{57.185%{transform:translate(29.5308vw,57.185vh) scale(.0712)}to{transform:translate(29.6648vw,100vh) scale(.0712)}}.snow:nth-child(137){opacity:1.8806;transform:translate(63.8583vw,-10px) scale(.0669);animation:fall-137 24s -22s linear infinite}@keyframes fall-137{61.736%{transform:translate(61.2661vw,61.736vh) scale(.0669)}to{transform:translate(62.5622vw,100vh) scale(.0669)}}.snow:nth-child(138){opacity:.521;transform:translate(26.7448vw,-10px) scale(.998);animation:fall-138 19s -24s linear infinite}@keyframes fall-138{35.623%{transform:translate(19.2168vw,35.623vh) scale(.998)}to{transform:translate(22.9808vw,100vh) scale(.998)}}.snow:nth-child(139){opacity:1.7608;transform:translate(71.0209vw,-10px) scale(.4501);animation:fall-139 26s -4s linear infinite}@keyframes fall-139{55.761%{transform:translate(62.3869vw,55.761vh) scale(.4501)}to{transform:translate(66.7039vw,100vh) scale(.4501)}}.snow:nth-child(140){opacity:1.7798;transform:translate(57.4478vw,-10px) scale(.049);animation:fall-140 15s -13s linear infinite}@keyframes fall-140{46.146%{transform:translate(66.5324vw,46.146vh) scale(.049)}to{transform:translate(61.9901vw,100vh) scale(.049)}}.snow:nth-child(141){opacity:1.1994;transform:translate(19.9395vw,-10px) scale(.0918);animation:fall-141 24s -1s linear infinite}@keyframes fall-141{44.04%{transform:translate(15.5269vw,44.04vh) scale(.0918)}to{transform:translate(17.7332vw,100vh) scale(.0918)}}.snow:nth-child(142){opacity:.8724;transform:translate(26.4886vw,-10px) scale(.6819);animation:fall-142 18s -20s linear infinite}@keyframes fall-142{70.595%{transform:translate(19.3623vw,70.595vh) scale(.6819)}to{transform:translate(22.92545vw,100vh) scale(.6819)}}.snow:nth-child(143){opacity:1.343;transform:translate(71.5206vw,-10px) scale(.7167);animation:fall-143 18s -13s linear infinite}@keyframes fall-143{47.2%{transform:translate(79.0324vw,47.2vh) scale(.7167)}to{transform:translate(75.2765vw,100vh) scale(.7167)}}.snow:nth-child(144){opacity:1.723;transform:translate(45.23vw,-10px) scale(.4187);animation:fall-144 19s -18s linear infinite}@keyframes fall-144{47.165%{transform:translate(37.2774vw,47.165vh) scale(.4187)}to{transform:translate(41.2537vw,100vh) scale(.4187)}}.snow:nth-child(145){opacity:1.8814;transform:translate(61.5397vw,-10px) scale(.3598);animation:fall-145 19s -26s linear infinite}@keyframes fall-145{55.342%{transform:translate(64.7651vw,55.342vh) scale(.3598)}to{transform:translate(63.1524vw,100vh) scale(.3598)}}.snow:nth-child(146){opacity:1.2356;transform:translate(86.7295vw,-10px) scale(.2629);animation:fall-146 13s -1s linear infinite}@keyframes fall-146{41.729%{transform:translate(82.5148vw,41.729vh) scale(.2629)}to{transform:translate(84.62215vw,100vh) scale(.2629)}}.snow:nth-child(147){opacity:1.9064;transform:translate(90.5013vw,-10px) scale(.3962);animation:fall-147 29s -26s linear infinite}@keyframes fall-147{76.482%{transform:translate(82.594vw,76.482vh) scale(.3962)}to{transform:translate(86.54765vw,100vh) scale(.3962)}}.snow:nth-child(148){opacity:.0996;transform:translate(71.8115vw,-10px) scale(.8526);animation:fall-148 23s -10s linear infinite}@keyframes fall-148{73.79%{transform:translate(66.4064vw,73.79vh) scale(.8526)}to{transform:translate(69.10895vw,100vh) scale(.8526)}}.snow:nth-child(149){opacity:1.639;transform:translate(9.378vw,-10px) scale(.8487);animation:fall-149 18s -10s linear infinite}@keyframes fall-149{77.27%{transform:translate(7.3195vw,77.27vh) scale(.8487)}to{transform:translate(8.34875vw,100vh) scale(.8487)}}.snow:nth-child(150){opacity:.2958;transform:translate(49.2407vw,-10px) scale(.2311);animation:fall-150 14s -22s linear infinite}@keyframes fall-150{51.33%{transform:translate(47.4271vw,51.33vh) scale(.2311)}to{transform:translate(48.3339vw,100vh) scale(.2311)}}.snow:nth-child(151){opacity:.2642;transform:translate(94.879vw,-10px) scale(.7859);animation:fall-151 25s -26s linear infinite}@keyframes fall-151{43.072%{transform:translate(96.6879vw,43.072vh) scale(.7859)}to{transform:translate(95.78345vw,100vh) scale(.7859)}}.snow:nth-child(152){opacity:.101;transform:translate(72.3719vw,-10px) scale(.8466);animation:fall-152 13s -21s linear infinite}@keyframes fall-152{43.151%{transform:translate(73.9561vw,43.151vh) scale(.8466)}to{transform:translate(73.164vw,100vh) scale(.8466)}}.snow:nth-child(153){opacity:.3906;transform:translate(91.7893vw,-10px) scale(.9161);animation:fall-153 21s -4s linear infinite}@keyframes fall-153{74.757%{transform:translate(82.273vw,74.757vh) scale(.9161)}to{transform:translate(87.03115vw,100vh) scale(.9161)}}.snow:nth-child(154){opacity:1.2298;transform:translate(92.8377vw,-10px) scale(.8392);animation:fall-154 30s -20s linear infinite}@keyframes fall-154{44.589%{transform:translate(97.4304vw,44.589vh) scale(.8392)}to{transform:translate(95.13405vw,100vh) scale(.8392)}}.snow:nth-child(155){opacity:1.0456;transform:translate(70.5331vw,-10px) scale(.4343);animation:fall-155 30s -13s linear infinite}@keyframes fall-155{34.611%{transform:translate(65.4685vw,34.611vh) scale(.4343)}to{transform:translate(68.0008vw,100vh) scale(.4343)}}.snow:nth-child(156){opacity:.3842;transform:translate(60.9519vw,-10px) scale(.3082);animation:fall-156 13s -2s linear infinite}@keyframes fall-156{72.573%{transform:translate(53.7292vw,72.573vh) scale(.3082)}to{transform:translate(57.34055vw,100vh) scale(.3082)}}.snow:nth-child(157){opacity:.8666;transform:translate(32.281vw,-10px) scale(.0151);animation:fall-157 16s -29s linear infinite}@keyframes fall-157{45.322%{transform:translate(31.0176vw,45.322vh) scale(.0151)}to{transform:translate(31.6493vw,100vh) scale(.0151)}}.snow:nth-child(158){opacity:1.804;transform:translate(66.5989vw,-10px) scale(.7131);animation:fall-158 28s -8s linear infinite}@keyframes fall-158{63.156%{transform:translate(74.8902vw,63.156vh) scale(.7131)}to{transform:translate(70.74455vw,100vh) scale(.7131)}}.snow:nth-child(159){opacity:.6726;transform:translate(1.7732vw,-10px) scale(.9797);animation:fall-159 11s -7s linear infinite}@keyframes fall-159{66.189%{transform:translate(-4.2598vw,66.189vh) scale(.9797)}to{transform:translate(-1.2433vw,100vh) scale(.9797)}}.snow:nth-child(160){opacity:.76;transform:translate(63.4244vw,-10px) scale(.3937);animation:fall-160 10s -29s linear infinite}@keyframes fall-160{77.615%{transform:translate(60.6417vw,77.615vh) scale(.3937)}to{transform:translate(62.03305vw,100vh) scale(.3937)}}.snow:nth-child(161){opacity:1.5108;transform:translate(95.1245vw,-10px) scale(.4221);animation:fall-161 22s -5s linear infinite}@keyframes fall-161{50.943%{transform:translate(85.2493vw,50.943vh) scale(.4221)}to{transform:translate(90.1869vw,100vh) scale(.4221)}}.snow:nth-child(162){opacity:1.8324;transform:translate(79.3794vw,-10px) scale(.9148);animation:fall-162 17s -13s linear infinite}@keyframes fall-162{60.881%{transform:translate(72.6926vw,60.881vh) scale(.9148)}to{transform:translate(76.036vw,100vh) scale(.9148)}}.snow:nth-child(163){opacity:1.9994;transform:translate(21.7363vw,-10px) scale(.4741);animation:fall-163 14s -8s linear infinite}@keyframes fall-163{47.908%{transform:translate(12.7724vw,47.908vh) scale(.4741)}to{transform:translate(17.25435vw,100vh) scale(.4741)}}.snow:nth-child(164){opacity:1.0392;transform:translate(75.0792vw,-10px) scale(.7218);animation:fall-164 17s -29s linear infinite}@keyframes fall-164{70.457%{transform:translate(77.7419vw,70.457vh) scale(.7218)}to{transform:translate(76.41055vw,100vh) scale(.7218)}}.snow:nth-child(165){opacity:1.9352;transform:translate(59.6938vw,-10px) scale(.6002);animation:fall-165 28s -16s linear infinite}@keyframes fall-165{73.213%{transform:translate(57.8347vw,73.213vh) scale(.6002)}to{transform:translate(58.76425vw,100vh) scale(.6002)}}.snow:nth-child(166){opacity:1.857;transform:translate(36.5157vw,-10px) scale(.1802);animation:fall-166 25s -22s linear infinite}@keyframes fall-166{53.899%{transform:translate(44.5842vw,53.899vh) scale(.1802)}to{transform:translate(40.54995vw,100vh) scale(.1802)}}.snow:nth-child(167){opacity:.5628;transform:translate(61.4399vw,-10px) scale(.6046);animation:fall-167 20s -9s linear infinite}@keyframes fall-167{49.58%{transform:translate(58.51vw,49.58vh) scale(.6046)}to{transform:translate(59.97495vw,100vh) scale(.6046)}}.snow:nth-child(168){opacity:.797;transform:translate(25.4526vw,-10px) scale(.5303);animation:fall-168 21s -10s linear infinite}@keyframes fall-168{77.156%{transform:translate(33.6841vw,77.156vh) scale(.5303)}to{transform:translate(29.56835vw,100vh) scale(.5303)}}.snow:nth-child(169){opacity:.981;transform:translate(29.2759vw,-10px) scale(.0439);animation:fall-169 11s -6s linear infinite}@keyframes fall-169{30.63%{transform:translate(19.7068vw,30.63vh) scale(.0439)}to{transform:translate(24.49135vw,100vh) scale(.0439)}}.snow:nth-child(170){opacity:1.5454;transform:translate(37.9617vw,-10px) scale(.5862);animation:fall-170 21s -23s linear infinite}@keyframes fall-170{75.388%{transform:translate(46.9554vw,75.388vh) scale(.5862)}to{transform:translate(42.45855vw,100vh) scale(.5862)}}.snow:nth-child(171){opacity:1.2626;transform:translate(73.9529vw,-10px) scale(.7039);animation:fall-171 19s -12s linear infinite}@keyframes fall-171{61.934%{transform:translate(65.0508vw,61.934vh) scale(.7039)}to{transform:translate(69.50185vw,100vh) scale(.7039)}}.snow:nth-child(172){opacity:1.9906;transform:translate(3.8005vw,-10px) scale(.296);animation:fall-172 26s -24s linear infinite}@keyframes fall-172{50.631%{transform:translate(-1.5123vw,50.631vh) scale(.296)}to{transform:translate(1.1441vw,100vh) scale(.296)}}.snow:nth-child(173){opacity:1.1016;transform:translate(98.2499vw,-10px) scale(.4305);animation:fall-173 25s -6s linear infinite}@keyframes fall-173{75.265%{transform:translate(103.1451vw,75.265vh) scale(.4305)}to{transform:translate(100.6975vw,100vh) scale(.4305)}}.snow:nth-child(174){opacity:1;transform:translate(40.9525vw,-10px) scale(.7467);animation:fall-174 12s -3s linear infinite}@keyframes fall-174{58.677%{transform:translate(38.321vw,58.677vh) scale(.7467)}to{transform:translate(39.63675vw,100vh) scale(.7467)}}.snow:nth-child(175){opacity:1.1072;transform:translate(9.3117vw,-10px) scale(.4059);animation:fall-175 15s -11s linear infinite}@keyframes fall-175{36.462%{transform:translate(10.8689vw,36.462vh) scale(.4059)}to{transform:translate(10.0903vw,100vh) scale(.4059)}}.snow:nth-child(176){opacity:.584;transform:translate(70.2038vw,-10px) scale(.9252);animation:fall-176 29s -7s linear infinite}@keyframes fall-176{49.009%{transform:translate(61.7831vw,49.009vh) scale(.9252)}to{transform:translate(65.99345vw,100vh) scale(.9252)}}.snow:nth-child(177){opacity:.6814;transform:translate(49.4087vw,-10px) scale(.2895);animation:fall-177 21s -28s linear infinite}@keyframes fall-177{32.004%{transform:translate(52.361vw,32.004vh) scale(.2895)}to{transform:translate(50.88485vw,100vh) scale(.2895)}}.snow:nth-child(178){opacity:1.1354;transform:translate(56.4937vw,-10px) scale(.3136);animation:fall-178 27s -7s linear infinite}@keyframes fall-178{47.339%{transform:translate(64.2649vw,47.339vh) scale(.3136)}to{transform:translate(60.3793vw,100vh) scale(.3136)}}.snow:nth-child(179){opacity:.2466;transform:translate(8.3384vw,-10px) scale(.3333);animation:fall-179 24s -7s linear infinite}@keyframes fall-179{73.34%{transform:translate(-1.628vw,73.34vh) scale(.3333)}to{transform:translate(3.3552vw,100vh) scale(.3333)}}.snow:nth-child(180){opacity:.9456;transform:translate(26.0268vw,-10px) scale(.0176);animation:fall-180 27s -15s linear infinite}@keyframes fall-180{44.776%{transform:translate(25.7018vw,44.776vh) scale(.0176)}to{transform:translate(25.8643vw,100vh) scale(.0176)}}.snow:nth-child(181){opacity:1.2796;transform:translate(92.3269vw,-10px) scale(.5593);animation:fall-181 20s -27s linear infinite}@keyframes fall-181{60.645%{transform:translate(90.5513vw,60.645vh) scale(.5593)}to{transform:translate(91.4391vw,100vh) scale(.5593)}}.snow:nth-child(182){opacity:.791;transform:translate(12.6373vw,-10px) scale(.525);animation:fall-182 10s -13s linear infinite}@keyframes fall-182{46.63%{transform:translate(3.744vw,46.63vh) scale(.525)}to{transform:translate(8.19065vw,100vh) scale(.525)}}.snow:nth-child(183){opacity:1.161;transform:translate(29.1729vw,-10px) scale(.6721);animation:fall-183 30s -17s linear infinite}@keyframes fall-183{37.913%{transform:translate(25.9425vw,37.913vh) scale(.6721)}to{transform:translate(27.5577vw,100vh) scale(.6721)}}.snow:nth-child(184){opacity:.5284;transform:translate(78.0503vw,-10px) scale(.2645);animation:fall-184 24s -11s linear infinite}@keyframes fall-184{39.78%{transform:translate(79.3845vw,39.78vh) scale(.2645)}to{transform:translate(78.7174vw,100vh) scale(.2645)}}.snow:nth-child(185){opacity:1.063;transform:translate(68.7123vw,-10px) scale(.5732);animation:fall-185 13s -20s linear infinite}@keyframes fall-185{53.021%{transform:translate(66.6452vw,53.021vh) scale(.5732)}to{transform:translate(67.67875vw,100vh) scale(.5732)}}.snow:nth-child(186){opacity:.0512;transform:translate(60.5009vw,-10px) scale(.4939);animation:fall-186 27s -7s linear infinite}@keyframes fall-186{34.194%{transform:translate(59.1692vw,34.194vh) scale(.4939)}to{transform:translate(59.83505vw,100vh) scale(.4939)}}.snow:nth-child(187){opacity:1.6336;transform:translate(62.4574vw,-10px) scale(.874);animation:fall-187 16s -16s linear infinite}@keyframes fall-187{39.322%{transform:translate(60.8522vw,39.322vh) scale(.874)}to{transform:translate(61.6548vw,100vh) scale(.874)}}.snow:nth-child(188){opacity:.109;transform:translate(15.5212vw,-10px) scale(.6122);animation:fall-188 21s -15s linear infinite}@keyframes fall-188{39.553%{transform:translate(10.5248vw,39.553vh) scale(.6122)}to{transform:translate(13.023vw,100vh) scale(.6122)}}.snow:nth-child(189){opacity:.1678;transform:translate(38.9121vw,-10px) scale(.9213);animation:fall-189 30s -13s linear infinite}@keyframes fall-189{71.12%{transform:translate(31.5365vw,71.12vh) scale(.9213)}to{transform:translate(35.2243vw,100vh) scale(.9213)}}.snow:nth-child(190){opacity:.9304;transform:translate(17.3743vw,-10px) scale(.7618);animation:fall-190 12s -5s linear infinite}@keyframes fall-190{67.385%{transform:translate(26.5537vw,67.385vh) scale(.7618)}to{transform:translate(21.964vw,100vh) scale(.7618)}}.snow:nth-child(191){opacity:1.0966;transform:translate(43.9218vw,-10px) scale(.2921);animation:fall-191 11s -29s linear infinite}@keyframes fall-191{77.342%{transform:translate(40.2809vw,77.342vh) scale(.2921)}to{transform:translate(42.10135vw,100vh) scale(.2921)}}.snow:nth-child(192){opacity:.1754;transform:translate(64.1147vw,-10px) scale(.6623);animation:fall-192 23s -23s linear infinite}@keyframes fall-192{31.312%{transform:translate(58.0622vw,31.312vh) scale(.6623)}to{transform:translate(61.08845vw,100vh) scale(.6623)}}.snow:nth-child(193){opacity:1.6402;transform:translate(65.8346vw,-10px) scale(.4688);animation:fall-193 25s -1s linear infinite}@keyframes fall-193{68.734%{transform:translate(67.9905vw,68.734vh) scale(.4688)}to{transform:translate(66.91255vw,100vh) scale(.4688)}}.snow:nth-child(194){opacity:.8812;transform:translate(92.7163vw,-10px) scale(.7056);animation:fall-194 24s -26s linear infinite}@keyframes fall-194{57.317%{transform:translate(99.6902vw,57.317vh) scale(.7056)}to{transform:translate(96.20325vw,100vh) scale(.7056)}}.snow:nth-child(195){opacity:1.6758;transform:translate(60.1199vw,-10px) scale(.7838);animation:fall-195 21s -28s linear infinite}@keyframes fall-195{60.433%{transform:translate(68.9809vw,60.433vh) scale(.7838)}to{transform:translate(64.5504vw,100vh) scale(.7838)}}.snow:nth-child(196){opacity:.3944;transform:translate(84.9549vw,-10px) scale(.7409);animation:fall-196 21s -7s linear infinite}@keyframes fall-196{63.204%{transform:translate(77.4386vw,63.204vh) scale(.7409)}to{transform:translate(81.19675vw,100vh) scale(.7409)}}.snow:nth-child(197){opacity:1.955;transform:translate(39.1034vw,-10px) scale(.6882);animation:fall-197 18s -20s linear infinite}@keyframes fall-197{51.732%{transform:translate(46.1994vw,51.732vh) scale(.6882)}to{transform:translate(42.6514vw,100vh) scale(.6882)}}.snow:nth-child(198){opacity:.5206;transform:translate(30.0507vw,-10px) scale(.9115);animation:fall-198 27s -15s linear infinite}@keyframes fall-198{66.731%{transform:translate(22.6751vw,66.731vh) scale(.9115)}to{transform:translate(26.3629vw,100vh) scale(.9115)}}.snow:nth-child(199){opacity:1.4382;transform:translate(57.2429vw,-10px) scale(.5717);animation:fall-199 28s -16s linear infinite}@keyframes fall-199{63.404%{transform:translate(52.3765vw,63.404vh) scale(.5717)}to{transform:translate(54.8097vw,100vh) scale(.5717)}}.snow:nth-child(200){opacity:.4688;transform:translate(25.3408vw,-10px) scale(.0882);animation:fall-200 15s -22s linear infinite}@keyframes fall-200{40.262%{transform:translate(23.4562vw,40.262vh) scale(.0882)}to{transform:translate(24.3985vw,100vh) scale(.0882)}}.snow:nth-child(201){opacity:.9548;transform:translate(5.6269vw,-10px) scale(.6924);animation:fall-201 28s -11s linear infinite}@keyframes fall-201{52.422%{transform:translate(12.7745vw,52.422vh) scale(.6924)}to{transform:translate(9.2007vw,100vh) scale(.6924)}}.snow:nth-child(202){opacity:1.4088;transform:translate(33.3656vw,-10px) scale(.0362);animation:fall-202 11s -6s linear infinite}@keyframes fall-202{36.791%{transform:translate(30.1398vw,36.791vh) scale(.0362)}to{transform:translate(31.7527vw,100vh) scale(.0362)}}.snow:nth-child(203){opacity:1.6354;transform:translate(51.4512vw,-10px) scale(.8584);animation:fall-203 28s -26s linear infinite}@keyframes fall-203{52.887%{transform:translate(44.5892vw,52.887vh) scale(.8584)}to{transform:translate(48.0202vw,100vh) scale(.8584)}}.snow:nth-child(204){opacity:1.7286;transform:translate(35.6263vw,-10px) scale(.3667);animation:fall-204 15s -17s linear infinite}@keyframes fall-204{56.213%{transform:translate(44.17vw,56.213vh) scale(.3667)}to{transform:translate(39.89815vw,100vh) scale(.3667)}}.snow:nth-child(205){opacity:1.2892;transform:translate(14.2861vw,-10px) scale(.272);animation:fall-205 15s -17s linear infinite}@keyframes fall-205{32.616%{transform:translate(8.445vw,32.616vh) scale(.272)}to{transform:translate(11.36555vw,100vh) scale(.272)}}.snow:nth-child(206){opacity:.6386;transform:translate(55.0058vw,-10px) scale(.4637);animation:fall-206 14s -11s linear infinite}@keyframes fall-206{72.527%{transform:translate(50.6904vw,72.527vh) scale(.4637)}to{transform:translate(52.8481vw,100vh) scale(.4637)}}.snow:nth-child(207){opacity:1.6724;transform:translate(52.7579vw,-10px) scale(.1797);animation:fall-207 20s -15s linear infinite}@keyframes fall-207{54.885%{transform:translate(43.559vw,54.885vh) scale(.1797)}to{transform:translate(48.15845vw,100vh) scale(.1797)}}.snow:nth-child(208){opacity:.7776;transform:translate(68.8878vw,-10px) scale(.4483);animation:fall-208 10s -26s linear infinite}@keyframes fall-208{76.773%{transform:translate(65.3066vw,76.773vh) scale(.4483)}to{transform:translate(67.0972vw,100vh) scale(.4483)}}.snow:nth-child(209){opacity:1.036;transform:translate(70.6031vw,-10px) scale(.7962);animation:fall-209 27s -14s linear infinite}@keyframes fall-209{48.465%{transform:translate(67.2566vw,48.465vh) scale(.7962)}to{transform:translate(68.92985vw,100vh) scale(.7962)}}.snow:nth-child(210){opacity:.169;transform:translate(2.1598vw,-10px) scale(.128);animation:fall-210 27s -12s linear infinite}@keyframes fall-210{42.474%{transform:translate(-1.0904vw,42.474vh) scale(.128)}to{transform:translate(.5347vw,100vh) scale(.128)}}.snow:nth-child(211){opacity:.6026;transform:translate(99.4536vw,-10px) scale(.0094);animation:fall-211 30s -17s linear infinite}@keyframes fall-211{60.861%{transform:translate(103.6317vw,60.861vh) scale(.0094)}to{transform:translate(101.54265vw,100vh) scale(.0094)}}.snow:nth-child(212){opacity:1.16;transform:translate(31.6001vw,-10px) scale(.4687);animation:fall-212 30s -25s linear infinite}@keyframes fall-212{61.556%{transform:translate(38.8569vw,61.556vh) scale(.4687)}to{transform:translate(35.2285vw,100vh) scale(.4687)}}.snow:nth-child(213){opacity:.1688;transform:translate(7.9322vw,-10px) scale(.2609);animation:fall-213 20s -25s linear infinite}@keyframes fall-213{66.35%{transform:translate(13.7831vw,66.35vh) scale(.2609)}to{transform:translate(10.85765vw,100vh) scale(.2609)}}.snow:nth-child(214){opacity:.1166;transform:translate(75.4282vw,-10px) scale(.334);animation:fall-214 14s -13s linear infinite}@keyframes fall-214{48.624%{transform:translate(83.845vw,48.624vh) scale(.334)}to{transform:translate(79.6366vw,100vh) scale(.334)}}.snow:nth-child(215){opacity:1.1624;transform:translate(48.4579vw,-10px) scale(.6228);animation:fall-215 29s -21s linear infinite}@keyframes fall-215{45.417%{transform:translate(43.3176vw,45.417vh) scale(.6228)}to{transform:translate(45.88775vw,100vh) scale(.6228)}}.snow:nth-child(216){opacity:.6966;transform:translate(60.9367vw,-10px) scale(.5781);animation:fall-216 19s -25s linear infinite}@keyframes fall-216{76.943%{transform:translate(68.5609vw,76.943vh) scale(.5781)}to{transform:translate(64.7488vw,100vh) scale(.5781)}}.snow:nth-child(217){opacity:.3866;transform:translate(1.0096vw,-10px) scale(.1261);animation:fall-217 19s -11s linear infinite}@keyframes fall-217{30.469%{transform:translate(9.9753vw,30.469vh) scale(.1261)}to{transform:translate(5.49245vw,100vh) scale(.1261)}}.snow:nth-child(218){opacity:.2192;transform:translate(39.0781vw,-10px) scale(.5178);animation:fall-218 15s -21s linear infinite}@keyframes fall-218{42.356%{transform:translate(35.195vw,42.356vh) scale(.5178)}to{transform:translate(37.13655vw,100vh) scale(.5178)}}.snow:nth-child(219){opacity:1.261;transform:translate(76.1635vw,-10px) scale(.7229);animation:fall-219 28s -3s linear infinite}@keyframes fall-219{54.409%{transform:translate(83.0572vw,54.409vh) scale(.7229)}to{transform:translate(79.61035vw,100vh) scale(.7229)}}.snow:nth-child(220){opacity:1.6992;transform:translate(93.0633vw,-10px) scale(.8787);animation:fall-220 28s -5s linear infinite}@keyframes fall-220{35.573%{transform:translate(92.7255vw,35.573vh) scale(.8787)}to{transform:translate(92.8944vw,100vh) scale(.8787)}}.snow:nth-child(221){opacity:1.8392;transform:translate(3.6339vw,-10px) scale(.1468);animation:fall-221 15s -16s linear infinite}@keyframes fall-221{31.285%{transform:translate(11.2484vw,31.285vh) scale(.1468)}to{transform:translate(7.44115vw,100vh) scale(.1468)}}.snow:nth-child(222){opacity:.6218;transform:translate(2.1269vw,-10px) scale(.0247);animation:fall-222 12s -25s linear infinite}@keyframes fall-222{31.627%{transform:translate(-3.7571vw,31.627vh) scale(.0247)}to{transform:translate(-.8151vw,100vh) scale(.0247)}}.snow:nth-child(223){opacity:.767;transform:translate(87.0462vw,-10px) scale(.5278);animation:fall-223 26s -7s linear infinite}@keyframes fall-223{36.139%{transform:translate(80.4371vw,36.139vh) scale(.5278)}to{transform:translate(83.74165vw,100vh) scale(.5278)}}.snow:nth-child(224){opacity:1.3494;transform:translate(32.1969vw,-10px) scale(.287);animation:fall-224 14s -17s linear infinite}@keyframes fall-224{38.123%{transform:translate(31.4618vw,38.123vh) scale(.287)}to{transform:translate(31.82935vw,100vh) scale(.287)}}.snow:nth-child(225){opacity:1.7542;transform:translate(46.8685vw,-10px) scale(.4302);animation:fall-225 20s -14s linear infinite}@keyframes fall-225{40.671%{transform:translate(46.3499vw,40.671vh) scale(.4302)}to{transform:translate(46.6092vw,100vh) scale(.4302)}}.snow:nth-child(226){opacity:1.2936;transform:translate(34.7055vw,-10px) scale(.6075);animation:fall-226 27s -12s linear infinite}@keyframes fall-226{64.562%{transform:translate(31.296vw,64.562vh) scale(.6075)}to{transform:translate(33.00075vw,100vh) scale(.6075)}}.snow:nth-child(227){opacity:1.1092;transform:translate(51.141vw,-10px) scale(.8638);animation:fall-227 19s -27s linear infinite}@keyframes fall-227{37.196%{transform:translate(59.6437vw,37.196vh) scale(.8638)}to{transform:translate(55.39235vw,100vh) scale(.8638)}}.snow:nth-child(228){opacity:.075;transform:translate(40.6214vw,-10px) scale(.9967);animation:fall-228 12s -10s linear infinite}@keyframes fall-228{66.361%{transform:translate(41.7797vw,66.361vh) scale(.9967)}to{transform:translate(41.20055vw,100vh) scale(.9967)}}.snow:nth-child(229){opacity:1.582;transform:translate(29.713vw,-10px) scale(.8758);animation:fall-229 11s -24s linear infinite}@keyframes fall-229{72.862%{transform:translate(34.7969vw,72.862vh) scale(.8758)}to{transform:translate(32.25495vw,100vh) scale(.8758)}}.snow:nth-child(230){opacity:1.0506;transform:translate(45.9694vw,-10px) scale(.9309);animation:fall-230 27s -15s linear infinite}@keyframes fall-230{48.023%{transform:translate(54.5433vw,48.023vh) scale(.9309)}to{transform:translate(50.25635vw,100vh) scale(.9309)}}.snow:nth-child(231){opacity:.4978;transform:translate(71.8079vw,-10px) scale(.219);animation:fall-231 29s -16s linear infinite}@keyframes fall-231{74.46%{transform:translate(63.8646vw,74.46vh) scale(.219)}to{transform:translate(67.83625vw,100vh) scale(.219)}}.snow:nth-child(232){opacity:.304;transform:translate(30.0782vw,-10px) scale(.6309);animation:fall-232 12s -29s linear infinite}@keyframes fall-232{64.15%{transform:translate(37.002vw,64.15vh) scale(.6309)}to{transform:translate(33.5401vw,100vh) scale(.6309)}}.snow:nth-child(233){opacity:1.5294;transform:translate(14.6144vw,-10px) scale(.573);animation:fall-233 17s -11s linear infinite}@keyframes fall-233{35.22%{transform:translate(18.9661vw,35.22vh) scale(.573)}to{transform:translate(16.79025vw,100vh) scale(.573)}}.snow:nth-child(234){opacity:1.1398;transform:translate(17.0056vw,-10px) scale(.6255);animation:fall-234 14s -24s linear infinite}@keyframes fall-234{34.314%{transform:translate(19.9512vw,34.314vh) scale(.6255)}to{transform:translate(18.4784vw,100vh) scale(.6255)}}.snow:nth-child(235){opacity:.6364;transform:translate(93.1519vw,-10px) scale(.1345);animation:fall-235 23s -16s linear infinite}@keyframes fall-235{35.837%{transform:translate(96.2699vw,35.837vh) scale(.1345)}to{transform:translate(94.7109vw,100vh) scale(.1345)}}.snow:nth-child(236){opacity:.561;transform:translate(91.2823vw,-10px) scale(.5176);animation:fall-236 18s -10s linear infinite}@keyframes fall-236{64.067%{transform:translate(83.5812vw,64.067vh) scale(.5176)}to{transform:translate(87.43175vw,100vh) scale(.5176)}}.snow:nth-child(237){opacity:1.3222;transform:translate(98.7017vw,-10px) scale(.8506);animation:fall-237 29s -9s linear infinite}@keyframes fall-237{57.207%{transform:translate(89.3129vw,57.207vh) scale(.8506)}to{transform:translate(94.0073vw,100vh) scale(.8506)}}.snow:nth-child(238){opacity:.8602;transform:translate(81.8202vw,-10px) scale(.2715);animation:fall-238 14s -22s linear infinite}@keyframes fall-238{75.558%{transform:translate(72.0523vw,75.558vh) scale(.2715)}to{transform:translate(76.93625vw,100vh) scale(.2715)}}.snow:nth-child(239){opacity:.0972;transform:translate(87.7962vw,-10px) scale(.016);animation:fall-239 11s -15s linear infinite}@keyframes fall-239{70.914%{transform:translate(79.0845vw,70.914vh) scale(.016)}to{transform:translate(83.44035vw,100vh) scale(.016)}}.snow:nth-child(240){opacity:1.5086;transform:translate(4.1605vw,-10px) scale(.2967);animation:fall-240 19s -14s linear infinite}@keyframes fall-240{47.174%{transform:translate(-3.2974vw,47.174vh) scale(.2967)}to{transform:translate(.43155vw,100vh) scale(.2967)}}.snow:nth-child(241){opacity:1.749;transform:translate(93.153vw,-10px) scale(.8625);animation:fall-241 14s -23s linear infinite}@keyframes fall-241{75.325%{transform:translate(102.0038vw,75.325vh) scale(.8625)}to{transform:translate(97.5784vw,100vh) scale(.8625)}}.snow:nth-child(242){opacity:.533;transform:translate(27.9571vw,-10px) scale(.686);animation:fall-242 21s -7s linear infinite}@keyframes fall-242{50.038%{transform:translate(23.1341vw,50.038vh) scale(.686)}to{transform:translate(25.5456vw,100vh) scale(.686)}}.snow:nth-child(243){opacity:1.9378;transform:translate(46.7291vw,-10px) scale(.3447);animation:fall-243 17s -7s linear infinite}@keyframes fall-243{40.422%{transform:translate(54.0419vw,40.422vh) scale(.3447)}to{transform:translate(50.3855vw,100vh) scale(.3447)}}.snow:nth-child(244){opacity:.2508;transform:translate(65.5672vw,-10px) scale(.7392);animation:fall-244 28s -11s linear infinite}@keyframes fall-244{72.019%{transform:translate(62.5657vw,72.019vh) scale(.7392)}to{transform:translate(64.06645vw,100vh) scale(.7392)}}.snow:nth-child(245){opacity:1.613;transform:translate(73.6927vw,-10px) scale(.4528);animation:fall-245 28s -14s linear infinite}@keyframes fall-245{63.03%{transform:translate(66.8712vw,63.03vh) scale(.4528)}to{transform:translate(70.28195vw,100vh) scale(.4528)}}.snow:nth-child(246){opacity:1.3014;transform:translate(27.6809vw,-10px) scale(.7745);animation:fall-246 27s -27s linear infinite}@keyframes fall-246{55.969%{transform:translate(34.0181vw,55.969vh) scale(.7745)}to{transform:translate(30.8495vw,100vh) scale(.7745)}}.snow:nth-child(247){opacity:1.8834;transform:translate(93.3986vw,-10px) scale(.6741);animation:fall-247 11s -23s linear infinite}@keyframes fall-247{70.617%{transform:translate(84.8601vw,70.617vh) scale(.6741)}to{transform:translate(89.12935vw,100vh) scale(.6741)}}.snow:nth-child(248){opacity:.572;transform:translate(89.0625vw,-10px) scale(.7314);animation:fall-248 25s -9s linear infinite}@keyframes fall-248{62.71%{transform:translate(82.4227vw,62.71vh) scale(.7314)}to{transform:translate(85.7426vw,100vh) scale(.7314)}}.snow:nth-child(249){opacity:.8834;transform:translate(94.1776vw,-10px) scale(.3567);animation:fall-249 15s -24s linear infinite}@keyframes fall-249{39.339%{transform:translate(98.9682vw,39.339vh) scale(.3567)}to{transform:translate(96.5729vw,100vh) scale(.3567)}}.snow:nth-child(250){opacity:.2014;transform:translate(90.403vw,-10px) scale(.3428);animation:fall-250 19s -5s linear infinite}@keyframes fall-250{69.827%{transform:translate(93.3064vw,69.827vh) scale(.3428)}to{transform:translate(91.8547vw,100vh) scale(.3428)}}.snow:nth-child(251){opacity:.1952;transform:translate(5.3051vw,-10px) scale(.7808);animation:fall-251 19s -22s linear infinite}@keyframes fall-251{35.177%{transform:translate(14.4593vw,35.177vh) scale(.7808)}to{transform:translate(9.8822vw,100vh) scale(.7808)}}.snow:nth-child(252){opacity:.2882;transform:translate(.1686vw,-10px) scale(.9402);animation:fall-252 17s -15s linear infinite}@keyframes fall-252{37.157%{transform:translate(4.3526vw,37.157vh) scale(.9402)}to{transform:translate(2.2606vw,100vh) scale(.9402)}}.snow:nth-child(253){opacity:1.7428;transform:translate(15.7009vw,-10px) scale(.953);animation:fall-253 22s -9s linear infinite}@keyframes fall-253{66.502%{transform:translate(16.1604vw,66.502vh) scale(.953)}to{transform:translate(15.93065vw,100vh) scale(.953)}}.snow:nth-child(254){opacity:1.7342;transform:translate(49.9479vw,-10px) scale(.4092);animation:fall-254 14s -10s linear infinite}@keyframes fall-254{64.073%{transform:translate(56.476vw,64.073vh) scale(.4092)}to{transform:translate(53.21195vw,100vh) scale(.4092)}}.snow:nth-child(255){opacity:.4004;transform:translate(35.737vw,-10px) scale(.4224);animation:fall-255 10s -3s linear infinite}@keyframes fall-255{78.675%{transform:translate(30.421vw,78.675vh) scale(.4224)}to{transform:translate(33.079vw,100vh) scale(.4224)}}.snow:nth-child(256){opacity:.2444;transform:translate(20.5031vw,-10px) scale(.542);animation:fall-256 19s -30s linear infinite}@keyframes fall-256{72.257%{transform:translate(18.8666vw,72.257vh) scale(.542)}to{transform:translate(19.68485vw,100vh) scale(.542)}}.snow:nth-child(257){opacity:1.296;transform:translate(52.0033vw,-10px) scale(.9707);animation:fall-257 21s -5s linear infinite}@keyframes fall-257{48.529%{transform:translate(46.574vw,48.529vh) scale(.9707)}to{transform:translate(49.28865vw,100vh) scale(.9707)}}.snow:nth-child(258){opacity:1.7656;transform:translate(6.9094vw,-10px) scale(.3056);animation:fall-258 12s -11s linear infinite}@keyframes fall-258{72.634%{transform:translate(10.2846vw,72.634vh) scale(.3056)}to{transform:translate(8.597vw,100vh) scale(.3056)}}.snow:nth-child(259){opacity:.632;transform:translate(64.006vw,-10px) scale(.0405);animation:fall-259 27s -20s linear infinite}@keyframes fall-259{39.821%{transform:translate(56.8177vw,39.821vh) scale(.0405)}to{transform:translate(60.41185vw,100vh) scale(.0405)}}.snow:nth-child(260){opacity:1.3762;transform:translate(20.5535vw,-10px) scale(.8565);animation:fall-260 30s -9s linear infinite}@keyframes fall-260{44.068%{transform:translate(16.404vw,44.068vh) scale(.8565)}to{transform:translate(18.47875vw,100vh) scale(.8565)}}.snow:nth-child(261){opacity:.2606;transform:translate(69.7447vw,-10px) scale(.0246);animation:fall-261 19s -21s linear infinite}@keyframes fall-261{67.443%{transform:translate(77.9017vw,67.443vh) scale(.0246)}to{transform:translate(73.8232vw,100vh) scale(.0246)}}.snow:nth-child(262){opacity:.0828;transform:translate(94.8831vw,-10px) scale(.8678);animation:fall-262 26s -15s linear infinite}@keyframes fall-262{39.51%{transform:translate(99.5569vw,39.51vh) scale(.8678)}to{transform:translate(97.22vw,100vh) scale(.8678)}}.snow:nth-child(263){opacity:1.041;transform:translate(27.1785vw,-10px) scale(.9642);animation:fall-263 20s -12s linear infinite}@keyframes fall-263{38.595%{transform:translate(22.8498vw,38.595vh) scale(.9642)}to{transform:translate(25.01415vw,100vh) scale(.9642)}}.snow:nth-child(264){opacity:.137;transform:translate(84.4059vw,-10px) scale(.7241);animation:fall-264 14s -11s linear infinite}@keyframes fall-264{49.348%{transform:translate(90.4669vw,49.348vh) scale(.7241)}to{transform:translate(87.4364vw,100vh) scale(.7241)}}.snow:nth-child(265){opacity:1.9596;transform:translate(38.4885vw,-10px) scale(.303);animation:fall-265 18s -16s linear infinite}@keyframes fall-265{59.617%{transform:translate(33.3447vw,59.617vh) scale(.303)}to{transform:translate(35.9166vw,100vh) scale(.303)}}.snow:nth-child(266){opacity:.4924;transform:translate(82.1569vw,-10px) scale(.1075);animation:fall-266 17s -20s linear infinite}@keyframes fall-266{44.398%{transform:translate(90.9055vw,44.398vh) scale(.1075)}to{transform:translate(86.5312vw,100vh) scale(.1075)}}.snow:nth-child(267){opacity:.7678;transform:translate(31.3584vw,-10px) scale(.1324);animation:fall-267 11s -12s linear infinite}@keyframes fall-267{63.677%{transform:translate(33.9482vw,63.677vh) scale(.1324)}to{transform:translate(32.6533vw,100vh) scale(.1324)}}.snow:nth-child(268){opacity:1.0186;transform:translate(87.0771vw,-10px) scale(.0138);animation:fall-268 23s -29s linear infinite}@keyframes fall-268{30.13%{transform:translate(80.9347vw,30.13vh) scale(.0138)}to{transform:translate(84.0059vw,100vh) scale(.0138)}}.snow:nth-child(269){opacity:1.2962;transform:translate(87.4241vw,-10px) scale(.8035);animation:fall-269 22s -27s linear infinite}@keyframes fall-269{71.551%{transform:translate(89.2123vw,71.551vh) scale(.8035)}to{transform:translate(88.3182vw,100vh) scale(.8035)}}.snow:nth-child(270){opacity:1.2028;transform:translate(26.8742vw,-10px) scale(.2698);animation:fall-270 17s -30s linear infinite}@keyframes fall-270{72.709%{transform:translate(27.4616vw,72.709vh) scale(.2698)}to{transform:translate(27.1679vw,100vh) scale(.2698)}}.snow:nth-child(271){opacity:.9922;transform:translate(51.3766vw,-10px) scale(.9282);animation:fall-271 11s -19s linear infinite}@keyframes fall-271{53.181%{transform:translate(50.6407vw,53.181vh) scale(.9282)}to{transform:translate(51.00865vw,100vh) scale(.9282)}}.snow:nth-child(272){opacity:.2266;transform:translate(60.3567vw,-10px) scale(.1598);animation:fall-272 16s -28s linear infinite}@keyframes fall-272{47.442%{transform:translate(63.521vw,47.442vh) scale(.1598)}to{transform:translate(61.93885vw,100vh) scale(.1598)}}.snow:nth-child(273){opacity:1.9152;transform:translate(93.3403vw,-10px) scale(.3312);animation:fall-273 17s -30s linear infinite}@keyframes fall-273{72.441%{transform:translate(88.4333vw,72.441vh) scale(.3312)}to{transform:translate(90.8868vw,100vh) scale(.3312)}}.snow:nth-child(274){opacity:.3136;transform:translate(29.4208vw,-10px) scale(.2766);animation:fall-274 30s -15s linear infinite}@keyframes fall-274{61.107%{transform:translate(33.2393vw,61.107vh) scale(.2766)}to{transform:translate(31.33005vw,100vh) scale(.2766)}}.snow:nth-child(275){opacity:.739;transform:translate(45.9767vw,-10px) scale(.0861);animation:fall-275 21s -28s linear infinite}@keyframes fall-275{59.331%{transform:translate(46.312vw,59.331vh) scale(.0861)}to{transform:translate(46.14435vw,100vh) scale(.0861)}}.snow:nth-child(276){opacity:.3016;transform:translate(81.4122vw,-10px) scale(.7022);animation:fall-276 12s -27s linear infinite}@keyframes fall-276{64.268%{transform:translate(87.9591vw,64.268vh) scale(.7022)}to{transform:translate(84.68565vw,100vh) scale(.7022)}}.snow:nth-child(277){opacity:.0888;transform:translate(84.8483vw,-10px) scale(.7511);animation:fall-277 14s -13s linear infinite}@keyframes fall-277{31.476%{transform:translate(93.7388vw,31.476vh) scale(.7511)}to{transform:translate(89.29355vw,100vh) scale(.7511)}}.snow:nth-child(278){opacity:1.4416;transform:translate(73.7268vw,-10px) scale(.4908);animation:fall-278 13s -20s linear infinite}@keyframes fall-278{64.021%{transform:translate(68.7422vw,64.021vh) scale(.4908)}to{transform:translate(71.2345vw,100vh) scale(.4908)}}.snow:nth-child(279){opacity:1.7132;transform:translate(72.3405vw,-10px) scale(.2581);animation:fall-279 17s -21s linear infinite}@keyframes fall-279{54.83%{transform:translate(76.0099vw,54.83vh) scale(.2581)}to{transform:translate(74.1752vw,100vh) scale(.2581)}}.snow:nth-child(280){opacity:1.495;transform:translate(50.9859vw,-10px) scale(.8108);animation:fall-280 14s -21s linear infinite}@keyframes fall-280{49.89%{transform:translate(43.7464vw,49.89vh) scale(.8108)}to{transform:translate(47.36615vw,100vh) scale(.8108)}}.snow:nth-child(281){opacity:1.6778;transform:translate(2.8098vw,-10px) scale(.3772);animation:fall-281 13s -27s linear infinite}@keyframes fall-281{41.421%{transform:translate(5.9517vw,41.421vh) scale(.3772)}to{transform:translate(4.38075vw,100vh) scale(.3772)}}.snow:nth-child(282){opacity:1.0568;transform:translate(63.0903vw,-10px) scale(.5075);animation:fall-282 13s -12s linear infinite}@keyframes fall-282{30.375%{transform:translate(57.6462vw,30.375vh) scale(.5075)}to{transform:translate(60.36825vw,100vh) scale(.5075)}}.snow:nth-child(283){opacity:.1406;transform:translate(12.2265vw,-10px) scale(.1646);animation:fall-283 30s -25s linear infinite}@keyframes fall-283{57.723%{transform:translate(16.2769vw,57.723vh) scale(.1646)}to{transform:translate(14.2517vw,100vh) scale(.1646)}}.snow:nth-child(284){opacity:.7202;transform:translate(82.8027vw,-10px) scale(.445);animation:fall-284 25s -4s linear infinite}@keyframes fall-284{76.172%{transform:translate(89.0733vw,76.172vh) scale(.445)}to{transform:translate(85.938vw,100vh) scale(.445)}}.snow:nth-child(285){opacity:1.529;transform:translate(44.5684vw,-10px) scale(.7734);animation:fall-285 28s -7s linear infinite}@keyframes fall-285{72.562%{transform:translate(42.3579vw,72.562vh) scale(.7734)}to{transform:translate(43.46315vw,100vh) scale(.7734)}}.snow:nth-child(286){opacity:.4404;transform:translate(66.9788vw,-10px) scale(.2386);animation:fall-286 23s -7s linear infinite}@keyframes fall-286{65.992%{transform:translate(57.2873vw,65.992vh) scale(.2386)}to{transform:translate(62.13305vw,100vh) scale(.2386)}}.snow:nth-child(287){opacity:.8248;transform:translate(76.1756vw,-10px) scale(.8177);animation:fall-287 22s -9s linear infinite}@keyframes fall-287{60.575%{transform:translate(79.7016vw,60.575vh) scale(.8177)}to{transform:translate(77.9386vw,100vh) scale(.8177)}}.snow:nth-child(288){opacity:1.3454;transform:translate(22.9115vw,-10px) scale(.8256);animation:fall-288 16s -15s linear infinite}@keyframes fall-288{74.606%{transform:translate(30.8048vw,74.606vh) scale(.8256)}to{transform:translate(26.85815vw,100vh) scale(.8256)}}.snow:nth-child(289){opacity:1.8892;transform:translate(93.1312vw,-10px) scale(.731);animation:fall-289 28s -7s linear infinite}@keyframes fall-289{39.835%{transform:translate(100.1444vw,39.835vh) scale(.731)}to{transform:translate(96.6378vw,100vh) scale(.731)}}.snow:nth-child(290){opacity:.596;transform:translate(44.225vw,-10px) scale(.9011);animation:fall-290 30s -15s linear infinite}@keyframes fall-290{59.361%{transform:translate(42.7906vw,59.361vh) scale(.9011)}to{transform:translate(43.5078vw,100vh) scale(.9011)}}.snow:nth-child(291){opacity:1.5316;transform:translate(85.8401vw,-10px) scale(.292);animation:fall-291 19s -14s linear infinite}@keyframes fall-291{79.083%{transform:translate(92.9722vw,79.083vh) scale(.292)}to{transform:translate(89.40615vw,100vh) scale(.292)}}.snow:nth-child(292){opacity:1.123;transform:translate(38.0833vw,-10px) scale(.8018);animation:fall-292 21s -6s linear infinite}@keyframes fall-292{50.216%{transform:translate(42.6059vw,50.216vh) scale(.8018)}to{transform:translate(40.3446vw,100vh) scale(.8018)}}.snow:nth-child(293){opacity:.1488;transform:translate(35.3862vw,-10px) scale(.8415);animation:fall-293 17s -1s linear infinite}@keyframes fall-293{44.179%{transform:translate(33.381vw,44.179vh) scale(.8415)}to{transform:translate(34.3836vw,100vh) scale(.8415)}}.snow:nth-child(294){opacity:.9784;transform:translate(17.5809vw,-10px) scale(.45);animation:fall-294 24s -24s linear infinite}@keyframes fall-294{74.589%{transform:translate(11.9812vw,74.589vh) scale(.45)}to{transform:translate(14.78105vw,100vh) scale(.45)}}.snow:nth-child(295){opacity:.258;transform:translate(2.6344vw,-10px) scale(.6672);animation:fall-295 30s -14s linear infinite}@keyframes fall-295{52.861%{transform:translate(-1.1714vw,52.861vh) scale(.6672)}to{transform:translate(.7315vw,100vh) scale(.6672)}}.snow:nth-child(296){opacity:1.3236;transform:translate(7.315vw,-10px) scale(.417);animation:fall-296 17s -24s linear infinite}@keyframes fall-296{74.666%{transform:translate(13.6811vw,74.666vh) scale(.417)}to{transform:translate(10.49805vw,100vh) scale(.417)}}.snow:nth-child(297){opacity:.1068;transform:translate(41.586vw,-10px) scale(.0418);animation:fall-297 13s -25s linear infinite}@keyframes fall-297{58.019%{transform:translate(35.5373vw,58.019vh) scale(.0418)}to{transform:translate(38.56165vw,100vh) scale(.0418)}}.snow:nth-child(298){opacity:.697;transform:translate(70.5588vw,-10px) scale(.436);animation:fall-298 20s -1s linear infinite}@keyframes fall-298{61.929%{transform:translate(63.2757vw,61.929vh) scale(.436)}to{transform:translate(66.91725vw,100vh) scale(.436)}}.snow:nth-child(299){opacity:1.3846;transform:translate(93.3577vw,-10px) scale(.8318);animation:fall-299 22s -3s linear infinite}@keyframes fall-299{30.305%{transform:translate(96.7297vw,30.305vh) scale(.8318)}to{transform:translate(95.0437vw,100vh) scale(.8318)}}.snow:nth-child(300){opacity:1.9398;transform:translate(35.9719vw,-10px) scale(.4709);animation:fall-300 17s -28s linear infinite}@keyframes fall-300{55.767%{transform:translate(40.4362vw,55.767vh) scale(.4709)}to{transform:translate(38.20405vw,100vh) scale(.4709)}}.snow:nth-child(301){opacity:.2598;transform:translate(30.4696vw,-10px) scale(.5076);animation:fall-301 20s -29s linear infinite}@keyframes fall-301{43.807%{transform:translate(27.5461vw,43.807vh) scale(.5076)}to{transform:translate(29.00785vw,100vh) scale(.5076)}}.snow:nth-child(302){opacity:.4342;transform:translate(85.1157vw,-10px) scale(.9838);animation:fall-302 29s -7s linear infinite}@keyframes fall-302{37.364%{transform:translate(82.5068vw,37.364vh) scale(.9838)}to{transform:translate(83.81125vw,100vh) scale(.9838)}}.snow:nth-child(303){opacity:1.1628;transform:translate(30.6713vw,-10px) scale(.9078);animation:fall-303 15s -21s linear infinite}@keyframes fall-303{39.255%{transform:translate(31.2226vw,39.255vh) scale(.9078)}to{transform:translate(30.94695vw,100vh) scale(.9078)}}.snow:nth-child(304){opacity:1.0342;transform:translate(86.9512vw,-10px) scale(.8848);animation:fall-304 22s -26s linear infinite}@keyframes fall-304{41.958%{transform:translate(81.6562vw,41.958vh) scale(.8848)}to{transform:translate(84.3037vw,100vh) scale(.8848)}}.snow:nth-child(305){opacity:.8748;transform:translate(39.1819vw,-10px) scale(.0754);animation:fall-305 28s -18s linear infinite}@keyframes fall-305{37.88%{transform:translate(48.3284vw,37.88vh) scale(.0754)}to{transform:translate(43.75515vw,100vh) scale(.0754)}}.snow:nth-child(306){opacity:1.2926;transform:translate(81.9613vw,-10px) scale(.1366);animation:fall-306 29s -2s linear infinite}@keyframes fall-306{41.344%{transform:translate(81.3288vw,41.344vh) scale(.1366)}to{transform:translate(81.64505vw,100vh) scale(.1366)}}.snow:nth-child(307){opacity:1.1772;transform:translate(72.4534vw,-10px) scale(.135);animation:fall-307 18s -30s linear infinite}@keyframes fall-307{68.42%{transform:translate(80.47vw,68.42vh) scale(.135)}to{transform:translate(76.4617vw,100vh) scale(.135)}}.snow:nth-child(308){opacity:1.8278;transform:translate(51.2211vw,-10px) scale(.8425);animation:fall-308 18s -23s linear infinite}@keyframes fall-308{36.665%{transform:translate(60.231vw,36.665vh) scale(.8425)}to{transform:translate(55.72605vw,100vh) scale(.8425)}}.snow:nth-child(309){opacity:.6076;transform:translate(54.2423vw,-10px) scale(.6621);animation:fall-309 29s -13s linear infinite}@keyframes fall-309{77.859%{transform:translate(52.9186vw,77.859vh) scale(.6621)}to{transform:translate(53.58045vw,100vh) scale(.6621)}}.snow:nth-child(310){opacity:1.9924;transform:translate(98.5084vw,-10px) scale(.0016);animation:fall-310 22s -21s linear infinite}@keyframes fall-310{72.393%{transform:translate(94.9753vw,72.393vh) scale(.0016)}to{transform:translate(96.74185vw,100vh) scale(.0016)}}.snow:nth-child(311){opacity:1.071;transform:translate(61.1897vw,-10px) scale(.0703);animation:fall-311 23s -29s linear infinite}@keyframes fall-311{51.268%{transform:translate(65.4934vw,51.268vh) scale(.0703)}to{transform:translate(63.34155vw,100vh) scale(.0703)}}.snow:nth-child(312){opacity:1.5148;transform:translate(86.0877vw,-10px) scale(.8492);animation:fall-312 29s -8s linear infinite}@keyframes fall-312{62.182%{transform:translate(92.9185vw,62.182vh) scale(.8492)}to{transform:translate(89.5031vw,100vh) scale(.8492)}}.snow:nth-child(313){opacity:.9502;transform:translate(63.7254vw,-10px) scale(.5462);animation:fall-313 11s -4s linear infinite}@keyframes fall-313{71.393%{transform:translate(63.9734vw,71.393vh) scale(.5462)}to{transform:translate(63.8494vw,100vh) scale(.5462)}}.snow:nth-child(314){opacity:1.3908;transform:translate(43.8977vw,-10px) scale(.2234);animation:fall-314 26s -17s linear infinite}@keyframes fall-314{61.004%{transform:translate(39.589vw,61.004vh) scale(.2234)}to{transform:translate(41.74335vw,100vh) scale(.2234)}}.snow:nth-child(315){opacity:1.4812;transform:translate(77.115vw,-10px) scale(.6709);animation:fall-315 25s -3s linear infinite}@keyframes fall-315{52.018%{transform:translate(78.2975vw,52.018vh) scale(.6709)}to{transform:translate(77.70625vw,100vh) scale(.6709)}}.snow:nth-child(316){opacity:.7322;transform:translate(60.1617vw,-10px) scale(.8705);animation:fall-316 12s -26s linear infinite}@keyframes fall-316{56.074%{transform:translate(67.0292vw,56.074vh) scale(.8705)}to{transform:translate(63.59545vw,100vh) scale(.8705)}}.snow:nth-child(317){opacity:1.5664;transform:translate(15.423vw,-10px) scale(.8941);animation:fall-317 23s -22s linear infinite}@keyframes fall-317{37.95%{transform:translate(9.2109vw,37.95vh) scale(.8941)}to{transform:translate(12.31695vw,100vh) scale(.8941)}}.snow:nth-child(318){opacity:1.316;transform:translate(44.2252vw,-10px) scale(.1193);animation:fall-318 11s -4s linear infinite}@keyframes fall-318{52.61%{transform:translate(52.7825vw,52.61vh) scale(.1193)}to{transform:translate(48.50385vw,100vh) scale(.1193)}}.snow:nth-child(319){opacity:1.635;transform:translate(43.7089vw,-10px) scale(.0587);animation:fall-319 21s -28s linear infinite}@keyframes fall-319{43.21%{transform:translate(37.1811vw,43.21vh) scale(.0587)}to{transform:translate(40.445vw,100vh) scale(.0587)}}.snow:nth-child(320){opacity:1.7224;transform:translate(34.5162vw,-10px) scale(.2822);animation:fall-320 26s -29s linear infinite}@keyframes fall-320{30.963%{transform:translate(32.2vw,30.963vh) scale(.2822)}to{transform:translate(33.3581vw,100vh) scale(.2822)}}.snow:nth-child(321){opacity:1.5304;transform:translate(12.8019vw,-10px) scale(.4965);animation:fall-321 14s -14s linear infinite}@keyframes fall-321{49.064%{transform:translate(22.3098vw,49.064vh) scale(.4965)}to{transform:translate(17.55585vw,100vh) scale(.4965)}}.snow:nth-child(322){opacity:1.7824;transform:translate(90.4377vw,-10px) scale(.9339);animation:fall-322 27s -8s linear infinite}@keyframes fall-322{45.67%{transform:translate(98.7867vw,45.67vh) scale(.9339)}to{transform:translate(94.6122vw,100vh) scale(.9339)}}.snow:nth-child(323){opacity:.5544;transform:translate(39.1361vw,-10px) scale(.8344);animation:fall-323 10s -28s linear infinite}@keyframes fall-323{38.047%{transform:translate(34.1319vw,38.047vh) scale(.8344)}to{transform:translate(36.634vw,100vh) scale(.8344)}}.snow:nth-child(324){opacity:1.3636;transform:translate(73.4466vw,-10px) scale(.3853);animation:fall-324 20s -29s linear infinite}@keyframes fall-324{42.744%{transform:translate(82.8569vw,42.744vh) scale(.3853)}to{transform:translate(78.15175vw,100vh) scale(.3853)}}.snow:nth-child(325){opacity:.8318;transform:translate(41.9279vw,-10px) scale(.7856);animation:fall-325 17s -19s linear infinite}@keyframes fall-325{59.499%{transform:translate(42.2785vw,59.499vh) scale(.7856)}to{transform:translate(42.1032vw,100vh) scale(.7856)}}.snow:nth-child(326){opacity:1.9702;transform:translate(18.9242vw,-10px) scale(.6336);animation:fall-326 17s -21s linear infinite}@keyframes fall-326{32.403%{transform:translate(19.8704vw,32.403vh) scale(.6336)}to{transform:translate(19.3973vw,100vh) scale(.6336)}}.snow:nth-child(327){opacity:.2588;transform:translate(75.9759vw,-10px) scale(.7334);animation:fall-327 17s -8s linear infinite}@keyframes fall-327{52.695%{transform:translate(68.7014vw,52.695vh) scale(.7334)}to{transform:translate(72.33865vw,100vh) scale(.7334)}}.snow:nth-child(328){opacity:1.9836;transform:translate(31.0279vw,-10px) scale(.9958);animation:fall-328 23s -17s linear infinite}@keyframes fall-328{33.473%{transform:translate(33.7717vw,33.473vh) scale(.9958)}to{transform:translate(32.3998vw,100vh) scale(.9958)}}.snow:nth-child(329){opacity:.848;transform:translate(99.8623vw,-10px) scale(.8743);animation:fall-329 20s -2s linear infinite}@keyframes fall-329{37.186%{transform:translate(95.8811vw,37.186vh) scale(.8743)}to{transform:translate(97.8717vw,100vh) scale(.8743)}}.snow:nth-child(330){opacity:1.6478;transform:translate(80.2542vw,-10px) scale(.9721);animation:fall-330 17s -27s linear infinite}@keyframes fall-330{36.095%{transform:translate(79.8794vw,36.095vh) scale(.9721)}to{transform:translate(80.0668vw,100vh) scale(.9721)}}.snow:nth-child(331){opacity:1.286;transform:translate(26.9399vw,-10px) scale(.8276);animation:fall-331 30s -20s linear infinite}@keyframes fall-331{60.453%{transform:translate(21.6724vw,60.453vh) scale(.8276)}to{transform:translate(24.30615vw,100vh) scale(.8276)}}.snow:nth-child(332){opacity:.6774;transform:translate(33.8154vw,-10px) scale(.7399);animation:fall-332 26s -3s linear infinite}@keyframes fall-332{69.053%{transform:translate(37.7112vw,69.053vh) scale(.7399)}to{transform:translate(35.7633vw,100vh) scale(.7399)}}.snow:nth-child(333){opacity:1.357;transform:translate(70.9523vw,-10px) scale(.0958);animation:fall-333 27s -13s linear infinite}@keyframes fall-333{70.082%{transform:translate(77.709vw,70.082vh) scale(.0958)}to{transform:translate(74.33065vw,100vh) scale(.0958)}}.snow:nth-child(334){opacity:1.2296;transform:translate(91.211vw,-10px) scale(.4688);animation:fall-334 26s -14s linear infinite}@keyframes fall-334{59.606%{transform:translate(81.4586vw,59.606vh) scale(.4688)}to{transform:translate(86.3348vw,100vh) scale(.4688)}}.snow:nth-child(335){opacity:1.6308;transform:translate(18.3053vw,-10px) scale(.2182);animation:fall-335 29s -28s linear infinite}@keyframes fall-335{31.805%{transform:translate(22.7421vw,31.805vh) scale(.2182)}to{transform:translate(20.5237vw,100vh) scale(.2182)}}.snow:nth-child(336){opacity:.7382;transform:translate(13.1581vw,-10px) scale(.8399);animation:fall-336 10s -24s linear infinite}@keyframes fall-336{38.396%{transform:translate(17.2327vw,38.396vh) scale(.8399)}to{transform:translate(15.1954vw,100vh) scale(.8399)}}.snow:nth-child(337){opacity:1.6054;transform:translate(70.735vw,-10px) scale(.2784);animation:fall-337 26s -10s linear infinite}@keyframes fall-337{31.745%{transform:translate(77.7613vw,31.745vh) scale(.2784)}to{transform:translate(74.24815vw,100vh) scale(.2784)}}.snow:nth-child(338){opacity:1.2038;transform:translate(14.188vw,-10px) scale(.5079);animation:fall-338 12s -8s linear infinite}@keyframes fall-338{53.845%{transform:translate(18.7245vw,53.845vh) scale(.5079)}to{transform:translate(16.45625vw,100vh) scale(.5079)}}.snow:nth-child(339){opacity:1.412;transform:translate(91.4078vw,-10px) scale(.988);animation:fall-339 13s -1s linear infinite}@keyframes fall-339{58.08%{transform:translate(82.167vw,58.08vh) scale(.988)}to{transform:translate(86.7874vw,100vh) scale(.988)}}.snow:nth-child(340){opacity:1.635;transform:translate(16.5452vw,-10px) scale(.5613);animation:fall-340 23s -26s linear infinite}@keyframes fall-340{42.775%{transform:translate(12.3985vw,42.775vh) scale(.5613)}to{transform:translate(14.47185vw,100vh) scale(.5613)}}.snow:nth-child(341){opacity:.2304;transform:translate(12.3713vw,-10px) scale(.4813);animation:fall-341 12s -4s linear infinite}@keyframes fall-341{40.435%{transform:translate(18.8703vw,40.435vh) scale(.4813)}to{transform:translate(15.6208vw,100vh) scale(.4813)}}.snow:nth-child(342){opacity:.1776;transform:translate(45.4454vw,-10px) scale(.8221);animation:fall-342 16s -14s linear infinite}@keyframes fall-342{63.778%{transform:translate(52.2296vw,63.778vh) scale(.8221)}to{transform:translate(48.8375vw,100vh) scale(.8221)}}.snow:nth-child(343){opacity:.4178;transform:translate(69.937vw,-10px) scale(.7779);animation:fall-343 16s -15s linear infinite}@keyframes fall-343{75.052%{transform:translate(74.8509vw,75.052vh) scale(.7779)}to{transform:translate(72.39395vw,100vh) scale(.7779)}}.snow:nth-child(344){opacity:.0598;transform:translate(37.9613vw,-10px) scale(.0776);animation:fall-344 19s -24s linear infinite}@keyframes fall-344{40.597%{transform:translate(37.8471vw,40.597vh) scale(.0776)}to{transform:translate(37.9042vw,100vh) scale(.0776)}}.snow:nth-child(345){opacity:1.4894;transform:translate(85.5053vw,-10px) scale(.0217);animation:fall-345 30s -1s linear infinite}@keyframes fall-345{45.882%{transform:translate(79.8385vw,45.882vh) scale(.0217)}to{transform:translate(82.6719vw,100vh) scale(.0217)}}.snow:nth-child(346){opacity:1.5854;transform:translate(49.6079vw,-10px) scale(.3564);animation:fall-346 24s -22s linear infinite}@keyframes fall-346{33.301%{transform:translate(56.3858vw,33.301vh) scale(.3564)}to{transform:translate(52.99685vw,100vh) scale(.3564)}}.snow:nth-child(347){opacity:1.2322;transform:translate(19.0859vw,-10px) scale(.5588);animation:fall-347 30s -11s linear infinite}@keyframes fall-347{51.599%{transform:translate(23.2897vw,51.599vh) scale(.5588)}to{transform:translate(21.1878vw,100vh) scale(.5588)}}.snow:nth-child(348){opacity:1.9576;transform:translate(84.8019vw,-10px) scale(.4016);animation:fall-348 13s -18s linear infinite}@keyframes fall-348{48.284%{transform:translate(76.8343vw,48.284vh) scale(.4016)}to{transform:translate(80.8181vw,100vh) scale(.4016)}}.snow:nth-child(349){opacity:1.354;transform:translate(56.9845vw,-10px) scale(.4351);animation:fall-349 12s -29s linear infinite}@keyframes fall-349{33.016%{transform:translate(51.9591vw,33.016vh) scale(.4351)}to{transform:translate(54.4718vw,100vh) scale(.4351)}}.snow:nth-child(350){opacity:.0398;transform:translate(45.9168vw,-10px) scale(.1225);animation:fall-350 24s -28s linear infinite}@keyframes fall-350{44.797%{transform:translate(50.1284vw,44.797vh) scale(.1225)}to{transform:translate(48.0226vw,100vh) scale(.1225)}}.snow:nth-child(351){opacity:.614;transform:translate(4.8535vw,-10px) scale(.5671);animation:fall-351 18s -18s linear infinite}@keyframes fall-351{76.348%{transform:translate(10.5135vw,76.348vh) scale(.5671)}to{transform:translate(7.6835vw,100vh) scale(.5671)}}.snow:nth-child(352){opacity:.1146;transform:translate(80.331vw,-10px) scale(.3701);animation:fall-352 30s -25s linear infinite}@keyframes fall-352{33.416%{transform:translate(74.8265vw,33.416vh) scale(.3701)}to{transform:translate(77.57875vw,100vh) scale(.3701)}}.snow:nth-child(353){opacity:1.5768;transform:translate(93.5155vw,-10px) scale(.5883);animation:fall-353 16s -14s linear infinite}@keyframes fall-353{64.171%{transform:translate(92.2526vw,64.171vh) scale(.5883)}to{transform:translate(92.88405vw,100vh) scale(.5883)}}.snow:nth-child(354){opacity:1.7122;transform:translate(39.2061vw,-10px) scale(.1645);animation:fall-354 17s -6s linear infinite}@keyframes fall-354{31.6%{transform:translate(40.3695vw,31.6vh) scale(.1645)}to{transform:translate(39.7878vw,100vh) scale(.1645)}}.snow:nth-child(355){opacity:1.753;transform:translate(85.1373vw,-10px) scale(.7188);animation:fall-355 19s -26s linear infinite}@keyframes fall-355{57.654%{transform:translate(79.8734vw,57.654vh) scale(.7188)}to{transform:translate(82.50535vw,100vh) scale(.7188)}}.snow:nth-child(356){opacity:.2248;transform:translate(79.4911vw,-10px) scale(.4277);animation:fall-356 16s -19s linear infinite}@keyframes fall-356{34.551%{transform:translate(82.4202vw,34.551vh) scale(.4277)}to{transform:translate(80.95565vw,100vh) scale(.4277)}}.snow:nth-child(357){opacity:.6318;transform:translate(46.2835vw,-10px) scale(.9174);animation:fall-357 29s -3s linear infinite}@keyframes fall-357{37.857%{transform:translate(54.8394vw,37.857vh) scale(.9174)}to{transform:translate(50.56145vw,100vh) scale(.9174)}}.snow:nth-child(358){opacity:1.6272;transform:translate(79.2598vw,-10px) scale(.6889);animation:fall-358 20s -22s linear infinite}@keyframes fall-358{48.256%{transform:translate(75.6975vw,48.256vh) scale(.6889)}to{transform:translate(77.47865vw,100vh) scale(.6889)}}.snow:nth-child(359){opacity:.059;transform:translate(45.4523vw,-10px) scale(.1815);animation:fall-359 20s -27s linear infinite}@keyframes fall-359{50.449%{transform:translate(50.8951vw,50.449vh) scale(.1815)}to{transform:translate(48.1737vw,100vh) scale(.1815)}}.snow:nth-child(360){opacity:.0306;transform:translate(75.0718vw,-10px) scale(.6339);animation:fall-360 13s -24s linear infinite}@keyframes fall-360{32.215%{transform:translate(71.7259vw,32.215vh) scale(.6339)}to{transform:translate(73.39885vw,100vh) scale(.6339)}}.snow:nth-child(361){opacity:.5246;transform:translate(66.7782vw,-10px) scale(.913);animation:fall-361 30s -27s linear infinite}@keyframes fall-361{78.725%{transform:translate(70.9884vw,78.725vh) scale(.913)}to{transform:translate(68.8833vw,100vh) scale(.913)}}.snow:nth-child(362){opacity:1.4762;transform:translate(93.7603vw,-10px) scale(.0242);animation:fall-362 19s -4s linear infinite}@keyframes fall-362{52.903%{transform:translate(100.5785vw,52.903vh) scale(.0242)}to{transform:translate(97.1694vw,100vh) scale(.0242)}}.snow:nth-child(363){opacity:1.9922;transform:translate(88.6209vw,-10px) scale(.828);animation:fall-363 15s -1s linear infinite}@keyframes fall-363{52.58%{transform:translate(78.8685vw,52.58vh) scale(.828)}to{transform:translate(83.7447vw,100vh) scale(.828)}}.snow:nth-child(364){opacity:.503;transform:translate(84.1056vw,-10px) scale(.485);animation:fall-364 17s -30s linear infinite}@keyframes fall-364{63.54%{transform:translate(87.5549vw,63.54vh) scale(.485)}to{transform:translate(85.83025vw,100vh) scale(.485)}}.snow:nth-child(365){opacity:1.4482;transform:translate(85.9963vw,-10px) scale(.7247);animation:fall-365 28s -11s linear infinite}@keyframes fall-365{64.787%{transform:translate(86.5033vw,64.787vh) scale(.7247)}to{transform:translate(86.2498vw,100vh) scale(.7247)}}.snow:nth-child(366){opacity:1.2078;transform:translate(39.1593vw,-10px) scale(.8523);animation:fall-366 21s -22s linear infinite}@keyframes fall-366{74.517%{transform:translate(41.7838vw,74.517vh) scale(.8523)}to{transform:translate(40.47155vw,100vh) scale(.8523)}}.snow:nth-child(367){opacity:.5268;transform:translate(24.7059vw,-10px) scale(.2138);animation:fall-367 10s -29s linear infinite}@keyframes fall-367{36.557%{transform:translate(30.1593vw,36.557vh) scale(.2138)}to{transform:translate(27.4326vw,100vh) scale(.2138)}}.snow:nth-child(368){opacity:1.0694;transform:translate(.408vw,-10px) scale(.4744);animation:fall-368 15s -25s linear infinite}@keyframes fall-368{72.619%{transform:translate(3.756vw,72.619vh) scale(.4744)}to{transform:translate(2.082vw,100vh) scale(.4744)}}.snow:nth-child(369){opacity:.038;transform:translate(57.8941vw,-10px) scale(.7843);animation:fall-369 11s -11s linear infinite}@keyframes fall-369{77.004%{transform:translate(65.965vw,77.004vh) scale(.7843)}to{transform:translate(61.92955vw,100vh) scale(.7843)}}.snow:nth-child(370){opacity:1.6718;transform:translate(54.1527vw,-10px) scale(.3754);animation:fall-370 10s -1s linear infinite}@keyframes fall-370{68.974%{transform:translate(57.2301vw,68.974vh) scale(.3754)}to{transform:translate(55.6914vw,100vh) scale(.3754)}}.snow:nth-child(371){opacity:1.8704;transform:translate(74.2668vw,-10px) scale(.2762);animation:fall-371 16s -2s linear infinite}@keyframes fall-371{32.391%{transform:translate(73.5083vw,32.391vh) scale(.2762)}to{transform:translate(73.88755vw,100vh) scale(.2762)}}.snow:nth-child(372){opacity:1.5868;transform:translate(43.3933vw,-10px) scale(.5085);animation:fall-372 16s -13s linear infinite}@keyframes fall-372{46.046%{transform:translate(39.7497vw,46.046vh) scale(.5085)}to{transform:translate(41.5715vw,100vh) scale(.5085)}}.snow:nth-child(373){opacity:.7294;transform:translate(74.2309vw,-10px) scale(.9664);animation:fall-373 29s -1s linear infinite}@keyframes fall-373{57.418%{transform:translate(65.9216vw,57.418vh) scale(.9664)}to{transform:translate(70.07625vw,100vh) scale(.9664)}}.snow:nth-child(374){opacity:1.3978;transform:translate(57.6844vw,-10px) scale(.3023);animation:fall-374 12s -21s linear infinite}@keyframes fall-374{52.178%{transform:translate(55.2713vw,52.178vh) scale(.3023)}to{transform:translate(56.47785vw,100vh) scale(.3023)}}.snow:nth-child(375){opacity:1.6636;transform:translate(94.9477vw,-10px) scale(.0857);animation:fall-375 16s -10s linear infinite}@keyframes fall-375{77.635%{transform:translate(103.8422vw,77.635vh) scale(.0857)}to{transform:translate(99.39495vw,100vh) scale(.0857)}}.snow:nth-child(376){opacity:.9074;transform:translate(40.5776vw,-10px) scale(.7934);animation:fall-376 16s -29s linear infinite}@keyframes fall-376{78.328%{transform:translate(38.142vw,78.328vh) scale(.7934)}to{transform:translate(39.3598vw,100vh) scale(.7934)}}.snow:nth-child(377){opacity:.9574;transform:translate(68.7941vw,-10px) scale(.232);animation:fall-377 13s -23s linear infinite}@keyframes fall-377{34.502%{transform:translate(78.0466vw,34.502vh) scale(.232)}to{transform:translate(73.42035vw,100vh) scale(.232)}}.snow:nth-child(378){opacity:1.4428;transform:translate(50.6796vw,-10px) scale(.873);animation:fall-378 19s -19s linear infinite}@keyframes fall-378{49.745%{transform:translate(44.1259vw,49.745vh) scale(.873)}to{transform:translate(47.40275vw,100vh) scale(.873)}}.snow:nth-child(379){opacity:1.6368;transform:translate(85.6879vw,-10px) scale(.368);animation:fall-379 15s -26s linear infinite}@keyframes fall-379{51.61%{transform:translate(81.8722vw,51.61vh) scale(.368)}to{transform:translate(83.78005vw,100vh) scale(.368)}}.snow:nth-child(380){opacity:1.1834;transform:translate(77.1461vw,-10px) scale(.7087);animation:fall-380 22s -23s linear infinite}@keyframes fall-380{42.466%{transform:translate(68.2646vw,42.466vh) scale(.7087)}to{transform:translate(72.70535vw,100vh) scale(.7087)}}.snow:nth-child(381){opacity:1.4958;transform:translate(90.19vw,-10px) scale(.581);animation:fall-381 20s -10s linear infinite}@keyframes fall-381{38.775%{transform:translate(88.8241vw,38.775vh) scale(.581)}to{transform:translate(89.50705vw,100vh) scale(.581)}}.snow:nth-child(382){opacity:.791;transform:translate(50.2771vw,-10px) scale(.7762);animation:fall-382 14s -17s linear infinite}@keyframes fall-382{74.549%{transform:translate(55.3107vw,74.549vh) scale(.7762)}to{transform:translate(52.7939vw,100vh) scale(.7762)}}.snow:nth-child(383){opacity:.3346;transform:translate(82.8084vw,-10px) scale(.1652);animation:fall-383 19s -28s linear infinite}@keyframes fall-383{37.33%{transform:translate(77.7835vw,37.33vh) scale(.1652)}to{transform:translate(80.29595vw,100vh) scale(.1652)}}.snow:nth-child(384){opacity:.055;transform:translate(19.8811vw,-10px) scale(.7569);animation:fall-384 22s -5s linear infinite}@keyframes fall-384{51.523%{transform:translate(16.7708vw,51.523vh) scale(.7569)}to{transform:translate(18.32595vw,100vh) scale(.7569)}}.snow:nth-child(385){opacity:.5638;transform:translate(89.3573vw,-10px) scale(.1114);animation:fall-385 30s -5s linear infinite}@keyframes fall-385{43.194%{transform:translate(94.0435vw,43.194vh) scale(.1114)}to{transform:translate(91.7004vw,100vh) scale(.1114)}}.snow:nth-child(386){opacity:.6682;transform:translate(97.7092vw,-10px) scale(.159);animation:fall-386 25s -4s linear infinite}@keyframes fall-386{79.35%{transform:translate(104.1253vw,79.35vh) scale(.159)}to{transform:translate(100.91725vw,100vh) scale(.159)}}.snow:nth-child(387){opacity:.26;transform:translate(86.3348vw,-10px) scale(.4047);animation:fall-387 30s -14s linear infinite}@keyframes fall-387{36.607%{transform:translate(82.3068vw,36.607vh) scale(.4047)}to{transform:translate(84.3208vw,100vh) scale(.4047)}}.snow:nth-child(388){opacity:1.2936;transform:translate(49.7121vw,-10px) scale(.3668);animation:fall-388 12s -23s linear infinite}@keyframes fall-388{76.957%{transform:translate(50.7765vw,76.957vh) scale(.3668)}to{transform:translate(50.2443vw,100vh) scale(.3668)}}.snow:nth-child(389){opacity:.6554;transform:translate(49.2798vw,-10px) scale(.315);animation:fall-389 27s -1s linear infinite}@keyframes fall-389{46.341%{transform:translate(57.13vw,46.341vh) scale(.315)}to{transform:translate(53.2049vw,100vh) scale(.315)}}.snow:nth-child(390){opacity:.5684;transform:translate(25.6249vw,-10px) scale(.3634);animation:fall-390 25s -21s linear infinite}@keyframes fall-390{32.139%{transform:translate(28.3456vw,32.139vh) scale(.3634)}to{transform:translate(26.98525vw,100vh) scale(.3634)}}.snow:nth-child(391){opacity:.1514;transform:translate(31.6344vw,-10px) scale(.7976);animation:fall-391 18s -24s linear infinite}@keyframes fall-391{65.493%{transform:translate(28.2342vw,65.493vh) scale(.7976)}to{transform:translate(29.9343vw,100vh) scale(.7976)}}.snow:nth-child(392){opacity:1.147;transform:translate(49.0625vw,-10px) scale(.2679);animation:fall-392 23s -18s linear infinite}@keyframes fall-392{42.8%{transform:translate(58.9587vw,42.8vh) scale(.2679)}to{transform:translate(54.0106vw,100vh) scale(.2679)}}.snow:nth-child(393){opacity:.3252;transform:translate(30.9246vw,-10px) scale(.9604);animation:fall-393 23s -17s linear infinite}@keyframes fall-393{36.123%{transform:translate(23.9873vw,36.123vh) scale(.9604)}to{transform:translate(27.45595vw,100vh) scale(.9604)}}.snow:nth-child(394){opacity:1.1026;transform:translate(48.2809vw,-10px) scale(.1424);animation:fall-394 15s -6s linear infinite}@keyframes fall-394{76.058%{transform:translate(43.0519vw,76.058vh) scale(.1424)}to{transform:translate(45.6664vw,100vh) scale(.1424)}}.snow:nth-child(395){opacity:.756;transform:translate(50.3875vw,-10px) scale(.1267);animation:fall-395 15s -22s linear infinite}@keyframes fall-395{49.839%{transform:translate(44.3656vw,49.839vh) scale(.1267)}to{transform:translate(47.37655vw,100vh) scale(.1267)}}.snow:nth-child(396){opacity:1.209;transform:translate(32.2235vw,-10px) scale(.5503);animation:fall-396 24s -12s linear infinite}@keyframes fall-396{59.99%{transform:translate(27.4257vw,59.99vh) scale(.5503)}to{transform:translate(29.8246vw,100vh) scale(.5503)}}.snow:nth-child(397){opacity:1.8142;transform:translate(20.4974vw,-10px) scale(.0209);animation:fall-397 28s -25s linear infinite}@keyframes fall-397{60.686%{transform:translate(16.3858vw,60.686vh) scale(.0209)}to{transform:translate(18.4416vw,100vh) scale(.0209)}}.snow:nth-child(398){opacity:1.1472;transform:translate(37.6412vw,-10px) scale(.8983);animation:fall-398 13s -2s linear infinite}@keyframes fall-398{39.839%{transform:translate(40.4948vw,39.839vh) scale(.8983)}to{transform:translate(39.068vw,100vh) scale(.8983)}}.snow:nth-child(399){opacity:.5598;transform:translate(66.1717vw,-10px) scale(.2725);animation:fall-399 27s -7s linear infinite}@keyframes fall-399{32.515%{transform:translate(73.4159vw,32.515vh) scale(.2725)}to{transform:translate(69.7938vw,100vh) scale(.2725)}}.snow:nth-child(400){opacity:1.127;transform:translate(7.1893vw,-10px) scale(.4993);animation:fall-400 27s -20s linear infinite}@keyframes fall-400{62.293%{transform:translate(5.6325vw,62.293vh) scale(.4993)}to{transform:translate(6.4109vw,100vh) scale(.4993)}}\n"] }]
|
|
25
25
|
}], ctorParameters: function () { return [{ type: i1.TokenService }, { type: i1.AppState }, { type: i2.Router }]; } });
|
|
26
26
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmUvc3JjL2xpYi9hcHAuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vcHJvamVjdHMvY29yZS9zcmMvbGliL2FwcC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxVQUFVO0FBQ1YsT0FBTyxFQUFFLFNBQVMsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7Ozs7QUFZN0QsTUFBTSxPQUFPLFlBQVk7SUFJckIsWUFBb0IsR0FBaUIsRUFBUyxNQUFnQixFQUFVLE1BQWM7UUFBbEUsUUFBRyxHQUFILEdBQUcsQ0FBYztRQUFTLFdBQU0sR0FBTixNQUFNLENBQVU7UUFBVSxXQUFNLEdBQU4sTUFBTSxDQUFRO1FBRi9FLFVBQUssR0FBYSxFQUFFLENBQUM7UUFJeEIsSUFBSSxJQUFJLENBQUMsTUFBTSxDQUFDLGFBQWE7WUFDekIsS0FBSyxJQUFJLENBQUMsR0FBRyxDQUFDLEVBQUUsQ0FBQyxHQUFHLEdBQUcsRUFBRSxDQUFDLEVBQUU7Z0JBQ3hCLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBRTNCLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLFlBQVk7WUFDdEIsSUFBSSxDQUFDLE1BQU0sQ0FBQyxRQUFRLENBQUMsQ0FBQyxPQUFPLEVBQUUsRUFBRSxPQUFPLEVBQUUsSUFBSSxDQUFDLE1BQU0sQ0FBQyxHQUFHLEVBQUUsQ0FBQyxDQUFDLENBQUM7SUFDdEUsQ0FBQzs7eUdBWlEsWUFBWTs2RkFBWixZQUFZLGdEQ2J6QixpS0FHK0I7MkZEVWxCLFlBQVk7a0JBTnhCLFNBQVM7K0JBQ0ksVUFBVSxpQkFDTCxpQkFBaUIsQ0FBQyxJQUFJIiwic291cmNlc0NvbnRlbnQiOlsiLy8gQW5ndWxhclxyXG5pbXBvcnQgeyBDb21wb25lbnQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgUm91dGVyIH0gZnJvbSBcIkBhbmd1bGFyL3JvdXRlclwiO1xyXG5cclxuLy8gQ29uZmlndXJhemlvbmlcclxuIGltcG9ydCB7IEFwcFN0YXRlLCBUb2tlblNlcnZpY2UgfSBmcm9tIFwiQGVzZmFlbnphL2NvcmUvc2VydmljZXNcIjtcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gICAgc2VsZWN0b3I6ICdhcHAtcm9vdCcsXHJcbiAgICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxyXG4gICAgc3R5bGVVcmxzOiBbXCIuL2FwcC5jb21wb25lbnQuc2Nzc1wiXSxcclxuICAgIHRlbXBsYXRlVXJsOiAnLi9hcHAuY29tcG9uZW50Lmh0bWwnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBBcHBDb21wb25lbnQge1xyXG5cclxuICAgIHB1YmxpYyBzbm93czogbnVtYmVyW10gPSBbXTtcclxuXHJcbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIGJ0czogVG9rZW5TZXJ2aWNlLCBwdWJsaWMgX3N0YXRlOiBBcHBTdGF0ZSwgcHJpdmF0ZSByb3V0ZXI6IFJvdXRlcikge1xyXG5cclxuICAgICAgICBpZiAodGhpcy5fc3RhdGUuY2hyaXN0bWFzVGltZSlcclxuICAgICAgICAgICAgZm9yIChsZXQgaSA9IDA7IGkgPCA0MDA7IGkrKylcclxuICAgICAgICAgICAgICAgIHRoaXMuc25vd3MucHVzaChpKTtcclxuXHJcbiAgICAgICAgaWYgKCF0aGlzLmJ0cy5hY2NvdW50U2NvcGUpXHJcbiAgICAgICAgICAgIHRoaXMucm91dGVyLm5hdmlnYXRlKFtcImxvZ2luXCIsIHsgZnJvbVVybDogdGhpcy5yb3V0ZXIudXJsIH1dKTtcclxuICAgIH1cclxufSIsIjxuZy1jb250YWluZXIgKm5nSWY9XCJfc3RhdGUuY2hyaXN0bWFzVGltZVwiPlxyXG4gICAgPGRpdiAqbmdGb3I9XCJsZXQgaSBvZiBzbm93c1wiIGNsYXNzPVwic25vd1wiPjwvZGl2PlxyXG48L25nLWNvbnRhaW5lcj5cclxuPHJvdXRlci1vdXRsZXQ+PC9yb3V0ZXItb3V0bGV0PiJdfQ==
|