@esfaenza/core 15.2.315 → 15.2.317
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/external-page/external_pages.component.d.ts +4 -3
- package/esm2020/components/external-page/external_pages.component.mjs +8 -9
- package/esm2020/lib/app.component.mjs +2 -2
- package/esm2020/services/classes/app.state.mjs +23 -17
- package/fesm2015/esfaenza-core-components.mjs +17 -18
- package/fesm2015/esfaenza-core-components.mjs.map +1 -1
- package/fesm2015/esfaenza-core-services.mjs +30 -25
- package/fesm2015/esfaenza-core-services.mjs.map +1 -1
- package/fesm2015/esfaenza-core.mjs +2 -2
- package/fesm2015/esfaenza-core.mjs.map +1 -1
- package/fesm2020/esfaenza-core-components.mjs +8 -8
- package/fesm2020/esfaenza-core-components.mjs.map +1 -1
- package/fesm2020/esfaenza-core-services.mjs +30 -25
- package/fesm2020/esfaenza-core-services.mjs.map +1 -1
- package/fesm2020/esfaenza-core.mjs +2 -2
- package/fesm2020/esfaenza-core.mjs.map +1 -1
- package/package.json +1 -1
- package/services/classes/app.state.d.ts +3 -3
|
@@ -22,9 +22,9 @@ export class AppComponent {
|
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
AppComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AppComponent, deps: [{ token: i1.TokenService }, { token: i1.AppState }, { token: i2.Router }], target: i0.ɵɵFactoryTarget.Component });
|
|
25
|
-
AppComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AppComponent, selector: "app-root", ngImport: i0, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box-600{max-height:600px;overflow-x:hidden;overflow-y:auto}.list-area{position:relative!important}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background: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}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background: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}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#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}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:10px!important}.mat-chip-list-wrapper{margin:0!important;padding:5px!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:1.81;transform:translate(32.9862vw,-10px) scale(.233);animation:fall-1 19s -25s linear infinite}@keyframes fall-1{37.839%{transform:translate(30.8127vw,37.839vh) scale(.233)}to{transform:translate(31.89945vw,99vh) scale(.233)}}.snow:nth-child(2){opacity:1.9016;transform:translate(88.3625vw,-10px) scale(.7851);animation:fall-2 24s -28s linear infinite}@keyframes fall-2{66.901%{transform:translate(85.7167vw,66.901vh) scale(.7851)}to{transform:translate(87.0396vw,99vh) scale(.7851)}}.snow:nth-child(3){opacity:1.1776;transform:translate(48.2396vw,-10px) scale(.8069);animation:fall-3 18s -8s linear infinite}@keyframes fall-3{56.821%{transform:translate(57.4572vw,56.821vh) scale(.8069)}to{transform:translate(52.8484vw,99vh) scale(.8069)}}.snow:nth-child(4){opacity:1.662;transform:translate(19.3621vw,-10px) scale(.2573);animation:fall-4 28s -11s linear infinite}@keyframes fall-4{42.535%{transform:translate(20.7646vw,42.535vh) scale(.2573)}to{transform:translate(20.06335vw,99vh) scale(.2573)}}.snow:nth-child(5){opacity:1.1116;transform:translate(19.1991vw,-10px) scale(.2085);animation:fall-5 30s -7s linear infinite}@keyframes fall-5{51%{transform:translate(14.4458vw,51vh) scale(.2085)}to{transform:translate(16.82245vw,99vh) scale(.2085)}}.snow:nth-child(6){opacity:1.489;transform:translate(96.7123vw,-10px) scale(.3275);animation:fall-6 12s -21s linear infinite}@keyframes fall-6{37.997%{transform:translate(88.5995vw,37.997vh) scale(.3275)}to{transform:translate(92.6559vw,99vh) scale(.3275)}}.snow:nth-child(7){opacity:1.3608;transform:translate(46.8219vw,-10px) scale(.6044);animation:fall-7 20s -16s linear infinite}@keyframes fall-7{76.775%{transform:translate(39.0809vw,76.775vh) scale(.6044)}to{transform:translate(42.9514vw,99vh) scale(.6044)}}.snow:nth-child(8){opacity:1.4324;transform:translate(30.7621vw,-10px) scale(.2252);animation:fall-8 15s -16s linear infinite}@keyframes fall-8{49.528%{transform:translate(31.5517vw,49.528vh) scale(.2252)}to{transform:translate(31.1569vw,99vh) scale(.2252)}}.snow:nth-child(9){opacity:.6;transform:translate(63.2531vw,-10px) scale(.0927);animation:fall-9 13s -22s linear infinite}@keyframes fall-9{76.202%{transform:translate(62.9608vw,76.202vh) scale(.0927)}to{transform:translate(63.10695vw,99vh) scale(.0927)}}.snow:nth-child(10){opacity:.6994;transform:translate(89.2796vw,-10px) scale(.9335);animation:fall-10 21s -4s linear infinite}@keyframes fall-10{73.017%{transform:translate(84.5644vw,73.017vh) scale(.9335)}to{transform:translate(86.922vw,99vh) scale(.9335)}}.snow:nth-child(11){opacity:1.08;transform:translate(74.7174vw,-10px) scale(.8175);animation:fall-11 16s -7s linear infinite}@keyframes fall-11{52.829%{transform:translate(67.9651vw,52.829vh) scale(.8175)}to{transform:translate(71.34125vw,99vh) scale(.8175)}}.snow:nth-child(12){opacity:.6534;transform:translate(4.9964vw,-10px) scale(.5542);animation:fall-12 29s -24s linear infinite}@keyframes fall-12{40.691%{transform:translate(-1.8384vw,40.691vh) scale(.5542)}to{transform:translate(1.579vw,99vh) scale(.5542)}}.snow:nth-child(13){opacity:.7814;transform:translate(38.192vw,-10px) scale(.1162);animation:fall-13 23s -10s linear infinite}@keyframes fall-13{75.193%{transform:translate(30.4733vw,75.193vh) scale(.1162)}to{transform:translate(34.33265vw,99vh) scale(.1162)}}.snow:nth-child(14){opacity:1.7478;transform:translate(3.311vw,-10px) scale(.7879);animation:fall-14 22s -30s linear infinite}@keyframes fall-14{69.598%{transform:translate(8.9535vw,69.598vh) scale(.7879)}to{transform:translate(6.13225vw,99vh) scale(.7879)}}.snow:nth-child(15){opacity:.9068;transform:translate(10.9578vw,-10px) scale(.5822);animation:fall-15 12s -3s linear infinite}@keyframes fall-15{68.457%{transform:translate(17.2668vw,68.457vh) scale(.5822)}to{transform:translate(14.1123vw,99vh) scale(.5822)}}.snow:nth-child(16){opacity:.4866;transform:translate(88.7637vw,-10px) scale(.687);animation:fall-16 14s -28s linear infinite}@keyframes fall-16{50.46%{transform:translate(92.7292vw,50.46vh) scale(.687)}to{transform:translate(90.74645vw,99vh) scale(.687)}}.snow:nth-child(17){opacity:1.486;transform:translate(61.5166vw,-10px) scale(.2557);animation:fall-17 11s -17s linear infinite}@keyframes fall-17{55.072%{transform:translate(52.8715vw,55.072vh) scale(.2557)}to{transform:translate(57.19405vw,99vh) scale(.2557)}}.snow:nth-child(18){opacity:1.5596;transform:translate(59.5852vw,-10px) scale(.9321);animation:fall-18 29s -8s linear infinite}@keyframes fall-18{52.14%{transform:translate(50.3013vw,52.14vh) scale(.9321)}to{transform:translate(54.94325vw,99vh) scale(.9321)}}.snow:nth-child(19){opacity:1.0652;transform:translate(13.0952vw,-10px) scale(.562);animation:fall-19 17s -4s linear infinite}@keyframes fall-19{62.507%{transform:translate(6.1058vw,62.507vh) scale(.562)}to{transform:translate(9.6005vw,99vh) scale(.562)}}.snow:nth-child(20){opacity:1.1676;transform:translate(29.2482vw,-10px) scale(.9515);animation:fall-20 12s -2s linear infinite}@keyframes fall-20{78.664%{transform:translate(25.9639vw,78.664vh) scale(.9515)}to{transform:translate(27.60605vw,99vh) scale(.9515)}}.snow:nth-child(21){opacity:1.7284;transform:translate(18.6565vw,-10px) scale(.5285);animation:fall-21 17s -17s linear infinite}@keyframes fall-21{50.567%{transform:translate(10.341vw,50.567vh) scale(.5285)}to{transform:translate(14.49875vw,99vh) scale(.5285)}}.snow:nth-child(22){opacity:.1848;transform:translate(78.0486vw,-10px) scale(.8757);animation:fall-22 23s -16s linear infinite}@keyframes fall-22{72.361%{transform:translate(75.7713vw,72.361vh) scale(.8757)}to{transform:translate(76.90995vw,99vh) scale(.8757)}}.snow:nth-child(23){opacity:1.587;transform:translate(2.9246vw,-10px) scale(.0165);animation:fall-23 22s -17s linear infinite}@keyframes fall-23{30.213%{transform:translate(9.4594vw,30.213vh) scale(.0165)}to{transform:translate(6.192vw,99vh) scale(.0165)}}.snow:nth-child(24){opacity:1.1136;transform:translate(30.0238vw,-10px) scale(.2284);animation:fall-24 24s -7s linear infinite}@keyframes fall-24{79.954%{transform:translate(21.1111vw,79.954vh) scale(.2284)}to{transform:translate(25.56745vw,99vh) scale(.2284)}}.snow:nth-child(25){opacity:.444;transform:translate(7.6491vw,-10px) scale(.2312);animation:fall-25 25s -9s linear infinite}@keyframes fall-25{40.505%{transform:translate(12.1613vw,40.505vh) scale(.2312)}to{transform:translate(9.9052vw,99vh) scale(.2312)}}.snow:nth-child(26){opacity:.952;transform:translate(25.0265vw,-10px) scale(.3505);animation:fall-26 14s -9s linear infinite}@keyframes fall-26{65.959%{transform:translate(21.6193vw,65.959vh) scale(.3505)}to{transform:translate(23.3229vw,99vh) scale(.3505)}}.snow:nth-child(27){opacity:.6598;transform:translate(16.783vw,-10px) scale(.3793);animation:fall-27 11s -1s linear infinite}@keyframes fall-27{49.362%{transform:translate(14.3949vw,49.362vh) scale(.3793)}to{transform:translate(15.58895vw,99vh) scale(.3793)}}.snow:nth-child(28){opacity:.0496;transform:translate(78.403vw,-10px) scale(.2176);animation:fall-28 13s -6s linear infinite}@keyframes fall-28{72.131%{transform:translate(88.226vw,72.131vh) scale(.2176)}to{transform:translate(83.3145vw,99vh) scale(.2176)}}.snow:nth-child(29){opacity:1.0376;transform:translate(53.9631vw,-10px) scale(.1875);animation:fall-29 13s -27s linear infinite}@keyframes fall-29{78.124%{transform:translate(50.6778vw,78.124vh) scale(.1875)}to{transform:translate(52.32045vw,99vh) scale(.1875)}}.snow:nth-child(30){opacity:1.077;transform:translate(70.9334vw,-10px) scale(.409);animation:fall-30 15s -16s linear infinite}@keyframes fall-30{32.364%{transform:translate(70.8744vw,32.364vh) scale(.409)}to{transform:translate(70.9039vw,99vh) scale(.409)}}.snow:nth-child(31){opacity:1.966;transform:translate(15.2826vw,-10px) scale(.2438);animation:fall-31 13s -18s linear infinite}@keyframes fall-31{50.599%{transform:translate(10.0616vw,50.599vh) scale(.2438)}to{transform:translate(12.6721vw,99vh) scale(.2438)}}.snow:nth-child(32){opacity:.0482;transform:translate(13.9545vw,-10px) scale(.9742);animation:fall-32 26s -27s linear infinite}@keyframes fall-32{79.021%{transform:translate(9.8673vw,79.021vh) scale(.9742)}to{transform:translate(11.9109vw,99vh) scale(.9742)}}.snow:nth-child(33){opacity:1.5086;transform:translate(71.4752vw,-10px) scale(.5513);animation:fall-33 29s -22s linear infinite}@keyframes fall-33{76.113%{transform:translate(70.3564vw,76.113vh) scale(.5513)}to{transform:translate(70.9158vw,99vh) scale(.5513)}}.snow:nth-child(34){opacity:.8046;transform:translate(64.1987vw,-10px) scale(.6306);animation:fall-34 22s -9s linear infinite}@keyframes fall-34{65.013%{transform:translate(62.5119vw,65.013vh) scale(.6306)}to{transform:translate(63.3553vw,99vh) scale(.6306)}}.snow:nth-child(35){opacity:1.9694;transform:translate(61.2931vw,-10px) scale(.9445);animation:fall-35 24s -17s linear infinite}@keyframes fall-35{74.645%{transform:translate(56.6962vw,74.645vh) scale(.9445)}to{transform:translate(58.99465vw,99vh) scale(.9445)}}.snow:nth-child(36){opacity:.7542;transform:translate(36.9384vw,-10px) scale(.1919);animation:fall-36 30s -17s linear infinite}@keyframes fall-36{71.773%{transform:translate(39.7371vw,71.773vh) scale(.1919)}to{transform:translate(38.33775vw,99vh) scale(.1919)}}.snow:nth-child(37){opacity:.036;transform:translate(83.6473vw,-10px) scale(.3281);animation:fall-37 14s -4s linear infinite}@keyframes fall-37{57.419%{transform:translate(76.5872vw,57.419vh) scale(.3281)}to{transform:translate(80.11725vw,99vh) scale(.3281)}}.snow:nth-child(38){opacity:.8742;transform:translate(99.2859vw,-10px) scale(.1803);animation:fall-38 14s -7s linear infinite}@keyframes fall-38{73.406%{transform:translate(90.1079vw,73.406vh) scale(.1803)}to{transform:translate(94.6969vw,99vh) scale(.1803)}}.snow:nth-child(39){opacity:.7974;transform:translate(90.0379vw,-10px) scale(.9302);animation:fall-39 22s -13s linear infinite}@keyframes fall-39{44.702%{transform:translate(97.8334vw,44.702vh) scale(.9302)}to{transform:translate(93.93565vw,99vh) scale(.9302)}}.snow:nth-child(40){opacity:.8436;transform:translate(31.1996vw,-10px) scale(.6084);animation:fall-40 21s -30s linear infinite}@keyframes fall-40{51.596%{transform:translate(40.347vw,51.596vh) scale(.6084)}to{transform:translate(35.7733vw,99vh) scale(.6084)}}.snow:nth-child(41){opacity:.392;transform:translate(72.8411vw,-10px) scale(.3891);animation:fall-41 19s -9s linear infinite}@keyframes fall-41{76.83%{transform:translate(68.208vw,76.83vh) scale(.3891)}to{transform:translate(70.52455vw,99vh) scale(.3891)}}.snow:nth-child(42){opacity:.827;transform:translate(1.318vw,-10px) scale(.078);animation:fall-42 20s -10s linear infinite}@keyframes fall-42{33.496%{transform:translate(-5.0394vw,33.496vh) scale(.078)}to{transform:translate(-1.8607vw,99vh) scale(.078)}}.snow:nth-child(43){opacity:1.7796;transform:translate(63.1245vw,-10px) scale(.2452);animation:fall-43 14s -28s linear infinite}@keyframes fall-43{63.556%{transform:translate(72.1285vw,63.556vh) scale(.2452)}to{transform:translate(67.6265vw,99vh) scale(.2452)}}.snow:nth-child(44){opacity:.2566;transform:translate(63.1528vw,-10px) scale(.0684);animation:fall-44 10s -26s linear infinite}@keyframes fall-44{71.42%{transform:translate(64.0091vw,71.42vh) scale(.0684)}to{transform:translate(63.58095vw,99vh) scale(.0684)}}.snow:nth-child(45){opacity:1.9326;transform:translate(13.1701vw,-10px) scale(.5786);animation:fall-45 30s -13s linear infinite}@keyframes fall-45{44.381%{transform:translate(13.693vw,44.381vh) scale(.5786)}to{transform:translate(13.43155vw,99vh) scale(.5786)}}.snow:nth-child(46){opacity:.0454;transform:translate(93.4092vw,-10px) scale(.5836);animation:fall-46 21s -12s linear infinite}@keyframes fall-46{39.409%{transform:translate(94.8421vw,39.409vh) scale(.5836)}to{transform:translate(94.12565vw,99vh) scale(.5836)}}.snow:nth-child(47){opacity:.33;transform:translate(92.1446vw,-10px) scale(.6784);animation:fall-47 17s -9s linear infinite}@keyframes fall-47{52.822%{transform:translate(95.9104vw,52.822vh) scale(.6784)}to{transform:translate(94.0275vw,99vh) scale(.6784)}}.snow:nth-child(48){opacity:.982;transform:translate(46.2079vw,-10px) scale(.5334);animation:fall-48 22s -16s linear infinite}@keyframes fall-48{63.085%{transform:translate(50.197vw,63.085vh) scale(.5334)}to{transform:translate(48.20245vw,99vh) scale(.5334)}}.snow:nth-child(49){opacity:1.0472;transform:translate(57.5503vw,-10px) scale(.5061);animation:fall-49 20s -6s linear infinite}@keyframes fall-49{67.173%{transform:translate(59.7233vw,67.173vh) scale(.5061)}to{transform:translate(58.6368vw,99vh) scale(.5061)}}.snow:nth-child(50){opacity:.773;transform:translate(14.0056vw,-10px) scale(.5849);animation:fall-50 13s -14s linear infinite}@keyframes fall-50{37.675%{transform:translate(20.2642vw,37.675vh) scale(.5849)}to{transform:translate(17.1349vw,99vh) scale(.5849)}}.snow:nth-child(51){opacity:.0806;transform:translate(61.6136vw,-10px) scale(.973);animation:fall-51 22s -24s linear infinite}@keyframes fall-51{39.414%{transform:translate(66.0189vw,39.414vh) scale(.973)}to{transform:translate(63.81625vw,99vh) scale(.973)}}.snow:nth-child(52){opacity:1.131;transform:translate(23.5782vw,-10px) scale(.7661);animation:fall-52 25s -23s linear infinite}@keyframes fall-52{67.064%{transform:translate(14.0539vw,67.064vh) scale(.7661)}to{transform:translate(18.81605vw,99vh) scale(.7661)}}.snow:nth-child(53){opacity:.845;transform:translate(48.0582vw,-10px) scale(.4755);animation:fall-53 17s -27s linear infinite}@keyframes fall-53{71.79%{transform:translate(55.081vw,71.79vh) scale(.4755)}to{transform:translate(51.5696vw,99vh) scale(.4755)}}.snow:nth-child(54){opacity:1.4562;transform:translate(16.652vw,-10px) scale(.4193);animation:fall-54 18s -21s linear infinite}@keyframes fall-54{42.823%{transform:translate(16.4475vw,42.823vh) scale(.4193)}to{transform:translate(16.54975vw,99vh) scale(.4193)}}.snow:nth-child(55){opacity:.8744;transform:translate(43.8795vw,-10px) scale(.2937);animation:fall-55 13s -25s linear infinite}@keyframes fall-55{74.848%{transform:translate(49.5942vw,74.848vh) scale(.2937)}to{transform:translate(46.73685vw,99vh) scale(.2937)}}.snow:nth-child(56){opacity:.159;transform:translate(18.8557vw,-10px) scale(.918);animation:fall-56 12s -25s linear infinite}@keyframes fall-56{66.563%{transform:translate(26.7583vw,66.563vh) scale(.918)}to{transform:translate(22.807vw,99vh) scale(.918)}}.snow:nth-child(57){opacity:1.4806;transform:translate(26.5028vw,-10px) scale(.5858);animation:fall-57 23s -14s linear infinite}@keyframes fall-57{79.473%{transform:translate(22.8722vw,79.473vh) scale(.5858)}to{transform:translate(24.6875vw,99vh) scale(.5858)}}.snow:nth-child(58){opacity:1.6602;transform:translate(48.9011vw,-10px) scale(.2856);animation:fall-58 16s -27s linear infinite}@keyframes fall-58{61.498%{transform:translate(48.9377vw,61.498vh) scale(.2856)}to{transform:translate(48.9194vw,99vh) scale(.2856)}}.snow:nth-child(59){opacity:.8158;transform:translate(79.4557vw,-10px) scale(.2744);animation:fall-59 15s -6s linear infinite}@keyframes fall-59{37.774%{transform:translate(72.7915vw,37.774vh) scale(.2744)}to{transform:translate(76.1236vw,99vh) scale(.2744)}}.snow:nth-child(60){opacity:.4996;transform:translate(12.4295vw,-10px) scale(.3763);animation:fall-60 18s -16s linear infinite}@keyframes fall-60{73.317%{transform:translate(17.0495vw,73.317vh) scale(.3763)}to{transform:translate(14.7395vw,99vh) scale(.3763)}}.snow:nth-child(61){opacity:1.7706;transform:translate(21.8748vw,-10px) scale(.7771);animation:fall-61 29s -6s linear infinite}@keyframes fall-61{31.821%{transform:translate(30.3672vw,31.821vh) scale(.7771)}to{transform:translate(26.121vw,99vh) scale(.7771)}}.snow:nth-child(62){opacity:1.3532;transform:translate(62.6052vw,-10px) scale(.7443);animation:fall-62 11s -13s linear infinite}@keyframes fall-62{34.509%{transform:translate(60.7987vw,34.509vh) scale(.7443)}to{transform:translate(61.70195vw,99vh) scale(.7443)}}.snow:nth-child(63){opacity:.0998;transform:translate(70.8822vw,-10px) scale(.7588);animation:fall-63 12s -1s linear infinite}@keyframes fall-63{60.373%{transform:translate(67.4775vw,60.373vh) scale(.7588)}to{transform:translate(69.17985vw,99vh) scale(.7588)}}.snow:nth-child(64){opacity:1.3418;transform:translate(69.992vw,-10px) scale(.2113);animation:fall-64 15s -18s linear infinite}@keyframes fall-64{32.102%{transform:translate(64.5978vw,32.102vh) scale(.2113)}to{transform:translate(67.2949vw,99vh) scale(.2113)}}.snow:nth-child(65){opacity:1.5766;transform:translate(46.9349vw,-10px) scale(.3925);animation:fall-65 29s -21s linear infinite}@keyframes fall-65{75.172%{transform:translate(43.3404vw,75.172vh) scale(.3925)}to{transform:translate(45.13765vw,99vh) scale(.3925)}}.snow:nth-child(66){opacity:1.7084;transform:translate(38.2744vw,-10px) scale(.9607);animation:fall-66 25s -25s linear infinite}@keyframes fall-66{41.144%{transform:translate(30.4692vw,41.144vh) scale(.9607)}to{transform:translate(34.3718vw,99vh) scale(.9607)}}.snow:nth-child(67){opacity:1.916;transform:translate(9.1405vw,-10px) scale(.3178);animation:fall-67 10s -13s linear infinite}@keyframes fall-67{73.62%{transform:translate(18.3539vw,73.62vh) scale(.3178)}to{transform:translate(13.7472vw,99vh) scale(.3178)}}.snow:nth-child(68){opacity:.316;transform:translate(80.9291vw,-10px) scale(.1071);animation:fall-68 26s -21s linear infinite}@keyframes fall-68{53.892%{transform:translate(83.7547vw,53.892vh) scale(.1071)}to{transform:translate(82.3419vw,99vh) scale(.1071)}}.snow:nth-child(69){opacity:1.9708;transform:translate(.1133vw,-10px) scale(.8957);animation:fall-69 16s -2s linear infinite}@keyframes fall-69{39.992%{transform:translate(1.1177vw,39.992vh) scale(.8957)}to{transform:translate(.6155vw,99vh) scale(.8957)}}.snow:nth-child(70){opacity:.6234;transform:translate(55.2185vw,-10px) scale(.7592);animation:fall-70 22s -28s linear infinite}@keyframes fall-70{60.033%{transform:translate(48.836vw,60.033vh) scale(.7592)}to{transform:translate(52.02725vw,99vh) scale(.7592)}}.snow:nth-child(71){opacity:1.6082;transform:translate(26.3851vw,-10px) scale(.4342);animation:fall-71 27s -16s linear infinite}@keyframes fall-71{42.137%{transform:translate(28.3605vw,42.137vh) scale(.4342)}to{transform:translate(27.3728vw,99vh) scale(.4342)}}.snow:nth-child(72){opacity:.5002;transform:translate(9.1114vw,-10px) scale(.7214);animation:fall-72 24s -22s linear infinite}@keyframes fall-72{55.16%{transform:translate(8.0012vw,55.16vh) scale(.7214)}to{transform:translate(8.5563vw,99vh) scale(.7214)}}.snow:nth-child(73){opacity:.5722;transform:translate(.1523vw,-10px) scale(.621);animation:fall-73 20s -19s linear infinite}@keyframes fall-73{62.134%{transform:translate(-1.932vw,62.134vh) scale(.621)}to{transform:translate(-.88985vw,99vh) scale(.621)}}.snow:nth-child(74){opacity:.6288;transform:translate(24.1312vw,-10px) scale(.4762);animation:fall-74 10s -5s linear infinite}@keyframes fall-74{48.82%{transform:translate(29.1644vw,48.82vh) scale(.4762)}to{transform:translate(26.6478vw,99vh) scale(.4762)}}.snow:nth-child(75){opacity:.4218;transform:translate(30.1429vw,-10px) scale(.4304);animation:fall-75 24s -6s linear infinite}@keyframes fall-75{69.438%{transform:translate(24.2671vw,69.438vh) scale(.4304)}to{transform:translate(27.205vw,99vh) scale(.4304)}}.snow:nth-child(76){opacity:.5262;transform:translate(33.9359vw,-10px) scale(.2975);animation:fall-76 18s -26s linear infinite}@keyframes fall-76{61.785%{transform:translate(33.0685vw,61.785vh) scale(.2975)}to{transform:translate(33.5022vw,99vh) scale(.2975)}}.snow:nth-child(77){opacity:1.7454;transform:translate(96.5244vw,-10px) scale(.7908);animation:fall-77 26s -23s linear infinite}@keyframes fall-77{36.737%{transform:translate(92.7624vw,36.737vh) scale(.7908)}to{transform:translate(94.6434vw,99vh) scale(.7908)}}.snow:nth-child(78){opacity:1.7802;transform:translate(31.5879vw,-10px) scale(.9493);animation:fall-78 25s -13s linear infinite}@keyframes fall-78{77.674%{transform:translate(34.4963vw,77.674vh) scale(.9493)}to{transform:translate(33.0421vw,99vh) scale(.9493)}}.snow:nth-child(79){opacity:1.915;transform:translate(52.0035vw,-10px) scale(.571);animation:fall-79 20s -11s linear infinite}@keyframes fall-79{45.065%{transform:translate(43.2061vw,45.065vh) scale(.571)}to{transform:translate(47.6048vw,99vh) scale(.571)}}.snow:nth-child(80){opacity:.495;transform:translate(47.1028vw,-10px) scale(.4839);animation:fall-80 27s -3s linear infinite}@keyframes fall-80{62.697%{transform:translate(42.4305vw,62.697vh) scale(.4839)}to{transform:translate(44.76665vw,99vh) scale(.4839)}}.snow:nth-child(81){opacity:1.6858;transform:translate(22.9433vw,-10px) scale(.7316);animation:fall-81 26s -18s linear infinite}@keyframes fall-81{40.87%{transform:translate(25.5004vw,40.87vh) scale(.7316)}to{transform:translate(24.22185vw,99vh) scale(.7316)}}.snow:nth-child(82){opacity:1.2104;transform:translate(81.8286vw,-10px) scale(.4588);animation:fall-82 18s -7s linear infinite}@keyframes fall-82{44.106%{transform:translate(77.5022vw,44.106vh) scale(.4588)}to{transform:translate(79.6654vw,99vh) scale(.4588)}}.snow:nth-child(83){opacity:1.1318;transform:translate(53.7312vw,-10px) scale(.7888);animation:fall-83 18s -25s linear infinite}@keyframes fall-83{55.744%{transform:translate(48.3545vw,55.744vh) scale(.7888)}to{transform:translate(51.04285vw,99vh) scale(.7888)}}.snow:nth-child(84){opacity:1.2064;transform:translate(20.7454vw,-10px) scale(.9779);animation:fall-84 15s -14s linear infinite}@keyframes fall-84{36.503%{transform:translate(22.095vw,36.503vh) scale(.9779)}to{transform:translate(21.4202vw,99vh) scale(.9779)}}.snow:nth-child(85){opacity:1.7612;transform:translate(65.3826vw,-10px) scale(.1513);animation:fall-85 28s -12s linear infinite}@keyframes fall-85{39.078%{transform:translate(57.7968vw,39.078vh) scale(.1513)}to{transform:translate(61.5897vw,99vh) scale(.1513)}}.snow:nth-child(86){opacity:1.7238;transform:translate(4.8854vw,-10px) scale(.797);animation:fall-86 23s -5s linear infinite}@keyframes fall-86{69.791%{transform:translate(-4.6076vw,69.791vh) scale(.797)}to{transform:translate(.1389vw,99vh) scale(.797)}}.snow:nth-child(87){opacity:1.4838;transform:translate(24.3945vw,-10px) scale(.1125);animation:fall-87 28s -18s linear infinite}@keyframes fall-87{44.997%{transform:translate(23.7487vw,44.997vh) scale(.1125)}to{transform:translate(24.0716vw,99vh) scale(.1125)}}.snow:nth-child(88){opacity:1.7436;transform:translate(54.2vw,-10px) scale(.3772);animation:fall-88 30s -29s linear infinite}@keyframes fall-88{70.381%{transform:translate(48.5724vw,70.381vh) scale(.3772)}to{transform:translate(51.3862vw,99vh) scale(.3772)}}.snow:nth-child(89){opacity:.1516;transform:translate(64.2228vw,-10px) scale(.86);animation:fall-89 20s -30s linear infinite}@keyframes fall-89{66.805%{transform:translate(66.1012vw,66.805vh) scale(.86)}to{transform:translate(65.162vw,99vh) scale(.86)}}.snow:nth-child(90){opacity:1.5684;transform:translate(80.7837vw,-10px) scale(.17);animation:fall-90 11s -18s linear infinite}@keyframes fall-90{41.623%{transform:translate(87.3224vw,41.623vh) scale(.17)}to{transform:translate(84.05305vw,99vh) scale(.17)}}.snow:nth-child(91){opacity:1.9952;transform:translate(8.4985vw,-10px) scale(.1091);animation:fall-91 23s -20s linear infinite}@keyframes fall-91{52.556%{transform:translate(14.8324vw,52.556vh) scale(.1091)}to{transform:translate(11.66545vw,99vh) scale(.1091)}}.snow:nth-child(92){opacity:1.0978;transform:translate(63.8711vw,-10px) scale(.2889);animation:fall-92 30s -16s linear infinite}@keyframes fall-92{30.967%{transform:translate(70.5413vw,30.967vh) scale(.2889)}to{transform:translate(67.2062vw,99vh) scale(.2889)}}.snow:nth-child(93){opacity:1.6062;transform:translate(89.0289vw,-10px) scale(.2669);animation:fall-93 28s -23s linear infinite}@keyframes fall-93{73.388%{transform:translate(94.8153vw,73.388vh) scale(.2669)}to{transform:translate(91.9221vw,99vh) scale(.2669)}}.snow:nth-child(94){opacity:.6554;transform:translate(52.9058vw,-10px) scale(.064);animation:fall-94 12s -28s linear infinite}@keyframes fall-94{33.339%{transform:translate(59.4684vw,33.339vh) scale(.064)}to{transform:translate(56.1871vw,99vh) scale(.064)}}.snow:nth-child(95){opacity:1.3608;transform:translate(39.953vw,-10px) scale(.5324);animation:fall-95 18s -23s linear infinite}@keyframes fall-95{51.818%{transform:translate(44.7517vw,51.818vh) scale(.5324)}to{transform:translate(42.35235vw,99vh) scale(.5324)}}.snow:nth-child(96){opacity:1.8548;transform:translate(93.8351vw,-10px) scale(.0652);animation:fall-96 29s -11s linear infinite}@keyframes fall-96{70.984%{transform:translate(86.0173vw,70.984vh) scale(.0652)}to{transform:translate(89.9262vw,99vh) scale(.0652)}}.snow:nth-child(97){opacity:.6784;transform:translate(3.1627vw,-10px) scale(.8007);animation:fall-97 24s -17s linear infinite}@keyframes fall-97{43.651%{transform:translate(-1.1707vw,43.651vh) scale(.8007)}to{transform:translate(.996vw,99vh) scale(.8007)}}.snow:nth-child(98){opacity:1.1378;transform:translate(39.0432vw,-10px) scale(.8149);animation:fall-98 10s -11s linear infinite}@keyframes fall-98{49.507%{transform:translate(45.7077vw,49.507vh) scale(.8149)}to{transform:translate(42.37545vw,99vh) scale(.8149)}}.snow:nth-child(99){opacity:.573;transform:translate(94.1322vw,-10px) scale(.0043);animation:fall-99 17s -23s linear infinite}@keyframes fall-99{64.373%{transform:translate(103.4395vw,64.373vh) scale(.0043)}to{transform:translate(98.78585vw,99vh) scale(.0043)}}.snow:nth-child(100){opacity:1.0018;transform:translate(61.9679vw,-10px) scale(.6291);animation:fall-100 25s -7s linear infinite}@keyframes fall-100{51.649%{transform:translate(61.4875vw,51.649vh) scale(.6291)}to{transform:translate(61.7277vw,99vh) scale(.6291)}}.snow:nth-child(101){opacity:.4918;transform:translate(61.5596vw,-10px) scale(.6818);animation:fall-101 20s -17s linear infinite}@keyframes fall-101{66.394%{transform:translate(53.4102vw,66.394vh) scale(.6818)}to{transform:translate(57.4849vw,99vh) scale(.6818)}}.snow:nth-child(102){opacity:.8022;transform:translate(16.8803vw,-10px) scale(.116);animation:fall-102 23s -14s linear infinite}@keyframes fall-102{54.944%{transform:translate(19.9666vw,54.944vh) scale(.116)}to{transform:translate(18.42345vw,99vh) scale(.116)}}.snow:nth-child(103){opacity:1.755;transform:translate(85.7036vw,-10px) scale(.0322);animation:fall-103 27s -5s linear infinite}@keyframes fall-103{59.608%{transform:translate(77.1211vw,59.608vh) scale(.0322)}to{transform:translate(81.41235vw,99vh) scale(.0322)}}.snow:nth-child(104){opacity:1.715;transform:translate(81.3801vw,-10px) scale(.9818);animation:fall-104 20s -10s linear infinite}@keyframes fall-104{58.028%{transform:translate(86.9685vw,58.028vh) scale(.9818)}to{transform:translate(84.1743vw,99vh) scale(.9818)}}.snow:nth-child(105){opacity:1.625;transform:translate(91.8645vw,-10px) scale(.0171);animation:fall-105 30s -15s linear infinite}@keyframes fall-105{69.296%{transform:translate(91.2102vw,69.296vh) scale(.0171)}to{transform:translate(91.53735vw,99vh) scale(.0171)}}.snow:nth-child(106){opacity:.1268;transform:translate(97.3433vw,-10px) scale(.8406);animation:fall-106 22s -16s linear infinite}@keyframes fall-106{34.405%{transform:translate(105.7476vw,34.405vh) scale(.8406)}to{transform:translate(101.54545vw,99vh) scale(.8406)}}.snow:nth-child(107){opacity:1.766;transform:translate(69.0333vw,-10px) scale(.9868);animation:fall-107 25s -9s linear infinite}@keyframes fall-107{33.933%{transform:translate(60.7788vw,33.933vh) scale(.9868)}to{transform:translate(64.90605vw,99vh) scale(.9868)}}.snow:nth-child(108){opacity:.6962;transform:translate(85.6384vw,-10px) scale(.8312);animation:fall-108 12s -6s linear infinite}@keyframes fall-108{44.527%{transform:translate(89.9231vw,44.527vh) scale(.8312)}to{transform:translate(87.78075vw,99vh) scale(.8312)}}.snow:nth-child(109){opacity:.456;transform:translate(18.262vw,-10px) scale(.2668);animation:fall-109 11s -11s linear infinite}@keyframes fall-109{39.597%{transform:translate(8.995vw,39.597vh) scale(.2668)}to{transform:translate(13.6285vw,99vh) scale(.2668)}}.snow:nth-child(110){opacity:.4924;transform:translate(66.1969vw,-10px) scale(.3025);animation:fall-110 27s -12s linear infinite}@keyframes fall-110{47.703%{transform:translate(57.9139vw,47.703vh) scale(.3025)}to{transform:translate(62.0554vw,99vh) scale(.3025)}}.snow:nth-child(111){opacity:1.9626;transform:translate(20.9511vw,-10px) scale(.8689);animation:fall-111 17s -30s linear infinite}@keyframes fall-111{55.727%{transform:translate(18.157vw,55.727vh) scale(.8689)}to{transform:translate(19.55405vw,99vh) scale(.8689)}}.snow:nth-child(112){opacity:.4092;transform:translate(83.733vw,-10px) scale(.4596);animation:fall-112 18s -23s linear infinite}@keyframes fall-112{57.976%{transform:translate(79.2817vw,57.976vh) scale(.4596)}to{transform:translate(81.50735vw,99vh) scale(.4596)}}.snow:nth-child(113){opacity:.1554;transform:translate(37.3709vw,-10px) scale(.292);animation:fall-113 22s -23s linear infinite}@keyframes fall-113{70.869%{transform:translate(44.3587vw,70.869vh) scale(.292)}to{transform:translate(40.8648vw,99vh) scale(.292)}}.snow:nth-child(114){opacity:1.7518;transform:translate(19.6021vw,-10px) scale(.3633);animation:fall-114 26s -23s linear infinite}@keyframes fall-114{31.26%{transform:translate(16.2188vw,31.26vh) scale(.3633)}to{transform:translate(17.91045vw,99vh) scale(.3633)}}.snow:nth-child(115){opacity:1.5336;transform:translate(6.0951vw,-10px) scale(.5763);animation:fall-115 21s -10s linear infinite}@keyframes fall-115{60.92%{transform:translate(-.6559vw,60.92vh) scale(.5763)}to{transform:translate(2.7196vw,99vh) scale(.5763)}}.snow:nth-child(116){opacity:1.159;transform:translate(90.0779vw,-10px) scale(.0755);animation:fall-116 22s -22s linear infinite}@keyframes fall-116{43.39%{transform:translate(85.2585vw,43.39vh) scale(.0755)}to{transform:translate(87.6682vw,99vh) scale(.0755)}}.snow:nth-child(117){opacity:.4432;transform:translate(85.4302vw,-10px) scale(.7596);animation:fall-117 16s -22s linear infinite}@keyframes fall-117{35.003%{transform:translate(77.8387vw,35.003vh) scale(.7596)}to{transform:translate(81.63445vw,99vh) scale(.7596)}}.snow:nth-child(118){opacity:1.2498;transform:translate(42.9112vw,-10px) scale(.7761);animation:fall-118 26s -5s linear infinite}@keyframes fall-118{32.048%{transform:translate(41.2449vw,32.048vh) scale(.7761)}to{transform:translate(42.07805vw,99vh) scale(.7761)}}.snow:nth-child(119){opacity:1.7688;transform:translate(32.3043vw,-10px) scale(.6528);animation:fall-119 19s -11s linear infinite}@keyframes fall-119{37.825%{transform:translate(29.163vw,37.825vh) scale(.6528)}to{transform:translate(30.73365vw,99vh) scale(.6528)}}.snow:nth-child(120){opacity:1.5298;transform:translate(82.5108vw,-10px) scale(.8033);animation:fall-120 13s -26s linear infinite}@keyframes fall-120{80%{transform:translate(77.1581vw,80vh) scale(.8033)}to{transform:translate(79.83445vw,99vh) scale(.8033)}}.snow:nth-child(121){opacity:.8296;transform:translate(57.0078vw,-10px) scale(.7319);animation:fall-121 16s -23s linear infinite}@keyframes fall-121{52.194%{transform:translate(57.6228vw,52.194vh) scale(.7319)}to{transform:translate(57.3153vw,99vh) scale(.7319)}}.snow:nth-child(122){opacity:.8218;transform:translate(68.9221vw,-10px) scale(.3107);animation:fall-122 19s -26s linear infinite}@keyframes fall-122{31.337%{transform:translate(64.3727vw,31.337vh) scale(.3107)}to{transform:translate(66.6474vw,99vh) scale(.3107)}}.snow:nth-child(123){opacity:1.3872;transform:translate(35.4411vw,-10px) scale(.3852);animation:fall-123 20s -11s linear infinite}@keyframes fall-123{73.775%{transform:translate(40.2434vw,73.775vh) scale(.3852)}to{transform:translate(37.84225vw,99vh) scale(.3852)}}.snow:nth-child(124){opacity:.1014;transform:translate(96.7836vw,-10px) scale(.9006);animation:fall-124 12s -10s linear infinite}@keyframes fall-124{73.578%{transform:translate(91.7334vw,73.578vh) scale(.9006)}to{transform:translate(94.2585vw,99vh) scale(.9006)}}.snow:nth-child(125){opacity:1.5588;transform:translate(39.6862vw,-10px) scale(.4162);animation:fall-125 22s -23s linear infinite}@keyframes fall-125{45.726%{transform:translate(49.3882vw,45.726vh) scale(.4162)}to{transform:translate(44.5372vw,99vh) scale(.4162)}}.snow:nth-child(126){opacity:.2906;transform:translate(62.0076vw,-10px) scale(.8587);animation:fall-126 24s -20s linear infinite}@keyframes fall-126{66.48%{transform:translate(61.4574vw,66.48vh) scale(.8587)}to{transform:translate(61.7325vw,99vh) scale(.8587)}}.snow:nth-child(127){opacity:1.4454;transform:translate(18.6586vw,-10px) scale(.8327);animation:fall-127 14s -12s linear infinite}@keyframes fall-127{54.868%{transform:translate(12.2669vw,54.868vh) scale(.8327)}to{transform:translate(15.46275vw,99vh) scale(.8327)}}.snow:nth-child(128){opacity:1.8868;transform:translate(66.8513vw,-10px) scale(.5899);animation:fall-128 23s -25s linear infinite}@keyframes fall-128{44.81%{transform:translate(75.9382vw,44.81vh) scale(.5899)}to{transform:translate(71.39475vw,99vh) scale(.5899)}}.snow:nth-child(129){opacity:.8974;transform:translate(77.6296vw,-10px) scale(.6572);animation:fall-129 13s -27s linear infinite}@keyframes fall-129{65.346%{transform:translate(76.5619vw,65.346vh) scale(.6572)}to{transform:translate(77.09575vw,99vh) scale(.6572)}}.snow:nth-child(130){opacity:1.753;transform:translate(35.5265vw,-10px) scale(.146);animation:fall-130 22s -11s linear infinite}@keyframes fall-130{33.486%{transform:translate(25.6399vw,33.486vh) scale(.146)}to{transform:translate(30.5832vw,99vh) scale(.146)}}.snow:nth-child(131){opacity:.9366;transform:translate(81.264vw,-10px) scale(.3562);animation:fall-131 30s -16s linear infinite}@keyframes fall-131{76.262%{transform:translate(85.5572vw,76.262vh) scale(.3562)}to{transform:translate(83.4106vw,99vh) scale(.3562)}}.snow:nth-child(132){opacity:.1362;transform:translate(44.7394vw,-10px) scale(.4416);animation:fall-132 12s -28s linear infinite}@keyframes fall-132{73.338%{transform:translate(49.0403vw,73.338vh) scale(.4416)}to{transform:translate(46.88985vw,99vh) scale(.4416)}}.snow:nth-child(133){opacity:1.2458;transform:translate(88.0569vw,-10px) scale(.1614);animation:fall-133 11s -3s linear infinite}@keyframes fall-133{40.016%{transform:translate(80.9073vw,40.016vh) scale(.1614)}to{transform:translate(84.4821vw,99vh) scale(.1614)}}.snow:nth-child(134){opacity:.3118;transform:translate(12.2228vw,-10px) scale(.4613);animation:fall-134 29s -9s linear infinite}@keyframes fall-134{63.964%{transform:translate(13.6771vw,63.964vh) scale(.4613)}to{transform:translate(12.94995vw,99vh) scale(.4613)}}.snow:nth-child(135){opacity:.3488;transform:translate(70.8189vw,-10px) scale(.4122);animation:fall-135 24s -5s linear infinite}@keyframes fall-135{34.252%{transform:translate(80.3232vw,34.252vh) scale(.4122)}to{transform:translate(75.57105vw,99vh) scale(.4122)}}.snow:nth-child(136){opacity:.127;transform:translate(48.3479vw,-10px) scale(.917);animation:fall-136 19s -23s linear infinite}@keyframes fall-136{41.662%{transform:translate(46.9393vw,41.662vh) scale(.917)}to{transform:translate(47.6436vw,99vh) scale(.917)}}.snow:nth-child(137){opacity:1.8634;transform:translate(20.8129vw,-10px) scale(.5901);animation:fall-137 11s -23s linear infinite}@keyframes fall-137{76.652%{transform:translate(28.5292vw,76.652vh) scale(.5901)}to{transform:translate(24.67105vw,99vh) scale(.5901)}}.snow:nth-child(138){opacity:1.4096;transform:translate(89.5226vw,-10px) scale(.5108);animation:fall-138 23s -29s linear infinite}@keyframes fall-138{79.08%{transform:translate(87.902vw,79.08vh) scale(.5108)}to{transform:translate(88.7123vw,99vh) scale(.5108)}}.snow:nth-child(139){opacity:1.102;transform:translate(52.2257vw,-10px) scale(.3343);animation:fall-139 22s -3s linear infinite}@keyframes fall-139{57.668%{transform:translate(48.0149vw,57.668vh) scale(.3343)}to{transform:translate(50.1203vw,99vh) scale(.3343)}}.snow:nth-child(140){opacity:1.8672;transform:translate(.7226vw,-10px) scale(.8299);animation:fall-140 26s -29s linear infinite}@keyframes fall-140{48.018%{transform:translate(10.3291vw,48.018vh) scale(.8299)}to{transform:translate(5.52585vw,99vh) scale(.8299)}}.snow:nth-child(141){opacity:.3096;transform:translate(.5389vw,-10px) scale(.6619);animation:fall-141 19s -20s linear infinite}@keyframes fall-141{39.34%{transform:translate(-.1522vw,39.34vh) scale(.6619)}to{transform:translate(.19335vw,99vh) scale(.6619)}}.snow:nth-child(142){opacity:1.439;transform:translate(56.0758vw,-10px) scale(.0722);animation:fall-142 18s -4s linear infinite}@keyframes fall-142{31.717%{transform:translate(56.6671vw,31.717vh) scale(.0722)}to{transform:translate(56.37145vw,99vh) scale(.0722)}}.snow:nth-child(143){opacity:1.398;transform:translate(17.5096vw,-10px) scale(.4639);animation:fall-143 13s -13s linear infinite}@keyframes fall-143{48.34%{transform:translate(8.1639vw,48.34vh) scale(.4639)}to{transform:translate(12.83675vw,99vh) scale(.4639)}}.snow:nth-child(144){opacity:1.3656;transform:translate(53.2237vw,-10px) scale(.1189);animation:fall-144 25s -4s linear infinite}@keyframes fall-144{31.436%{transform:translate(60.7758vw,31.436vh) scale(.1189)}to{transform:translate(56.99975vw,99vh) scale(.1189)}}.snow:nth-child(145){opacity:.0804;transform:translate(21.8546vw,-10px) scale(.3574);animation:fall-145 19s -25s linear infinite}@keyframes fall-145{35.758%{transform:translate(17.8216vw,35.758vh) scale(.3574)}to{transform:translate(19.8381vw,99vh) scale(.3574)}}.snow:nth-child(146){opacity:.3076;transform:translate(77.1187vw,-10px) scale(.4183);animation:fall-146 13s -22s linear infinite}@keyframes fall-146{58.794%{transform:translate(81.3619vw,58.794vh) scale(.4183)}to{transform:translate(79.2403vw,99vh) scale(.4183)}}.snow:nth-child(147){opacity:.4922;transform:translate(85.8526vw,-10px) scale(.0063);animation:fall-147 13s -10s linear infinite}@keyframes fall-147{52.109%{transform:translate(84.9814vw,52.109vh) scale(.0063)}to{transform:translate(85.417vw,99vh) scale(.0063)}}.snow:nth-child(148){opacity:1.4776;transform:translate(96.1481vw,-10px) scale(.6839);animation:fall-148 29s -2s linear infinite}@keyframes fall-148{75.576%{transform:translate(86.386vw,75.576vh) scale(.6839)}to{transform:translate(91.26705vw,99vh) scale(.6839)}}.snow:nth-child(149){opacity:1.5732;transform:translate(81.4093vw,-10px) scale(.8776);animation:fall-149 14s -28s linear infinite}@keyframes fall-149{39.011%{transform:translate(78.5396vw,39.011vh) scale(.8776)}to{transform:translate(79.97445vw,99vh) scale(.8776)}}.snow:nth-child(150){opacity:1.1814;transform:translate(60.1507vw,-10px) scale(.7141);animation:fall-150 11s -14s linear infinite}@keyframes fall-150{38.899%{transform:translate(60.5305vw,38.899vh) scale(.7141)}to{transform:translate(60.3406vw,99vh) scale(.7141)}}.snow:nth-child(151){opacity:1.1814;transform:translate(66.2384vw,-10px) scale(.7167);animation:fall-151 26s -27s linear infinite}@keyframes fall-151{52.837%{transform:translate(58.8502vw,52.837vh) scale(.7167)}to{transform:translate(62.5443vw,99vh) scale(.7167)}}.snow:nth-child(152){opacity:.851;transform:translate(61.9812vw,-10px) scale(.9089);animation:fall-152 17s -7s linear infinite}@keyframes fall-152{75.762%{transform:translate(53.0493vw,75.762vh) scale(.9089)}to{transform:translate(57.51525vw,99vh) scale(.9089)}}.snow:nth-child(153){opacity:1.0404;transform:translate(44.3782vw,-10px) scale(.4934);animation:fall-153 15s -6s linear infinite}@keyframes fall-153{36.446%{transform:translate(54.0443vw,36.446vh) scale(.4934)}to{transform:translate(49.21125vw,99vh) scale(.4934)}}.snow:nth-child(154){opacity:.0884;transform:translate(22.1805vw,-10px) scale(.038);animation:fall-154 23s -26s linear infinite}@keyframes fall-154{46.59%{transform:translate(25.5077vw,46.59vh) scale(.038)}to{transform:translate(23.8441vw,99vh) scale(.038)}}.snow:nth-child(155){opacity:.3114;transform:translate(22.0148vw,-10px) scale(.4351);animation:fall-155 17s -24s linear infinite}@keyframes fall-155{55.486%{transform:translate(16.0396vw,55.486vh) scale(.4351)}to{transform:translate(19.0272vw,99vh) scale(.4351)}}.snow:nth-child(156){opacity:1.5752;transform:translate(35.292vw,-10px) scale(.6454);animation:fall-156 18s -5s linear infinite}@keyframes fall-156{52.529%{transform:translate(25.7978vw,52.529vh) scale(.6454)}to{transform:translate(30.5449vw,99vh) scale(.6454)}}.snow:nth-child(157){opacity:.8596;transform:translate(42.1395vw,-10px) scale(.2914);animation:fall-157 25s -11s linear infinite}@keyframes fall-157{73.864%{transform:translate(47.7111vw,73.864vh) scale(.2914)}to{transform:translate(44.9253vw,99vh) scale(.2914)}}.snow:nth-child(158){opacity:1.853;transform:translate(45.2579vw,-10px) scale(.5468);animation:fall-158 15s -11s linear infinite}@keyframes fall-158{33.581%{transform:translate(52.8693vw,33.581vh) scale(.5468)}to{transform:translate(49.0636vw,99vh) scale(.5468)}}.snow:nth-child(159){opacity:.822;transform:translate(45.0768vw,-10px) scale(.6575);animation:fall-159 30s -14s linear infinite}@keyframes fall-159{57.573%{transform:translate(54.7019vw,57.573vh) scale(.6575)}to{transform:translate(49.88935vw,99vh) scale(.6575)}}.snow:nth-child(160){opacity:1.2324;transform:translate(9.448vw,-10px) scale(.7367);animation:fall-160 25s -11s linear infinite}@keyframes fall-160{36.292%{transform:translate(-.0705vw,36.292vh) scale(.7367)}to{transform:translate(4.68875vw,99vh) scale(.7367)}}.snow:nth-child(161){opacity:1.283;transform:translate(23.5026vw,-10px) scale(.6598);animation:fall-161 12s -8s linear infinite}@keyframes fall-161{59.721%{transform:translate(23.4698vw,59.721vh) scale(.6598)}to{transform:translate(23.4862vw,99vh) scale(.6598)}}.snow:nth-child(162){opacity:1.1196;transform:translate(96.5808vw,-10px) scale(.3635);animation:fall-162 19s -30s linear infinite}@keyframes fall-162{31.293%{transform:translate(94.5772vw,31.293vh) scale(.3635)}to{transform:translate(95.579vw,99vh) scale(.3635)}}.snow:nth-child(163){opacity:.0488;transform:translate(36.782vw,-10px) scale(.7101);animation:fall-163 25s -15s linear infinite}@keyframes fall-163{52.788%{transform:translate(33.87vw,52.788vh) scale(.7101)}to{transform:translate(35.326vw,99vh) scale(.7101)}}.snow:nth-child(164){opacity:1.4996;transform:translate(40.5744vw,-10px) scale(.0184);animation:fall-164 10s -26s linear infinite}@keyframes fall-164{48.091%{transform:translate(42.8446vw,48.091vh) scale(.0184)}to{transform:translate(41.7095vw,99vh) scale(.0184)}}.snow:nth-child(165){opacity:1.882;transform:translate(75.1563vw,-10px) scale(.2967);animation:fall-165 16s -25s linear infinite}@keyframes fall-165{69.643%{transform:translate(69.2196vw,69.643vh) scale(.2967)}to{transform:translate(72.18795vw,99vh) scale(.2967)}}.snow:nth-child(166){opacity:1.2302;transform:translate(52.4561vw,-10px) scale(.1129);animation:fall-166 20s -10s linear infinite}@keyframes fall-166{58.55%{transform:translate(53.3402vw,58.55vh) scale(.1129)}to{transform:translate(52.89815vw,99vh) scale(.1129)}}.snow:nth-child(167){opacity:.5204;transform:translate(13.368vw,-10px) scale(.5906);animation:fall-167 25s -17s linear infinite}@keyframes fall-167{79.982%{transform:translate(21.4301vw,79.982vh) scale(.5906)}to{transform:translate(17.39905vw,99vh) scale(.5906)}}.snow:nth-child(168){opacity:.3772;transform:translate(60.9467vw,-10px) scale(.6087);animation:fall-168 13s -12s linear infinite}@keyframes fall-168{77.101%{transform:translate(58.6644vw,77.101vh) scale(.6087)}to{transform:translate(59.80555vw,99vh) scale(.6087)}}.snow:nth-child(169){opacity:.2576;transform:translate(19.8985vw,-10px) scale(.0641);animation:fall-169 30s -1s linear infinite}@keyframes fall-169{36.745%{transform:translate(22.3797vw,36.745vh) scale(.0641)}to{transform:translate(21.1391vw,99vh) scale(.0641)}}.snow:nth-child(170){opacity:1.3388;transform:translate(93.2839vw,-10px) scale(.3467);animation:fall-170 10s -17s linear infinite}@keyframes fall-170{63.657%{transform:translate(88.3979vw,63.657vh) scale(.3467)}to{transform:translate(90.8409vw,99vh) scale(.3467)}}.snow:nth-child(171){opacity:1.852;transform:translate(48.1871vw,-10px) scale(.3784);animation:fall-171 20s -29s linear infinite}@keyframes fall-171{70.686%{transform:translate(53.4814vw,70.686vh) scale(.3784)}to{transform:translate(50.83425vw,99vh) scale(.3784)}}.snow:nth-child(172){opacity:1.7934;transform:translate(85.0407vw,-10px) scale(.3394);animation:fall-172 18s -10s linear infinite}@keyframes fall-172{64.307%{transform:translate(93.153vw,64.307vh) scale(.3394)}to{transform:translate(89.09685vw,99vh) scale(.3394)}}.snow:nth-child(173){opacity:1.3114;transform:translate(92.1809vw,-10px) scale(.2273);animation:fall-173 11s -29s linear infinite}@keyframes fall-173{50.035%{transform:translate(90.2357vw,50.035vh) scale(.2273)}to{transform:translate(91.2083vw,99vh) scale(.2273)}}.snow:nth-child(174){opacity:.7292;transform:translate(29.3753vw,-10px) scale(.67);animation:fall-174 30s -5s linear infinite}@keyframes fall-174{59.42%{transform:translate(20.9292vw,59.42vh) scale(.67)}to{transform:translate(25.15225vw,99vh) scale(.67)}}.snow:nth-child(175){opacity:.35;transform:translate(28.9455vw,-10px) scale(.7928);animation:fall-175 26s -19s linear infinite}@keyframes fall-175{51.48%{transform:translate(38.2152vw,51.48vh) scale(.7928)}to{transform:translate(33.58035vw,99vh) scale(.7928)}}.snow:nth-child(176){opacity:1.737;transform:translate(21.9471vw,-10px) scale(.412);animation:fall-176 14s -10s linear infinite}@keyframes fall-176{53.361%{transform:translate(25.662vw,53.361vh) scale(.412)}to{transform:translate(23.80455vw,99vh) scale(.412)}}.snow:nth-child(177){opacity:.5822;transform:translate(63.4507vw,-10px) scale(.941);animation:fall-177 12s -5s linear infinite}@keyframes fall-177{39.284%{transform:translate(66.763vw,39.284vh) scale(.941)}to{transform:translate(65.10685vw,99vh) scale(.941)}}.snow:nth-child(178){opacity:1.8704;transform:translate(73.9223vw,-10px) scale(.0601);animation:fall-178 24s -30s linear infinite}@keyframes fall-178{72.116%{transform:translate(75.2259vw,72.116vh) scale(.0601)}to{transform:translate(74.5741vw,99vh) scale(.0601)}}.snow:nth-child(179){opacity:1.7898;transform:translate(58.1245vw,-10px) scale(.601);animation:fall-179 24s -28s linear infinite}@keyframes fall-179{73.72%{transform:translate(65.2505vw,73.72vh) scale(.601)}to{transform:translate(61.6875vw,99vh) scale(.601)}}.snow:nth-child(180){opacity:1.0628;transform:translate(34.2557vw,-10px) scale(.4009);animation:fall-180 24s -6s linear infinite}@keyframes fall-180{30.417%{transform:translate(38.1269vw,30.417vh) scale(.4009)}to{transform:translate(36.1913vw,99vh) scale(.4009)}}.snow:nth-child(181){opacity:1.0044;transform:translate(7.3477vw,-10px) scale(.1696);animation:fall-181 16s -16s linear infinite}@keyframes fall-181{45.794%{transform:translate(8.3715vw,45.794vh) scale(.1696)}to{transform:translate(7.8596vw,99vh) scale(.1696)}}.snow:nth-child(182){opacity:1.4204;transform:translate(32.126vw,-10px) scale(.8456);animation:fall-182 27s -25s linear infinite}@keyframes fall-182{71.458%{transform:translate(31.431vw,71.458vh) scale(.8456)}to{transform:translate(31.7785vw,99vh) scale(.8456)}}.snow:nth-child(183){opacity:1.8222;transform:translate(90.8486vw,-10px) scale(.1904);animation:fall-183 30s -28s linear infinite}@keyframes fall-183{58.212%{transform:translate(92.0922vw,58.212vh) scale(.1904)}to{transform:translate(91.4704vw,99vh) scale(.1904)}}.snow:nth-child(184){opacity:1.568;transform:translate(69.4527vw,-10px) scale(.5633);animation:fall-184 16s -30s linear infinite}@keyframes fall-184{34.268%{transform:translate(71.2118vw,34.268vh) scale(.5633)}to{transform:translate(70.33225vw,99vh) scale(.5633)}}.snow:nth-child(185){opacity:.185;transform:translate(3.8956vw,-10px) scale(.4645);animation:fall-185 10s -8s linear infinite}@keyframes fall-185{50.463%{transform:translate(-5.4864vw,50.463vh) scale(.4645)}to{transform:translate(-.7954vw,99vh) scale(.4645)}}.snow:nth-child(186){opacity:1.192;transform:translate(84.1419vw,-10px) scale(.216);animation:fall-186 30s -16s linear infinite}@keyframes fall-186{51.874%{transform:translate(85.9957vw,51.874vh) scale(.216)}to{transform:translate(85.0688vw,99vh) scale(.216)}}.snow:nth-child(187){opacity:.9254;transform:translate(73.2323vw,-10px) scale(.2667);animation:fall-187 27s -26s linear infinite}@keyframes fall-187{52.949%{transform:translate(70.2557vw,52.949vh) scale(.2667)}to{transform:translate(71.744vw,99vh) scale(.2667)}}.snow:nth-child(188){opacity:1.7338;transform:translate(74.021vw,-10px) scale(.4393);animation:fall-188 22s -18s linear infinite}@keyframes fall-188{60.84%{transform:translate(72.1193vw,60.84vh) scale(.4393)}to{transform:translate(73.07015vw,99vh) scale(.4393)}}.snow:nth-child(189){opacity:1.5584;transform:translate(31.634vw,-10px) scale(.9845);animation:fall-189 11s -10s linear infinite}@keyframes fall-189{56.754%{transform:translate(21.984vw,56.754vh) scale(.9845)}to{transform:translate(26.809vw,99vh) scale(.9845)}}.snow:nth-child(190){opacity:.0998;transform:translate(20.2134vw,-10px) scale(.293);animation:fall-190 26s -13s linear infinite}@keyframes fall-190{30.04%{transform:translate(22.3447vw,30.04vh) scale(.293)}to{transform:translate(21.27905vw,99vh) scale(.293)}}.snow:nth-child(191){opacity:.4854;transform:translate(90.8084vw,-10px) scale(.244);animation:fall-191 13s -17s linear infinite}@keyframes fall-191{36.967%{transform:translate(86.3907vw,36.967vh) scale(.244)}to{transform:translate(88.59955vw,99vh) scale(.244)}}.snow:nth-child(192){opacity:.1412;transform:translate(52.3496vw,-10px) scale(.996);animation:fall-192 11s -28s linear infinite}@keyframes fall-192{58.703%{transform:translate(57.8872vw,58.703vh) scale(.996)}to{transform:translate(55.1184vw,99vh) scale(.996)}}.snow:nth-child(193){opacity:.611;transform:translate(87.1287vw,-10px) scale(.9424);animation:fall-193 11s -11s linear infinite}@keyframes fall-193{41.524%{transform:translate(94.1923vw,41.524vh) scale(.9424)}to{transform:translate(90.6605vw,99vh) scale(.9424)}}.snow:nth-child(194){opacity:.4156;transform:translate(24.4173vw,-10px) scale(.3299);animation:fall-194 11s -17s linear infinite}@keyframes fall-194{50.331%{transform:translate(15.5166vw,50.331vh) scale(.3299)}to{transform:translate(19.96695vw,99vh) scale(.3299)}}.snow:nth-child(195){opacity:1.2692;transform:translate(38.1007vw,-10px) scale(.6472);animation:fall-195 20s -15s linear infinite}@keyframes fall-195{74.131%{transform:translate(39.9049vw,74.131vh) scale(.6472)}to{transform:translate(39.0028vw,99vh) scale(.6472)}}.snow:nth-child(196){opacity:1.8104;transform:translate(74.1939vw,-10px) scale(.6034);animation:fall-196 14s -1s linear infinite}@keyframes fall-196{30.612%{transform:translate(81.2963vw,30.612vh) scale(.6034)}to{transform:translate(77.7451vw,99vh) scale(.6034)}}.snow:nth-child(197){opacity:.464;transform:translate(39.6554vw,-10px) scale(.281);animation:fall-197 30s -13s linear infinite}@keyframes fall-197{47.76%{transform:translate(38.7415vw,47.76vh) scale(.281)}to{transform:translate(39.19845vw,99vh) scale(.281)}}.snow:nth-child(198){opacity:.8666;transform:translate(59.1659vw,-10px) scale(.8295);animation:fall-198 12s -22s linear infinite}@keyframes fall-198{61.993%{transform:translate(61.04vw,61.993vh) scale(.8295)}to{transform:translate(60.10295vw,99vh) scale(.8295)}}.snow:nth-child(199){opacity:.0352;transform:translate(34.9538vw,-10px) scale(.2313);animation:fall-199 15s -29s linear infinite}@keyframes fall-199{37.861%{transform:translate(26.1555vw,37.861vh) scale(.2313)}to{transform:translate(30.55465vw,99vh) scale(.2313)}}.snow:nth-child(200){opacity:.5634;transform:translate(57.9584vw,-10px) scale(.3791);animation:fall-200 23s -30s linear infinite}@keyframes fall-200{75.209%{transform:translate(60.8088vw,75.209vh) scale(.3791)}to{transform:translate(59.3836vw,99vh) scale(.3791)}}.snow:nth-child(201){opacity:.893;transform:translate(53.35vw,-10px) scale(.837);animation:fall-201 12s -5s linear infinite}@keyframes fall-201{79.34%{transform:translate(53.4256vw,79.34vh) scale(.837)}to{transform:translate(53.3878vw,99vh) scale(.837)}}.snow:nth-child(202){opacity:.1718;transform:translate(48.9043vw,-10px) scale(.9036);animation:fall-202 24s -22s linear infinite}@keyframes fall-202{64.309%{transform:translate(39.2459vw,64.309vh) scale(.9036)}to{transform:translate(44.0751vw,99vh) scale(.9036)}}.snow:nth-child(203){opacity:.1332;transform:translate(36.0317vw,-10px) scale(.0042);animation:fall-203 14s -14s linear infinite}@keyframes fall-203{67.366%{transform:translate(27.9426vw,67.366vh) scale(.0042)}to{transform:translate(31.98715vw,99vh) scale(.0042)}}.snow:nth-child(204){opacity:.5014;transform:translate(81.5987vw,-10px) scale(.5644);animation:fall-204 12s -17s linear infinite}@keyframes fall-204{59.691%{transform:translate(85.3625vw,59.691vh) scale(.5644)}to{transform:translate(83.4806vw,99vh) scale(.5644)}}.snow:nth-child(205){opacity:.9166;transform:translate(8.5524vw,-10px) scale(.725);animation:fall-205 21s -28s linear infinite}@keyframes fall-205{45.255%{transform:translate(10.9078vw,45.255vh) scale(.725)}to{transform:translate(9.7301vw,99vh) scale(.725)}}.snow:nth-child(206){opacity:1.5022;transform:translate(57.9325vw,-10px) scale(.6119);animation:fall-206 25s -15s linear infinite}@keyframes fall-206{58.474%{transform:translate(64.6736vw,58.474vh) scale(.6119)}to{transform:translate(61.30305vw,99vh) scale(.6119)}}.snow:nth-child(207){opacity:1.3878;transform:translate(35.9554vw,-10px) scale(.4386);animation:fall-207 15s -2s linear infinite}@keyframes fall-207{64.285%{transform:translate(27.0632vw,64.285vh) scale(.4386)}to{transform:translate(31.5093vw,99vh) scale(.4386)}}.snow:nth-child(208){opacity:.9456;transform:translate(46.0075vw,-10px) scale(.5907);animation:fall-208 15s -27s linear infinite}@keyframes fall-208{58.248%{transform:translate(48.6208vw,58.248vh) scale(.5907)}to{transform:translate(47.31415vw,99vh) scale(.5907)}}.snow:nth-child(209){opacity:1.223;transform:translate(72.9295vw,-10px) scale(.9217);animation:fall-209 17s -5s linear infinite}@keyframes fall-209{43.385%{transform:translate(74.9777vw,43.385vh) scale(.9217)}to{transform:translate(73.9536vw,99vh) scale(.9217)}}.snow:nth-child(210){opacity:1.0314;transform:translate(82.759vw,-10px) scale(.0439);animation:fall-210 21s -14s linear infinite}@keyframes fall-210{74.74%{transform:translate(86.2324vw,74.74vh) scale(.0439)}to{transform:translate(84.4957vw,99vh) scale(.0439)}}.snow:nth-child(211){opacity:1.785;transform:translate(91.7705vw,-10px) scale(.0959);animation:fall-211 11s -21s linear infinite}@keyframes fall-211{71.034%{transform:translate(100.3975vw,71.034vh) scale(.0959)}to{transform:translate(96.084vw,99vh) scale(.0959)}}.snow:nth-child(212){opacity:1.435;transform:translate(30.0105vw,-10px) scale(.6057);animation:fall-212 20s -8s linear infinite}@keyframes fall-212{64.711%{transform:translate(28.9445vw,64.711vh) scale(.6057)}to{transform:translate(29.4775vw,99vh) scale(.6057)}}.snow:nth-child(213){opacity:.7174;transform:translate(21.2204vw,-10px) scale(.16);animation:fall-213 20s -12s linear infinite}@keyframes fall-213{65.068%{transform:translate(22.1163vw,65.068vh) scale(.16)}to{transform:translate(21.66835vw,99vh) scale(.16)}}.snow:nth-child(214){opacity:1.6844;transform:translate(31.0314vw,-10px) scale(.7309);animation:fall-214 22s -26s linear infinite}@keyframes fall-214{65.22%{transform:translate(33.152vw,65.22vh) scale(.7309)}to{transform:translate(32.0917vw,99vh) scale(.7309)}}.snow:nth-child(215){opacity:1.4646;transform:translate(59.0086vw,-10px) scale(.3422);animation:fall-215 10s -20s linear infinite}@keyframes fall-215{52.019%{transform:translate(65.1039vw,52.019vh) scale(.3422)}to{transform:translate(62.05625vw,99vh) scale(.3422)}}.snow:nth-child(216){opacity:.1898;transform:translate(55.8539vw,-10px) scale(.7213);animation:fall-216 26s -25s linear infinite}@keyframes fall-216{50.163%{transform:translate(61.5188vw,50.163vh) scale(.7213)}to{transform:translate(58.68635vw,99vh) scale(.7213)}}.snow:nth-child(217){opacity:1.252;transform:translate(28.9323vw,-10px) scale(.8477);animation:fall-217 10s -4s linear infinite}@keyframes fall-217{37.504%{transform:translate(20.8345vw,37.504vh) scale(.8477)}to{transform:translate(24.8834vw,99vh) scale(.8477)}}.snow:nth-child(218){opacity:1.23;transform:translate(31.9543vw,-10px) scale(.8729);animation:fall-218 19s -14s linear infinite}@keyframes fall-218{64.267%{transform:translate(34.7376vw,64.267vh) scale(.8729)}to{transform:translate(33.34595vw,99vh) scale(.8729)}}.snow:nth-child(219){opacity:1.5938;transform:translate(92.381vw,-10px) scale(.2252);animation:fall-219 22s -10s linear infinite}@keyframes fall-219{42.638%{transform:translate(92.7284vw,42.638vh) scale(.2252)}to{transform:translate(92.5547vw,99vh) scale(.2252)}}.snow:nth-child(220){opacity:.9998;transform:translate(83.3979vw,-10px) scale(.1875);animation:fall-220 28s -21s linear infinite}@keyframes fall-220{45.135%{transform:translate(82.4578vw,45.135vh) scale(.1875)}to{transform:translate(82.92785vw,99vh) scale(.1875)}}.snow:nth-child(221){opacity:.9408;transform:translate(4.5757vw,-10px) scale(.9033);animation:fall-221 12s -25s linear infinite}@keyframes fall-221{58.394%{transform:translate(1.7124vw,58.394vh) scale(.9033)}to{transform:translate(3.14405vw,99vh) scale(.9033)}}.snow:nth-child(222){opacity:1.724;transform:translate(16.3304vw,-10px) scale(.4113);animation:fall-222 16s -1s linear infinite}@keyframes fall-222{76.897%{transform:translate(10.5655vw,76.897vh) scale(.4113)}to{transform:translate(13.44795vw,99vh) scale(.4113)}}.snow:nth-child(223){opacity:.0612;transform:translate(78.4211vw,-10px) scale(.6957);animation:fall-223 18s -10s linear infinite}@keyframes fall-223{62.719%{transform:translate(69.6401vw,62.719vh) scale(.6957)}to{transform:translate(74.0306vw,99vh) scale(.6957)}}.snow:nth-child(224){opacity:1.2534;transform:translate(65.0526vw,-10px) scale(.2376);animation:fall-224 28s -13s linear infinite}@keyframes fall-224{62.12%{transform:translate(55.5295vw,62.12vh) scale(.2376)}to{transform:translate(60.29105vw,99vh) scale(.2376)}}.snow:nth-child(225){opacity:1.3998;transform:translate(58.9644vw,-10px) scale(.7496);animation:fall-225 15s -15s linear infinite}@keyframes fall-225{52.72%{transform:translate(54.7995vw,52.72vh) scale(.7496)}to{transform:translate(56.88195vw,99vh) scale(.7496)}}.snow:nth-child(226){opacity:1.108;transform:translate(83.1766vw,-10px) scale(.0412);animation:fall-226 17s -1s linear infinite}@keyframes fall-226{41.852%{transform:translate(90.3661vw,41.852vh) scale(.0412)}to{transform:translate(86.77135vw,99vh) scale(.0412)}}.snow:nth-child(227){opacity:.5034;transform:translate(26.9089vw,-10px) scale(.0545);animation:fall-227 26s -30s linear infinite}@keyframes fall-227{69.555%{transform:translate(31.2367vw,69.555vh) scale(.0545)}to{transform:translate(29.0728vw,99vh) scale(.0545)}}.snow:nth-child(228){opacity:.3094;transform:translate(26.5641vw,-10px) scale(.5767);animation:fall-228 13s -11s linear infinite}@keyframes fall-228{32.365%{transform:translate(34.956vw,32.365vh) scale(.5767)}to{transform:translate(30.76005vw,99vh) scale(.5767)}}.snow:nth-child(229){opacity:.9934;transform:translate(36.1939vw,-10px) scale(.837);animation:fall-229 14s -19s linear infinite}@keyframes fall-229{69.205%{transform:translate(42.3519vw,69.205vh) scale(.837)}to{transform:translate(39.2729vw,99vh) scale(.837)}}.snow:nth-child(230){opacity:.2172;transform:translate(23.8802vw,-10px) scale(.3033);animation:fall-230 12s -12s linear infinite}@keyframes fall-230{62.524%{transform:translate(17.6868vw,62.524vh) scale(.3033)}to{transform:translate(20.7835vw,99vh) scale(.3033)}}.snow:nth-child(231){opacity:1.5382;transform:translate(55.493vw,-10px) scale(.6675);animation:fall-231 18s -1s linear infinite}@keyframes fall-231{40.748%{transform:translate(47.884vw,40.748vh) scale(.6675)}to{transform:translate(51.6885vw,99vh) scale(.6675)}}.snow:nth-child(232){opacity:1.2288;transform:translate(64.8595vw,-10px) scale(.6217);animation:fall-232 15s -26s linear infinite}@keyframes fall-232{61.363%{transform:translate(69.6045vw,61.363vh) scale(.6217)}to{transform:translate(67.232vw,99vh) scale(.6217)}}.snow:nth-child(233){opacity:1.19;transform:translate(35.5454vw,-10px) scale(.9628);animation:fall-233 17s -5s linear infinite}@keyframes fall-233{64.837%{transform:translate(45.5235vw,64.837vh) scale(.9628)}to{transform:translate(40.53445vw,99vh) scale(.9628)}}.snow:nth-child(234){opacity:.501;transform:translate(22.9823vw,-10px) scale(.156);animation:fall-234 17s -30s linear infinite}@keyframes fall-234{68.112%{transform:translate(19.951vw,68.112vh) scale(.156)}to{transform:translate(21.46665vw,99vh) scale(.156)}}.snow:nth-child(235){opacity:.3274;transform:translate(84.4672vw,-10px) scale(.4641);animation:fall-235 26s -6s linear infinite}@keyframes fall-235{40.165%{transform:translate(78.3992vw,40.165vh) scale(.4641)}to{transform:translate(81.4332vw,99vh) scale(.4641)}}.snow:nth-child(236){opacity:.7442;transform:translate(44.4427vw,-10px) scale(.8846);animation:fall-236 10s -8s linear infinite}@keyframes fall-236{78.362%{transform:translate(49.2492vw,78.362vh) scale(.8846)}to{transform:translate(46.84595vw,99vh) scale(.8846)}}.snow:nth-child(237){opacity:.0534;transform:translate(3.8611vw,-10px) scale(.0252);animation:fall-237 20s -28s linear infinite}@keyframes fall-237{36.548%{transform:translate(-3.0637vw,36.548vh) scale(.0252)}to{transform:translate(.3987vw,99vh) scale(.0252)}}.snow:nth-child(238){opacity:1.9516;transform:translate(56.9277vw,-10px) scale(.2639);animation:fall-238 11s -26s linear infinite}@keyframes fall-238{44.121%{transform:translate(65.0586vw,44.121vh) scale(.2639)}to{transform:translate(60.99315vw,99vh) scale(.2639)}}.snow:nth-child(239){opacity:1.7938;transform:translate(34.7613vw,-10px) scale(.9109);animation:fall-239 30s -21s linear infinite}@keyframes fall-239{77.408%{transform:translate(32.9775vw,77.408vh) scale(.9109)}to{transform:translate(33.8694vw,99vh) scale(.9109)}}.snow:nth-child(240){opacity:.1216;transform:translate(27.5239vw,-10px) scale(.6177);animation:fall-240 26s -20s linear infinite}@keyframes fall-240{78.683%{transform:translate(31.6143vw,78.683vh) scale(.6177)}to{transform:translate(29.5691vw,99vh) scale(.6177)}}.snow:nth-child(241){opacity:.2936;transform:translate(22.7529vw,-10px) scale(.0935);animation:fall-241 17s -18s linear infinite}@keyframes fall-241{52.55%{transform:translate(32.3329vw,52.55vh) scale(.0935)}to{transform:translate(27.5429vw,99vh) scale(.0935)}}.snow:nth-child(242){opacity:.8784;transform:translate(67.3677vw,-10px) scale(.2961);animation:fall-242 11s -29s linear infinite}@keyframes fall-242{37.966%{transform:translate(74.9088vw,37.966vh) scale(.2961)}to{transform:translate(71.13825vw,99vh) scale(.2961)}}.snow:nth-child(243){opacity:1.1858;transform:translate(41.7557vw,-10px) scale(.669);animation:fall-243 30s -17s linear infinite}@keyframes fall-243{55.455%{transform:translate(35.5405vw,55.455vh) scale(.669)}to{transform:translate(38.6481vw,99vh) scale(.669)}}.snow:nth-child(244){opacity:1.4324;transform:translate(65.6903vw,-10px) scale(.6288);animation:fall-244 25s -11s linear infinite}@keyframes fall-244{48.084%{transform:translate(61.8087vw,48.084vh) scale(.6288)}to{transform:translate(63.7495vw,99vh) scale(.6288)}}.snow:nth-child(245){opacity:.6222;transform:translate(93.3319vw,-10px) scale(.7787);animation:fall-245 18s -12s linear infinite}@keyframes fall-245{35.661%{transform:translate(103.2573vw,35.661vh) scale(.7787)}to{transform:translate(98.2946vw,99vh) scale(.7787)}}.snow:nth-child(246){opacity:.3244;transform:translate(94.5761vw,-10px) scale(.806);animation:fall-246 22s -7s linear infinite}@keyframes fall-246{45.741%{transform:translate(103.241vw,45.741vh) scale(.806)}to{transform:translate(98.90855vw,99vh) scale(.806)}}.snow:nth-child(247){opacity:.3654;transform:translate(22.1502vw,-10px) scale(.7886);animation:fall-247 21s -12s linear infinite}@keyframes fall-247{48.662%{transform:translate(30.2732vw,48.662vh) scale(.7886)}to{transform:translate(26.2117vw,99vh) scale(.7886)}}.snow:nth-child(248){opacity:1.822;transform:translate(20.7291vw,-10px) scale(.9303);animation:fall-248 24s -3s linear infinite}@keyframes fall-248{52.303%{transform:translate(26.7753vw,52.303vh) scale(.9303)}to{transform:translate(23.7522vw,99vh) scale(.9303)}}.snow:nth-child(249){opacity:.4302;transform:translate(43.4832vw,-10px) scale(.2677);animation:fall-249 11s -15s linear infinite}@keyframes fall-249{46.474%{transform:translate(45.3412vw,46.474vh) scale(.2677)}to{transform:translate(44.4122vw,99vh) scale(.2677)}}.snow:nth-child(250){opacity:.584;transform:translate(14.2124vw,-10px) scale(.5298);animation:fall-250 11s -7s linear infinite}@keyframes fall-250{53.658%{transform:translate(9.6221vw,53.658vh) scale(.5298)}to{transform:translate(11.91725vw,99vh) scale(.5298)}}.snow:nth-child(251){opacity:.2002;transform:translate(76.9371vw,-10px) scale(.3767);animation:fall-251 25s -19s linear infinite}@keyframes fall-251{60.147%{transform:translate(81.1673vw,60.147vh) scale(.3767)}to{transform:translate(79.0522vw,99vh) scale(.3767)}}.snow:nth-child(252){opacity:.429;transform:translate(71.9462vw,-10px) scale(.0737);animation:fall-252 23s -9s linear infinite}@keyframes fall-252{48.085%{transform:translate(78.7463vw,48.085vh) scale(.0737)}to{transform:translate(75.34625vw,99vh) scale(.0737)}}.snow:nth-child(253){opacity:.0354;transform:translate(88.8818vw,-10px) scale(.5711);animation:fall-253 21s -20s linear infinite}@keyframes fall-253{52.737%{transform:translate(93.1616vw,52.737vh) scale(.5711)}to{transform:translate(91.0217vw,99vh) scale(.5711)}}.snow:nth-child(254){opacity:1.7064;transform:translate(4.5296vw,-10px) scale(.0416);animation:fall-254 20s -18s linear infinite}@keyframes fall-254{71.013%{transform:translate(-3.4756vw,71.013vh) scale(.0416)}to{transform:translate(.527vw,99vh) scale(.0416)}}.snow:nth-child(255){opacity:.1824;transform:translate(18.1825vw,-10px) scale(.2328);animation:fall-255 25s -3s linear infinite}@keyframes fall-255{59.428%{transform:translate(17.4808vw,59.428vh) scale(.2328)}to{transform:translate(17.83165vw,99vh) scale(.2328)}}.snow:nth-child(256){opacity:.5966;transform:translate(44.8554vw,-10px) scale(.0838);animation:fall-256 30s -15s linear infinite}@keyframes fall-256{74.018%{transform:translate(45.1089vw,74.018vh) scale(.0838)}to{transform:translate(44.98215vw,99vh) scale(.0838)}}.snow:nth-child(257){opacity:.5604;transform:translate(71.9474vw,-10px) scale(.7847);animation:fall-257 13s -11s linear infinite}@keyframes fall-257{50.853%{transform:translate(75.2752vw,50.853vh) scale(.7847)}to{transform:translate(73.6113vw,99vh) scale(.7847)}}.snow:nth-child(258){opacity:1.1738;transform:translate(26.4544vw,-10px) scale(.4405);animation:fall-258 21s -11s linear infinite}@keyframes fall-258{78.649%{transform:translate(18.9809vw,78.649vh) scale(.4405)}to{transform:translate(22.71765vw,99vh) scale(.4405)}}.snow:nth-child(259){opacity:1.3602;transform:translate(82.2596vw,-10px) scale(.4745);animation:fall-259 15s -20s linear infinite}@keyframes fall-259{32.947%{transform:translate(75.671vw,32.947vh) scale(.4745)}to{transform:translate(78.9653vw,99vh) scale(.4745)}}.snow:nth-child(260){opacity:1.2404;transform:translate(67.0387vw,-10px) scale(.8934);animation:fall-260 25s -8s linear infinite}@keyframes fall-260{61.862%{transform:translate(64.9357vw,61.862vh) scale(.8934)}to{transform:translate(65.9872vw,99vh) scale(.8934)}}.snow:nth-child(261){opacity:1.251;transform:translate(67.3298vw,-10px) scale(.1376);animation:fall-261 22s -21s linear infinite}@keyframes fall-261{76.073%{transform:translate(66.9516vw,76.073vh) scale(.1376)}to{transform:translate(67.1407vw,99vh) scale(.1376)}}.snow:nth-child(262){opacity:.6324;transform:translate(4.3047vw,-10px) scale(.5006);animation:fall-262 23s -30s linear infinite}@keyframes fall-262{33.176%{transform:translate(-1.1279vw,33.176vh) scale(.5006)}to{transform:translate(1.5884vw,99vh) scale(.5006)}}.snow:nth-child(263){opacity:1.3606;transform:translate(43.2219vw,-10px) scale(.9688);animation:fall-263 14s -9s linear infinite}@keyframes fall-263{45.838%{transform:translate(46.9069vw,45.838vh) scale(.9688)}to{transform:translate(45.0644vw,99vh) scale(.9688)}}.snow:nth-child(264){opacity:1.1482;transform:translate(69.1964vw,-10px) scale(.9144);animation:fall-264 14s -3s linear infinite}@keyframes fall-264{57.958%{transform:translate(69.2209vw,57.958vh) scale(.9144)}to{transform:translate(69.20865vw,99vh) scale(.9144)}}.snow:nth-child(265){opacity:1.13;transform:translate(9.4398vw,-10px) scale(.3239);animation:fall-265 18s -7s linear infinite}@keyframes fall-265{64.709%{transform:translate(3.7878vw,64.709vh) scale(.3239)}to{transform:translate(6.6138vw,99vh) scale(.3239)}}.snow:nth-child(266){opacity:1.2838;transform:translate(53.0499vw,-10px) scale(.052);animation:fall-266 12s -19s linear infinite}@keyframes fall-266{79.051%{transform:translate(45.5711vw,79.051vh) scale(.052)}to{transform:translate(49.3105vw,99vh) scale(.052)}}.snow:nth-child(267){opacity:1.7512;transform:translate(79.0526vw,-10px) scale(.0791);animation:fall-267 13s -27s linear infinite}@keyframes fall-267{64.361%{transform:translate(71.4177vw,64.361vh) scale(.0791)}to{transform:translate(75.23515vw,99vh) scale(.0791)}}.snow:nth-child(268){opacity:1.3322;transform:translate(85.9759vw,-10px) scale(.268);animation:fall-268 30s -24s linear infinite}@keyframes fall-268{73.591%{transform:translate(93.7904vw,73.591vh) scale(.268)}to{transform:translate(89.88315vw,99vh) scale(.268)}}.snow:nth-child(269){opacity:1.737;transform:translate(70.4166vw,-10px) scale(.4522);animation:fall-269 25s -22s linear infinite}@keyframes fall-269{55.12%{transform:translate(65.0626vw,55.12vh) scale(.4522)}to{transform:translate(67.7396vw,99vh) scale(.4522)}}.snow:nth-child(270){opacity:1.918;transform:translate(31.2704vw,-10px) scale(.0301);animation:fall-270 13s -12s linear infinite}@keyframes fall-270{56.899%{transform:translate(33.751vw,56.899vh) scale(.0301)}to{transform:translate(32.5107vw,99vh) scale(.0301)}}.snow:nth-child(271){opacity:.1702;transform:translate(71.5074vw,-10px) scale(.3899);animation:fall-271 25s -27s linear infinite}@keyframes fall-271{40.18%{transform:translate(78.6017vw,40.18vh) scale(.3899)}to{transform:translate(75.05455vw,99vh) scale(.3899)}}.snow:nth-child(272){opacity:1.6228;transform:translate(72.7567vw,-10px) scale(.5226);animation:fall-272 22s -22s linear infinite}@keyframes fall-272{39.573%{transform:translate(67.089vw,39.573vh) scale(.5226)}to{transform:translate(69.92285vw,99vh) scale(.5226)}}.snow:nth-child(273){opacity:1.8052;transform:translate(99.1432vw,-10px) scale(.4049);animation:fall-273 19s -21s linear infinite}@keyframes fall-273{55.989%{transform:translate(93.714vw,55.989vh) scale(.4049)}to{transform:translate(96.4286vw,99vh) scale(.4049)}}.snow:nth-child(274){opacity:.788;transform:translate(95.9642vw,-10px) scale(.0136);animation:fall-274 17s -19s linear infinite}@keyframes fall-274{35.126%{transform:translate(100.1724vw,35.126vh) scale(.0136)}to{transform:translate(98.0683vw,99vh) scale(.0136)}}.snow:nth-child(275){opacity:.1208;transform:translate(56.4569vw,-10px) scale(.968);animation:fall-275 23s -11s linear infinite}@keyframes fall-275{53.518%{transform:translate(64.4339vw,53.518vh) scale(.968)}to{transform:translate(60.4454vw,99vh) scale(.968)}}.snow:nth-child(276){opacity:.3942;transform:translate(71.2198vw,-10px) scale(.3997);animation:fall-276 28s -10s linear infinite}@keyframes fall-276{78.031%{transform:translate(69.141vw,78.031vh) scale(.3997)}to{transform:translate(70.1804vw,99vh) scale(.3997)}}.snow:nth-child(277){opacity:.0484;transform:translate(3.943vw,-10px) scale(.1153);animation:fall-277 28s -19s linear infinite}@keyframes fall-277{76.339%{transform:translate(1.907vw,76.339vh) scale(.1153)}to{transform:translate(2.925vw,99vh) scale(.1153)}}.snow:nth-child(278){opacity:.4214;transform:translate(44.7684vw,-10px) scale(.0042);animation:fall-278 22s -13s linear infinite}@keyframes fall-278{63.68%{transform:translate(47.0569vw,63.68vh) scale(.0042)}to{transform:translate(45.91265vw,99vh) scale(.0042)}}.snow:nth-child(279){opacity:.6434;transform:translate(21.3695vw,-10px) scale(.274);animation:fall-279 13s -4s linear infinite}@keyframes fall-279{48.261%{transform:translate(29.6692vw,48.261vh) scale(.274)}to{transform:translate(25.51935vw,99vh) scale(.274)}}.snow:nth-child(280){opacity:1.789;transform:translate(93.8143vw,-10px) scale(.9227);animation:fall-280 16s -28s linear infinite}@keyframes fall-280{75.571%{transform:translate(97.4033vw,75.571vh) scale(.9227)}to{transform:translate(95.6088vw,99vh) scale(.9227)}}.snow:nth-child(281){opacity:1.0112;transform:translate(49.7534vw,-10px) scale(.4836);animation:fall-281 27s -29s linear infinite}@keyframes fall-281{60.851%{transform:translate(56.0086vw,60.851vh) scale(.4836)}to{transform:translate(52.881vw,99vh) scale(.4836)}}.snow:nth-child(282){opacity:.694;transform:translate(51.2412vw,-10px) scale(.1423);animation:fall-282 29s -20s linear infinite}@keyframes fall-282{53%{transform:translate(43.1324vw,53vh) scale(.1423)}to{transform:translate(47.1868vw,99vh) scale(.1423)}}.snow:nth-child(283){opacity:1.7454;transform:translate(35.5142vw,-10px) scale(.9037);animation:fall-283 12s -27s linear infinite}@keyframes fall-283{61.088%{transform:translate(34.0076vw,61.088vh) scale(.9037)}to{transform:translate(34.7609vw,99vh) scale(.9037)}}.snow:nth-child(284){opacity:1.9138;transform:translate(1.644vw,-10px) scale(.1422);animation:fall-284 22s -24s linear infinite}@keyframes fall-284{67.488%{transform:translate(-7.308vw,67.488vh) scale(.1422)}to{transform:translate(-2.832vw,99vh) scale(.1422)}}.snow:nth-child(285){opacity:1.0132;transform:translate(66.8936vw,-10px) scale(.2519);animation:fall-285 28s -11s linear infinite}@keyframes fall-285{36.209%{transform:translate(60.916vw,36.209vh) scale(.2519)}to{transform:translate(63.9048vw,99vh) scale(.2519)}}.snow:nth-child(286){opacity:1.0172;transform:translate(59.5687vw,-10px) scale(.2837);animation:fall-286 14s -22s linear infinite}@keyframes fall-286{35.158%{transform:translate(61.7426vw,35.158vh) scale(.2837)}to{transform:translate(60.65565vw,99vh) scale(.2837)}}.snow:nth-child(287){opacity:1.047;transform:translate(63.2784vw,-10px) scale(.1433);animation:fall-287 25s -26s linear infinite}@keyframes fall-287{48.162%{transform:translate(63.0849vw,48.162vh) scale(.1433)}to{transform:translate(63.18165vw,99vh) scale(.1433)}}.snow:nth-child(288){opacity:1.1056;transform:translate(83.9265vw,-10px) scale(.6561);animation:fall-288 14s -12s linear infinite}@keyframes fall-288{44.102%{transform:translate(81.6902vw,44.102vh) scale(.6561)}to{transform:translate(82.80835vw,99vh) scale(.6561)}}.snow:nth-child(289){opacity:1.8144;transform:translate(42.3977vw,-10px) scale(.2324);animation:fall-289 26s -22s linear infinite}@keyframes fall-289{61.412%{transform:translate(49.8006vw,61.412vh) scale(.2324)}to{transform:translate(46.09915vw,99vh) scale(.2324)}}.snow:nth-child(290){opacity:.7314;transform:translate(92.3771vw,-10px) scale(.845);animation:fall-290 14s -13s linear infinite}@keyframes fall-290{76.268%{transform:translate(87.9756vw,76.268vh) scale(.845)}to{transform:translate(90.17635vw,99vh) scale(.845)}}.snow:nth-child(291){opacity:1.6974;transform:translate(6.6733vw,-10px) scale(.5784);animation:fall-291 28s -17s linear infinite}@keyframes fall-291{72.86%{transform:translate(6.5848vw,72.86vh) scale(.5784)}to{transform:translate(6.62905vw,99vh) scale(.5784)}}.snow:nth-child(292){opacity:1.1842;transform:translate(10.6834vw,-10px) scale(.6328);animation:fall-292 23s -26s linear infinite}@keyframes fall-292{77.484%{transform:translate(7.2616vw,77.484vh) scale(.6328)}to{transform:translate(8.9725vw,99vh) scale(.6328)}}.snow:nth-child(293){opacity:.8558;transform:translate(52.397vw,-10px) scale(.1055);animation:fall-293 28s -15s linear infinite}@keyframes fall-293{76.958%{transform:translate(45.2714vw,76.958vh) scale(.1055)}to{transform:translate(48.8342vw,99vh) scale(.1055)}}.snow:nth-child(294){opacity:1.9474;transform:translate(10.2291vw,-10px) scale(.1132);animation:fall-294 25s -23s linear infinite}@keyframes fall-294{58.177%{transform:translate(8.1772vw,58.177vh) scale(.1132)}to{transform:translate(9.20315vw,99vh) scale(.1132)}}.snow:nth-child(295){opacity:.3908;transform:translate(11.5796vw,-10px) scale(.4137);animation:fall-295 29s -16s linear infinite}@keyframes fall-295{43.188%{transform:translate(18.7136vw,43.188vh) scale(.4137)}to{transform:translate(15.1466vw,99vh) scale(.4137)}}.snow:nth-child(296){opacity:.1556;transform:translate(8.0561vw,-10px) scale(.9079);animation:fall-296 17s -20s linear infinite}@keyframes fall-296{36.445%{transform:translate(14.6412vw,36.445vh) scale(.9079)}to{transform:translate(11.34865vw,99vh) scale(.9079)}}.snow:nth-child(297){opacity:.4104;transform:translate(41.7063vw,-10px) scale(.8899);animation:fall-297 11s -1s linear infinite}@keyframes fall-297{44.485%{transform:translate(48.1862vw,44.485vh) scale(.8899)}to{transform:translate(44.94625vw,99vh) scale(.8899)}}.snow:nth-child(298){opacity:.2952;transform:translate(78.1525vw,-10px) scale(.6776);animation:fall-298 23s -20s linear infinite}@keyframes fall-298{38.904%{transform:translate(85.8888vw,38.904vh) scale(.6776)}to{transform:translate(82.02065vw,99vh) scale(.6776)}}.snow:nth-child(299){opacity:.2834;transform:translate(85.5489vw,-10px) scale(.2716);animation:fall-299 18s -23s linear infinite}@keyframes fall-299{58.383%{transform:translate(78.7583vw,58.383vh) scale(.2716)}to{transform:translate(82.1536vw,99vh) scale(.2716)}}.snow:nth-child(300){opacity:1.3558;transform:translate(90.6343vw,-10px) scale(.9735);animation:fall-300 26s -6s linear infinite}@keyframes fall-300{50.169%{transform:translate(90.5992vw,50.169vh) scale(.9735)}to{transform:translate(90.61675vw,99vh) scale(.9735)}}.snow:nth-child(301){opacity:.1292;transform:translate(75.4519vw,-10px) scale(.1744);animation:fall-301 12s -3s linear infinite}@keyframes fall-301{63.239%{transform:translate(78.5262vw,63.239vh) scale(.1744)}to{transform:translate(76.98905vw,99vh) scale(.1744)}}.snow:nth-child(302){opacity:1.5226;transform:translate(55.0962vw,-10px) scale(.6441);animation:fall-302 28s -19s linear infinite}@keyframes fall-302{53.834%{transform:translate(48.4027vw,53.834vh) scale(.6441)}to{transform:translate(51.74945vw,99vh) scale(.6441)}}.snow:nth-child(303){opacity:.5196;transform:translate(10.2184vw,-10px) scale(.7202);animation:fall-303 22s -7s linear infinite}@keyframes fall-303{53.054%{transform:translate(12.1722vw,53.054vh) scale(.7202)}to{transform:translate(11.1953vw,99vh) scale(.7202)}}.snow:nth-child(304){opacity:1.0416;transform:translate(77.7243vw,-10px) scale(.6537);animation:fall-304 15s -30s linear infinite}@keyframes fall-304{30.879%{transform:translate(72.6759vw,30.879vh) scale(.6537)}to{transform:translate(75.2001vw,99vh) scale(.6537)}}.snow:nth-child(305){opacity:.1614;transform:translate(44.3827vw,-10px) scale(.3905);animation:fall-305 20s -29s linear infinite}@keyframes fall-305{69.58%{transform:translate(49.7127vw,69.58vh) scale(.3905)}to{transform:translate(47.0477vw,99vh) scale(.3905)}}.snow:nth-child(306){opacity:.3126;transform:translate(24.4749vw,-10px) scale(.9954);animation:fall-306 29s -21s linear infinite}@keyframes fall-306{31.583%{transform:translate(27.4432vw,31.583vh) scale(.9954)}to{transform:translate(25.95905vw,99vh) scale(.9954)}}.snow:nth-child(307){opacity:.4538;transform:translate(59.3698vw,-10px) scale(.053);animation:fall-307 13s -3s linear infinite}@keyframes fall-307{60.668%{transform:translate(52.1219vw,60.668vh) scale(.053)}to{transform:translate(55.74585vw,99vh) scale(.053)}}.snow:nth-child(308){opacity:.139;transform:translate(32.8512vw,-10px) scale(.7222);animation:fall-308 21s -26s linear infinite}@keyframes fall-308{61.486%{transform:translate(29.9805vw,61.486vh) scale(.7222)}to{transform:translate(31.41585vw,99vh) scale(.7222)}}.snow:nth-child(309){opacity:.2832;transform:translate(16.9364vw,-10px) scale(.5314);animation:fall-309 19s -14s linear infinite}@keyframes fall-309{43.076%{transform:translate(26.1515vw,43.076vh) scale(.5314)}to{transform:translate(21.54395vw,99vh) scale(.5314)}}.snow:nth-child(310){opacity:1.133;transform:translate(72.3719vw,-10px) scale(.5694);animation:fall-310 18s -9s linear infinite}@keyframes fall-310{59.399%{transform:translate(79.1694vw,59.399vh) scale(.5694)}to{transform:translate(75.77065vw,99vh) scale(.5694)}}.snow:nth-child(311){opacity:1.229;transform:translate(79.23vw,-10px) scale(.215);animation:fall-311 18s -16s linear infinite}@keyframes fall-311{36.387%{transform:translate(78.9148vw,36.387vh) scale(.215)}to{transform:translate(79.0724vw,99vh) scale(.215)}}.snow:nth-child(312){opacity:1.2132;transform:translate(14.1041vw,-10px) scale(.4029);animation:fall-312 23s -17s linear infinite}@keyframes fall-312{45.359%{transform:translate(22.0413vw,45.359vh) scale(.4029)}to{transform:translate(18.0727vw,99vh) scale(.4029)}}.snow:nth-child(313){opacity:1.479;transform:translate(71.2938vw,-10px) scale(.626);animation:fall-313 24s -7s linear infinite}@keyframes fall-313{76.362%{transform:translate(65.2138vw,76.362vh) scale(.626)}to{transform:translate(68.2538vw,99vh) scale(.626)}}.snow:nth-child(314){opacity:1.2056;transform:translate(72.423vw,-10px) scale(.9021);animation:fall-314 17s -4s linear infinite}@keyframes fall-314{41.112%{transform:translate(78.2356vw,41.112vh) scale(.9021)}to{transform:translate(75.3293vw,99vh) scale(.9021)}}.snow:nth-child(315){opacity:.584;transform:translate(17.9545vw,-10px) scale(.6022);animation:fall-315 21s -23s linear infinite}@keyframes fall-315{56.773%{transform:translate(23.1436vw,56.773vh) scale(.6022)}to{transform:translate(20.54905vw,99vh) scale(.6022)}}.snow:nth-child(316){opacity:.5478;transform:translate(97.7945vw,-10px) scale(.6144);animation:fall-316 22s -7s linear infinite}@keyframes fall-316{79.418%{transform:translate(98.26vw,79.418vh) scale(.6144)}to{transform:translate(98.02725vw,99vh) scale(.6144)}}.snow:nth-child(317){opacity:1.4796;transform:translate(41.3799vw,-10px) scale(.133);animation:fall-317 27s -8s linear infinite}@keyframes fall-317{31.44%{transform:translate(39.7022vw,31.44vh) scale(.133)}to{transform:translate(40.54105vw,99vh) scale(.133)}}.snow:nth-child(318){opacity:1.655;transform:translate(72.987vw,-10px) scale(.8534);animation:fall-318 10s -29s linear infinite}@keyframes fall-318{74.886%{transform:translate(72.8491vw,74.886vh) scale(.8534)}to{transform:translate(72.91805vw,99vh) scale(.8534)}}.snow:nth-child(319){opacity:.0558;transform:translate(30.7795vw,-10px) scale(.3144);animation:fall-319 18s -18s linear infinite}@keyframes fall-319{67.169%{transform:translate(32.1215vw,67.169vh) scale(.3144)}to{transform:translate(31.4505vw,99vh) scale(.3144)}}.snow:nth-child(320){opacity:.4902;transform:translate(17.0429vw,-10px) scale(.8782);animation:fall-320 10s -17s linear infinite}@keyframes fall-320{48.289%{transform:translate(10.1094vw,48.289vh) scale(.8782)}to{transform:translate(13.57615vw,99vh) scale(.8782)}}.snow:nth-child(321){opacity:.525;transform:translate(49.9892vw,-10px) scale(.1551);animation:fall-321 28s -15s linear infinite}@keyframes fall-321{45.181%{transform:translate(40.3161vw,45.181vh) scale(.1551)}to{transform:translate(45.15265vw,99vh) scale(.1551)}}.snow:nth-child(322){opacity:1.9582;transform:translate(36.3747vw,-10px) scale(.6305);animation:fall-322 20s -18s linear infinite}@keyframes fall-322{69.97%{transform:translate(35.2478vw,69.97vh) scale(.6305)}to{transform:translate(35.81125vw,99vh) scale(.6305)}}.snow:nth-child(323){opacity:.6704;transform:translate(93.2559vw,-10px) scale(.3078);animation:fall-323 23s -22s linear infinite}@keyframes fall-323{63.725%{transform:translate(93.5862vw,63.725vh) scale(.3078)}to{transform:translate(93.42105vw,99vh) scale(.3078)}}.snow:nth-child(324){opacity:1.1536;transform:translate(14.9343vw,-10px) scale(.8081);animation:fall-324 27s -6s linear infinite}@keyframes fall-324{58.764%{transform:translate(8.6618vw,58.764vh) scale(.8081)}to{transform:translate(11.79805vw,99vh) scale(.8081)}}.snow:nth-child(325){opacity:.502;transform:translate(96.7149vw,-10px) scale(.3806);animation:fall-325 25s -3s linear infinite}@keyframes fall-325{64.73%{transform:translate(102.803vw,64.73vh) scale(.3806)}to{transform:translate(99.75895vw,99vh) scale(.3806)}}.snow:nth-child(326){opacity:1.479;transform:translate(21.1123vw,-10px) scale(.6264);animation:fall-326 15s -19s linear infinite}@keyframes fall-326{43.913%{transform:translate(27.9289vw,43.913vh) scale(.6264)}to{transform:translate(24.5206vw,99vh) scale(.6264)}}.snow:nth-child(327){opacity:1.8468;transform:translate(8.5328vw,-10px) scale(.3241);animation:fall-327 15s -4s linear infinite}@keyframes fall-327{31.801%{transform:translate(13.8115vw,31.801vh) scale(.3241)}to{transform:translate(11.17215vw,99vh) scale(.3241)}}.snow:nth-child(328){opacity:1.0842;transform:translate(96.5757vw,-10px) scale(.4747);animation:fall-328 14s -22s linear infinite}@keyframes fall-328{74.601%{transform:translate(95.0346vw,74.601vh) scale(.4747)}to{transform:translate(95.80515vw,99vh) scale(.4747)}}.snow:nth-child(329){opacity:.2418;transform:translate(37.5497vw,-10px) scale(.8584);animation:fall-329 26s -16s linear infinite}@keyframes fall-329{51.877%{transform:translate(35.0927vw,51.877vh) scale(.8584)}to{transform:translate(36.3212vw,99vh) scale(.8584)}}.snow:nth-child(330){opacity:1.016;transform:translate(89.6395vw,-10px) scale(.0726);animation:fall-330 10s -25s linear infinite}@keyframes fall-330{53.761%{transform:translate(89.339vw,53.761vh) scale(.0726)}to{transform:translate(89.48925vw,99vh) scale(.0726)}}.snow:nth-child(331){opacity:1.0556;transform:translate(42.6602vw,-10px) scale(.9992);animation:fall-331 16s -18s linear infinite}@keyframes fall-331{38.303%{transform:translate(37.9745vw,38.303vh) scale(.9992)}to{transform:translate(40.31735vw,99vh) scale(.9992)}}.snow:nth-child(332){opacity:1.8622;transform:translate(60.0811vw,-10px) scale(.042);animation:fall-332 16s -17s linear infinite}@keyframes fall-332{59.336%{transform:translate(59.9984vw,59.336vh) scale(.042)}to{transform:translate(60.03975vw,99vh) scale(.042)}}.snow:nth-child(333){opacity:1.515;transform:translate(47.4331vw,-10px) scale(.7316);animation:fall-333 12s -28s linear infinite}@keyframes fall-333{79.234%{transform:translate(41.3585vw,79.234vh) scale(.7316)}to{transform:translate(44.3958vw,99vh) scale(.7316)}}.snow:nth-child(334){opacity:1.7884;transform:translate(86.5255vw,-10px) scale(.4332);animation:fall-334 19s -7s linear infinite}@keyframes fall-334{30.265%{transform:translate(84.167vw,30.265vh) scale(.4332)}to{transform:translate(85.34625vw,99vh) scale(.4332)}}.snow:nth-child(335){opacity:1.601;transform:translate(5.9273vw,-10px) scale(.7211);animation:fall-335 16s -2s linear infinite}@keyframes fall-335{77.286%{transform:translate(7.4282vw,77.286vh) scale(.7211)}to{transform:translate(6.67775vw,99vh) scale(.7211)}}.snow:nth-child(336){opacity:1.887;transform:translate(51.7683vw,-10px) scale(.3287);animation:fall-336 21s -16s linear infinite}@keyframes fall-336{71.86%{transform:translate(45.0289vw,71.86vh) scale(.3287)}to{transform:translate(48.3986vw,99vh) scale(.3287)}}.snow:nth-child(337){opacity:1.9832;transform:translate(18.8373vw,-10px) scale(.7307);animation:fall-337 21s -22s linear infinite}@keyframes fall-337{32.572%{transform:translate(17.7232vw,32.572vh) scale(.7307)}to{transform:translate(18.28025vw,99vh) scale(.7307)}}.snow:nth-child(338){opacity:.833;transform:translate(39.3788vw,-10px) scale(.7783);animation:fall-338 11s -1s linear infinite}@keyframes fall-338{37.284%{transform:translate(43.3955vw,37.284vh) scale(.7783)}to{transform:translate(41.38715vw,99vh) scale(.7783)}}.snow:nth-child(339){opacity:.7342;transform:translate(17.5648vw,-10px) scale(.7452);animation:fall-339 28s -29s linear infinite}@keyframes fall-339{60.665%{transform:translate(23.1733vw,60.665vh) scale(.7452)}to{transform:translate(20.36905vw,99vh) scale(.7452)}}.snow:nth-child(340){opacity:1.9844;transform:translate(18.5404vw,-10px) scale(.9901);animation:fall-340 29s -25s linear infinite}@keyframes fall-340{71.872%{transform:translate(24.2572vw,71.872vh) scale(.9901)}to{transform:translate(21.3988vw,99vh) scale(.9901)}}.snow:nth-child(341){opacity:1.5744;transform:translate(32.3106vw,-10px) scale(.9945);animation:fall-341 24s -16s linear infinite}@keyframes fall-341{62.237%{transform:translate(37.3698vw,62.237vh) scale(.9945)}to{transform:translate(34.8402vw,99vh) scale(.9945)}}.snow:nth-child(342){opacity:.6312;transform:translate(45.3307vw,-10px) scale(.9929);animation:fall-342 14s -17s linear infinite}@keyframes fall-342{74.338%{transform:translate(43.5991vw,74.338vh) scale(.9929)}to{transform:translate(44.4649vw,99vh) scale(.9929)}}.snow:nth-child(343){opacity:1.199;transform:translate(90.14vw,-10px) scale(.7588);animation:fall-343 20s -14s linear infinite}@keyframes fall-343{39.04%{transform:translate(92.5975vw,39.04vh) scale(.7588)}to{transform:translate(91.36875vw,99vh) scale(.7588)}}.snow:nth-child(344){opacity:.868;transform:translate(30.9916vw,-10px) scale(.9952);animation:fall-344 20s -30s linear infinite}@keyframes fall-344{62.688%{transform:translate(25.3328vw,62.688vh) scale(.9952)}to{transform:translate(28.1622vw,99vh) scale(.9952)}}.snow:nth-child(345){opacity:1.881;transform:translate(91.5167vw,-10px) scale(.8632);animation:fall-345 19s -26s linear infinite}@keyframes fall-345{43.799%{transform:translate(94.0279vw,43.799vh) scale(.8632)}to{transform:translate(92.7723vw,99vh) scale(.8632)}}.snow:nth-child(346){opacity:.2764;transform:translate(3.7631vw,-10px) scale(.4404);animation:fall-346 26s -21s linear infinite}@keyframes fall-346{40.799%{transform:translate(3.4091vw,40.799vh) scale(.4404)}to{transform:translate(3.5861vw,99vh) scale(.4404)}}.snow:nth-child(347){opacity:1.6732;transform:translate(70.4529vw,-10px) scale(.4982);animation:fall-347 16s -20s linear infinite}@keyframes fall-347{35.782%{transform:translate(66.3733vw,35.782vh) scale(.4982)}to{transform:translate(68.4131vw,99vh) scale(.4982)}}.snow:nth-child(348){opacity:1.1086;transform:translate(19.4837vw,-10px) scale(.6529);animation:fall-348 21s -26s linear infinite}@keyframes fall-348{51.387%{transform:translate(15.3635vw,51.387vh) scale(.6529)}to{transform:translate(17.4236vw,99vh) scale(.6529)}}.snow:nth-child(349){opacity:1.2132;transform:translate(42.221vw,-10px) scale(.8085);animation:fall-349 12s -5s linear infinite}@keyframes fall-349{70.117%{transform:translate(39.3498vw,70.117vh) scale(.8085)}to{transform:translate(40.7854vw,99vh) scale(.8085)}}.snow:nth-child(350){opacity:1.4308;transform:translate(64.8992vw,-10px) scale(.6298);animation:fall-350 11s -29s linear infinite}@keyframes fall-350{45.701%{transform:translate(74.2586vw,45.701vh) scale(.6298)}to{transform:translate(69.5789vw,99vh) scale(.6298)}}.snow:nth-child(351){opacity:.8116;transform:translate(49.3998vw,-10px) scale(.6866);animation:fall-351 24s -22s linear infinite}@keyframes fall-351{65.978%{transform:translate(49.3051vw,65.978vh) scale(.6866)}to{transform:translate(49.35245vw,99vh) scale(.6866)}}.snow:nth-child(352){opacity:1.5122;transform:translate(51.3684vw,-10px) scale(.0885);animation:fall-352 25s -17s linear infinite}@keyframes fall-352{61.131%{transform:translate(47.4219vw,61.131vh) scale(.0885)}to{transform:translate(49.39515vw,99vh) scale(.0885)}}.snow:nth-child(353){opacity:1.8914;transform:translate(66.2032vw,-10px) scale(.2951);animation:fall-353 10s -1s linear infinite}@keyframes fall-353{75.927%{transform:translate(70.5541vw,75.927vh) scale(.2951)}to{transform:translate(68.37865vw,99vh) scale(.2951)}}.snow:nth-child(354){opacity:1.2002;transform:translate(57.3383vw,-10px) scale(.9627);animation:fall-354 25s -25s linear infinite}@keyframes fall-354{32.777%{transform:translate(54.3406vw,32.777vh) scale(.9627)}to{transform:translate(55.83945vw,99vh) scale(.9627)}}.snow:nth-child(355){opacity:1.294;transform:translate(60.6106vw,-10px) scale(.8117);animation:fall-355 17s -23s linear infinite}@keyframes fall-355{73.235%{transform:translate(56.7187vw,73.235vh) scale(.8117)}to{transform:translate(58.66465vw,99vh) scale(.8117)}}.snow:nth-child(356){opacity:.7588;transform:translate(52.9158vw,-10px) scale(.7132);animation:fall-356 11s -11s linear infinite}@keyframes fall-356{60.144%{transform:translate(54.2799vw,60.144vh) scale(.7132)}to{transform:translate(53.59785vw,99vh) scale(.7132)}}.snow:nth-child(357){opacity:1.514;transform:translate(82.6586vw,-10px) scale(.1526);animation:fall-357 30s -21s linear infinite}@keyframes fall-357{73.715%{transform:translate(73.5944vw,73.715vh) scale(.1526)}to{transform:translate(78.1265vw,99vh) scale(.1526)}}.snow:nth-child(358){opacity:1.299;transform:translate(96.2473vw,-10px) scale(.9548);animation:fall-358 19s -12s linear infinite}@keyframes fall-358{70.261%{transform:translate(96.7009vw,70.261vh) scale(.9548)}to{transform:translate(96.4741vw,99vh) scale(.9548)}}.snow:nth-child(359){opacity:1.046;transform:translate(2.6877vw,-10px) scale(.8486);animation:fall-359 29s -20s linear infinite}@keyframes fall-359{50.003%{transform:translate(-5.4662vw,50.003vh) scale(.8486)}to{transform:translate(-1.38925vw,99vh) scale(.8486)}}.snow:nth-child(360){opacity:1.3748;transform:translate(45.5612vw,-10px) scale(.2686);animation:fall-360 30s -15s linear infinite}@keyframes fall-360{67.781%{transform:translate(40.6579vw,67.781vh) scale(.2686)}to{transform:translate(43.10955vw,99vh) scale(.2686)}}.snow:nth-child(361){opacity:1.076;transform:translate(77.9936vw,-10px) scale(.3758);animation:fall-361 19s -3s linear infinite}@keyframes fall-361{62.527%{transform:translate(70.2132vw,62.527vh) scale(.3758)}to{transform:translate(74.1034vw,99vh) scale(.3758)}}.snow:nth-child(362){opacity:1.4094;transform:translate(12.3568vw,-10px) scale(.5989);animation:fall-362 26s -28s linear infinite}@keyframes fall-362{73.905%{transform:translate(20.1925vw,73.905vh) scale(.5989)}to{transform:translate(16.27465vw,99vh) scale(.5989)}}.snow:nth-child(363){opacity:.1372;transform:translate(22.1855vw,-10px) scale(.0753);animation:fall-363 23s -28s linear infinite}@keyframes fall-363{39.702%{transform:translate(23.0549vw,39.702vh) scale(.0753)}to{transform:translate(22.6202vw,99vh) scale(.0753)}}.snow:nth-child(364){opacity:1.3226;transform:translate(16.8085vw,-10px) scale(.4042);animation:fall-364 18s -22s linear infinite}@keyframes fall-364{65.545%{transform:translate(9.175vw,65.545vh) scale(.4042)}to{transform:translate(12.99175vw,99vh) scale(.4042)}}.snow:nth-child(365){opacity:1.4766;transform:translate(79.8986vw,-10px) scale(.972);animation:fall-365 10s -30s linear infinite}@keyframes fall-365{78.758%{transform:translate(73.3789vw,78.758vh) scale(.972)}to{transform:translate(76.63875vw,99vh) scale(.972)}}.snow:nth-child(366){opacity:.5102;transform:translate(94.6803vw,-10px) scale(.1031);animation:fall-366 22s -12s linear infinite}@keyframes fall-366{36.403%{transform:translate(100.824vw,36.403vh) scale(.1031)}to{transform:translate(97.75215vw,99vh) scale(.1031)}}.snow:nth-child(367){opacity:.2876;transform:translate(50.9779vw,-10px) scale(.6426);animation:fall-367 19s -19s linear infinite}@keyframes fall-367{39.708%{transform:translate(43.0949vw,39.708vh) scale(.6426)}to{transform:translate(47.0364vw,99vh) scale(.6426)}}.snow:nth-child(368){opacity:1.1304;transform:translate(88.8118vw,-10px) scale(.0991);animation:fall-368 26s -6s linear infinite}@keyframes fall-368{33.779%{transform:translate(97.4293vw,33.779vh) scale(.0991)}to{transform:translate(93.12055vw,99vh) scale(.0991)}}.snow:nth-child(369){opacity:1.0194;transform:translate(2.457vw,-10px) scale(.2169);animation:fall-369 21s -21s linear infinite}@keyframes fall-369{45.719%{transform:translate(-1.876vw,45.719vh) scale(.2169)}to{transform:translate(.2905vw,99vh) scale(.2169)}}.snow:nth-child(370){opacity:1.2992;transform:translate(57.7722vw,-10px) scale(.4744);animation:fall-370 30s -10s linear infinite}@keyframes fall-370{30.76%{transform:translate(54.5497vw,30.76vh) scale(.4744)}to{transform:translate(56.16095vw,99vh) scale(.4744)}}.snow:nth-child(371){opacity:1.2926;transform:translate(17.0072vw,-10px) scale(.2689);animation:fall-371 20s -28s linear infinite}@keyframes fall-371{41.993%{transform:translate(7.2345vw,41.993vh) scale(.2689)}to{transform:translate(12.12085vw,99vh) scale(.2689)}}.snow:nth-child(372){opacity:1.4896;transform:translate(99.6122vw,-10px) scale(.2301);animation:fall-372 21s -24s linear infinite}@keyframes fall-372{61.411%{transform:translate(100.59vw,61.411vh) scale(.2301)}to{transform:translate(100.1011vw,99vh) scale(.2301)}}.snow:nth-child(373){opacity:1.4316;transform:translate(43.6668vw,-10px) scale(.1579);animation:fall-373 21s -7s linear infinite}@keyframes fall-373{60.001%{transform:translate(49.1283vw,60.001vh) scale(.1579)}to{transform:translate(46.39755vw,99vh) scale(.1579)}}.snow:nth-child(374){opacity:.035;transform:translate(10.9894vw,-10px) scale(.6711);animation:fall-374 14s -15s linear infinite}@keyframes fall-374{79.145%{transform:translate(4.1299vw,79.145vh) scale(.6711)}to{transform:translate(7.55965vw,99vh) scale(.6711)}}.snow:nth-child(375){opacity:1.4216;transform:translate(63.6277vw,-10px) scale(.709);animation:fall-375 18s -25s linear infinite}@keyframes fall-375{31.63%{transform:translate(63.2275vw,31.63vh) scale(.709)}to{transform:translate(63.4276vw,99vh) scale(.709)}}.snow:nth-child(376){opacity:1.86;transform:translate(41.6222vw,-10px) scale(.5418);animation:fall-376 23s -13s linear infinite}@keyframes fall-376{75.626%{transform:translate(33.9461vw,75.626vh) scale(.5418)}to{transform:translate(37.78415vw,99vh) scale(.5418)}}.snow:nth-child(377){opacity:1.2152;transform:translate(45.4868vw,-10px) scale(.9819);animation:fall-377 29s -28s linear infinite}@keyframes fall-377{42.332%{transform:translate(53.4609vw,42.332vh) scale(.9819)}to{transform:translate(49.47385vw,99vh) scale(.9819)}}.snow:nth-child(378){opacity:.0994;transform:translate(80.7569vw,-10px) scale(.7715);animation:fall-378 23s -18s linear infinite}@keyframes fall-378{79.2%{transform:translate(82.8426vw,79.2vh) scale(.7715)}to{transform:translate(81.79975vw,99vh) scale(.7715)}}.snow:nth-child(379){opacity:.4824;transform:translate(83.4409vw,-10px) scale(.8442);animation:fall-379 30s -7s linear infinite}@keyframes fall-379{45.204%{transform:translate(78.714vw,45.204vh) scale(.8442)}to{transform:translate(81.07745vw,99vh) scale(.8442)}}.snow:nth-child(380){opacity:1.8988;transform:translate(98.7383vw,-10px) scale(.0707);animation:fall-380 27s -14s linear infinite}@keyframes fall-380{46.447%{transform:translate(89.4968vw,46.447vh) scale(.0707)}to{transform:translate(94.11755vw,99vh) scale(.0707)}}.snow:nth-child(381){opacity:1.3978;transform:translate(52.8621vw,-10px) scale(.8516);animation:fall-381 20s -14s linear infinite}@keyframes fall-381{57.901%{transform:translate(47.5987vw,57.901vh) scale(.8516)}to{transform:translate(50.2304vw,99vh) scale(.8516)}}.snow:nth-child(382){opacity:1.801;transform:translate(32.3772vw,-10px) scale(.224);animation:fall-382 28s -16s linear infinite}@keyframes fall-382{69.747%{transform:translate(23.3873vw,69.747vh) scale(.224)}to{transform:translate(27.88225vw,99vh) scale(.224)}}.snow:nth-child(383){opacity:1.6796;transform:translate(75.29vw,-10px) scale(.0099);animation:fall-383 20s -28s linear infinite}@keyframes fall-383{68.395%{transform:translate(80.9vw,68.395vh) scale(.0099)}to{transform:translate(78.095vw,99vh) scale(.0099)}}.snow:nth-child(384){opacity:1.347;transform:translate(91.2978vw,-10px) scale(.2902);animation:fall-384 27s -27s linear infinite}@keyframes fall-384{79.169%{transform:translate(91.041vw,79.169vh) scale(.2902)}to{transform:translate(91.1694vw,99vh) scale(.2902)}}.snow:nth-child(385){opacity:.2628;transform:translate(75.5994vw,-10px) scale(.3906);animation:fall-385 27s -4s linear infinite}@keyframes fall-385{70.744%{transform:translate(68.9716vw,70.744vh) scale(.3906)}to{transform:translate(72.2855vw,99vh) scale(.3906)}}.snow:nth-child(386){opacity:.3236;transform:translate(32.8217vw,-10px) scale(.019);animation:fall-386 11s -4s linear infinite}@keyframes fall-386{60.758%{transform:translate(31.7348vw,60.758vh) scale(.019)}to{transform:translate(32.27825vw,99vh) scale(.019)}}.snow:nth-child(387){opacity:.8138;transform:translate(68.9716vw,-10px) scale(.8136);animation:fall-387 23s -18s linear infinite}@keyframes fall-387{66.901%{transform:translate(67.9368vw,66.901vh) scale(.8136)}to{transform:translate(68.4542vw,99vh) scale(.8136)}}.snow:nth-child(388){opacity:1.5738;transform:translate(56.106vw,-10px) scale(.3944);animation:fall-388 25s -30s linear infinite}@keyframes fall-388{42.241%{transform:translate(63.4735vw,42.241vh) scale(.3944)}to{transform:translate(59.78975vw,99vh) scale(.3944)}}.snow:nth-child(389){opacity:.8878;transform:translate(30.6849vw,-10px) scale(.4781);animation:fall-389 18s -5s linear infinite}@keyframes fall-389{37.926%{transform:translate(37.0609vw,37.926vh) scale(.4781)}to{transform:translate(33.8729vw,99vh) scale(.4781)}}.snow:nth-child(390){opacity:1.606;transform:translate(92.5773vw,-10px) scale(.5486);animation:fall-390 18s -19s linear infinite}@keyframes fall-390{64.688%{transform:translate(96.6579vw,64.688vh) scale(.5486)}to{transform:translate(94.6176vw,99vh) scale(.5486)}}.snow:nth-child(391){opacity:1.4434;transform:translate(29.0908vw,-10px) scale(.6801);animation:fall-391 30s -11s linear infinite}@keyframes fall-391{62.139%{transform:translate(33.964vw,62.139vh) scale(.6801)}to{transform:translate(31.5274vw,99vh) scale(.6801)}}.snow:nth-child(392){opacity:.0466;transform:translate(10.8599vw,-10px) scale(.0853);animation:fall-392 23s -9s linear infinite}@keyframes fall-392{51.394%{transform:translate(5.6335vw,51.394vh) scale(.0853)}to{transform:translate(8.2467vw,99vh) scale(.0853)}}.snow:nth-child(393){opacity:1.8426;transform:translate(43.5081vw,-10px) scale(.9365);animation:fall-393 12s -12s linear infinite}@keyframes fall-393{64.504%{transform:translate(44.5237vw,64.504vh) scale(.9365)}to{transform:translate(44.0159vw,99vh) scale(.9365)}}.snow:nth-child(394){opacity:1.8672;transform:translate(87.5791vw,-10px) scale(.743);animation:fall-394 12s -6s linear infinite}@keyframes fall-394{49.374%{transform:translate(84.7431vw,49.374vh) scale(.743)}to{transform:translate(86.1611vw,99vh) scale(.743)}}.snow:nth-child(395){opacity:.6858;transform:translate(24.6065vw,-10px) scale(.1823);animation:fall-395 15s -15s linear infinite}@keyframes fall-395{58.469%{transform:translate(27.204vw,58.469vh) scale(.1823)}to{transform:translate(25.90525vw,99vh) scale(.1823)}}.snow:nth-child(396){opacity:1.8754;transform:translate(50.366vw,-10px) scale(.8386);animation:fall-396 16s -10s linear infinite}@keyframes fall-396{68.224%{transform:translate(53.164vw,68.224vh) scale(.8386)}to{transform:translate(51.765vw,99vh) scale(.8386)}}.snow:nth-child(397){opacity:.5298;transform:translate(39.9357vw,-10px) scale(.3846);animation:fall-397 25s -1s linear infinite}@keyframes fall-397{33.118%{transform:translate(30.6784vw,33.118vh) scale(.3846)}to{transform:translate(35.30705vw,99vh) scale(.3846)}}.snow:nth-child(398){opacity:1.1628;transform:translate(32.915vw,-10px) scale(.2276);animation:fall-398 27s -25s linear infinite}@keyframes fall-398{60.22%{transform:translate(24.3939vw,60.22vh) scale(.2276)}to{transform:translate(28.65445vw,99vh) scale(.2276)}}.snow:nth-child(399){opacity:.8148;transform:translate(55.6864vw,-10px) scale(.3033);animation:fall-399 27s -1s linear infinite}@keyframes fall-399{46.826%{transform:translate(63.3766vw,46.826vh) scale(.3033)}to{transform:translate(59.5315vw,99vh) scale(.3033)}}.snow:nth-child(400){opacity:1.229;transform:translate(34.162vw,-10px) scale(.2176);animation:fall-400 25s -29s linear infinite}@keyframes fall-400{74.717%{transform:translate(24.7981vw,74.717vh) scale(.2176)}to{transform:translate(29.48005vw,99vh) scale(.2176)}}\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 });
|
|
25
|
+
AppComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AppComponent, selector: "app-root", ngImport: i0, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box-600{max-height:600px;overflow-x:hidden;overflow-y:auto}.list-area{position:relative!important}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background: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}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background: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}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#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}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:10px!important}.mat-chip-list-wrapper{margin:0!important;padding:5px!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:.693;transform:translate(40.6739vw,-10px) scale(.5568);animation:fall-1 14s -12s linear infinite}@keyframes fall-1{68.671%{transform:translate(35.9522vw,68.671vh) scale(.5568)}to{transform:translate(38.31305vw,99vh) scale(.5568)}}.snow:nth-child(2){opacity:.9018;transform:translate(47.7217vw,-10px) scale(.8877);animation:fall-2 30s -6s linear infinite}@keyframes fall-2{51.453%{transform:translate(39.2234vw,51.453vh) scale(.8877)}to{transform:translate(43.47255vw,99vh) scale(.8877)}}.snow:nth-child(3){opacity:1.2114;transform:translate(47.9899vw,-10px) scale(.2045);animation:fall-3 30s -3s linear infinite}@keyframes fall-3{69.651%{transform:translate(47.9545vw,69.651vh) scale(.2045)}to{transform:translate(47.9722vw,99vh) scale(.2045)}}.snow:nth-child(4){opacity:1.2758;transform:translate(12.8847vw,-10px) scale(.6899);animation:fall-4 27s -3s linear infinite}@keyframes fall-4{65.201%{transform:translate(19.0196vw,65.201vh) scale(.6899)}to{transform:translate(15.95215vw,99vh) scale(.6899)}}.snow:nth-child(5){opacity:1.0678;transform:translate(8.2048vw,-10px) scale(.3269);animation:fall-5 16s -11s linear infinite}@keyframes fall-5{56.334%{transform:translate(-.6989vw,56.334vh) scale(.3269)}to{transform:translate(3.75295vw,99vh) scale(.3269)}}.snow:nth-child(6){opacity:1.3654;transform:translate(16.8182vw,-10px) scale(.7885);animation:fall-6 24s -4s linear infinite}@keyframes fall-6{43.681%{transform:translate(14.358vw,43.681vh) scale(.7885)}to{transform:translate(15.5881vw,99vh) scale(.7885)}}.snow:nth-child(7){opacity:.9792;transform:translate(51.8129vw,-10px) scale(.0927);animation:fall-7 24s -2s linear infinite}@keyframes fall-7{55.411%{transform:translate(45.6814vw,55.411vh) scale(.0927)}to{transform:translate(48.74715vw,99vh) scale(.0927)}}.snow:nth-child(8){opacity:1.6206;transform:translate(90.0091vw,-10px) scale(.9335);animation:fall-8 26s -19s linear infinite}@keyframes fall-8{66.735%{transform:translate(94.2074vw,66.735vh) scale(.9335)}to{transform:translate(92.10825vw,99vh) scale(.9335)}}.snow:nth-child(9){opacity:1.6512;transform:translate(83.3285vw,-10px) scale(.8382);animation:fall-9 10s -12s linear infinite}@keyframes fall-9{50.702%{transform:translate(75.0767vw,50.702vh) scale(.8382)}to{transform:translate(79.2026vw,99vh) scale(.8382)}}.snow:nth-child(10){opacity:.5456;transform:translate(63.4866vw,-10px) scale(.9336);animation:fall-10 17s -16s linear infinite}@keyframes fall-10{62.794%{transform:translate(58.3511vw,62.794vh) scale(.9336)}to{transform:translate(60.91885vw,99vh) scale(.9336)}}.snow:nth-child(11){opacity:.8644;transform:translate(90.2909vw,-10px) scale(.3672);animation:fall-11 16s -9s linear infinite}@keyframes fall-11{37.907%{transform:translate(90.0216vw,37.907vh) scale(.3672)}to{transform:translate(90.15625vw,99vh) scale(.3672)}}.snow:nth-child(12){opacity:.1934;transform:translate(79.3628vw,-10px) scale(.777);animation:fall-12 24s -8s linear infinite}@keyframes fall-12{69.357%{transform:translate(76.6511vw,69.357vh) scale(.777)}to{transform:translate(78.00695vw,99vh) scale(.777)}}.snow:nth-child(13){opacity:.3326;transform:translate(16.0415vw,-10px) scale(.8892);animation:fall-13 14s -24s linear infinite}@keyframes fall-13{77.41%{transform:translate(11.3917vw,77.41vh) scale(.8892)}to{transform:translate(13.7166vw,99vh) scale(.8892)}}.snow:nth-child(14){opacity:1.9292;transform:translate(45.5325vw,-10px) scale(.3491);animation:fall-14 15s -7s linear infinite}@keyframes fall-14{35.699%{transform:translate(37.301vw,35.699vh) scale(.3491)}to{transform:translate(41.41675vw,99vh) scale(.3491)}}.snow:nth-child(15){opacity:.9972;transform:translate(52.7831vw,-10px) scale(.6768);animation:fall-15 10s -6s linear infinite}@keyframes fall-15{76.115%{transform:translate(58.2034vw,76.115vh) scale(.6768)}to{transform:translate(55.49325vw,99vh) scale(.6768)}}.snow:nth-child(16){opacity:1.1782;transform:translate(86.316vw,-10px) scale(.3634);animation:fall-16 30s -17s linear infinite}@keyframes fall-16{66.968%{transform:translate(87.5919vw,66.968vh) scale(.3634)}to{transform:translate(86.95395vw,99vh) scale(.3634)}}.snow:nth-child(17){opacity:1.0882;transform:translate(53.1571vw,-10px) scale(.1113);animation:fall-17 14s -25s linear infinite}@keyframes fall-17{45.736%{transform:translate(61.1923vw,45.736vh) scale(.1113)}to{transform:translate(57.1747vw,99vh) scale(.1113)}}.snow:nth-child(18){opacity:1.5766;transform:translate(12.2724vw,-10px) scale(.5848);animation:fall-18 14s -26s linear infinite}@keyframes fall-18{46.323%{transform:translate(17.422vw,46.323vh) scale(.5848)}to{transform:translate(14.8472vw,99vh) scale(.5848)}}.snow:nth-child(19){opacity:1.185;transform:translate(3.0524vw,-10px) scale(.227);animation:fall-19 27s -14s linear infinite}@keyframes fall-19{77.634%{transform:translate(6.5509vw,77.634vh) scale(.227)}to{transform:translate(4.80165vw,99vh) scale(.227)}}.snow:nth-child(20){opacity:.0458;transform:translate(31.3254vw,-10px) scale(.1603);animation:fall-20 23s -8s linear infinite}@keyframes fall-20{34.953%{transform:translate(40.9491vw,34.953vh) scale(.1603)}to{transform:translate(36.13725vw,99vh) scale(.1603)}}.snow:nth-child(21){opacity:1.201;transform:translate(59.1209vw,-10px) scale(.063);animation:fall-21 15s -14s linear infinite}@keyframes fall-21{60.052%{transform:translate(51.6006vw,60.052vh) scale(.063)}to{transform:translate(55.36075vw,99vh) scale(.063)}}.snow:nth-child(22){opacity:1.2892;transform:translate(40.1582vw,-10px) scale(.8442);animation:fall-22 24s -24s linear infinite}@keyframes fall-22{78.116%{transform:translate(41.6295vw,78.116vh) scale(.8442)}to{transform:translate(40.89385vw,99vh) scale(.8442)}}.snow:nth-child(23){opacity:1.7794;transform:translate(63.1736vw,-10px) scale(.3024);animation:fall-23 24s -23s linear infinite}@keyframes fall-23{59.259%{transform:translate(62.7183vw,59.259vh) scale(.3024)}to{transform:translate(62.94595vw,99vh) scale(.3024)}}.snow:nth-child(24){opacity:.0782;transform:translate(48.0166vw,-10px) scale(.6267);animation:fall-24 20s -8s linear infinite}@keyframes fall-24{42.377%{transform:translate(57.5137vw,42.377vh) scale(.6267)}to{transform:translate(52.76515vw,99vh) scale(.6267)}}.snow:nth-child(25){opacity:1.9;transform:translate(7.9303vw,-10px) scale(.2283);animation:fall-25 27s -5s linear infinite}@keyframes fall-25{33.675%{transform:translate(12.5666vw,33.675vh) scale(.2283)}to{transform:translate(10.24845vw,99vh) scale(.2283)}}.snow:nth-child(26){opacity:1.5798;transform:translate(76.7275vw,-10px) scale(.7807);animation:fall-26 20s -11s linear infinite}@keyframes fall-26{52.751%{transform:translate(76.2206vw,52.751vh) scale(.7807)}to{transform:translate(76.47405vw,99vh) scale(.7807)}}.snow:nth-child(27){opacity:.3674;transform:translate(18.1706vw,-10px) scale(.3244);animation:fall-27 22s -11s linear infinite}@keyframes fall-27{60.023%{transform:translate(15.0255vw,60.023vh) scale(.3244)}to{transform:translate(16.59805vw,99vh) scale(.3244)}}.snow:nth-child(28){opacity:1.2684;transform:translate(74.5459vw,-10px) scale(.7856);animation:fall-28 13s -27s linear infinite}@keyframes fall-28{31.984%{transform:translate(75.9652vw,31.984vh) scale(.7856)}to{transform:translate(75.25555vw,99vh) scale(.7856)}}.snow:nth-child(29){opacity:1.4746;transform:translate(89.4836vw,-10px) scale(.8185);animation:fall-29 17s -5s linear infinite}@keyframes fall-29{50.973%{transform:translate(98.0607vw,50.973vh) scale(.8185)}to{transform:translate(93.77215vw,99vh) scale(.8185)}}.snow:nth-child(30){opacity:.1964;transform:translate(91.5885vw,-10px) scale(.5773);animation:fall-30 18s -24s linear infinite}@keyframes fall-30{60.695%{transform:translate(89.9001vw,60.695vh) scale(.5773)}to{transform:translate(90.7443vw,99vh) scale(.5773)}}.snow:nth-child(31){opacity:.9476;transform:translate(34.2713vw,-10px) scale(.2423);animation:fall-31 19s -17s linear infinite}@keyframes fall-31{62.577%{transform:translate(31.7241vw,62.577vh) scale(.2423)}to{transform:translate(32.9977vw,99vh) scale(.2423)}}.snow:nth-child(32){opacity:.4516;transform:translate(41.6953vw,-10px) scale(.3322);animation:fall-32 24s -27s linear infinite}@keyframes fall-32{45.878%{transform:translate(34.6547vw,45.878vh) scale(.3322)}to{transform:translate(38.175vw,99vh) scale(.3322)}}.snow:nth-child(33){opacity:.214;transform:translate(88.2627vw,-10px) scale(.6013);animation:fall-33 14s -20s linear infinite}@keyframes fall-33{54.15%{transform:translate(82.098vw,54.15vh) scale(.6013)}to{transform:translate(85.18035vw,99vh) scale(.6013)}}.snow:nth-child(34){opacity:1.8426;transform:translate(60.2476vw,-10px) scale(.8438);animation:fall-34 17s -14s linear infinite}@keyframes fall-34{61.394%{transform:translate(64.3075vw,61.394vh) scale(.8438)}to{transform:translate(62.27755vw,99vh) scale(.8438)}}.snow:nth-child(35){opacity:1.692;transform:translate(16.4483vw,-10px) scale(.3119);animation:fall-35 20s -14s linear infinite}@keyframes fall-35{57.257%{transform:translate(15.2807vw,57.257vh) scale(.3119)}to{transform:translate(15.8645vw,99vh) scale(.3119)}}.snow:nth-child(36){opacity:.7186;transform:translate(28.2822vw,-10px) scale(.5016);animation:fall-36 19s -1s linear infinite}@keyframes fall-36{53.33%{transform:translate(18.8126vw,53.33vh) scale(.5016)}to{transform:translate(23.5474vw,99vh) scale(.5016)}}.snow:nth-child(37){opacity:.5998;transform:translate(21.2071vw,-10px) scale(.0254);animation:fall-37 13s -5s linear infinite}@keyframes fall-37{51.37%{transform:translate(25.484vw,51.37vh) scale(.0254)}to{transform:translate(23.34555vw,99vh) scale(.0254)}}.snow:nth-child(38){opacity:1.5458;transform:translate(60.7557vw,-10px) scale(.2665);animation:fall-38 21s -12s linear infinite}@keyframes fall-38{46.993%{transform:translate(59.1458vw,46.993vh) scale(.2665)}to{transform:translate(59.95075vw,99vh) scale(.2665)}}.snow:nth-child(39){opacity:1.904;transform:translate(12.1959vw,-10px) scale(.9969);animation:fall-39 27s -21s linear infinite}@keyframes fall-39{72.639%{transform:translate(2.7306vw,72.639vh) scale(.9969)}to{transform:translate(7.46325vw,99vh) scale(.9969)}}.snow:nth-child(40){opacity:1.3252;transform:translate(17.0847vw,-10px) scale(.354);animation:fall-40 22s -9s linear infinite}@keyframes fall-40{36.794%{transform:translate(20.2581vw,36.794vh) scale(.354)}to{transform:translate(18.6714vw,99vh) scale(.354)}}.snow:nth-child(41){opacity:1.5228;transform:translate(79.5903vw,-10px) scale(.4919);animation:fall-41 24s -29s linear infinite}@keyframes fall-41{78.831%{transform:translate(82.619vw,78.831vh) scale(.4919)}to{transform:translate(81.10465vw,99vh) scale(.4919)}}.snow:nth-child(42){opacity:1.6886;transform:translate(67.9807vw,-10px) scale(.5028);animation:fall-42 25s -27s linear infinite}@keyframes fall-42{79.755%{transform:translate(59.8081vw,79.755vh) scale(.5028)}to{transform:translate(63.8944vw,99vh) scale(.5028)}}.snow:nth-child(43){opacity:.46;transform:translate(15.9634vw,-10px) scale(.5107);animation:fall-43 24s -9s linear infinite}@keyframes fall-43{54.891%{transform:translate(13.3927vw,54.891vh) scale(.5107)}to{transform:translate(14.67805vw,99vh) scale(.5107)}}.snow:nth-child(44){opacity:.9162;transform:translate(93.6744vw,-10px) scale(.9203);animation:fall-44 18s -12s linear infinite}@keyframes fall-44{70.068%{transform:translate(88.7115vw,70.068vh) scale(.9203)}to{transform:translate(91.19295vw,99vh) scale(.9203)}}.snow:nth-child(45){opacity:1.1374;transform:translate(86.6907vw,-10px) scale(.6218);animation:fall-45 12s -15s linear infinite}@keyframes fall-45{40.27%{transform:translate(79.6519vw,40.27vh) scale(.6218)}to{transform:translate(83.1713vw,99vh) scale(.6218)}}.snow:nth-child(46){opacity:.1542;transform:translate(88.5937vw,-10px) scale(.7251);animation:fall-46 28s -27s linear infinite}@keyframes fall-46{71.978%{transform:translate(81.7481vw,71.978vh) scale(.7251)}to{transform:translate(85.1709vw,99vh) scale(.7251)}}.snow:nth-child(47){opacity:.9098;transform:translate(19.3987vw,-10px) scale(.7255);animation:fall-47 15s -29s linear infinite}@keyframes fall-47{44.853%{transform:translate(18.1699vw,44.853vh) scale(.7255)}to{transform:translate(18.7843vw,99vh) scale(.7255)}}.snow:nth-child(48){opacity:1.478;transform:translate(62.1036vw,-10px) scale(.0758);animation:fall-48 15s -12s linear infinite}@keyframes fall-48{72.82%{transform:translate(65.0012vw,72.82vh) scale(.0758)}to{transform:translate(63.5524vw,99vh) scale(.0758)}}.snow:nth-child(49){opacity:1.194;transform:translate(28.3012vw,-10px) scale(.6657);animation:fall-49 24s -19s linear infinite}@keyframes fall-49{74.205%{transform:translate(19.5905vw,74.205vh) scale(.6657)}to{transform:translate(23.94585vw,99vh) scale(.6657)}}.snow:nth-child(50){opacity:.7346;transform:translate(58.4378vw,-10px) scale(.8741);animation:fall-50 17s -21s linear infinite}@keyframes fall-50{64.208%{transform:translate(60.1177vw,64.208vh) scale(.8741)}to{transform:translate(59.27775vw,99vh) scale(.8741)}}.snow:nth-child(51){opacity:1.078;transform:translate(91.8484vw,-10px) scale(.6539);animation:fall-51 15s -18s linear infinite}@keyframes fall-51{73.505%{transform:translate(82.2385vw,73.505vh) scale(.6539)}to{transform:translate(87.04345vw,99vh) scale(.6539)}}.snow:nth-child(52){opacity:1.1536;transform:translate(80.0771vw,-10px) scale(.9023);animation:fall-52 13s -18s linear infinite}@keyframes fall-52{32.737%{transform:translate(80.8787vw,32.737vh) scale(.9023)}to{transform:translate(80.4779vw,99vh) scale(.9023)}}.snow:nth-child(53){opacity:1.7712;transform:translate(2.8117vw,-10px) scale(.0672);animation:fall-53 29s -10s linear infinite}@keyframes fall-53{48.645%{transform:translate(4.7994vw,48.645vh) scale(.0672)}to{transform:translate(3.80555vw,99vh) scale(.0672)}}.snow:nth-child(54){opacity:.0924;transform:translate(10.4389vw,-10px) scale(.1974);animation:fall-54 25s -7s linear infinite}@keyframes fall-54{31.527%{transform:translate(.7523vw,31.527vh) scale(.1974)}to{transform:translate(5.5956vw,99vh) scale(.1974)}}.snow:nth-child(55){opacity:1.9114;transform:translate(96.1916vw,-10px) scale(.0281);animation:fall-55 10s -8s linear infinite}@keyframes fall-55{34.419%{transform:translate(96.5401vw,34.419vh) scale(.0281)}to{transform:translate(96.36585vw,99vh) scale(.0281)}}.snow:nth-child(56){opacity:.4334;transform:translate(51.1572vw,-10px) scale(.118);animation:fall-56 13s -27s linear infinite}@keyframes fall-56{78.347%{transform:translate(43.0812vw,78.347vh) scale(.118)}to{transform:translate(47.1192vw,99vh) scale(.118)}}.snow:nth-child(57){opacity:1.55;transform:translate(23.0246vw,-10px) scale(.4794);animation:fall-57 10s -27s linear infinite}@keyframes fall-57{36.636%{transform:translate(19.8791vw,36.636vh) scale(.4794)}to{transform:translate(21.45185vw,99vh) scale(.4794)}}.snow:nth-child(58){opacity:1.7594;transform:translate(2.2617vw,-10px) scale(.8822);animation:fall-58 24s -3s linear infinite}@keyframes fall-58{34.791%{transform:translate(6.9974vw,34.791vh) scale(.8822)}to{transform:translate(4.62955vw,99vh) scale(.8822)}}.snow:nth-child(59){opacity:.6116;transform:translate(72.3961vw,-10px) scale(.6808);animation:fall-59 28s -15s linear infinite}@keyframes fall-59{73.813%{transform:translate(78.8582vw,73.813vh) scale(.6808)}to{transform:translate(75.62715vw,99vh) scale(.6808)}}.snow:nth-child(60){opacity:.4958;transform:translate(26.9006vw,-10px) scale(.5655);animation:fall-60 18s -17s linear infinite}@keyframes fall-60{53.061%{transform:translate(28.7062vw,53.061vh) scale(.5655)}to{transform:translate(27.8034vw,99vh) scale(.5655)}}.snow:nth-child(61){opacity:1.6276;transform:translate(11.5519vw,-10px) scale(.9084);animation:fall-61 16s -22s linear infinite}@keyframes fall-61{58.868%{transform:translate(18.2626vw,58.868vh) scale(.9084)}to{transform:translate(14.90725vw,99vh) scale(.9084)}}.snow:nth-child(62){opacity:1.4036;transform:translate(29.6249vw,-10px) scale(.0835);animation:fall-62 12s -19s linear infinite}@keyframes fall-62{50.72%{transform:translate(31.6269vw,50.72vh) scale(.0835)}to{transform:translate(30.6259vw,99vh) scale(.0835)}}.snow:nth-child(63){opacity:1.1618;transform:translate(10.2204vw,-10px) scale(.9708);animation:fall-63 21s -1s linear infinite}@keyframes fall-63{39.891%{transform:translate(13.977vw,39.891vh) scale(.9708)}to{transform:translate(12.0987vw,99vh) scale(.9708)}}.snow:nth-child(64){opacity:.8304;transform:translate(47.7027vw,-10px) scale(.0936);animation:fall-64 15s -9s linear infinite}@keyframes fall-64{38.743%{transform:translate(39.7193vw,38.743vh) scale(.0936)}to{transform:translate(43.711vw,99vh) scale(.0936)}}.snow:nth-child(65){opacity:.7882;transform:translate(98.6004vw,-10px) scale(.6199);animation:fall-65 26s -3s linear infinite}@keyframes fall-65{39.759%{transform:translate(90.3021vw,39.759vh) scale(.6199)}to{transform:translate(94.45125vw,99vh) scale(.6199)}}.snow:nth-child(66){opacity:.2294;transform:translate(94.6582vw,-10px) scale(.2469);animation:fall-66 16s -17s linear infinite}@keyframes fall-66{53.373%{transform:translate(104.4489vw,53.373vh) scale(.2469)}to{transform:translate(99.55355vw,99vh) scale(.2469)}}.snow:nth-child(67){opacity:1.7256;transform:translate(30.4579vw,-10px) scale(.0962);animation:fall-67 25s -20s linear infinite}@keyframes fall-67{42.553%{transform:translate(36.4464vw,42.553vh) scale(.0962)}to{transform:translate(33.45215vw,99vh) scale(.0962)}}.snow:nth-child(68){opacity:.1974;transform:translate(38.9013vw,-10px) scale(.4772);animation:fall-68 18s -9s linear infinite}@keyframes fall-68{32.918%{transform:translate(47.0845vw,32.918vh) scale(.4772)}to{transform:translate(42.9929vw,99vh) scale(.4772)}}.snow:nth-child(69){opacity:1.3762;transform:translate(58.4129vw,-10px) scale(.3571);animation:fall-69 27s -3s linear infinite}@keyframes fall-69{37.453%{transform:translate(56.8485vw,37.453vh) scale(.3571)}to{transform:translate(57.6307vw,99vh) scale(.3571)}}.snow:nth-child(70){opacity:1.6356;transform:translate(91.0692vw,-10px) scale(.6425);animation:fall-70 16s -13s linear infinite}@keyframes fall-70{45.065%{transform:translate(95.6787vw,45.065vh) scale(.6425)}to{transform:translate(93.37395vw,99vh) scale(.6425)}}.snow:nth-child(71){opacity:1.867;transform:translate(31.7766vw,-10px) scale(.1506);animation:fall-71 17s -1s linear infinite}@keyframes fall-71{47.762%{transform:translate(34.1306vw,47.762vh) scale(.1506)}to{transform:translate(32.9536vw,99vh) scale(.1506)}}.snow:nth-child(72){opacity:.477;transform:translate(16.7136vw,-10px) scale(.2195);animation:fall-72 11s -10s linear infinite}@keyframes fall-72{67.792%{transform:translate(17.3366vw,67.792vh) scale(.2195)}to{transform:translate(17.0251vw,99vh) scale(.2195)}}.snow:nth-child(73){opacity:1.4058;transform:translate(48.7162vw,-10px) scale(.1867);animation:fall-73 15s -4s linear infinite}@keyframes fall-73{65.181%{transform:translate(39.4454vw,65.181vh) scale(.1867)}to{transform:translate(44.0808vw,99vh) scale(.1867)}}.snow:nth-child(74){opacity:1.0344;transform:translate(79.8059vw,-10px) scale(.0097);animation:fall-74 13s -15s linear infinite}@keyframes fall-74{67.202%{transform:translate(80.1931vw,67.202vh) scale(.0097)}to{transform:translate(79.9995vw,99vh) scale(.0097)}}.snow:nth-child(75){opacity:1.578;transform:translate(20.7368vw,-10px) scale(.1807);animation:fall-75 18s -19s linear infinite}@keyframes fall-75{40.931%{transform:translate(21.3536vw,40.931vh) scale(.1807)}to{transform:translate(21.0452vw,99vh) scale(.1807)}}.snow:nth-child(76){opacity:1.829;transform:translate(74.7818vw,-10px) scale(.4011);animation:fall-76 23s -1s linear infinite}@keyframes fall-76{76.351%{transform:translate(78.2589vw,76.351vh) scale(.4011)}to{transform:translate(76.52035vw,99vh) scale(.4011)}}.snow:nth-child(77){opacity:1.2374;transform:translate(75.8768vw,-10px) scale(.2408);animation:fall-77 14s -23s linear infinite}@keyframes fall-77{38.014%{transform:translate(77.1313vw,38.014vh) scale(.2408)}to{transform:translate(76.50405vw,99vh) scale(.2408)}}.snow:nth-child(78){opacity:.4324;transform:translate(76.658vw,-10px) scale(.588);animation:fall-78 11s -30s linear infinite}@keyframes fall-78{61.587%{transform:translate(79.7759vw,61.587vh) scale(.588)}to{transform:translate(78.21695vw,99vh) scale(.588)}}.snow:nth-child(79){opacity:.816;transform:translate(38.4908vw,-10px) scale(.2546);animation:fall-79 24s -7s linear infinite}@keyframes fall-79{58.158%{transform:translate(30.2121vw,58.158vh) scale(.2546)}to{transform:translate(34.35145vw,99vh) scale(.2546)}}.snow:nth-child(80){opacity:.626;transform:translate(27.38vw,-10px) scale(.0723);animation:fall-80 22s -8s linear infinite}@keyframes fall-80{55.875%{transform:translate(26.8227vw,55.875vh) scale(.0723)}to{transform:translate(27.10135vw,99vh) scale(.0723)}}.snow:nth-child(81){opacity:.276;transform:translate(59.8636vw,-10px) scale(.9488);animation:fall-81 23s -3s linear infinite}@keyframes fall-81{51.354%{transform:translate(65.8546vw,51.354vh) scale(.9488)}to{transform:translate(62.8591vw,99vh) scale(.9488)}}.snow:nth-child(82){opacity:1.3066;transform:translate(78.5263vw,-10px) scale(.2639);animation:fall-82 28s -25s linear infinite}@keyframes fall-82{38.441%{transform:translate(78.3921vw,38.441vh) scale(.2639)}to{transform:translate(78.4592vw,99vh) scale(.2639)}}.snow:nth-child(83){opacity:1.6998;transform:translate(29.6392vw,-10px) scale(.8901);animation:fall-83 10s -21s linear infinite}@keyframes fall-83{70.589%{transform:translate(32.7896vw,70.589vh) scale(.8901)}to{transform:translate(31.2144vw,99vh) scale(.8901)}}.snow:nth-child(84){opacity:.947;transform:translate(12.6284vw,-10px) scale(.4995);animation:fall-84 14s -13s linear infinite}@keyframes fall-84{35.066%{transform:translate(7.2636vw,35.066vh) scale(.4995)}to{transform:translate(9.946vw,99vh) scale(.4995)}}.snow:nth-child(85){opacity:.0488;transform:translate(24.5877vw,-10px) scale(.9359);animation:fall-85 15s -2s linear infinite}@keyframes fall-85{74.655%{transform:translate(23.1878vw,74.655vh) scale(.9359)}to{transform:translate(23.88775vw,99vh) scale(.9359)}}.snow:nth-child(86){opacity:.9268;transform:translate(77.4872vw,-10px) scale(.458);animation:fall-86 21s -10s linear infinite}@keyframes fall-86{59.631%{transform:translate(85.0207vw,59.631vh) scale(.458)}to{transform:translate(81.25395vw,99vh) scale(.458)}}.snow:nth-child(87){opacity:.8688;transform:translate(88.4057vw,-10px) scale(.5415);animation:fall-87 26s -15s linear infinite}@keyframes fall-87{34.151%{transform:translate(95.4853vw,34.151vh) scale(.5415)}to{transform:translate(91.9455vw,99vh) scale(.5415)}}.snow:nth-child(88){opacity:1.0384;transform:translate(26.4249vw,-10px) scale(.5906);animation:fall-88 22s -4s linear infinite}@keyframes fall-88{42.763%{transform:translate(33.5933vw,42.763vh) scale(.5906)}to{transform:translate(30.0091vw,99vh) scale(.5906)}}.snow:nth-child(89){opacity:1.666;transform:translate(35.7828vw,-10px) scale(.3593);animation:fall-89 18s -11s linear infinite}@keyframes fall-89{63.75%{transform:translate(35.3788vw,63.75vh) scale(.3593)}to{transform:translate(35.5808vw,99vh) scale(.3593)}}.snow:nth-child(90){opacity:1.9306;transform:translate(61.0747vw,-10px) scale(.5833);animation:fall-90 18s -8s linear infinite}@keyframes fall-90{63.55%{transform:translate(53.3861vw,63.55vh) scale(.5833)}to{transform:translate(57.2304vw,99vh) scale(.5833)}}.snow:nth-child(91){opacity:.413;transform:translate(24.2306vw,-10px) scale(.155);animation:fall-91 29s -13s linear infinite}@keyframes fall-91{64.556%{transform:translate(31.5197vw,64.556vh) scale(.155)}to{transform:translate(27.87515vw,99vh) scale(.155)}}.snow:nth-child(92){opacity:1.4184;transform:translate(76.0724vw,-10px) scale(.525);animation:fall-92 11s -6s linear infinite}@keyframes fall-92{42.88%{transform:translate(73.9136vw,42.88vh) scale(.525)}to{transform:translate(74.993vw,99vh) scale(.525)}}.snow:nth-child(93){opacity:1.8052;transform:translate(12.4168vw,-10px) scale(.6814);animation:fall-93 20s -28s linear infinite}@keyframes fall-93{39.91%{transform:translate(13.2201vw,39.91vh) scale(.6814)}to{transform:translate(12.81845vw,99vh) scale(.6814)}}.snow:nth-child(94){opacity:.7118;transform:translate(12.2275vw,-10px) scale(.0863);animation:fall-94 26s -22s linear infinite}@keyframes fall-94{61.476%{transform:translate(15.8411vw,61.476vh) scale(.0863)}to{transform:translate(14.0343vw,99vh) scale(.0863)}}.snow:nth-child(95){opacity:.0352;transform:translate(96.1823vw,-10px) scale(.1781);animation:fall-95 18s -25s linear infinite}@keyframes fall-95{33.009%{transform:translate(105.1775vw,33.009vh) scale(.1781)}to{transform:translate(100.6799vw,99vh) scale(.1781)}}.snow:nth-child(96){opacity:1.9208;transform:translate(56.35vw,-10px) scale(.1707);animation:fall-96 30s -9s linear infinite}@keyframes fall-96{36.48%{transform:translate(53.2507vw,36.48vh) scale(.1707)}to{transform:translate(54.80035vw,99vh) scale(.1707)}}.snow:nth-child(97){opacity:.9036;transform:translate(85.2305vw,-10px) scale(.7486);animation:fall-97 29s -13s linear infinite}@keyframes fall-97{62.735%{transform:translate(76.0405vw,62.735vh) scale(.7486)}to{transform:translate(80.6355vw,99vh) scale(.7486)}}.snow:nth-child(98){opacity:.4252;transform:translate(84.591vw,-10px) scale(.7372);animation:fall-98 20s -14s linear infinite}@keyframes fall-98{48.094%{transform:translate(77.3916vw,48.094vh) scale(.7372)}to{transform:translate(80.9913vw,99vh) scale(.7372)}}.snow:nth-child(99){opacity:1.602;transform:translate(61.6018vw,-10px) scale(.7738);animation:fall-99 20s -1s linear infinite}@keyframes fall-99{46.973%{transform:translate(58.3543vw,46.973vh) scale(.7738)}to{transform:translate(59.97805vw,99vh) scale(.7738)}}.snow:nth-child(100){opacity:.074;transform:translate(69.8787vw,-10px) scale(.6368);animation:fall-100 25s -3s linear infinite}@keyframes fall-100{44.955%{transform:translate(64.7678vw,44.955vh) scale(.6368)}to{transform:translate(67.32325vw,99vh) scale(.6368)}}.snow:nth-child(101){opacity:1.2914;transform:translate(12.8758vw,-10px) scale(.9327);animation:fall-101 29s -4s linear infinite}@keyframes fall-101{30.213%{transform:translate(10.8181vw,30.213vh) scale(.9327)}to{transform:translate(11.84695vw,99vh) scale(.9327)}}.snow:nth-child(102){opacity:.9308;transform:translate(72.2749vw,-10px) scale(.7576);animation:fall-102 21s -8s linear infinite}@keyframes fall-102{78.902%{transform:translate(82.0914vw,78.902vh) scale(.7576)}to{transform:translate(77.18315vw,99vh) scale(.7576)}}.snow:nth-child(103){opacity:.4164;transform:translate(4.7338vw,-10px) scale(.6474);animation:fall-103 13s -26s linear infinite}@keyframes fall-103{71.171%{transform:translate(.9983vw,71.171vh) scale(.6474)}to{transform:translate(2.86605vw,99vh) scale(.6474)}}.snow:nth-child(104){opacity:.945;transform:translate(66.4473vw,-10px) scale(.3606);animation:fall-104 24s -9s linear infinite}@keyframes fall-104{54.072%{transform:translate(68.2502vw,54.072vh) scale(.3606)}to{transform:translate(67.34875vw,99vh) scale(.3606)}}.snow:nth-child(105){opacity:1.3438;transform:translate(21.1193vw,-10px) scale(.3511);animation:fall-105 15s -12s linear infinite}@keyframes fall-105{46.994%{transform:translate(15.9172vw,46.994vh) scale(.3511)}to{transform:translate(18.51825vw,99vh) scale(.3511)}}.snow:nth-child(106){opacity:1.2322;transform:translate(62.5878vw,-10px) scale(.2273);animation:fall-106 23s -21s linear infinite}@keyframes fall-106{47.934%{transform:translate(67.7387vw,47.934vh) scale(.2273)}to{transform:translate(65.16325vw,99vh) scale(.2273)}}.snow:nth-child(107){opacity:1.2574;transform:translate(54.5048vw,-10px) scale(.7661);animation:fall-107 28s -23s linear infinite}@keyframes fall-107{59.805%{transform:translate(45.0102vw,59.805vh) scale(.7661)}to{transform:translate(49.7575vw,99vh) scale(.7661)}}.snow:nth-child(108){opacity:.5886;transform:translate(65.7734vw,-10px) scale(.8207);animation:fall-108 23s -20s linear infinite}@keyframes fall-108{59.396%{transform:translate(73.3487vw,59.396vh) scale(.8207)}to{transform:translate(69.56105vw,99vh) scale(.8207)}}.snow:nth-child(109){opacity:1.3568;transform:translate(26.0789vw,-10px) scale(.3602);animation:fall-109 19s -14s linear infinite}@keyframes fall-109{65.925%{transform:translate(25.8854vw,65.925vh) scale(.3602)}to{transform:translate(25.98215vw,99vh) scale(.3602)}}.snow:nth-child(110){opacity:.6348;transform:translate(71.215vw,-10px) scale(.4128);animation:fall-110 21s -21s linear infinite}@keyframes fall-110{37.658%{transform:translate(62.934vw,37.658vh) scale(.4128)}to{transform:translate(67.0745vw,99vh) scale(.4128)}}.snow:nth-child(111){opacity:.2056;transform:translate(69.1967vw,-10px) scale(.843);animation:fall-111 24s -3s linear infinite}@keyframes fall-111{46.696%{transform:translate(64.534vw,46.696vh) scale(.843)}to{transform:translate(66.86535vw,99vh) scale(.843)}}.snow:nth-child(112){opacity:1.7408;transform:translate(97.52vw,-10px) scale(.564);animation:fall-112 10s -15s linear infinite}@keyframes fall-112{48.855%{transform:translate(92.4924vw,48.855vh) scale(.564)}to{transform:translate(95.0062vw,99vh) scale(.564)}}.snow:nth-child(113){opacity:.623;transform:translate(83.1001vw,-10px) scale(.6208);animation:fall-113 14s -2s linear infinite}@keyframes fall-113{59.985%{transform:translate(90.1822vw,59.985vh) scale(.6208)}to{transform:translate(86.64115vw,99vh) scale(.6208)}}.snow:nth-child(114){opacity:1.5628;transform:translate(7.2303vw,-10px) scale(.1081);animation:fall-114 19s -20s linear infinite}@keyframes fall-114{75.297%{transform:translate(9.0659vw,75.297vh) scale(.1081)}to{transform:translate(8.1481vw,99vh) scale(.1081)}}.snow:nth-child(115){opacity:.1108;transform:translate(97.7186vw,-10px) scale(.7816);animation:fall-115 21s -6s linear infinite}@keyframes fall-115{47.784%{transform:translate(103.2922vw,47.784vh) scale(.7816)}to{transform:translate(100.5054vw,99vh) scale(.7816)}}.snow:nth-child(116){opacity:.0164;transform:translate(53.0577vw,-10px) scale(.3762);animation:fall-116 11s -22s linear infinite}@keyframes fall-116{44.246%{transform:translate(43.5579vw,44.246vh) scale(.3762)}to{transform:translate(48.3078vw,99vh) scale(.3762)}}.snow:nth-child(117){opacity:.8698;transform:translate(71.5255vw,-10px) scale(.0074);animation:fall-117 24s -16s linear infinite}@keyframes fall-117{54.232%{transform:translate(69.9871vw,54.232vh) scale(.0074)}to{transform:translate(70.7563vw,99vh) scale(.0074)}}.snow:nth-child(118){opacity:.0562;transform:translate(76.1135vw,-10px) scale(.1623);animation:fall-118 15s -30s linear infinite}@keyframes fall-118{56.735%{transform:translate(73.9788vw,56.735vh) scale(.1623)}to{transform:translate(75.04615vw,99vh) scale(.1623)}}.snow:nth-child(119){opacity:1.836;transform:translate(45.6727vw,-10px) scale(.7246);animation:fall-119 13s -12s linear infinite}@keyframes fall-119{54.558%{transform:translate(51.4297vw,54.558vh) scale(.7246)}to{transform:translate(48.5512vw,99vh) scale(.7246)}}.snow:nth-child(120){opacity:1.418;transform:translate(53.6356vw,-10px) scale(.5758);animation:fall-120 16s -17s linear infinite}@keyframes fall-120{30.246%{transform:translate(57.0913vw,30.246vh) scale(.5758)}to{transform:translate(55.36345vw,99vh) scale(.5758)}}.snow:nth-child(121){opacity:1.0528;transform:translate(86.4177vw,-10px) scale(.4739);animation:fall-121 19s -4s linear infinite}@keyframes fall-121{47.352%{transform:translate(90.3886vw,47.352vh) scale(.4739)}to{transform:translate(88.40315vw,99vh) scale(.4739)}}.snow:nth-child(122){opacity:1.7938;transform:translate(62.0897vw,-10px) scale(.3715);animation:fall-122 24s -19s linear infinite}@keyframes fall-122{48.491%{transform:translate(69.9864vw,48.491vh) scale(.3715)}to{transform:translate(66.03805vw,99vh) scale(.3715)}}.snow:nth-child(123){opacity:.335;transform:translate(57.6798vw,-10px) scale(.4886);animation:fall-123 29s -24s linear infinite}@keyframes fall-123{78.302%{transform:translate(61.732vw,78.302vh) scale(.4886)}to{transform:translate(59.7059vw,99vh) scale(.4886)}}.snow:nth-child(124){opacity:1.5554;transform:translate(5.2659vw,-10px) scale(.1103);animation:fall-124 13s -23s linear infinite}@keyframes fall-124{55.78%{transform:translate(6.1648vw,55.78vh) scale(.1103)}to{transform:translate(5.71535vw,99vh) scale(.1103)}}.snow:nth-child(125){opacity:1.5034;transform:translate(18.3758vw,-10px) scale(.5339);animation:fall-125 27s -17s linear infinite}@keyframes fall-125{76.171%{transform:translate(16.7058vw,76.171vh) scale(.5339)}to{transform:translate(17.5408vw,99vh) scale(.5339)}}.snow:nth-child(126){opacity:1.4858;transform:translate(16.01vw,-10px) scale(.5816);animation:fall-126 29s -16s linear infinite}@keyframes fall-126{56.321%{transform:translate(13.6466vw,56.321vh) scale(.5816)}to{transform:translate(14.8283vw,99vh) scale(.5816)}}.snow:nth-child(127){opacity:1.8768;transform:translate(44.6125vw,-10px) scale(.0498);animation:fall-127 13s -2s linear infinite}@keyframes fall-127{49.052%{transform:translate(52.9413vw,49.052vh) scale(.0498)}to{transform:translate(48.7769vw,99vh) scale(.0498)}}.snow:nth-child(128){opacity:.4494;transform:translate(72.9912vw,-10px) scale(.7598);animation:fall-128 22s -1s linear infinite}@keyframes fall-128{77.257%{transform:translate(67.5vw,77.257vh) scale(.7598)}to{transform:translate(70.2456vw,99vh) scale(.7598)}}.snow:nth-child(129){opacity:.5692;transform:translate(34.381vw,-10px) scale(.8451);animation:fall-129 16s -11s linear infinite}@keyframes fall-129{57.262%{transform:translate(27.1246vw,57.262vh) scale(.8451)}to{transform:translate(30.7528vw,99vh) scale(.8451)}}.snow:nth-child(130){opacity:.5648;transform:translate(24.8381vw,-10px) scale(.1198);animation:fall-130 18s -15s linear infinite}@keyframes fall-130{74.56%{transform:translate(26.2889vw,74.56vh) scale(.1198)}to{transform:translate(25.5635vw,99vh) scale(.1198)}}.snow:nth-child(131){opacity:1.67;transform:translate(72.8335vw,-10px) scale(.4377);animation:fall-131 19s -29s linear infinite}@keyframes fall-131{74.315%{transform:translate(76.3674vw,74.315vh) scale(.4377)}to{transform:translate(74.60045vw,99vh) scale(.4377)}}.snow:nth-child(132){opacity:.4772;transform:translate(13.3456vw,-10px) scale(.4738);animation:fall-132 24s -24s linear infinite}@keyframes fall-132{41.682%{transform:translate(6.7108vw,41.682vh) scale(.4738)}to{transform:translate(10.0282vw,99vh) scale(.4738)}}.snow:nth-child(133){opacity:1.0568;transform:translate(40.9063vw,-10px) scale(.6017);animation:fall-133 13s -14s linear infinite}@keyframes fall-133{30.762%{transform:translate(41.5487vw,30.762vh) scale(.6017)}to{transform:translate(41.2275vw,99vh) scale(.6017)}}.snow:nth-child(134){opacity:1.9358;transform:translate(93.0249vw,-10px) scale(.045);animation:fall-134 28s -16s linear infinite}@keyframes fall-134{68.744%{transform:translate(98.8394vw,68.744vh) scale(.045)}to{transform:translate(95.93215vw,99vh) scale(.045)}}.snow:nth-child(135){opacity:.5188;transform:translate(93.0151vw,-10px) scale(.5824);animation:fall-135 15s -5s linear infinite}@keyframes fall-135{78.903%{transform:translate(83.8711vw,78.903vh) scale(.5824)}to{transform:translate(88.4431vw,99vh) scale(.5824)}}.snow:nth-child(136){opacity:1.8532;transform:translate(94.4273vw,-10px) scale(.135);animation:fall-136 19s -21s linear infinite}@keyframes fall-136{59.401%{transform:translate(94.6555vw,59.401vh) scale(.135)}to{transform:translate(94.5414vw,99vh) scale(.135)}}.snow:nth-child(137){opacity:1.6586;transform:translate(77.6294vw,-10px) scale(.2853);animation:fall-137 26s -8s linear infinite}@keyframes fall-137{79.585%{transform:translate(74.8475vw,79.585vh) scale(.2853)}to{transform:translate(76.23845vw,99vh) scale(.2853)}}.snow:nth-child(138){opacity:.2954;transform:translate(66.7503vw,-10px) scale(.4863);animation:fall-138 13s -24s linear infinite}@keyframes fall-138{48.275%{transform:translate(76.4588vw,48.275vh) scale(.4863)}to{transform:translate(71.60455vw,99vh) scale(.4863)}}.snow:nth-child(139){opacity:.2692;transform:translate(54.2206vw,-10px) scale(.9746);animation:fall-139 27s -4s linear infinite}@keyframes fall-139{65.291%{transform:translate(60.929vw,65.291vh) scale(.9746)}to{transform:translate(57.5748vw,99vh) scale(.9746)}}.snow:nth-child(140){opacity:1.0772;transform:translate(72.4571vw,-10px) scale(.6175);animation:fall-140 17s -27s linear infinite}@keyframes fall-140{72.953%{transform:translate(64.5294vw,72.953vh) scale(.6175)}to{transform:translate(68.49325vw,99vh) scale(.6175)}}.snow:nth-child(141){opacity:1.745;transform:translate(97.4729vw,-10px) scale(.0014);animation:fall-141 19s -23s linear infinite}@keyframes fall-141{61.078%{transform:translate(102.7182vw,61.078vh) scale(.0014)}to{transform:translate(100.09555vw,99vh) scale(.0014)}}.snow:nth-child(142){opacity:1.0866;transform:translate(67.775vw,-10px) scale(.5032);animation:fall-142 12s -27s linear infinite}@keyframes fall-142{44.373%{transform:translate(75.4246vw,44.373vh) scale(.5032)}to{transform:translate(71.5998vw,99vh) scale(.5032)}}.snow:nth-child(143){opacity:.0156;transform:translate(91.1944vw,-10px) scale(.2407);animation:fall-143 17s -8s linear infinite}@keyframes fall-143{50.746%{transform:translate(91.4727vw,50.746vh) scale(.2407)}to{transform:translate(91.33355vw,99vh) scale(.2407)}}.snow:nth-child(144){opacity:1.7986;transform:translate(67.322vw,-10px) scale(.126);animation:fall-144 11s -18s linear infinite}@keyframes fall-144{69.743%{transform:translate(72.1521vw,69.743vh) scale(.126)}to{transform:translate(69.73705vw,99vh) scale(.126)}}.snow:nth-child(145){opacity:1.4288;transform:translate(47.4607vw,-10px) scale(.2949);animation:fall-145 14s -16s linear infinite}@keyframes fall-145{75.702%{transform:translate(51.958vw,75.702vh) scale(.2949)}to{transform:translate(49.70935vw,99vh) scale(.2949)}}.snow:nth-child(146){opacity:1.2482;transform:translate(82.7774vw,-10px) scale(.202);animation:fall-146 26s -25s linear infinite}@keyframes fall-146{70.755%{transform:translate(83.7785vw,70.755vh) scale(.202)}to{transform:translate(83.27795vw,99vh) scale(.202)}}.snow:nth-child(147){opacity:1.5296;transform:translate(86.2008vw,-10px) scale(.7946);animation:fall-147 16s -16s linear infinite}@keyframes fall-147{46.339%{transform:translate(90.4091vw,46.339vh) scale(.7946)}to{transform:translate(88.30495vw,99vh) scale(.7946)}}.snow:nth-child(148){opacity:1.0714;transform:translate(28.0837vw,-10px) scale(.8371);animation:fall-148 25s -5s linear infinite}@keyframes fall-148{62.228%{transform:translate(22.5517vw,62.228vh) scale(.8371)}to{transform:translate(25.3177vw,99vh) scale(.8371)}}.snow:nth-child(149){opacity:.3646;transform:translate(58.9104vw,-10px) scale(.6055);animation:fall-149 15s -21s linear infinite}@keyframes fall-149{54.264%{transform:translate(56.1767vw,54.264vh) scale(.6055)}to{transform:translate(57.54355vw,99vh) scale(.6055)}}.snow:nth-child(150){opacity:.2002;transform:translate(32.1118vw,-10px) scale(.2407);animation:fall-150 25s -9s linear infinite}@keyframes fall-150{77.286%{transform:translate(38.7522vw,77.286vh) scale(.2407)}to{transform:translate(35.432vw,99vh) scale(.2407)}}.snow:nth-child(151){opacity:1.0412;transform:translate(3.6022vw,-10px) scale(.0752);animation:fall-151 10s -14s linear infinite}@keyframes fall-151{63.43%{transform:translate(-2.2998vw,63.43vh) scale(.0752)}to{transform:translate(.6512vw,99vh) scale(.0752)}}.snow:nth-child(152){opacity:1.1462;transform:translate(9.0958vw,-10px) scale(.785);animation:fall-152 27s -29s linear infinite}@keyframes fall-152{72.033%{transform:translate(11.0498vw,72.033vh) scale(.785)}to{transform:translate(10.0728vw,99vh) scale(.785)}}.snow:nth-child(153){opacity:1.1772;transform:translate(12.5981vw,-10px) scale(.2431);animation:fall-153 21s -16s linear infinite}@keyframes fall-153{74.931%{transform:translate(9.4794vw,74.931vh) scale(.2431)}to{transform:translate(11.03875vw,99vh) scale(.2431)}}.snow:nth-child(154){opacity:1.2408;transform:translate(93.5486vw,-10px) scale(.6861);animation:fall-154 20s -2s linear infinite}@keyframes fall-154{41.788%{transform:translate(100.4607vw,41.788vh) scale(.6861)}to{transform:translate(97.00465vw,99vh) scale(.6861)}}.snow:nth-child(155){opacity:.3922;transform:translate(.0685vw,-10px) scale(.7736);animation:fall-155 17s -30s linear infinite}@keyframes fall-155{54.549%{transform:translate(-4.9944vw,54.549vh) scale(.7736)}to{transform:translate(-2.46295vw,99vh) scale(.7736)}}.snow:nth-child(156){opacity:1.3222;transform:translate(28.5564vw,-10px) scale(.2961);animation:fall-156 10s -18s linear infinite}@keyframes fall-156{31.725%{transform:translate(26.0936vw,31.725vh) scale(.2961)}to{transform:translate(27.325vw,99vh) scale(.2961)}}.snow:nth-child(157){opacity:1.0718;transform:translate(40.9534vw,-10px) scale(.2181);animation:fall-157 25s -9s linear infinite}@keyframes fall-157{38.798%{transform:translate(47.3216vw,38.798vh) scale(.2181)}to{transform:translate(44.1375vw,99vh) scale(.2181)}}.snow:nth-child(158){opacity:1.323;transform:translate(1.0262vw,-10px) scale(.1922);animation:fall-158 24s -5s linear infinite}@keyframes fall-158{72.421%{transform:translate(-4.929vw,72.421vh) scale(.1922)}to{transform:translate(-1.9514vw,99vh) scale(.1922)}}.snow:nth-child(159){opacity:1.8466;transform:translate(44.1161vw,-10px) scale(.9073);animation:fall-159 27s -26s linear infinite}@keyframes fall-159{57.368%{transform:translate(51.5383vw,57.368vh) scale(.9073)}to{transform:translate(47.8272vw,99vh) scale(.9073)}}.snow:nth-child(160){opacity:1.1624;transform:translate(68.9443vw,-10px) scale(.883);animation:fall-160 28s -9s linear infinite}@keyframes fall-160{30.209%{transform:translate(71.9349vw,30.209vh) scale(.883)}to{transform:translate(70.4396vw,99vh) scale(.883)}}.snow:nth-child(161){opacity:1.6032;transform:translate(7.4628vw,-10px) scale(.0509);animation:fall-161 22s -16s linear infinite}@keyframes fall-161{56.657%{transform:translate(8.1781vw,56.657vh) scale(.0509)}to{transform:translate(7.82045vw,99vh) scale(.0509)}}.snow:nth-child(162){opacity:.9954;transform:translate(20.3291vw,-10px) scale(.4048);animation:fall-162 19s -5s linear infinite}@keyframes fall-162{72.276%{transform:translate(26.5925vw,72.276vh) scale(.4048)}to{transform:translate(23.4608vw,99vh) scale(.4048)}}.snow:nth-child(163){opacity:.2714;transform:translate(54.6581vw,-10px) scale(.9099);animation:fall-163 20s -8s linear infinite}@keyframes fall-163{31.204%{transform:translate(60.1296vw,31.204vh) scale(.9099)}to{transform:translate(57.39385vw,99vh) scale(.9099)}}.snow:nth-child(164){opacity:.5678;transform:translate(91.3318vw,-10px) scale(.2264);animation:fall-164 13s -25s linear infinite}@keyframes fall-164{34.584%{transform:translate(92.1723vw,34.584vh) scale(.2264)}to{transform:translate(91.75205vw,99vh) scale(.2264)}}.snow:nth-child(165){opacity:1.5132;transform:translate(85.0987vw,-10px) scale(.1102);animation:fall-165 12s -29s linear infinite}@keyframes fall-165{70.671%{transform:translate(80.6744vw,70.671vh) scale(.1102)}to{transform:translate(82.88655vw,99vh) scale(.1102)}}.snow:nth-child(166){opacity:.7482;transform:translate(49.5644vw,-10px) scale(.0611);animation:fall-166 17s -2s linear infinite}@keyframes fall-166{50.418%{transform:translate(52.5416vw,50.418vh) scale(.0611)}to{transform:translate(51.053vw,99vh) scale(.0611)}}.snow:nth-child(167){opacity:1.8518;transform:translate(92.4447vw,-10px) scale(.7979);animation:fall-167 16s -1s linear infinite}@keyframes fall-167{34.957%{transform:translate(99.936vw,34.957vh) scale(.7979)}to{transform:translate(96.19035vw,99vh) scale(.7979)}}.snow:nth-child(168){opacity:1.333;transform:translate(53.7881vw,-10px) scale(.3049);animation:fall-168 28s -6s linear infinite}@keyframes fall-168{58.616%{transform:translate(49.7704vw,58.616vh) scale(.3049)}to{transform:translate(51.77925vw,99vh) scale(.3049)}}.snow:nth-child(169){opacity:1.099;transform:translate(74.7252vw,-10px) scale(.3578);animation:fall-169 28s -10s linear infinite}@keyframes fall-169{37.43%{transform:translate(71.8204vw,37.43vh) scale(.3578)}to{transform:translate(73.2728vw,99vh) scale(.3578)}}.snow:nth-child(170){opacity:1.583;transform:translate(1.7296vw,-10px) scale(.5924);animation:fall-170 28s -19s linear infinite}@keyframes fall-170{65.335%{transform:translate(8.0027vw,65.335vh) scale(.5924)}to{transform:translate(4.86615vw,99vh) scale(.5924)}}.snow:nth-child(171){opacity:.582;transform:translate(41.5328vw,-10px) scale(.3821);animation:fall-171 19s -14s linear infinite}@keyframes fall-171{58.07%{transform:translate(33.6725vw,58.07vh) scale(.3821)}to{transform:translate(37.60265vw,99vh) scale(.3821)}}.snow:nth-child(172){opacity:1.7378;transform:translate(85.1537vw,-10px) scale(.5467);animation:fall-172 15s -18s linear infinite}@keyframes fall-172{76.17%{transform:translate(82.6093vw,76.17vh) scale(.5467)}to{transform:translate(83.8815vw,99vh) scale(.5467)}}.snow:nth-child(173){opacity:1.8894;transform:translate(40.5459vw,-10px) scale(.5023);animation:fall-173 12s -3s linear infinite}@keyframes fall-173{42.204%{transform:translate(48.5739vw,42.204vh) scale(.5023)}to{transform:translate(44.5599vw,99vh) scale(.5023)}}.snow:nth-child(174){opacity:.0738;transform:translate(70.2906vw,-10px) scale(.1737);animation:fall-174 21s -27s linear infinite}@keyframes fall-174{46.225%{transform:translate(70.0781vw,46.225vh) scale(.1737)}to{transform:translate(70.18435vw,99vh) scale(.1737)}}.snow:nth-child(175){opacity:.7564;transform:translate(6.5839vw,-10px) scale(.608);animation:fall-175 14s -3s linear infinite}@keyframes fall-175{48.394%{transform:translate(-.3288vw,48.394vh) scale(.608)}to{transform:translate(3.12755vw,99vh) scale(.608)}}.snow:nth-child(176){opacity:1.7408;transform:translate(.6208vw,-10px) scale(.1601);animation:fall-176 12s -19s linear infinite}@keyframes fall-176{35.059%{transform:translate(-1.6007vw,35.059vh) scale(.1601)}to{transform:translate(-.48995vw,99vh) scale(.1601)}}.snow:nth-child(177){opacity:.4856;transform:translate(50.7289vw,-10px) scale(.0933);animation:fall-177 10s -11s linear infinite}@keyframes fall-177{36.614%{transform:translate(60.5733vw,36.614vh) scale(.0933)}to{transform:translate(55.6511vw,99vh) scale(.0933)}}.snow:nth-child(178){opacity:1.729;transform:translate(3.7521vw,-10px) scale(.5571);animation:fall-178 29s -29s linear infinite}@keyframes fall-178{39.5%{transform:translate(4.684vw,39.5vh) scale(.5571)}to{transform:translate(4.21805vw,99vh) scale(.5571)}}.snow:nth-child(179){opacity:.7664;transform:translate(94.9342vw,-10px) scale(.0622);animation:fall-179 28s -26s linear infinite}@keyframes fall-179{47.858%{transform:translate(97.4396vw,47.858vh) scale(.0622)}to{transform:translate(96.1869vw,99vh) scale(.0622)}}.snow:nth-child(180){opacity:1.6112;transform:translate(46.1953vw,-10px) scale(.0342);animation:fall-180 10s -29s linear infinite}@keyframes fall-180{32.866%{transform:translate(38.4418vw,32.866vh) scale(.0342)}to{transform:translate(42.31855vw,99vh) scale(.0342)}}.snow:nth-child(181){opacity:1.6272;transform:translate(82.6646vw,-10px) scale(.7006);animation:fall-181 18s -9s linear infinite}@keyframes fall-181{78.75%{transform:translate(77.4605vw,78.75vh) scale(.7006)}to{transform:translate(80.06255vw,99vh) scale(.7006)}}.snow:nth-child(182){opacity:1.7544;transform:translate(32.3471vw,-10px) scale(.8977);animation:fall-182 19s -25s linear infinite}@keyframes fall-182{55.051%{transform:translate(36.5283vw,55.051vh) scale(.8977)}to{transform:translate(34.4377vw,99vh) scale(.8977)}}.snow:nth-child(183){opacity:.3084;transform:translate(44.8768vw,-10px) scale(.0385);animation:fall-183 27s -5s linear infinite}@keyframes fall-183{44.598%{transform:translate(48.7379vw,44.598vh) scale(.0385)}to{transform:translate(46.80735vw,99vh) scale(.0385)}}.snow:nth-child(184){opacity:.531;transform:translate(82.2505vw,-10px) scale(.1329);animation:fall-184 21s -30s linear infinite}@keyframes fall-184{54.674%{transform:translate(85.7501vw,54.674vh) scale(.1329)}to{transform:translate(84.0003vw,99vh) scale(.1329)}}.snow:nth-child(185){opacity:.5514;transform:translate(1.672vw,-10px) scale(.0301);animation:fall-185 24s -14s linear infinite}@keyframes fall-185{44.973%{transform:translate(6.4133vw,44.973vh) scale(.0301)}to{transform:translate(4.04265vw,99vh) scale(.0301)}}.snow:nth-child(186){opacity:.0078;transform:translate(89.4489vw,-10px) scale(.8698);animation:fall-186 22s -19s linear infinite}@keyframes fall-186{73.756%{transform:translate(84.6423vw,73.756vh) scale(.8698)}to{transform:translate(87.0456vw,99vh) scale(.8698)}}.snow:nth-child(187){opacity:1.4086;transform:translate(42.9152vw,-10px) scale(.1757);animation:fall-187 15s -28s linear infinite}@keyframes fall-187{49.141%{transform:translate(33.0328vw,49.141vh) scale(.1757)}to{transform:translate(37.974vw,99vh) scale(.1757)}}.snow:nth-child(188){opacity:1.8166;transform:translate(3.9452vw,-10px) scale(.5123);animation:fall-188 23s -11s linear infinite}@keyframes fall-188{63.709%{transform:translate(-5.3363vw,63.709vh) scale(.5123)}to{transform:translate(-.69555vw,99vh) scale(.5123)}}.snow:nth-child(189){opacity:.6386;transform:translate(23.3465vw,-10px) scale(.8768);animation:fall-189 23s -21s linear infinite}@keyframes fall-189{33.69%{transform:translate(30.0047vw,33.69vh) scale(.8768)}to{transform:translate(26.6756vw,99vh) scale(.8768)}}.snow:nth-child(190){opacity:1.3254;transform:translate(45.4161vw,-10px) scale(.2115);animation:fall-190 25s -19s linear infinite}@keyframes fall-190{51.823%{transform:translate(51.789vw,51.823vh) scale(.2115)}to{transform:translate(48.60255vw,99vh) scale(.2115)}}.snow:nth-child(191){opacity:1.3134;transform:translate(33.9742vw,-10px) scale(.7678);animation:fall-191 25s -14s linear infinite}@keyframes fall-191{68.443%{transform:translate(39.2115vw,68.443vh) scale(.7678)}to{transform:translate(36.59285vw,99vh) scale(.7678)}}.snow:nth-child(192){opacity:1.838;transform:translate(50.6421vw,-10px) scale(.5137);animation:fall-192 27s -22s linear infinite}@keyframes fall-192{78.984%{transform:translate(45.2675vw,78.984vh) scale(.5137)}to{transform:translate(47.9548vw,99vh) scale(.5137)}}.snow:nth-child(193){opacity:1.6274;transform:translate(39.6497vw,-10px) scale(.3707);animation:fall-193 15s -8s linear infinite}@keyframes fall-193{43.033%{transform:translate(45.2728vw,43.033vh) scale(.3707)}to{transform:translate(42.46125vw,99vh) scale(.3707)}}.snow:nth-child(194){opacity:.0032;transform:translate(2.0323vw,-10px) scale(.7881);animation:fall-194 23s -8s linear infinite}@keyframes fall-194{64.635%{transform:translate(.1512vw,64.635vh) scale(.7881)}to{transform:translate(1.09175vw,99vh) scale(.7881)}}.snow:nth-child(195){opacity:1.5454;transform:translate(98.8237vw,-10px) scale(.0297);animation:fall-195 30s -25s linear infinite}@keyframes fall-195{31.363%{transform:translate(102.173vw,31.363vh) scale(.0297)}to{transform:translate(100.49835vw,99vh) scale(.0297)}}.snow:nth-child(196){opacity:.2446;transform:translate(1.5367vw,-10px) scale(.7184);animation:fall-196 25s -19s linear infinite}@keyframes fall-196{79.789%{transform:translate(1.4649vw,79.789vh) scale(.7184)}to{transform:translate(1.5008vw,99vh) scale(.7184)}}.snow:nth-child(197){opacity:1.8224;transform:translate(18.5888vw,-10px) scale(.3902);animation:fall-197 28s -10s linear infinite}@keyframes fall-197{44.838%{transform:translate(23.4161vw,44.838vh) scale(.3902)}to{transform:translate(21.00245vw,99vh) scale(.3902)}}.snow:nth-child(198){opacity:.1934;transform:translate(45.1837vw,-10px) scale(.3859);animation:fall-198 24s -25s linear infinite}@keyframes fall-198{32.104%{transform:translate(54.4897vw,32.104vh) scale(.3859)}to{transform:translate(49.8367vw,99vh) scale(.3859)}}.snow:nth-child(199){opacity:.0664;transform:translate(6.452vw,-10px) scale(.2864);animation:fall-199 21s -19s linear infinite}@keyframes fall-199{51.074%{transform:translate(10.3271vw,51.074vh) scale(.2864)}to{transform:translate(8.38955vw,99vh) scale(.2864)}}.snow:nth-child(200){opacity:1.151;transform:translate(59.003vw,-10px) scale(.8326);animation:fall-200 14s -25s linear infinite}@keyframes fall-200{62.375%{transform:translate(51.1587vw,62.375vh) scale(.8326)}to{transform:translate(55.08085vw,99vh) scale(.8326)}}.snow:nth-child(201){opacity:1.5534;transform:translate(34.1707vw,-10px) scale(.515);animation:fall-201 10s -27s linear infinite}@keyframes fall-201{54.414%{transform:translate(25.7476vw,54.414vh) scale(.515)}to{transform:translate(29.95915vw,99vh) scale(.515)}}.snow:nth-child(202){opacity:1.9404;transform:translate(99.6746vw,-10px) scale(.2303);animation:fall-202 19s -8s linear infinite}@keyframes fall-202{38.231%{transform:translate(100.8935vw,38.231vh) scale(.2303)}to{transform:translate(100.28405vw,99vh) scale(.2303)}}.snow:nth-child(203){opacity:.88;transform:translate(52.5371vw,-10px) scale(.1867);animation:fall-203 26s -2s linear infinite}@keyframes fall-203{67.422%{transform:translate(46.593vw,67.422vh) scale(.1867)}to{transform:translate(49.56505vw,99vh) scale(.1867)}}.snow:nth-child(204){opacity:1.479;transform:translate(24.0514vw,-10px) scale(.3077);animation:fall-204 10s -13s linear infinite}@keyframes fall-204{71.505%{transform:translate(18.1582vw,71.505vh) scale(.3077)}to{transform:translate(21.1048vw,99vh) scale(.3077)}}.snow:nth-child(205){opacity:1.0442;transform:translate(41.47vw,-10px) scale(.3102);animation:fall-205 13s -16s linear infinite}@keyframes fall-205{33.018%{transform:translate(41.8709vw,33.018vh) scale(.3102)}to{transform:translate(41.67045vw,99vh) scale(.3102)}}.snow:nth-child(206){opacity:1.5946;transform:translate(44.2826vw,-10px) scale(.6289);animation:fall-206 22s -21s linear infinite}@keyframes fall-206{61.843%{transform:translate(46.8788vw,61.843vh) scale(.6289)}to{transform:translate(45.5807vw,99vh) scale(.6289)}}.snow:nth-child(207){opacity:.262;transform:translate(26.5597vw,-10px) scale(.8332);animation:fall-207 12s -11s linear infinite}@keyframes fall-207{46.111%{transform:translate(18.4754vw,46.111vh) scale(.8332)}to{transform:translate(22.51755vw,99vh) scale(.8332)}}.snow:nth-child(208){opacity:1.1014;transform:translate(98.3829vw,-10px) scale(.4015);animation:fall-208 11s -28s linear infinite}@keyframes fall-208{53.878%{transform:translate(100.1084vw,53.878vh) scale(.4015)}to{transform:translate(99.24565vw,99vh) scale(.4015)}}.snow:nth-child(209){opacity:1.059;transform:translate(68.2391vw,-10px) scale(.6923);animation:fall-209 26s -16s linear infinite}@keyframes fall-209{33.494%{transform:translate(78.2233vw,33.494vh) scale(.6923)}to{transform:translate(73.2312vw,99vh) scale(.6923)}}.snow:nth-child(210){opacity:1.5942;transform:translate(61.909vw,-10px) scale(.3298);animation:fall-210 28s -17s linear infinite}@keyframes fall-210{73.413%{transform:translate(63.862vw,73.413vh) scale(.3298)}to{transform:translate(62.8855vw,99vh) scale(.3298)}}.snow:nth-child(211){opacity:1.0522;transform:translate(36.1255vw,-10px) scale(.2423);animation:fall-211 22s -18s linear infinite}@keyframes fall-211{48.486%{transform:translate(41.8402vw,48.486vh) scale(.2423)}to{transform:translate(38.98285vw,99vh) scale(.2423)}}.snow:nth-child(212){opacity:.5956;transform:translate(35.1992vw,-10px) scale(.2788);animation:fall-212 30s -15s linear infinite}@keyframes fall-212{54.047%{transform:translate(44.9638vw,54.047vh) scale(.2788)}to{transform:translate(40.0815vw,99vh) scale(.2788)}}.snow:nth-child(213){opacity:.0384;transform:translate(54.0024vw,-10px) scale(.505);animation:fall-213 22s -26s linear infinite}@keyframes fall-213{52.553%{transform:translate(47.8323vw,52.553vh) scale(.505)}to{transform:translate(50.91735vw,99vh) scale(.505)}}.snow:nth-child(214){opacity:.1632;transform:translate(21.9993vw,-10px) scale(.603);animation:fall-214 19s -25s linear infinite}@keyframes fall-214{71.608%{transform:translate(31.2635vw,71.608vh) scale(.603)}to{transform:translate(26.6314vw,99vh) scale(.603)}}.snow:nth-child(215){opacity:1.2044;transform:translate(40.774vw,-10px) scale(.0641);animation:fall-215 13s -11s linear infinite}@keyframes fall-215{76.022%{transform:translate(38.6214vw,76.022vh) scale(.0641)}to{transform:translate(39.6977vw,99vh) scale(.0641)}}.snow:nth-child(216){opacity:1.4192;transform:translate(49.1083vw,-10px) scale(.5322);animation:fall-216 21s -26s linear infinite}@keyframes fall-216{34.923%{transform:translate(43.9104vw,34.923vh) scale(.5322)}to{transform:translate(46.50935vw,99vh) scale(.5322)}}.snow:nth-child(217){opacity:1.3926;transform:translate(77.7108vw,-10px) scale(.9877);animation:fall-217 16s -17s linear infinite}@keyframes fall-217{54.032%{transform:translate(77.2138vw,54.032vh) scale(.9877)}to{transform:translate(77.4623vw,99vh) scale(.9877)}}.snow:nth-child(218){opacity:.257;transform:translate(89.8693vw,-10px) scale(.9941);animation:fall-218 23s -12s linear infinite}@keyframes fall-218{31.942%{transform:translate(84.7325vw,31.942vh) scale(.9941)}to{transform:translate(87.3009vw,99vh) scale(.9941)}}.snow:nth-child(219){opacity:.3146;transform:translate(41.017vw,-10px) scale(.246);animation:fall-219 30s -14s linear infinite}@keyframes fall-219{58.546%{transform:translate(32.5667vw,58.546vh) scale(.246)}to{transform:translate(36.79185vw,99vh) scale(.246)}}.snow:nth-child(220){opacity:1.1778;transform:translate(58.1542vw,-10px) scale(.3803);animation:fall-220 21s -5s linear infinite}@keyframes fall-220{77.825%{transform:translate(49.2vw,77.825vh) scale(.3803)}to{transform:translate(53.6771vw,99vh) scale(.3803)}}.snow:nth-child(221){opacity:1.6278;transform:translate(93.2592vw,-10px) scale(.374);animation:fall-221 21s -27s linear infinite}@keyframes fall-221{59.554%{transform:translate(91.1716vw,59.554vh) scale(.374)}to{transform:translate(92.2154vw,99vh) scale(.374)}}.snow:nth-child(222){opacity:.8692;transform:translate(32.6133vw,-10px) scale(.0143);animation:fall-222 26s -28s linear infinite}@keyframes fall-222{46.343%{transform:translate(24.4592vw,46.343vh) scale(.0143)}to{transform:translate(28.53625vw,99vh) scale(.0143)}}.snow:nth-child(223){opacity:1.4644;transform:translate(50.0466vw,-10px) scale(.5263);animation:fall-223 30s -13s linear infinite}@keyframes fall-223{70.823%{transform:translate(50.6311vw,70.823vh) scale(.5263)}to{transform:translate(50.33885vw,99vh) scale(.5263)}}.snow:nth-child(224){opacity:.9094;transform:translate(26.8044vw,-10px) scale(.1439);animation:fall-224 16s -6s linear infinite}@keyframes fall-224{62.114%{transform:translate(29.4572vw,62.114vh) scale(.1439)}to{transform:translate(28.1308vw,99vh) scale(.1439)}}.snow:nth-child(225){opacity:1.8682;transform:translate(77.639vw,-10px) scale(.4348);animation:fall-225 17s -29s linear infinite}@keyframes fall-225{36.852%{transform:translate(84.6884vw,36.852vh) scale(.4348)}to{transform:translate(81.1637vw,99vh) scale(.4348)}}.snow:nth-child(226){opacity:.4826;transform:translate(99.276vw,-10px) scale(.1065);animation:fall-226 27s -20s linear infinite}@keyframes fall-226{77.814%{transform:translate(94.3303vw,77.814vh) scale(.1065)}to{transform:translate(96.80315vw,99vh) scale(.1065)}}.snow:nth-child(227){opacity:1.3938;transform:translate(79.5164vw,-10px) scale(.0495);animation:fall-227 18s -17s linear infinite}@keyframes fall-227{39.933%{transform:translate(70.5594vw,39.933vh) scale(.0495)}to{transform:translate(75.0379vw,99vh) scale(.0495)}}.snow:nth-child(228){opacity:.0944;transform:translate(93.9442vw,-10px) scale(.0859);animation:fall-228 25s -23s linear infinite}@keyframes fall-228{54.007%{transform:translate(97.7584vw,54.007vh) scale(.0859)}to{transform:translate(95.8513vw,99vh) scale(.0859)}}.snow:nth-child(229){opacity:.0032;transform:translate(81.3735vw,-10px) scale(.9786);animation:fall-229 28s -10s linear infinite}@keyframes fall-229{72.633%{transform:translate(78.2005vw,72.633vh) scale(.9786)}to{transform:translate(79.787vw,99vh) scale(.9786)}}.snow:nth-child(230){opacity:1.324;transform:translate(54.3405vw,-10px) scale(.122);animation:fall-230 30s -25s linear infinite}@keyframes fall-230{79.566%{transform:translate(61.7701vw,79.566vh) scale(.122)}to{transform:translate(58.0553vw,99vh) scale(.122)}}.snow:nth-child(231){opacity:.8398;transform:translate(42.4988vw,-10px) scale(.4922);animation:fall-231 28s -9s linear infinite}@keyframes fall-231{41.52%{transform:translate(32.6958vw,41.52vh) scale(.4922)}to{transform:translate(37.5973vw,99vh) scale(.4922)}}.snow:nth-child(232){opacity:.2544;transform:translate(44.5266vw,-10px) scale(.2668);animation:fall-232 30s -26s linear infinite}@keyframes fall-232{65.365%{transform:translate(43.5342vw,65.365vh) scale(.2668)}to{transform:translate(44.0304vw,99vh) scale(.2668)}}.snow:nth-child(233){opacity:1.591;transform:translate(52.9426vw,-10px) scale(.3614);animation:fall-233 29s -19s linear infinite}@keyframes fall-233{70.069%{transform:translate(44.3246vw,70.069vh) scale(.3614)}to{transform:translate(48.6336vw,99vh) scale(.3614)}}.snow:nth-child(234){opacity:1.1076;transform:translate(40.3196vw,-10px) scale(.7619);animation:fall-234 20s -16s linear infinite}@keyframes fall-234{72.95%{transform:translate(34.0931vw,72.95vh) scale(.7619)}to{transform:translate(37.20635vw,99vh) scale(.7619)}}.snow:nth-child(235){opacity:1.396;transform:translate(20.5565vw,-10px) scale(.2983);animation:fall-235 14s -3s linear infinite}@keyframes fall-235{76.22%{transform:translate(21.5368vw,76.22vh) scale(.2983)}to{transform:translate(21.04665vw,99vh) scale(.2983)}}.snow:nth-child(236){opacity:1.0318;transform:translate(35.6384vw,-10px) scale(.8765);animation:fall-236 29s -6s linear infinite}@keyframes fall-236{57.547%{transform:translate(27.0457vw,57.547vh) scale(.8765)}to{transform:translate(31.34205vw,99vh) scale(.8765)}}.snow:nth-child(237){opacity:1.1836;transform:translate(18.6363vw,-10px) scale(.4583);animation:fall-237 11s -15s linear infinite}@keyframes fall-237{69.486%{transform:translate(17.0117vw,69.486vh) scale(.4583)}to{transform:translate(17.824vw,99vh) scale(.4583)}}.snow:nth-child(238){opacity:.2382;transform:translate(47.565vw,-10px) scale(.6069);animation:fall-238 22s -27s linear infinite}@keyframes fall-238{49.991%{transform:translate(40.646vw,49.991vh) scale(.6069)}to{transform:translate(44.1055vw,99vh) scale(.6069)}}.snow:nth-child(239){opacity:1.7612;transform:translate(20.1491vw,-10px) scale(.1964);animation:fall-239 28s -7s linear infinite}@keyframes fall-239{79.322%{transform:translate(16.4577vw,79.322vh) scale(.1964)}to{transform:translate(18.3034vw,99vh) scale(.1964)}}.snow:nth-child(240){opacity:.861;transform:translate(60.3118vw,-10px) scale(.0287);animation:fall-240 30s -7s linear infinite}@keyframes fall-240{45.832%{transform:translate(51.5157vw,45.832vh) scale(.0287)}to{transform:translate(55.91375vw,99vh) scale(.0287)}}.snow:nth-child(241){opacity:.5356;transform:translate(86.5691vw,-10px) scale(.5574);animation:fall-241 27s -1s linear infinite}@keyframes fall-241{63.832%{transform:translate(81.2868vw,63.832vh) scale(.5574)}to{transform:translate(83.92795vw,99vh) scale(.5574)}}.snow:nth-child(242){opacity:.837;transform:translate(93.7804vw,-10px) scale(.2935);animation:fall-242 24s -19s linear infinite}@keyframes fall-242{33.173%{transform:translate(92.9441vw,33.173vh) scale(.2935)}to{transform:translate(93.36225vw,99vh) scale(.2935)}}.snow:nth-child(243){opacity:1.3098;transform:translate(68.5273vw,-10px) scale(.9665);animation:fall-243 29s -24s linear infinite}@keyframes fall-243{47.44%{transform:translate(59.4993vw,47.44vh) scale(.9665)}to{transform:translate(64.0133vw,99vh) scale(.9665)}}.snow:nth-child(244){opacity:.581;transform:translate(55.6638vw,-10px) scale(.2636);animation:fall-244 10s -27s linear infinite}@keyframes fall-244{43.831%{transform:translate(55.2563vw,43.831vh) scale(.2636)}to{transform:translate(55.46005vw,99vh) scale(.2636)}}.snow:nth-child(245){opacity:.2154;transform:translate(90.3133vw,-10px) scale(.4316);animation:fall-245 11s -4s linear infinite}@keyframes fall-245{42.24%{transform:translate(89.1167vw,42.24vh) scale(.4316)}to{transform:translate(89.715vw,99vh) scale(.4316)}}.snow:nth-child(246){opacity:1.143;transform:translate(25.7497vw,-10px) scale(.1147);animation:fall-246 18s -8s linear infinite}@keyframes fall-246{77.855%{transform:translate(22.839vw,77.855vh) scale(.1147)}to{transform:translate(24.29435vw,99vh) scale(.1147)}}.snow:nth-child(247){opacity:.4774;transform:translate(89.0449vw,-10px) scale(.7323);animation:fall-247 19s -18s linear infinite}@keyframes fall-247{43.503%{transform:translate(82.06vw,43.503vh) scale(.7323)}to{transform:translate(85.55245vw,99vh) scale(.7323)}}.snow:nth-child(248){opacity:1.31;transform:translate(48.2751vw,-10px) scale(.4228);animation:fall-248 27s -14s linear infinite}@keyframes fall-248{55.003%{transform:translate(53.1859vw,55.003vh) scale(.4228)}to{transform:translate(50.7305vw,99vh) scale(.4228)}}.snow:nth-child(249){opacity:1.5306;transform:translate(5.8981vw,-10px) scale(.4536);animation:fall-249 27s -17s linear infinite}@keyframes fall-249{46.064%{transform:translate(11.7619vw,46.064vh) scale(.4536)}to{transform:translate(8.83vw,99vh) scale(.4536)}}.snow:nth-child(250){opacity:.385;transform:translate(22.3022vw,-10px) scale(.7636);animation:fall-250 14s -7s linear infinite}@keyframes fall-250{67.278%{transform:translate(32.0229vw,67.278vh) scale(.7636)}to{transform:translate(27.16255vw,99vh) scale(.7636)}}.snow:nth-child(251){opacity:.7976;transform:translate(22.885vw,-10px) scale(.6641);animation:fall-251 25s -9s linear infinite}@keyframes fall-251{77.547%{transform:translate(23.7614vw,77.547vh) scale(.6641)}to{transform:translate(23.3232vw,99vh) scale(.6641)}}.snow:nth-child(252){opacity:1.4634;transform:translate(45.9596vw,-10px) scale(.189);animation:fall-252 18s -8s linear infinite}@keyframes fall-252{34.059%{transform:translate(54.988vw,34.059vh) scale(.189)}to{transform:translate(50.4738vw,99vh) scale(.189)}}.snow:nth-child(253){opacity:1.2314;transform:translate(16.7465vw,-10px) scale(.7913);animation:fall-253 22s -18s linear infinite}@keyframes fall-253{73.415%{transform:translate(16.8255vw,73.415vh) scale(.7913)}to{transform:translate(16.786vw,99vh) scale(.7913)}}.snow:nth-child(254){opacity:.413;transform:translate(4.3026vw,-10px) scale(.1423);animation:fall-254 30s -5s linear infinite}@keyframes fall-254{45.547%{transform:translate(7.6185vw,45.547vh) scale(.1423)}to{transform:translate(5.96055vw,99vh) scale(.1423)}}.snow:nth-child(255){opacity:.2632;transform:translate(46.4366vw,-10px) scale(.7579);animation:fall-255 28s -28s linear infinite}@keyframes fall-255{61.655%{transform:translate(40.6829vw,61.655vh) scale(.7579)}to{transform:translate(43.55975vw,99vh) scale(.7579)}}.snow:nth-child(256){opacity:1.1706;transform:translate(39.5217vw,-10px) scale(.2704);animation:fall-256 27s -22s linear infinite}@keyframes fall-256{57.368%{transform:translate(35.1691vw,57.368vh) scale(.2704)}to{transform:translate(37.3454vw,99vh) scale(.2704)}}.snow:nth-child(257){opacity:.5916;transform:translate(27.8469vw,-10px) scale(.4908);animation:fall-257 17s -13s linear infinite}@keyframes fall-257{71.931%{transform:translate(27.5698vw,71.931vh) scale(.4908)}to{transform:translate(27.70835vw,99vh) scale(.4908)}}.snow:nth-child(258){opacity:1.9744;transform:translate(81.978vw,-10px) scale(.3371);animation:fall-258 12s -11s linear infinite}@keyframes fall-258{67.495%{transform:translate(78.8929vw,67.495vh) scale(.3371)}to{transform:translate(80.43545vw,99vh) scale(.3371)}}.snow:nth-child(259){opacity:.6046;transform:translate(76.5339vw,-10px) scale(.8249);animation:fall-259 26s -22s linear infinite}@keyframes fall-259{70.14%{transform:translate(77.3377vw,70.14vh) scale(.8249)}to{transform:translate(76.9358vw,99vh) scale(.8249)}}.snow:nth-child(260){opacity:1.568;transform:translate(66.1943vw,-10px) scale(.883);animation:fall-260 17s -17s linear infinite}@keyframes fall-260{51.001%{transform:translate(57.1921vw,51.001vh) scale(.883)}to{transform:translate(61.6932vw,99vh) scale(.883)}}.snow:nth-child(261){opacity:1.9266;transform:translate(44.0553vw,-10px) scale(.1099);animation:fall-261 24s -26s linear infinite}@keyframes fall-261{59.525%{transform:translate(35.3694vw,59.525vh) scale(.1099)}to{transform:translate(39.71235vw,99vh) scale(.1099)}}.snow:nth-child(262){opacity:.7446;transform:translate(59.722vw,-10px) scale(.3399);animation:fall-262 14s -11s linear infinite}@keyframes fall-262{38.202%{transform:translate(50.0397vw,38.202vh) scale(.3399)}to{transform:translate(54.88085vw,99vh) scale(.3399)}}.snow:nth-child(263){opacity:1.4816;transform:translate(46.9872vw,-10px) scale(.6138);animation:fall-263 22s -18s linear infinite}@keyframes fall-263{36.62%{transform:translate(37.805vw,36.62vh) scale(.6138)}to{transform:translate(42.3961vw,99vh) scale(.6138)}}.snow:nth-child(264){opacity:1.6132;transform:translate(90.8896vw,-10px) scale(.7487);animation:fall-264 11s -21s linear infinite}@keyframes fall-264{34.478%{transform:translate(100.193vw,34.478vh) scale(.7487)}to{transform:translate(95.5413vw,99vh) scale(.7487)}}.snow:nth-child(265){opacity:1.6836;transform:translate(79.574vw,-10px) scale(.8564);animation:fall-265 30s -5s linear infinite}@keyframes fall-265{34.498%{transform:translate(84.69vw,34.498vh) scale(.8564)}to{transform:translate(82.132vw,99vh) scale(.8564)}}.snow:nth-child(266){opacity:1.8718;transform:translate(85.8102vw,-10px) scale(.9158);animation:fall-266 28s -23s linear infinite}@keyframes fall-266{36.713%{transform:translate(92.988vw,36.713vh) scale(.9158)}to{transform:translate(89.3991vw,99vh) scale(.9158)}}.snow:nth-child(267){opacity:1.076;transform:translate(7.997vw,-10px) scale(.8464);animation:fall-267 23s -10s linear infinite}@keyframes fall-267{77.093%{transform:translate(15.8264vw,77.093vh) scale(.8464)}to{transform:translate(11.9117vw,99vh) scale(.8464)}}.snow:nth-child(268){opacity:1.7628;transform:translate(5.8715vw,-10px) scale(.6195);animation:fall-268 25s -27s linear infinite}@keyframes fall-268{32.282%{transform:translate(11.9636vw,32.282vh) scale(.6195)}to{transform:translate(8.91755vw,99vh) scale(.6195)}}.snow:nth-child(269){opacity:1.1906;transform:translate(30.5212vw,-10px) scale(.7166);animation:fall-269 11s -24s linear infinite}@keyframes fall-269{52.375%{transform:translate(30.9379vw,52.375vh) scale(.7166)}to{transform:translate(30.72955vw,99vh) scale(.7166)}}.snow:nth-child(270){opacity:1.541;transform:translate(90.7061vw,-10px) scale(.7714);animation:fall-270 25s -16s linear infinite}@keyframes fall-270{78.579%{transform:translate(91.7152vw,78.579vh) scale(.7714)}to{transform:translate(91.21065vw,99vh) scale(.7714)}}.snow:nth-child(271){opacity:.1206;transform:translate(26.8392vw,-10px) scale(.645);animation:fall-271 18s -10s linear infinite}@keyframes fall-271{78.051%{transform:translate(23.5964vw,78.051vh) scale(.645)}to{transform:translate(25.2178vw,99vh) scale(.645)}}.snow:nth-child(272){opacity:.6546;transform:translate(37.968vw,-10px) scale(.018);animation:fall-272 14s -22s linear infinite}@keyframes fall-272{69.566%{transform:translate(44.443vw,69.566vh) scale(.018)}to{transform:translate(41.2055vw,99vh) scale(.018)}}.snow:nth-child(273){opacity:.919;transform:translate(97.4148vw,-10px) scale(.2609);animation:fall-273 14s -9s linear infinite}@keyframes fall-273{42.115%{transform:translate(102.7812vw,42.115vh) scale(.2609)}to{transform:translate(100.098vw,99vh) scale(.2609)}}.snow:nth-child(274){opacity:1.285;transform:translate(50.2536vw,-10px) scale(.3905);animation:fall-274 23s -9s linear infinite}@keyframes fall-274{40.446%{transform:translate(41.8875vw,40.446vh) scale(.3905)}to{transform:translate(46.07055vw,99vh) scale(.3905)}}.snow:nth-child(275){opacity:.9992;transform:translate(21.9472vw,-10px) scale(.8594);animation:fall-275 24s -13s linear infinite}@keyframes fall-275{49.749%{transform:translate(19.4839vw,49.749vh) scale(.8594)}to{transform:translate(20.71555vw,99vh) scale(.8594)}}.snow:nth-child(276){opacity:1.4794;transform:translate(62.8424vw,-10px) scale(.6515);animation:fall-276 29s -2s linear infinite}@keyframes fall-276{40.87%{transform:translate(61.7925vw,40.87vh) scale(.6515)}to{transform:translate(62.31745vw,99vh) scale(.6515)}}.snow:nth-child(277){opacity:1.6076;transform:translate(21.6898vw,-10px) scale(.8012);animation:fall-277 10s -13s linear infinite}@keyframes fall-277{77.495%{transform:translate(18.7019vw,77.495vh) scale(.8012)}to{transform:translate(20.19585vw,99vh) scale(.8012)}}.snow:nth-child(278){opacity:1.7432;transform:translate(37.8135vw,-10px) scale(.5566);animation:fall-278 12s -2s linear infinite}@keyframes fall-278{61.547%{transform:translate(40.4048vw,61.547vh) scale(.5566)}to{transform:translate(39.10915vw,99vh) scale(.5566)}}.snow:nth-child(279){opacity:.3712;transform:translate(2.9168vw,-10px) scale(.7926);animation:fall-279 10s -1s linear infinite}@keyframes fall-279{41.989%{transform:translate(-.0943vw,41.989vh) scale(.7926)}to{transform:translate(1.41125vw,99vh) scale(.7926)}}.snow:nth-child(280){opacity:1.032;transform:translate(36.5053vw,-10px) scale(.9458);animation:fall-280 10s -15s linear infinite}@keyframes fall-280{53.219%{transform:translate(42.0688vw,53.219vh) scale(.9458)}to{transform:translate(39.28705vw,99vh) scale(.9458)}}.snow:nth-child(281){opacity:.7194;transform:translate(97.7159vw,-10px) scale(.7198);animation:fall-281 20s -15s linear infinite}@keyframes fall-281{56.884%{transform:translate(101.1326vw,56.884vh) scale(.7198)}to{transform:translate(99.42425vw,99vh) scale(.7198)}}.snow:nth-child(282){opacity:.3726;transform:translate(71.1436vw,-10px) scale(.0029);animation:fall-282 25s -13s linear infinite}@keyframes fall-282{54.375%{transform:translate(73.8192vw,54.375vh) scale(.0029)}to{transform:translate(72.4814vw,99vh) scale(.0029)}}.snow:nth-child(283){opacity:.4018;transform:translate(40.8483vw,-10px) scale(.6702);animation:fall-283 21s -3s linear infinite}@keyframes fall-283{79.925%{transform:translate(49.5582vw,79.925vh) scale(.6702)}to{transform:translate(45.20325vw,99vh) scale(.6702)}}.snow:nth-child(284){opacity:.58;transform:translate(42.1246vw,-10px) scale(.5008);animation:fall-284 14s -24s linear infinite}@keyframes fall-284{41.845%{transform:translate(37.0356vw,41.845vh) scale(.5008)}to{transform:translate(39.5801vw,99vh) scale(.5008)}}.snow:nth-child(285){opacity:.3772;transform:translate(70.4748vw,-10px) scale(.7479);animation:fall-285 10s -17s linear infinite}@keyframes fall-285{33.278%{transform:translate(75.692vw,33.278vh) scale(.7479)}to{transform:translate(73.0834vw,99vh) scale(.7479)}}.snow:nth-child(286){opacity:.587;transform:translate(39.8862vw,-10px) scale(.9722);animation:fall-286 11s -7s linear infinite}@keyframes fall-286{37.113%{transform:translate(45.1597vw,37.113vh) scale(.9722)}to{transform:translate(42.52295vw,99vh) scale(.9722)}}.snow:nth-child(287){opacity:1.7534;transform:translate(3.0893vw,-10px) scale(.6399);animation:fall-287 26s -9s linear infinite}@keyframes fall-287{77.142%{transform:translate(5.0648vw,77.142vh) scale(.6399)}to{transform:translate(4.07705vw,99vh) scale(.6399)}}.snow:nth-child(288){opacity:.0474;transform:translate(63.8391vw,-10px) scale(.2967);animation:fall-288 27s -22s linear infinite}@keyframes fall-288{50.606%{transform:translate(57.2195vw,50.606vh) scale(.2967)}to{transform:translate(60.5293vw,99vh) scale(.2967)}}.snow:nth-child(289){opacity:1.7378;transform:translate(20.3032vw,-10px) scale(.6342);animation:fall-289 30s -19s linear infinite}@keyframes fall-289{71.425%{transform:translate(27.015vw,71.425vh) scale(.6342)}to{transform:translate(23.6591vw,99vh) scale(.6342)}}.snow:nth-child(290){opacity:.8364;transform:translate(57.3003vw,-10px) scale(.6541);animation:fall-290 27s -23s linear infinite}@keyframes fall-290{73.36%{transform:translate(50.2101vw,73.36vh) scale(.6541)}to{transform:translate(53.7552vw,99vh) scale(.6541)}}.snow:nth-child(291){opacity:1.5954;transform:translate(39.8986vw,-10px) scale(.583);animation:fall-291 21s -30s linear infinite}@keyframes fall-291{53.83%{transform:translate(43.4818vw,53.83vh) scale(.583)}to{transform:translate(41.6902vw,99vh) scale(.583)}}.snow:nth-child(292){opacity:1.987;transform:translate(93.9706vw,-10px) scale(.6131);animation:fall-292 10s -10s linear infinite}@keyframes fall-292{72.499%{transform:translate(92.1759vw,72.499vh) scale(.6131)}to{transform:translate(93.07325vw,99vh) scale(.6131)}}.snow:nth-child(293){opacity:1.838;transform:translate(36.2062vw,-10px) scale(.6007);animation:fall-293 28s -20s linear infinite}@keyframes fall-293{35.428%{transform:translate(31.6041vw,35.428vh) scale(.6007)}to{transform:translate(33.90515vw,99vh) scale(.6007)}}.snow:nth-child(294){opacity:1.8542;transform:translate(60.247vw,-10px) scale(.2064);animation:fall-294 21s -14s linear infinite}@keyframes fall-294{53.005%{transform:translate(64.2073vw,53.005vh) scale(.2064)}to{transform:translate(62.22715vw,99vh) scale(.2064)}}.snow:nth-child(295){opacity:.2872;transform:translate(1.7951vw,-10px) scale(.1457);animation:fall-295 18s -22s linear infinite}@keyframes fall-295{55.562%{transform:translate(9.4022vw,55.562vh) scale(.1457)}to{transform:translate(5.59865vw,99vh) scale(.1457)}}.snow:nth-child(296){opacity:.9298;transform:translate(89.5979vw,-10px) scale(.3739);animation:fall-296 28s -9s linear infinite}@keyframes fall-296{30.934%{transform:translate(89.3039vw,30.934vh) scale(.3739)}to{transform:translate(89.4509vw,99vh) scale(.3739)}}.snow:nth-child(297){opacity:.7936;transform:translate(48.9992vw,-10px) scale(.9704);animation:fall-297 20s -13s linear infinite}@keyframes fall-297{55.632%{transform:translate(55.5756vw,55.632vh) scale(.9704)}to{transform:translate(52.2874vw,99vh) scale(.9704)}}.snow:nth-child(298){opacity:.9756;transform:translate(42.1881vw,-10px) scale(.1363);animation:fall-298 14s -23s linear infinite}@keyframes fall-298{52.476%{transform:translate(34.625vw,52.476vh) scale(.1363)}to{transform:translate(38.40655vw,99vh) scale(.1363)}}.snow:nth-child(299){opacity:1.1668;transform:translate(11.3339vw,-10px) scale(.9541);animation:fall-299 13s -2s linear infinite}@keyframes fall-299{61.663%{transform:translate(18.0681vw,61.663vh) scale(.9541)}to{transform:translate(14.701vw,99vh) scale(.9541)}}.snow:nth-child(300){opacity:.7278;transform:translate(46.7588vw,-10px) scale(.7003);animation:fall-300 29s -30s linear infinite}@keyframes fall-300{55.946%{transform:translate(49.4732vw,55.946vh) scale(.7003)}to{transform:translate(48.116vw,99vh) scale(.7003)}}.snow:nth-child(301){opacity:1.0178;transform:translate(64.0082vw,-10px) scale(.188);animation:fall-301 19s -19s linear infinite}@keyframes fall-301{40.997%{transform:translate(65.2207vw,40.997vh) scale(.188)}to{transform:translate(64.61445vw,99vh) scale(.188)}}.snow:nth-child(302){opacity:1.8772;transform:translate(4.4828vw,-10px) scale(.1427);animation:fall-302 12s -19s linear infinite}@keyframes fall-302{63.658%{transform:translate(-4.42vw,63.658vh) scale(.1427)}to{transform:translate(.0314vw,99vh) scale(.1427)}}.snow:nth-child(303){opacity:1.7478;transform:translate(13.8934vw,-10px) scale(.951);animation:fall-303 11s -23s linear infinite}@keyframes fall-303{33.44%{transform:translate(4.0226vw,33.44vh) scale(.951)}to{transform:translate(8.958vw,99vh) scale(.951)}}.snow:nth-child(304){opacity:1.7516;transform:translate(74.8484vw,-10px) scale(.9542);animation:fall-304 15s -28s linear infinite}@keyframes fall-304{34.761%{transform:translate(66.9459vw,34.761vh) scale(.9542)}to{transform:translate(70.89715vw,99vh) scale(.9542)}}.snow:nth-child(305){opacity:.9278;transform:translate(41.0736vw,-10px) scale(.1907);animation:fall-305 21s -29s linear infinite}@keyframes fall-305{38.459%{transform:translate(41.8985vw,38.459vh) scale(.1907)}to{transform:translate(41.48605vw,99vh) scale(.1907)}}.snow:nth-child(306){opacity:.4544;transform:translate(64.4495vw,-10px) scale(.2484);animation:fall-306 25s -14s linear infinite}@keyframes fall-306{36.037%{transform:translate(60.0505vw,36.037vh) scale(.2484)}to{transform:translate(62.25vw,99vh) scale(.2484)}}.snow:nth-child(307){opacity:.1566;transform:translate(35.1915vw,-10px) scale(.8889);animation:fall-307 18s -26s linear infinite}@keyframes fall-307{46.908%{transform:translate(35.9612vw,46.908vh) scale(.8889)}to{transform:translate(35.57635vw,99vh) scale(.8889)}}.snow:nth-child(308){opacity:1.6886;transform:translate(18.3126vw,-10px) scale(.0592);animation:fall-308 24s -2s linear infinite}@keyframes fall-308{53.884%{transform:translate(11.4456vw,53.884vh) scale(.0592)}to{transform:translate(14.8791vw,99vh) scale(.0592)}}.snow:nth-child(309){opacity:1.79;transform:translate(64.6068vw,-10px) scale(.4634);animation:fall-309 24s -29s linear infinite}@keyframes fall-309{31.5%{transform:translate(54.7174vw,31.5vh) scale(.4634)}to{transform:translate(59.6621vw,99vh) scale(.4634)}}.snow:nth-child(310){opacity:.2032;transform:translate(48.9524vw,-10px) scale(.0983);animation:fall-310 16s -22s linear infinite}@keyframes fall-310{55.481%{transform:translate(53.672vw,55.481vh) scale(.0983)}to{transform:translate(51.3122vw,99vh) scale(.0983)}}.snow:nth-child(311){opacity:.154;transform:translate(42.6939vw,-10px) scale(.3463);animation:fall-311 27s -30s linear infinite}@keyframes fall-311{73.636%{transform:translate(51.2337vw,73.636vh) scale(.3463)}to{transform:translate(46.9638vw,99vh) scale(.3463)}}.snow:nth-child(312){opacity:1.2876;transform:translate(78.2956vw,-10px) scale(.4692);animation:fall-312 15s -15s linear infinite}@keyframes fall-312{46.628%{transform:translate(76.1911vw,46.628vh) scale(.4692)}to{transform:translate(77.24335vw,99vh) scale(.4692)}}.snow:nth-child(313){opacity:1.4126;transform:translate(84.047vw,-10px) scale(.3407);animation:fall-313 20s -7s linear infinite}@keyframes fall-313{59.067%{transform:translate(80.5122vw,59.067vh) scale(.3407)}to{transform:translate(82.2796vw,99vh) scale(.3407)}}.snow:nth-child(314){opacity:1.9544;transform:translate(53.3457vw,-10px) scale(.3725);animation:fall-314 20s -13s linear infinite}@keyframes fall-314{46.151%{transform:translate(52.8646vw,46.151vh) scale(.3725)}to{transform:translate(53.10515vw,99vh) scale(.3725)}}.snow:nth-child(315){opacity:1.0418;transform:translate(47.5379vw,-10px) scale(.2858);animation:fall-315 26s -12s linear infinite}@keyframes fall-315{70.123%{transform:translate(38.7881vw,70.123vh) scale(.2858)}to{transform:translate(43.163vw,99vh) scale(.2858)}}.snow:nth-child(316){opacity:.9122;transform:translate(47.3349vw,-10px) scale(.5884);animation:fall-316 14s -11s linear infinite}@keyframes fall-316{36.592%{transform:translate(57.0111vw,36.592vh) scale(.5884)}to{transform:translate(52.173vw,99vh) scale(.5884)}}.snow:nth-child(317){opacity:1.0898;transform:translate(86.0102vw,-10px) scale(.1643);animation:fall-317 12s -4s linear infinite}@keyframes fall-317{56.028%{transform:translate(89.7758vw,56.028vh) scale(.1643)}to{transform:translate(87.893vw,99vh) scale(.1643)}}.snow:nth-child(318){opacity:.5612;transform:translate(97.0218vw,-10px) scale(.5103);animation:fall-318 18s -24s linear infinite}@keyframes fall-318{75.683%{transform:translate(99.5715vw,75.683vh) scale(.5103)}to{transform:translate(98.29665vw,99vh) scale(.5103)}}.snow:nth-child(319){opacity:1.3796;transform:translate(2.5244vw,-10px) scale(.5892);animation:fall-319 12s -20s linear infinite}@keyframes fall-319{47.951%{transform:translate(5.8658vw,47.951vh) scale(.5892)}to{transform:translate(4.1951vw,99vh) scale(.5892)}}.snow:nth-child(320){opacity:.7304;transform:translate(82.0132vw,-10px) scale(.1788);animation:fall-320 11s -24s linear infinite}@keyframes fall-320{38.645%{transform:translate(76.3404vw,38.645vh) scale(.1788)}to{transform:translate(79.1768vw,99vh) scale(.1788)}}.snow:nth-child(321){opacity:.4788;transform:translate(61.6471vw,-10px) scale(.6897);animation:fall-321 15s -30s linear infinite}@keyframes fall-321{58.723%{transform:translate(65.1582vw,58.723vh) scale(.6897)}to{transform:translate(63.40265vw,99vh) scale(.6897)}}.snow:nth-child(322){opacity:1.1018;transform:translate(57.6072vw,-10px) scale(.1017);animation:fall-322 22s -13s linear infinite}@keyframes fall-322{33.515%{transform:translate(60.7622vw,33.515vh) scale(.1017)}to{transform:translate(59.1847vw,99vh) scale(.1017)}}.snow:nth-child(323){opacity:.0798;transform:translate(78.8217vw,-10px) scale(.9542);animation:fall-323 24s -27s linear infinite}@keyframes fall-323{59.882%{transform:translate(74.5254vw,59.882vh) scale(.9542)}to{transform:translate(76.67355vw,99vh) scale(.9542)}}.snow:nth-child(324){opacity:.0508;transform:translate(15.1368vw,-10px) scale(.1468);animation:fall-324 16s -10s linear infinite}@keyframes fall-324{43.703%{transform:translate(22.2665vw,43.703vh) scale(.1468)}to{transform:translate(18.70165vw,99vh) scale(.1468)}}.snow:nth-child(325){opacity:1.965;transform:translate(74.0222vw,-10px) scale(.2024);animation:fall-325 25s -25s linear infinite}@keyframes fall-325{36.416%{transform:translate(71.7121vw,36.416vh) scale(.2024)}to{transform:translate(72.86715vw,99vh) scale(.2024)}}.snow:nth-child(326){opacity:.3424;transform:translate(39.0594vw,-10px) scale(.4889);animation:fall-326 29s -19s linear infinite}@keyframes fall-326{77.343%{transform:translate(35.1405vw,77.343vh) scale(.4889)}to{transform:translate(37.09995vw,99vh) scale(.4889)}}.snow:nth-child(327){opacity:1.8062;transform:translate(89.5021vw,-10px) scale(.6749);animation:fall-327 16s -26s linear infinite}@keyframes fall-327{39.874%{transform:translate(88.9492vw,39.874vh) scale(.6749)}to{transform:translate(89.22565vw,99vh) scale(.6749)}}.snow:nth-child(328){opacity:1.8936;transform:translate(48.5753vw,-10px) scale(.8778);animation:fall-328 19s -30s linear infinite}@keyframes fall-328{36.301%{transform:translate(38.9711vw,36.301vh) scale(.8778)}to{transform:translate(43.7732vw,99vh) scale(.8778)}}.snow:nth-child(329){opacity:.228;transform:translate(96.2278vw,-10px) scale(.3333);animation:fall-329 19s -6s linear infinite}@keyframes fall-329{47.127%{transform:translate(101.5512vw,47.127vh) scale(.3333)}to{transform:translate(98.8895vw,99vh) scale(.3333)}}.snow:nth-child(330){opacity:1.998;transform:translate(19.3262vw,-10px) scale(.2821);animation:fall-330 30s -28s linear infinite}@keyframes fall-330{39.719%{transform:translate(22.9685vw,39.719vh) scale(.2821)}to{transform:translate(21.14735vw,99vh) scale(.2821)}}.snow:nth-child(331){opacity:.9754;transform:translate(9.8851vw,-10px) scale(.9844);animation:fall-331 17s -10s linear infinite}@keyframes fall-331{77.048%{transform:translate(9.0853vw,77.048vh) scale(.9844)}to{transform:translate(9.4852vw,99vh) scale(.9844)}}.snow:nth-child(332){opacity:.4398;transform:translate(88.1855vw,-10px) scale(.5518);animation:fall-332 22s -11s linear infinite}@keyframes fall-332{31.309%{transform:translate(89.1413vw,31.309vh) scale(.5518)}to{transform:translate(88.6634vw,99vh) scale(.5518)}}.snow:nth-child(333){opacity:.817;transform:translate(48.0194vw,-10px) scale(.7349);animation:fall-333 17s -8s linear infinite}@keyframes fall-333{63.944%{transform:translate(51.0162vw,63.944vh) scale(.7349)}to{transform:translate(49.5178vw,99vh) scale(.7349)}}.snow:nth-child(334){opacity:.117;transform:translate(61.3173vw,-10px) scale(.3802);animation:fall-334 19s -17s linear infinite}@keyframes fall-334{55.568%{transform:translate(64.4101vw,55.568vh) scale(.3802)}to{transform:translate(62.8637vw,99vh) scale(.3802)}}.snow:nth-child(335){opacity:1.928;transform:translate(82.1205vw,-10px) scale(.2543);animation:fall-335 16s -23s linear infinite}@keyframes fall-335{75.369%{transform:translate(89.954vw,75.369vh) scale(.2543)}to{transform:translate(86.03725vw,99vh) scale(.2543)}}.snow:nth-child(336){opacity:1.631;transform:translate(28.9447vw,-10px) scale(.8547);animation:fall-336 13s -9s linear infinite}@keyframes fall-336{31.061%{transform:translate(38.2201vw,31.061vh) scale(.8547)}to{transform:translate(33.5824vw,99vh) scale(.8547)}}.snow:nth-child(337){opacity:.6906;transform:translate(33.7459vw,-10px) scale(.0688);animation:fall-337 20s -2s linear infinite}@keyframes fall-337{43.243%{transform:translate(28.1732vw,43.243vh) scale(.0688)}to{transform:translate(30.95955vw,99vh) scale(.0688)}}.snow:nth-child(338){opacity:1.4616;transform:translate(54.9476vw,-10px) scale(.0009);animation:fall-338 28s -24s linear infinite}@keyframes fall-338{78.274%{transform:translate(59.0581vw,78.274vh) scale(.0009)}to{transform:translate(57.00285vw,99vh) scale(.0009)}}.snow:nth-child(339){opacity:1.3174;transform:translate(98.4709vw,-10px) scale(.8989);animation:fall-339 27s -6s linear infinite}@keyframes fall-339{49.251%{transform:translate(104.4476vw,49.251vh) scale(.8989)}to{transform:translate(101.45925vw,99vh) scale(.8989)}}.snow:nth-child(340){opacity:.2132;transform:translate(82.9621vw,-10px) scale(.1993);animation:fall-340 17s -29s linear infinite}@keyframes fall-340{52.602%{transform:translate(83.0081vw,52.602vh) scale(.1993)}to{transform:translate(82.9851vw,99vh) scale(.1993)}}.snow:nth-child(341){opacity:1.9034;transform:translate(14.6217vw,-10px) scale(.6273);animation:fall-341 16s -23s linear infinite}@keyframes fall-341{48.001%{transform:translate(13.7686vw,48.001vh) scale(.6273)}to{transform:translate(14.19515vw,99vh) scale(.6273)}}.snow:nth-child(342){opacity:.996;transform:translate(23.0951vw,-10px) scale(.4502);animation:fall-342 22s -3s linear infinite}@keyframes fall-342{64.486%{transform:translate(20.622vw,64.486vh) scale(.4502)}to{transform:translate(21.85855vw,99vh) scale(.4502)}}.snow:nth-child(343){opacity:.5978;transform:translate(34.2268vw,-10px) scale(.1884);animation:fall-343 29s -7s linear infinite}@keyframes fall-343{67.462%{transform:translate(30.1129vw,67.462vh) scale(.1884)}to{transform:translate(32.16985vw,99vh) scale(.1884)}}.snow:nth-child(344){opacity:.3844;transform:translate(52.7479vw,-10px) scale(.7697);animation:fall-344 20s -9s linear infinite}@keyframes fall-344{59.382%{transform:translate(47.8895vw,59.382vh) scale(.7697)}to{transform:translate(50.3187vw,99vh) scale(.7697)}}.snow:nth-child(345){opacity:1.1334;transform:translate(38.1011vw,-10px) scale(.7081);animation:fall-345 22s -11s linear infinite}@keyframes fall-345{32.157%{transform:translate(32.3134vw,32.157vh) scale(.7081)}to{transform:translate(35.20725vw,99vh) scale(.7081)}}.snow:nth-child(346){opacity:1.9986;transform:translate(23.4922vw,-10px) scale(.624);animation:fall-346 20s -19s linear infinite}@keyframes fall-346{34.082%{transform:translate(19.5718vw,34.082vh) scale(.624)}to{transform:translate(21.532vw,99vh) scale(.624)}}.snow:nth-child(347){opacity:.7392;transform:translate(23.3451vw,-10px) scale(.5992);animation:fall-347 26s -11s linear infinite}@keyframes fall-347{61.055%{transform:translate(22.6892vw,61.055vh) scale(.5992)}to{transform:translate(23.01715vw,99vh) scale(.5992)}}.snow:nth-child(348){opacity:.3138;transform:translate(62.2603vw,-10px) scale(.6087);animation:fall-348 30s -27s linear infinite}@keyframes fall-348{70.549%{transform:translate(68.999vw,70.549vh) scale(.6087)}to{transform:translate(65.62965vw,99vh) scale(.6087)}}.snow:nth-child(349){opacity:.0778;transform:translate(83.1202vw,-10px) scale(.1485);animation:fall-349 12s -3s linear infinite}@keyframes fall-349{74.817%{transform:translate(76.6158vw,74.817vh) scale(.1485)}to{transform:translate(79.868vw,99vh) scale(.1485)}}.snow:nth-child(350){opacity:.6036;transform:translate(74.5097vw,-10px) scale(.2958);animation:fall-350 20s -11s linear infinite}@keyframes fall-350{32.174%{transform:translate(77.8964vw,32.174vh) scale(.2958)}to{transform:translate(76.20305vw,99vh) scale(.2958)}}.snow:nth-child(351){opacity:1.4744;transform:translate(97.8519vw,-10px) scale(.9115);animation:fall-351 30s -28s linear infinite}@keyframes fall-351{64.073%{transform:translate(98.4553vw,64.073vh) scale(.9115)}to{transform:translate(98.1536vw,99vh) scale(.9115)}}.snow:nth-child(352){opacity:1.8726;transform:translate(34.1642vw,-10px) scale(.2753);animation:fall-352 19s -11s linear infinite}@keyframes fall-352{32.238%{transform:translate(25.0671vw,32.238vh) scale(.2753)}to{transform:translate(29.61565vw,99vh) scale(.2753)}}.snow:nth-child(353){opacity:.2602;transform:translate(46.8051vw,-10px) scale(.5411);animation:fall-353 17s -16s linear infinite}@keyframes fall-353{44.02%{transform:translate(41.6687vw,44.02vh) scale(.5411)}to{transform:translate(44.2369vw,99vh) scale(.5411)}}.snow:nth-child(354){opacity:.1568;transform:translate(61.6875vw,-10px) scale(.9127);animation:fall-354 17s -30s linear infinite}@keyframes fall-354{60.842%{transform:translate(52.7313vw,60.842vh) scale(.9127)}to{transform:translate(57.2094vw,99vh) scale(.9127)}}.snow:nth-child(355){opacity:.5604;transform:translate(91.81vw,-10px) scale(.7799);animation:fall-355 14s -26s linear infinite}@keyframes fall-355{55.658%{transform:translate(85.9765vw,55.658vh) scale(.7799)}to{transform:translate(88.89325vw,99vh) scale(.7799)}}.snow:nth-child(356){opacity:1.8602;transform:translate(33.1108vw,-10px) scale(.0752);animation:fall-356 25s -17s linear infinite}@keyframes fall-356{49.979%{transform:translate(39.5511vw,49.979vh) scale(.0752)}to{transform:translate(36.33095vw,99vh) scale(.0752)}}.snow:nth-child(357){opacity:.3012;transform:translate(22.8603vw,-10px) scale(.6518);animation:fall-357 10s -17s linear infinite}@keyframes fall-357{47.27%{transform:translate(16.2971vw,47.27vh) scale(.6518)}to{transform:translate(19.5787vw,99vh) scale(.6518)}}.snow:nth-child(358){opacity:.8916;transform:translate(98.403vw,-10px) scale(.0864);animation:fall-358 22s -26s linear infinite}@keyframes fall-358{55.572%{transform:translate(95.0253vw,55.572vh) scale(.0864)}to{transform:translate(96.71415vw,99vh) scale(.0864)}}.snow:nth-child(359){opacity:.1436;transform:translate(68.1869vw,-10px) scale(.2344);animation:fall-359 20s -6s linear infinite}@keyframes fall-359{58.574%{transform:translate(65.087vw,58.574vh) scale(.2344)}to{transform:translate(66.63695vw,99vh) scale(.2344)}}.snow:nth-child(360){opacity:1.1628;transform:translate(18.9226vw,-10px) scale(.7668);animation:fall-360 18s -27s linear infinite}@keyframes fall-360{35.088%{transform:translate(14.7706vw,35.088vh) scale(.7668)}to{transform:translate(16.8466vw,99vh) scale(.7668)}}.snow:nth-child(361){opacity:.3806;transform:translate(83.1246vw,-10px) scale(.7217);animation:fall-361 24s -19s linear infinite}@keyframes fall-361{52.578%{transform:translate(83.1752vw,52.578vh) scale(.7217)}to{transform:translate(83.1499vw,99vh) scale(.7217)}}.snow:nth-child(362){opacity:.2416;transform:translate(69.906vw,-10px) scale(.5113);animation:fall-362 25s -18s linear infinite}@keyframes fall-362{50.936%{transform:translate(78.9629vw,50.936vh) scale(.5113)}to{transform:translate(74.43445vw,99vh) scale(.5113)}}.snow:nth-child(363){opacity:1.4092;transform:translate(38.917vw,-10px) scale(.3813);animation:fall-363 11s -11s linear infinite}@keyframes fall-363{31.367%{transform:translate(46.4418vw,31.367vh) scale(.3813)}to{transform:translate(42.6794vw,99vh) scale(.3813)}}.snow:nth-child(364){opacity:1.1962;transform:translate(2.3985vw,-10px) scale(.4308);animation:fall-364 19s -16s linear infinite}@keyframes fall-364{30.552%{transform:translate(3.3895vw,30.552vh) scale(.4308)}to{transform:translate(2.894vw,99vh) scale(.4308)}}.snow:nth-child(365){opacity:.4834;transform:translate(3.3976vw,-10px) scale(.7718);animation:fall-365 18s -1s linear infinite}@keyframes fall-365{56.79%{transform:translate(-3.3002vw,56.79vh) scale(.7718)}to{transform:translate(.0487vw,99vh) scale(.7718)}}.snow:nth-child(366){opacity:1.1876;transform:translate(83.2116vw,-10px) scale(.241);animation:fall-366 13s -5s linear infinite}@keyframes fall-366{50.609%{transform:translate(74.8245vw,50.609vh) scale(.241)}to{transform:translate(79.01805vw,99vh) scale(.241)}}.snow:nth-child(367){opacity:.1982;transform:translate(95.6412vw,-10px) scale(.2408);animation:fall-367 29s -17s linear infinite}@keyframes fall-367{64.106%{transform:translate(103.9271vw,64.106vh) scale(.2408)}to{transform:translate(99.78415vw,99vh) scale(.2408)}}.snow:nth-child(368){opacity:1.0816;transform:translate(76.26vw,-10px) scale(.5377);animation:fall-368 18s -3s linear infinite}@keyframes fall-368{72.084%{transform:translate(82.649vw,72.084vh) scale(.5377)}to{transform:translate(79.4545vw,99vh) scale(.5377)}}.snow:nth-child(369){opacity:.8898;transform:translate(80.5436vw,-10px) scale(.7292);animation:fall-369 21s -7s linear infinite}@keyframes fall-369{59.715%{transform:translate(79.5474vw,59.715vh) scale(.7292)}to{transform:translate(80.0455vw,99vh) scale(.7292)}}.snow:nth-child(370){opacity:1.8184;transform:translate(80.4561vw,-10px) scale(.0055);animation:fall-370 30s -25s linear infinite}@keyframes fall-370{37.03%{transform:translate(89.7277vw,37.03vh) scale(.0055)}to{transform:translate(85.0919vw,99vh) scale(.0055)}}.snow:nth-child(371){opacity:.8548;transform:translate(4.2978vw,-10px) scale(.4252);animation:fall-371 21s -10s linear infinite}@keyframes fall-371{51.928%{transform:translate(12.4021vw,51.928vh) scale(.4252)}to{transform:translate(8.34995vw,99vh) scale(.4252)}}.snow:nth-child(372){opacity:.1516;transform:translate(55.7322vw,-10px) scale(.5034);animation:fall-372 10s -19s linear infinite}@keyframes fall-372{43.08%{transform:translate(47.5443vw,43.08vh) scale(.5034)}to{transform:translate(51.63825vw,99vh) scale(.5034)}}.snow:nth-child(373){opacity:.118;transform:translate(43.4717vw,-10px) scale(.2333);animation:fall-373 21s -2s linear infinite}@keyframes fall-373{65.75%{transform:translate(34.2113vw,65.75vh) scale(.2333)}to{transform:translate(38.8415vw,99vh) scale(.2333)}}.snow:nth-child(374){opacity:.2518;transform:translate(96.5308vw,-10px) scale(.8761);animation:fall-374 12s -30s linear infinite}@keyframes fall-374{70.719%{transform:translate(99.1538vw,70.719vh) scale(.8761)}to{transform:translate(97.8423vw,99vh) scale(.8761)}}.snow:nth-child(375){opacity:.8338;transform:translate(35.0725vw,-10px) scale(.742);animation:fall-375 25s -10s linear infinite}@keyframes fall-375{78.991%{transform:translate(41.5257vw,78.991vh) scale(.742)}to{transform:translate(38.2991vw,99vh) scale(.742)}}.snow:nth-child(376){opacity:1.1478;transform:translate(35.7229vw,-10px) scale(.0411);animation:fall-376 14s -14s linear infinite}@keyframes fall-376{53.352%{transform:translate(30.0687vw,53.352vh) scale(.0411)}to{transform:translate(32.8958vw,99vh) scale(.0411)}}.snow:nth-child(377){opacity:1.9442;transform:translate(87.6027vw,-10px) scale(.2687);animation:fall-377 25s -10s linear infinite}@keyframes fall-377{70.855%{transform:translate(80.0892vw,70.855vh) scale(.2687)}to{transform:translate(83.84595vw,99vh) scale(.2687)}}.snow:nth-child(378){opacity:.089;transform:translate(35.8336vw,-10px) scale(.3593);animation:fall-378 19s -19s linear infinite}@keyframes fall-378{70.31%{transform:translate(28.1196vw,70.31vh) scale(.3593)}to{transform:translate(31.9766vw,99vh) scale(.3593)}}.snow:nth-child(379){opacity:1.422;transform:translate(72.7244vw,-10px) scale(.0532);animation:fall-379 30s -10s linear infinite}@keyframes fall-379{49.087%{transform:translate(66.4143vw,49.087vh) scale(.0532)}to{transform:translate(69.56935vw,99vh) scale(.0532)}}.snow:nth-child(380){opacity:1.5284;transform:translate(54.3037vw,-10px) scale(.9253);animation:fall-380 13s -3s linear infinite}@keyframes fall-380{68.335%{transform:translate(62.3465vw,68.335vh) scale(.9253)}to{transform:translate(58.3251vw,99vh) scale(.9253)}}.snow:nth-child(381){opacity:.047;transform:translate(16.3693vw,-10px) scale(.5933);animation:fall-381 14s -28s linear infinite}@keyframes fall-381{68.126%{transform:translate(25.6755vw,68.126vh) scale(.5933)}to{transform:translate(21.0224vw,99vh) scale(.5933)}}.snow:nth-child(382){opacity:1.659;transform:translate(53.6279vw,-10px) scale(.1581);animation:fall-382 29s -25s linear infinite}@keyframes fall-382{33.707%{transform:translate(50.1936vw,33.707vh) scale(.1581)}to{transform:translate(51.91075vw,99vh) scale(.1581)}}.snow:nth-child(383){opacity:.2682;transform:translate(82.3338vw,-10px) scale(.5092);animation:fall-383 15s -1s linear infinite}@keyframes fall-383{37.916%{transform:translate(89.9181vw,37.916vh) scale(.5092)}to{transform:translate(86.12595vw,99vh) scale(.5092)}}.snow:nth-child(384){opacity:.0518;transform:translate(88.4923vw,-10px) scale(.7184);animation:fall-384 18s -10s linear infinite}@keyframes fall-384{44.715%{transform:translate(79.6544vw,44.715vh) scale(.7184)}to{transform:translate(84.07335vw,99vh) scale(.7184)}}.snow:nth-child(385){opacity:1.4956;transform:translate(46.0404vw,-10px) scale(.1817);animation:fall-385 27s -7s linear infinite}@keyframes fall-385{42.193%{transform:translate(43.1514vw,42.193vh) scale(.1817)}to{transform:translate(44.5959vw,99vh) scale(.1817)}}.snow:nth-child(386){opacity:1.4378;transform:translate(63.577vw,-10px) scale(.7737);animation:fall-386 20s -18s linear infinite}@keyframes fall-386{76.306%{transform:translate(73.5732vw,76.306vh) scale(.7737)}to{transform:translate(68.5751vw,99vh) scale(.7737)}}.snow:nth-child(387){opacity:.3558;transform:translate(46.0744vw,-10px) scale(.7076);animation:fall-387 13s -27s linear infinite}@keyframes fall-387{70.141%{transform:translate(39.7428vw,70.141vh) scale(.7076)}to{transform:translate(42.9086vw,99vh) scale(.7076)}}.snow:nth-child(388){opacity:.741;transform:translate(18.9815vw,-10px) scale(.382);animation:fall-388 25s -3s linear infinite}@keyframes fall-388{49.001%{transform:translate(16.3499vw,49.001vh) scale(.382)}to{transform:translate(17.6657vw,99vh) scale(.382)}}.snow:nth-child(389){opacity:1.6394;transform:translate(15.517vw,-10px) scale(.1585);animation:fall-389 28s -28s linear infinite}@keyframes fall-389{43.848%{transform:translate(21.754vw,43.848vh) scale(.1585)}to{transform:translate(18.6355vw,99vh) scale(.1585)}}.snow:nth-child(390){opacity:.9158;transform:translate(61.3321vw,-10px) scale(.1863);animation:fall-390 27s -18s linear infinite}@keyframes fall-390{78.174%{transform:translate(64.3866vw,78.174vh) scale(.1863)}to{transform:translate(62.85935vw,99vh) scale(.1863)}}.snow:nth-child(391){opacity:.0188;transform:translate(29.6415vw,-10px) scale(.6997);animation:fall-391 23s -18s linear infinite}@keyframes fall-391{76.859%{transform:translate(22.9274vw,76.859vh) scale(.6997)}to{transform:translate(26.28445vw,99vh) scale(.6997)}}.snow:nth-child(392){opacity:.787;transform:translate(62.5284vw,-10px) scale(.6313);animation:fall-392 28s -16s linear infinite}@keyframes fall-392{78.251%{transform:translate(62.6131vw,78.251vh) scale(.6313)}to{transform:translate(62.57075vw,99vh) scale(.6313)}}.snow:nth-child(393){opacity:.0926;transform:translate(42.0291vw,-10px) scale(.8695);animation:fall-393 18s -10s linear infinite}@keyframes fall-393{75.011%{transform:translate(40.6999vw,75.011vh) scale(.8695)}to{transform:translate(41.3645vw,99vh) scale(.8695)}}.snow:nth-child(394){opacity:1.1288;transform:translate(16.6993vw,-10px) scale(.3847);animation:fall-394 22s -29s linear infinite}@keyframes fall-394{39.459%{transform:translate(26.644vw,39.459vh) scale(.3847)}to{transform:translate(21.67165vw,99vh) scale(.3847)}}.snow:nth-child(395){opacity:1.734;transform:translate(.8112vw,-10px) scale(.6783);animation:fall-395 21s -28s linear infinite}@keyframes fall-395{76.664%{transform:translate(5.0107vw,76.664vh) scale(.6783)}to{transform:translate(2.91095vw,99vh) scale(.6783)}}.snow:nth-child(396){opacity:.1426;transform:translate(70.279vw,-10px) scale(.8102);animation:fall-396 19s -26s linear infinite}@keyframes fall-396{72.908%{transform:translate(78.0807vw,72.908vh) scale(.8102)}to{transform:translate(74.17985vw,99vh) scale(.8102)}}.snow:nth-child(397){opacity:1.8642;transform:translate(65.1228vw,-10px) scale(.0356);animation:fall-397 20s -21s linear infinite}@keyframes fall-397{35.61%{transform:translate(62.9472vw,35.61vh) scale(.0356)}to{transform:translate(64.035vw,99vh) scale(.0356)}}.snow:nth-child(398){opacity:1.5568;transform:translate(9.7209vw,-10px) scale(.404);animation:fall-398 15s -27s linear infinite}@keyframes fall-398{34.262%{transform:translate(10.3351vw,34.262vh) scale(.404)}to{transform:translate(10.028vw,99vh) scale(.404)}}.snow:nth-child(399){opacity:1.2694;transform:translate(17.2042vw,-10px) scale(.3446);animation:fall-399 10s -10s linear infinite}@keyframes fall-399{71.923%{transform:translate(20.6849vw,71.923vh) scale(.3446)}to{transform:translate(18.94455vw,99vh) scale(.3446)}}.snow:nth-child(400){opacity:.1472;transform:translate(52.6626vw,-10px) scale(.5649);animation:fall-400 26s -8s linear infinite}@keyframes fall-400{39.534%{transform:translate(45.5103vw,39.534vh) scale(.5649)}to{transform:translate(49.08645vw,99vh) scale(.5649)}}\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 });
|
|
26
26
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AppComponent, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
|
-
args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box-600{max-height:600px;overflow-x:hidden;overflow-y:auto}.list-area{position:relative!important}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background: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}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background: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}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#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}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:10px!important}.mat-chip-list-wrapper{margin:0!important;padding:5px!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:1.81;transform:translate(32.9862vw,-10px) scale(.233);animation:fall-1 19s -25s linear infinite}@keyframes fall-1{37.839%{transform:translate(30.8127vw,37.839vh) scale(.233)}to{transform:translate(31.89945vw,99vh) scale(.233)}}.snow:nth-child(2){opacity:1.9016;transform:translate(88.3625vw,-10px) scale(.7851);animation:fall-2 24s -28s linear infinite}@keyframes fall-2{66.901%{transform:translate(85.7167vw,66.901vh) scale(.7851)}to{transform:translate(87.0396vw,99vh) scale(.7851)}}.snow:nth-child(3){opacity:1.1776;transform:translate(48.2396vw,-10px) scale(.8069);animation:fall-3 18s -8s linear infinite}@keyframes fall-3{56.821%{transform:translate(57.4572vw,56.821vh) scale(.8069)}to{transform:translate(52.8484vw,99vh) scale(.8069)}}.snow:nth-child(4){opacity:1.662;transform:translate(19.3621vw,-10px) scale(.2573);animation:fall-4 28s -11s linear infinite}@keyframes fall-4{42.535%{transform:translate(20.7646vw,42.535vh) scale(.2573)}to{transform:translate(20.06335vw,99vh) scale(.2573)}}.snow:nth-child(5){opacity:1.1116;transform:translate(19.1991vw,-10px) scale(.2085);animation:fall-5 30s -7s linear infinite}@keyframes fall-5{51%{transform:translate(14.4458vw,51vh) scale(.2085)}to{transform:translate(16.82245vw,99vh) scale(.2085)}}.snow:nth-child(6){opacity:1.489;transform:translate(96.7123vw,-10px) scale(.3275);animation:fall-6 12s -21s linear infinite}@keyframes fall-6{37.997%{transform:translate(88.5995vw,37.997vh) scale(.3275)}to{transform:translate(92.6559vw,99vh) scale(.3275)}}.snow:nth-child(7){opacity:1.3608;transform:translate(46.8219vw,-10px) scale(.6044);animation:fall-7 20s -16s linear infinite}@keyframes fall-7{76.775%{transform:translate(39.0809vw,76.775vh) scale(.6044)}to{transform:translate(42.9514vw,99vh) scale(.6044)}}.snow:nth-child(8){opacity:1.4324;transform:translate(30.7621vw,-10px) scale(.2252);animation:fall-8 15s -16s linear infinite}@keyframes fall-8{49.528%{transform:translate(31.5517vw,49.528vh) scale(.2252)}to{transform:translate(31.1569vw,99vh) scale(.2252)}}.snow:nth-child(9){opacity:.6;transform:translate(63.2531vw,-10px) scale(.0927);animation:fall-9 13s -22s linear infinite}@keyframes fall-9{76.202%{transform:translate(62.9608vw,76.202vh) scale(.0927)}to{transform:translate(63.10695vw,99vh) scale(.0927)}}.snow:nth-child(10){opacity:.6994;transform:translate(89.2796vw,-10px) scale(.9335);animation:fall-10 21s -4s linear infinite}@keyframes fall-10{73.017%{transform:translate(84.5644vw,73.017vh) scale(.9335)}to{transform:translate(86.922vw,99vh) scale(.9335)}}.snow:nth-child(11){opacity:1.08;transform:translate(74.7174vw,-10px) scale(.8175);animation:fall-11 16s -7s linear infinite}@keyframes fall-11{52.829%{transform:translate(67.9651vw,52.829vh) scale(.8175)}to{transform:translate(71.34125vw,99vh) scale(.8175)}}.snow:nth-child(12){opacity:.6534;transform:translate(4.9964vw,-10px) scale(.5542);animation:fall-12 29s -24s linear infinite}@keyframes fall-12{40.691%{transform:translate(-1.8384vw,40.691vh) scale(.5542)}to{transform:translate(1.579vw,99vh) scale(.5542)}}.snow:nth-child(13){opacity:.7814;transform:translate(38.192vw,-10px) scale(.1162);animation:fall-13 23s -10s linear infinite}@keyframes fall-13{75.193%{transform:translate(30.4733vw,75.193vh) scale(.1162)}to{transform:translate(34.33265vw,99vh) scale(.1162)}}.snow:nth-child(14){opacity:1.7478;transform:translate(3.311vw,-10px) scale(.7879);animation:fall-14 22s -30s linear infinite}@keyframes fall-14{69.598%{transform:translate(8.9535vw,69.598vh) scale(.7879)}to{transform:translate(6.13225vw,99vh) scale(.7879)}}.snow:nth-child(15){opacity:.9068;transform:translate(10.9578vw,-10px) scale(.5822);animation:fall-15 12s -3s linear infinite}@keyframes fall-15{68.457%{transform:translate(17.2668vw,68.457vh) scale(.5822)}to{transform:translate(14.1123vw,99vh) scale(.5822)}}.snow:nth-child(16){opacity:.4866;transform:translate(88.7637vw,-10px) scale(.687);animation:fall-16 14s -28s linear infinite}@keyframes fall-16{50.46%{transform:translate(92.7292vw,50.46vh) scale(.687)}to{transform:translate(90.74645vw,99vh) scale(.687)}}.snow:nth-child(17){opacity:1.486;transform:translate(61.5166vw,-10px) scale(.2557);animation:fall-17 11s -17s linear infinite}@keyframes fall-17{55.072%{transform:translate(52.8715vw,55.072vh) scale(.2557)}to{transform:translate(57.19405vw,99vh) scale(.2557)}}.snow:nth-child(18){opacity:1.5596;transform:translate(59.5852vw,-10px) scale(.9321);animation:fall-18 29s -8s linear infinite}@keyframes fall-18{52.14%{transform:translate(50.3013vw,52.14vh) scale(.9321)}to{transform:translate(54.94325vw,99vh) scale(.9321)}}.snow:nth-child(19){opacity:1.0652;transform:translate(13.0952vw,-10px) scale(.562);animation:fall-19 17s -4s linear infinite}@keyframes fall-19{62.507%{transform:translate(6.1058vw,62.507vh) scale(.562)}to{transform:translate(9.6005vw,99vh) scale(.562)}}.snow:nth-child(20){opacity:1.1676;transform:translate(29.2482vw,-10px) scale(.9515);animation:fall-20 12s -2s linear infinite}@keyframes fall-20{78.664%{transform:translate(25.9639vw,78.664vh) scale(.9515)}to{transform:translate(27.60605vw,99vh) scale(.9515)}}.snow:nth-child(21){opacity:1.7284;transform:translate(18.6565vw,-10px) scale(.5285);animation:fall-21 17s -17s linear infinite}@keyframes fall-21{50.567%{transform:translate(10.341vw,50.567vh) scale(.5285)}to{transform:translate(14.49875vw,99vh) scale(.5285)}}.snow:nth-child(22){opacity:.1848;transform:translate(78.0486vw,-10px) scale(.8757);animation:fall-22 23s -16s linear infinite}@keyframes fall-22{72.361%{transform:translate(75.7713vw,72.361vh) scale(.8757)}to{transform:translate(76.90995vw,99vh) scale(.8757)}}.snow:nth-child(23){opacity:1.587;transform:translate(2.9246vw,-10px) scale(.0165);animation:fall-23 22s -17s linear infinite}@keyframes fall-23{30.213%{transform:translate(9.4594vw,30.213vh) scale(.0165)}to{transform:translate(6.192vw,99vh) scale(.0165)}}.snow:nth-child(24){opacity:1.1136;transform:translate(30.0238vw,-10px) scale(.2284);animation:fall-24 24s -7s linear infinite}@keyframes fall-24{79.954%{transform:translate(21.1111vw,79.954vh) scale(.2284)}to{transform:translate(25.56745vw,99vh) scale(.2284)}}.snow:nth-child(25){opacity:.444;transform:translate(7.6491vw,-10px) scale(.2312);animation:fall-25 25s -9s linear infinite}@keyframes fall-25{40.505%{transform:translate(12.1613vw,40.505vh) scale(.2312)}to{transform:translate(9.9052vw,99vh) scale(.2312)}}.snow:nth-child(26){opacity:.952;transform:translate(25.0265vw,-10px) scale(.3505);animation:fall-26 14s -9s linear infinite}@keyframes fall-26{65.959%{transform:translate(21.6193vw,65.959vh) scale(.3505)}to{transform:translate(23.3229vw,99vh) scale(.3505)}}.snow:nth-child(27){opacity:.6598;transform:translate(16.783vw,-10px) scale(.3793);animation:fall-27 11s -1s linear infinite}@keyframes fall-27{49.362%{transform:translate(14.3949vw,49.362vh) scale(.3793)}to{transform:translate(15.58895vw,99vh) scale(.3793)}}.snow:nth-child(28){opacity:.0496;transform:translate(78.403vw,-10px) scale(.2176);animation:fall-28 13s -6s linear infinite}@keyframes fall-28{72.131%{transform:translate(88.226vw,72.131vh) scale(.2176)}to{transform:translate(83.3145vw,99vh) scale(.2176)}}.snow:nth-child(29){opacity:1.0376;transform:translate(53.9631vw,-10px) scale(.1875);animation:fall-29 13s -27s linear infinite}@keyframes fall-29{78.124%{transform:translate(50.6778vw,78.124vh) scale(.1875)}to{transform:translate(52.32045vw,99vh) scale(.1875)}}.snow:nth-child(30){opacity:1.077;transform:translate(70.9334vw,-10px) scale(.409);animation:fall-30 15s -16s linear infinite}@keyframes fall-30{32.364%{transform:translate(70.8744vw,32.364vh) scale(.409)}to{transform:translate(70.9039vw,99vh) scale(.409)}}.snow:nth-child(31){opacity:1.966;transform:translate(15.2826vw,-10px) scale(.2438);animation:fall-31 13s -18s linear infinite}@keyframes fall-31{50.599%{transform:translate(10.0616vw,50.599vh) scale(.2438)}to{transform:translate(12.6721vw,99vh) scale(.2438)}}.snow:nth-child(32){opacity:.0482;transform:translate(13.9545vw,-10px) scale(.9742);animation:fall-32 26s -27s linear infinite}@keyframes fall-32{79.021%{transform:translate(9.8673vw,79.021vh) scale(.9742)}to{transform:translate(11.9109vw,99vh) scale(.9742)}}.snow:nth-child(33){opacity:1.5086;transform:translate(71.4752vw,-10px) scale(.5513);animation:fall-33 29s -22s linear infinite}@keyframes fall-33{76.113%{transform:translate(70.3564vw,76.113vh) scale(.5513)}to{transform:translate(70.9158vw,99vh) scale(.5513)}}.snow:nth-child(34){opacity:.8046;transform:translate(64.1987vw,-10px) scale(.6306);animation:fall-34 22s -9s linear infinite}@keyframes fall-34{65.013%{transform:translate(62.5119vw,65.013vh) scale(.6306)}to{transform:translate(63.3553vw,99vh) scale(.6306)}}.snow:nth-child(35){opacity:1.9694;transform:translate(61.2931vw,-10px) scale(.9445);animation:fall-35 24s -17s linear infinite}@keyframes fall-35{74.645%{transform:translate(56.6962vw,74.645vh) scale(.9445)}to{transform:translate(58.99465vw,99vh) scale(.9445)}}.snow:nth-child(36){opacity:.7542;transform:translate(36.9384vw,-10px) scale(.1919);animation:fall-36 30s -17s linear infinite}@keyframes fall-36{71.773%{transform:translate(39.7371vw,71.773vh) scale(.1919)}to{transform:translate(38.33775vw,99vh) scale(.1919)}}.snow:nth-child(37){opacity:.036;transform:translate(83.6473vw,-10px) scale(.3281);animation:fall-37 14s -4s linear infinite}@keyframes fall-37{57.419%{transform:translate(76.5872vw,57.419vh) scale(.3281)}to{transform:translate(80.11725vw,99vh) scale(.3281)}}.snow:nth-child(38){opacity:.8742;transform:translate(99.2859vw,-10px) scale(.1803);animation:fall-38 14s -7s linear infinite}@keyframes fall-38{73.406%{transform:translate(90.1079vw,73.406vh) scale(.1803)}to{transform:translate(94.6969vw,99vh) scale(.1803)}}.snow:nth-child(39){opacity:.7974;transform:translate(90.0379vw,-10px) scale(.9302);animation:fall-39 22s -13s linear infinite}@keyframes fall-39{44.702%{transform:translate(97.8334vw,44.702vh) scale(.9302)}to{transform:translate(93.93565vw,99vh) scale(.9302)}}.snow:nth-child(40){opacity:.8436;transform:translate(31.1996vw,-10px) scale(.6084);animation:fall-40 21s -30s linear infinite}@keyframes fall-40{51.596%{transform:translate(40.347vw,51.596vh) scale(.6084)}to{transform:translate(35.7733vw,99vh) scale(.6084)}}.snow:nth-child(41){opacity:.392;transform:translate(72.8411vw,-10px) scale(.3891);animation:fall-41 19s -9s linear infinite}@keyframes fall-41{76.83%{transform:translate(68.208vw,76.83vh) scale(.3891)}to{transform:translate(70.52455vw,99vh) scale(.3891)}}.snow:nth-child(42){opacity:.827;transform:translate(1.318vw,-10px) scale(.078);animation:fall-42 20s -10s linear infinite}@keyframes fall-42{33.496%{transform:translate(-5.0394vw,33.496vh) scale(.078)}to{transform:translate(-1.8607vw,99vh) scale(.078)}}.snow:nth-child(43){opacity:1.7796;transform:translate(63.1245vw,-10px) scale(.2452);animation:fall-43 14s -28s linear infinite}@keyframes fall-43{63.556%{transform:translate(72.1285vw,63.556vh) scale(.2452)}to{transform:translate(67.6265vw,99vh) scale(.2452)}}.snow:nth-child(44){opacity:.2566;transform:translate(63.1528vw,-10px) scale(.0684);animation:fall-44 10s -26s linear infinite}@keyframes fall-44{71.42%{transform:translate(64.0091vw,71.42vh) scale(.0684)}to{transform:translate(63.58095vw,99vh) scale(.0684)}}.snow:nth-child(45){opacity:1.9326;transform:translate(13.1701vw,-10px) scale(.5786);animation:fall-45 30s -13s linear infinite}@keyframes fall-45{44.381%{transform:translate(13.693vw,44.381vh) scale(.5786)}to{transform:translate(13.43155vw,99vh) scale(.5786)}}.snow:nth-child(46){opacity:.0454;transform:translate(93.4092vw,-10px) scale(.5836);animation:fall-46 21s -12s linear infinite}@keyframes fall-46{39.409%{transform:translate(94.8421vw,39.409vh) scale(.5836)}to{transform:translate(94.12565vw,99vh) scale(.5836)}}.snow:nth-child(47){opacity:.33;transform:translate(92.1446vw,-10px) scale(.6784);animation:fall-47 17s -9s linear infinite}@keyframes fall-47{52.822%{transform:translate(95.9104vw,52.822vh) scale(.6784)}to{transform:translate(94.0275vw,99vh) scale(.6784)}}.snow:nth-child(48){opacity:.982;transform:translate(46.2079vw,-10px) scale(.5334);animation:fall-48 22s -16s linear infinite}@keyframes fall-48{63.085%{transform:translate(50.197vw,63.085vh) scale(.5334)}to{transform:translate(48.20245vw,99vh) scale(.5334)}}.snow:nth-child(49){opacity:1.0472;transform:translate(57.5503vw,-10px) scale(.5061);animation:fall-49 20s -6s linear infinite}@keyframes fall-49{67.173%{transform:translate(59.7233vw,67.173vh) scale(.5061)}to{transform:translate(58.6368vw,99vh) scale(.5061)}}.snow:nth-child(50){opacity:.773;transform:translate(14.0056vw,-10px) scale(.5849);animation:fall-50 13s -14s linear infinite}@keyframes fall-50{37.675%{transform:translate(20.2642vw,37.675vh) scale(.5849)}to{transform:translate(17.1349vw,99vh) scale(.5849)}}.snow:nth-child(51){opacity:.0806;transform:translate(61.6136vw,-10px) scale(.973);animation:fall-51 22s -24s linear infinite}@keyframes fall-51{39.414%{transform:translate(66.0189vw,39.414vh) scale(.973)}to{transform:translate(63.81625vw,99vh) scale(.973)}}.snow:nth-child(52){opacity:1.131;transform:translate(23.5782vw,-10px) scale(.7661);animation:fall-52 25s -23s linear infinite}@keyframes fall-52{67.064%{transform:translate(14.0539vw,67.064vh) scale(.7661)}to{transform:translate(18.81605vw,99vh) scale(.7661)}}.snow:nth-child(53){opacity:.845;transform:translate(48.0582vw,-10px) scale(.4755);animation:fall-53 17s -27s linear infinite}@keyframes fall-53{71.79%{transform:translate(55.081vw,71.79vh) scale(.4755)}to{transform:translate(51.5696vw,99vh) scale(.4755)}}.snow:nth-child(54){opacity:1.4562;transform:translate(16.652vw,-10px) scale(.4193);animation:fall-54 18s -21s linear infinite}@keyframes fall-54{42.823%{transform:translate(16.4475vw,42.823vh) scale(.4193)}to{transform:translate(16.54975vw,99vh) scale(.4193)}}.snow:nth-child(55){opacity:.8744;transform:translate(43.8795vw,-10px) scale(.2937);animation:fall-55 13s -25s linear infinite}@keyframes fall-55{74.848%{transform:translate(49.5942vw,74.848vh) scale(.2937)}to{transform:translate(46.73685vw,99vh) scale(.2937)}}.snow:nth-child(56){opacity:.159;transform:translate(18.8557vw,-10px) scale(.918);animation:fall-56 12s -25s linear infinite}@keyframes fall-56{66.563%{transform:translate(26.7583vw,66.563vh) scale(.918)}to{transform:translate(22.807vw,99vh) scale(.918)}}.snow:nth-child(57){opacity:1.4806;transform:translate(26.5028vw,-10px) scale(.5858);animation:fall-57 23s -14s linear infinite}@keyframes fall-57{79.473%{transform:translate(22.8722vw,79.473vh) scale(.5858)}to{transform:translate(24.6875vw,99vh) scale(.5858)}}.snow:nth-child(58){opacity:1.6602;transform:translate(48.9011vw,-10px) scale(.2856);animation:fall-58 16s -27s linear infinite}@keyframes fall-58{61.498%{transform:translate(48.9377vw,61.498vh) scale(.2856)}to{transform:translate(48.9194vw,99vh) scale(.2856)}}.snow:nth-child(59){opacity:.8158;transform:translate(79.4557vw,-10px) scale(.2744);animation:fall-59 15s -6s linear infinite}@keyframes fall-59{37.774%{transform:translate(72.7915vw,37.774vh) scale(.2744)}to{transform:translate(76.1236vw,99vh) scale(.2744)}}.snow:nth-child(60){opacity:.4996;transform:translate(12.4295vw,-10px) scale(.3763);animation:fall-60 18s -16s linear infinite}@keyframes fall-60{73.317%{transform:translate(17.0495vw,73.317vh) scale(.3763)}to{transform:translate(14.7395vw,99vh) scale(.3763)}}.snow:nth-child(61){opacity:1.7706;transform:translate(21.8748vw,-10px) scale(.7771);animation:fall-61 29s -6s linear infinite}@keyframes fall-61{31.821%{transform:translate(30.3672vw,31.821vh) scale(.7771)}to{transform:translate(26.121vw,99vh) scale(.7771)}}.snow:nth-child(62){opacity:1.3532;transform:translate(62.6052vw,-10px) scale(.7443);animation:fall-62 11s -13s linear infinite}@keyframes fall-62{34.509%{transform:translate(60.7987vw,34.509vh) scale(.7443)}to{transform:translate(61.70195vw,99vh) scale(.7443)}}.snow:nth-child(63){opacity:.0998;transform:translate(70.8822vw,-10px) scale(.7588);animation:fall-63 12s -1s linear infinite}@keyframes fall-63{60.373%{transform:translate(67.4775vw,60.373vh) scale(.7588)}to{transform:translate(69.17985vw,99vh) scale(.7588)}}.snow:nth-child(64){opacity:1.3418;transform:translate(69.992vw,-10px) scale(.2113);animation:fall-64 15s -18s linear infinite}@keyframes fall-64{32.102%{transform:translate(64.5978vw,32.102vh) scale(.2113)}to{transform:translate(67.2949vw,99vh) scale(.2113)}}.snow:nth-child(65){opacity:1.5766;transform:translate(46.9349vw,-10px) scale(.3925);animation:fall-65 29s -21s linear infinite}@keyframes fall-65{75.172%{transform:translate(43.3404vw,75.172vh) scale(.3925)}to{transform:translate(45.13765vw,99vh) scale(.3925)}}.snow:nth-child(66){opacity:1.7084;transform:translate(38.2744vw,-10px) scale(.9607);animation:fall-66 25s -25s linear infinite}@keyframes fall-66{41.144%{transform:translate(30.4692vw,41.144vh) scale(.9607)}to{transform:translate(34.3718vw,99vh) scale(.9607)}}.snow:nth-child(67){opacity:1.916;transform:translate(9.1405vw,-10px) scale(.3178);animation:fall-67 10s -13s linear infinite}@keyframes fall-67{73.62%{transform:translate(18.3539vw,73.62vh) scale(.3178)}to{transform:translate(13.7472vw,99vh) scale(.3178)}}.snow:nth-child(68){opacity:.316;transform:translate(80.9291vw,-10px) scale(.1071);animation:fall-68 26s -21s linear infinite}@keyframes fall-68{53.892%{transform:translate(83.7547vw,53.892vh) scale(.1071)}to{transform:translate(82.3419vw,99vh) scale(.1071)}}.snow:nth-child(69){opacity:1.9708;transform:translate(.1133vw,-10px) scale(.8957);animation:fall-69 16s -2s linear infinite}@keyframes fall-69{39.992%{transform:translate(1.1177vw,39.992vh) scale(.8957)}to{transform:translate(.6155vw,99vh) scale(.8957)}}.snow:nth-child(70){opacity:.6234;transform:translate(55.2185vw,-10px) scale(.7592);animation:fall-70 22s -28s linear infinite}@keyframes fall-70{60.033%{transform:translate(48.836vw,60.033vh) scale(.7592)}to{transform:translate(52.02725vw,99vh) scale(.7592)}}.snow:nth-child(71){opacity:1.6082;transform:translate(26.3851vw,-10px) scale(.4342);animation:fall-71 27s -16s linear infinite}@keyframes fall-71{42.137%{transform:translate(28.3605vw,42.137vh) scale(.4342)}to{transform:translate(27.3728vw,99vh) scale(.4342)}}.snow:nth-child(72){opacity:.5002;transform:translate(9.1114vw,-10px) scale(.7214);animation:fall-72 24s -22s linear infinite}@keyframes fall-72{55.16%{transform:translate(8.0012vw,55.16vh) scale(.7214)}to{transform:translate(8.5563vw,99vh) scale(.7214)}}.snow:nth-child(73){opacity:.5722;transform:translate(.1523vw,-10px) scale(.621);animation:fall-73 20s -19s linear infinite}@keyframes fall-73{62.134%{transform:translate(-1.932vw,62.134vh) scale(.621)}to{transform:translate(-.88985vw,99vh) scale(.621)}}.snow:nth-child(74){opacity:.6288;transform:translate(24.1312vw,-10px) scale(.4762);animation:fall-74 10s -5s linear infinite}@keyframes fall-74{48.82%{transform:translate(29.1644vw,48.82vh) scale(.4762)}to{transform:translate(26.6478vw,99vh) scale(.4762)}}.snow:nth-child(75){opacity:.4218;transform:translate(30.1429vw,-10px) scale(.4304);animation:fall-75 24s -6s linear infinite}@keyframes fall-75{69.438%{transform:translate(24.2671vw,69.438vh) scale(.4304)}to{transform:translate(27.205vw,99vh) scale(.4304)}}.snow:nth-child(76){opacity:.5262;transform:translate(33.9359vw,-10px) scale(.2975);animation:fall-76 18s -26s linear infinite}@keyframes fall-76{61.785%{transform:translate(33.0685vw,61.785vh) scale(.2975)}to{transform:translate(33.5022vw,99vh) scale(.2975)}}.snow:nth-child(77){opacity:1.7454;transform:translate(96.5244vw,-10px) scale(.7908);animation:fall-77 26s -23s linear infinite}@keyframes fall-77{36.737%{transform:translate(92.7624vw,36.737vh) scale(.7908)}to{transform:translate(94.6434vw,99vh) scale(.7908)}}.snow:nth-child(78){opacity:1.7802;transform:translate(31.5879vw,-10px) scale(.9493);animation:fall-78 25s -13s linear infinite}@keyframes fall-78{77.674%{transform:translate(34.4963vw,77.674vh) scale(.9493)}to{transform:translate(33.0421vw,99vh) scale(.9493)}}.snow:nth-child(79){opacity:1.915;transform:translate(52.0035vw,-10px) scale(.571);animation:fall-79 20s -11s linear infinite}@keyframes fall-79{45.065%{transform:translate(43.2061vw,45.065vh) scale(.571)}to{transform:translate(47.6048vw,99vh) scale(.571)}}.snow:nth-child(80){opacity:.495;transform:translate(47.1028vw,-10px) scale(.4839);animation:fall-80 27s -3s linear infinite}@keyframes fall-80{62.697%{transform:translate(42.4305vw,62.697vh) scale(.4839)}to{transform:translate(44.76665vw,99vh) scale(.4839)}}.snow:nth-child(81){opacity:1.6858;transform:translate(22.9433vw,-10px) scale(.7316);animation:fall-81 26s -18s linear infinite}@keyframes fall-81{40.87%{transform:translate(25.5004vw,40.87vh) scale(.7316)}to{transform:translate(24.22185vw,99vh) scale(.7316)}}.snow:nth-child(82){opacity:1.2104;transform:translate(81.8286vw,-10px) scale(.4588);animation:fall-82 18s -7s linear infinite}@keyframes fall-82{44.106%{transform:translate(77.5022vw,44.106vh) scale(.4588)}to{transform:translate(79.6654vw,99vh) scale(.4588)}}.snow:nth-child(83){opacity:1.1318;transform:translate(53.7312vw,-10px) scale(.7888);animation:fall-83 18s -25s linear infinite}@keyframes fall-83{55.744%{transform:translate(48.3545vw,55.744vh) scale(.7888)}to{transform:translate(51.04285vw,99vh) scale(.7888)}}.snow:nth-child(84){opacity:1.2064;transform:translate(20.7454vw,-10px) scale(.9779);animation:fall-84 15s -14s linear infinite}@keyframes fall-84{36.503%{transform:translate(22.095vw,36.503vh) scale(.9779)}to{transform:translate(21.4202vw,99vh) scale(.9779)}}.snow:nth-child(85){opacity:1.7612;transform:translate(65.3826vw,-10px) scale(.1513);animation:fall-85 28s -12s linear infinite}@keyframes fall-85{39.078%{transform:translate(57.7968vw,39.078vh) scale(.1513)}to{transform:translate(61.5897vw,99vh) scale(.1513)}}.snow:nth-child(86){opacity:1.7238;transform:translate(4.8854vw,-10px) scale(.797);animation:fall-86 23s -5s linear infinite}@keyframes fall-86{69.791%{transform:translate(-4.6076vw,69.791vh) scale(.797)}to{transform:translate(.1389vw,99vh) scale(.797)}}.snow:nth-child(87){opacity:1.4838;transform:translate(24.3945vw,-10px) scale(.1125);animation:fall-87 28s -18s linear infinite}@keyframes fall-87{44.997%{transform:translate(23.7487vw,44.997vh) scale(.1125)}to{transform:translate(24.0716vw,99vh) scale(.1125)}}.snow:nth-child(88){opacity:1.7436;transform:translate(54.2vw,-10px) scale(.3772);animation:fall-88 30s -29s linear infinite}@keyframes fall-88{70.381%{transform:translate(48.5724vw,70.381vh) scale(.3772)}to{transform:translate(51.3862vw,99vh) scale(.3772)}}.snow:nth-child(89){opacity:.1516;transform:translate(64.2228vw,-10px) scale(.86);animation:fall-89 20s -30s linear infinite}@keyframes fall-89{66.805%{transform:translate(66.1012vw,66.805vh) scale(.86)}to{transform:translate(65.162vw,99vh) scale(.86)}}.snow:nth-child(90){opacity:1.5684;transform:translate(80.7837vw,-10px) scale(.17);animation:fall-90 11s -18s linear infinite}@keyframes fall-90{41.623%{transform:translate(87.3224vw,41.623vh) scale(.17)}to{transform:translate(84.05305vw,99vh) scale(.17)}}.snow:nth-child(91){opacity:1.9952;transform:translate(8.4985vw,-10px) scale(.1091);animation:fall-91 23s -20s linear infinite}@keyframes fall-91{52.556%{transform:translate(14.8324vw,52.556vh) scale(.1091)}to{transform:translate(11.66545vw,99vh) scale(.1091)}}.snow:nth-child(92){opacity:1.0978;transform:translate(63.8711vw,-10px) scale(.2889);animation:fall-92 30s -16s linear infinite}@keyframes fall-92{30.967%{transform:translate(70.5413vw,30.967vh) scale(.2889)}to{transform:translate(67.2062vw,99vh) scale(.2889)}}.snow:nth-child(93){opacity:1.6062;transform:translate(89.0289vw,-10px) scale(.2669);animation:fall-93 28s -23s linear infinite}@keyframes fall-93{73.388%{transform:translate(94.8153vw,73.388vh) scale(.2669)}to{transform:translate(91.9221vw,99vh) scale(.2669)}}.snow:nth-child(94){opacity:.6554;transform:translate(52.9058vw,-10px) scale(.064);animation:fall-94 12s -28s linear infinite}@keyframes fall-94{33.339%{transform:translate(59.4684vw,33.339vh) scale(.064)}to{transform:translate(56.1871vw,99vh) scale(.064)}}.snow:nth-child(95){opacity:1.3608;transform:translate(39.953vw,-10px) scale(.5324);animation:fall-95 18s -23s linear infinite}@keyframes fall-95{51.818%{transform:translate(44.7517vw,51.818vh) scale(.5324)}to{transform:translate(42.35235vw,99vh) scale(.5324)}}.snow:nth-child(96){opacity:1.8548;transform:translate(93.8351vw,-10px) scale(.0652);animation:fall-96 29s -11s linear infinite}@keyframes fall-96{70.984%{transform:translate(86.0173vw,70.984vh) scale(.0652)}to{transform:translate(89.9262vw,99vh) scale(.0652)}}.snow:nth-child(97){opacity:.6784;transform:translate(3.1627vw,-10px) scale(.8007);animation:fall-97 24s -17s linear infinite}@keyframes fall-97{43.651%{transform:translate(-1.1707vw,43.651vh) scale(.8007)}to{transform:translate(.996vw,99vh) scale(.8007)}}.snow:nth-child(98){opacity:1.1378;transform:translate(39.0432vw,-10px) scale(.8149);animation:fall-98 10s -11s linear infinite}@keyframes fall-98{49.507%{transform:translate(45.7077vw,49.507vh) scale(.8149)}to{transform:translate(42.37545vw,99vh) scale(.8149)}}.snow:nth-child(99){opacity:.573;transform:translate(94.1322vw,-10px) scale(.0043);animation:fall-99 17s -23s linear infinite}@keyframes fall-99{64.373%{transform:translate(103.4395vw,64.373vh) scale(.0043)}to{transform:translate(98.78585vw,99vh) scale(.0043)}}.snow:nth-child(100){opacity:1.0018;transform:translate(61.9679vw,-10px) scale(.6291);animation:fall-100 25s -7s linear infinite}@keyframes fall-100{51.649%{transform:translate(61.4875vw,51.649vh) scale(.6291)}to{transform:translate(61.7277vw,99vh) scale(.6291)}}.snow:nth-child(101){opacity:.4918;transform:translate(61.5596vw,-10px) scale(.6818);animation:fall-101 20s -17s linear infinite}@keyframes fall-101{66.394%{transform:translate(53.4102vw,66.394vh) scale(.6818)}to{transform:translate(57.4849vw,99vh) scale(.6818)}}.snow:nth-child(102){opacity:.8022;transform:translate(16.8803vw,-10px) scale(.116);animation:fall-102 23s -14s linear infinite}@keyframes fall-102{54.944%{transform:translate(19.9666vw,54.944vh) scale(.116)}to{transform:translate(18.42345vw,99vh) scale(.116)}}.snow:nth-child(103){opacity:1.755;transform:translate(85.7036vw,-10px) scale(.0322);animation:fall-103 27s -5s linear infinite}@keyframes fall-103{59.608%{transform:translate(77.1211vw,59.608vh) scale(.0322)}to{transform:translate(81.41235vw,99vh) scale(.0322)}}.snow:nth-child(104){opacity:1.715;transform:translate(81.3801vw,-10px) scale(.9818);animation:fall-104 20s -10s linear infinite}@keyframes fall-104{58.028%{transform:translate(86.9685vw,58.028vh) scale(.9818)}to{transform:translate(84.1743vw,99vh) scale(.9818)}}.snow:nth-child(105){opacity:1.625;transform:translate(91.8645vw,-10px) scale(.0171);animation:fall-105 30s -15s linear infinite}@keyframes fall-105{69.296%{transform:translate(91.2102vw,69.296vh) scale(.0171)}to{transform:translate(91.53735vw,99vh) scale(.0171)}}.snow:nth-child(106){opacity:.1268;transform:translate(97.3433vw,-10px) scale(.8406);animation:fall-106 22s -16s linear infinite}@keyframes fall-106{34.405%{transform:translate(105.7476vw,34.405vh) scale(.8406)}to{transform:translate(101.54545vw,99vh) scale(.8406)}}.snow:nth-child(107){opacity:1.766;transform:translate(69.0333vw,-10px) scale(.9868);animation:fall-107 25s -9s linear infinite}@keyframes fall-107{33.933%{transform:translate(60.7788vw,33.933vh) scale(.9868)}to{transform:translate(64.90605vw,99vh) scale(.9868)}}.snow:nth-child(108){opacity:.6962;transform:translate(85.6384vw,-10px) scale(.8312);animation:fall-108 12s -6s linear infinite}@keyframes fall-108{44.527%{transform:translate(89.9231vw,44.527vh) scale(.8312)}to{transform:translate(87.78075vw,99vh) scale(.8312)}}.snow:nth-child(109){opacity:.456;transform:translate(18.262vw,-10px) scale(.2668);animation:fall-109 11s -11s linear infinite}@keyframes fall-109{39.597%{transform:translate(8.995vw,39.597vh) scale(.2668)}to{transform:translate(13.6285vw,99vh) scale(.2668)}}.snow:nth-child(110){opacity:.4924;transform:translate(66.1969vw,-10px) scale(.3025);animation:fall-110 27s -12s linear infinite}@keyframes fall-110{47.703%{transform:translate(57.9139vw,47.703vh) scale(.3025)}to{transform:translate(62.0554vw,99vh) scale(.3025)}}.snow:nth-child(111){opacity:1.9626;transform:translate(20.9511vw,-10px) scale(.8689);animation:fall-111 17s -30s linear infinite}@keyframes fall-111{55.727%{transform:translate(18.157vw,55.727vh) scale(.8689)}to{transform:translate(19.55405vw,99vh) scale(.8689)}}.snow:nth-child(112){opacity:.4092;transform:translate(83.733vw,-10px) scale(.4596);animation:fall-112 18s -23s linear infinite}@keyframes fall-112{57.976%{transform:translate(79.2817vw,57.976vh) scale(.4596)}to{transform:translate(81.50735vw,99vh) scale(.4596)}}.snow:nth-child(113){opacity:.1554;transform:translate(37.3709vw,-10px) scale(.292);animation:fall-113 22s -23s linear infinite}@keyframes fall-113{70.869%{transform:translate(44.3587vw,70.869vh) scale(.292)}to{transform:translate(40.8648vw,99vh) scale(.292)}}.snow:nth-child(114){opacity:1.7518;transform:translate(19.6021vw,-10px) scale(.3633);animation:fall-114 26s -23s linear infinite}@keyframes fall-114{31.26%{transform:translate(16.2188vw,31.26vh) scale(.3633)}to{transform:translate(17.91045vw,99vh) scale(.3633)}}.snow:nth-child(115){opacity:1.5336;transform:translate(6.0951vw,-10px) scale(.5763);animation:fall-115 21s -10s linear infinite}@keyframes fall-115{60.92%{transform:translate(-.6559vw,60.92vh) scale(.5763)}to{transform:translate(2.7196vw,99vh) scale(.5763)}}.snow:nth-child(116){opacity:1.159;transform:translate(90.0779vw,-10px) scale(.0755);animation:fall-116 22s -22s linear infinite}@keyframes fall-116{43.39%{transform:translate(85.2585vw,43.39vh) scale(.0755)}to{transform:translate(87.6682vw,99vh) scale(.0755)}}.snow:nth-child(117){opacity:.4432;transform:translate(85.4302vw,-10px) scale(.7596);animation:fall-117 16s -22s linear infinite}@keyframes fall-117{35.003%{transform:translate(77.8387vw,35.003vh) scale(.7596)}to{transform:translate(81.63445vw,99vh) scale(.7596)}}.snow:nth-child(118){opacity:1.2498;transform:translate(42.9112vw,-10px) scale(.7761);animation:fall-118 26s -5s linear infinite}@keyframes fall-118{32.048%{transform:translate(41.2449vw,32.048vh) scale(.7761)}to{transform:translate(42.07805vw,99vh) scale(.7761)}}.snow:nth-child(119){opacity:1.7688;transform:translate(32.3043vw,-10px) scale(.6528);animation:fall-119 19s -11s linear infinite}@keyframes fall-119{37.825%{transform:translate(29.163vw,37.825vh) scale(.6528)}to{transform:translate(30.73365vw,99vh) scale(.6528)}}.snow:nth-child(120){opacity:1.5298;transform:translate(82.5108vw,-10px) scale(.8033);animation:fall-120 13s -26s linear infinite}@keyframes fall-120{80%{transform:translate(77.1581vw,80vh) scale(.8033)}to{transform:translate(79.83445vw,99vh) scale(.8033)}}.snow:nth-child(121){opacity:.8296;transform:translate(57.0078vw,-10px) scale(.7319);animation:fall-121 16s -23s linear infinite}@keyframes fall-121{52.194%{transform:translate(57.6228vw,52.194vh) scale(.7319)}to{transform:translate(57.3153vw,99vh) scale(.7319)}}.snow:nth-child(122){opacity:.8218;transform:translate(68.9221vw,-10px) scale(.3107);animation:fall-122 19s -26s linear infinite}@keyframes fall-122{31.337%{transform:translate(64.3727vw,31.337vh) scale(.3107)}to{transform:translate(66.6474vw,99vh) scale(.3107)}}.snow:nth-child(123){opacity:1.3872;transform:translate(35.4411vw,-10px) scale(.3852);animation:fall-123 20s -11s linear infinite}@keyframes fall-123{73.775%{transform:translate(40.2434vw,73.775vh) scale(.3852)}to{transform:translate(37.84225vw,99vh) scale(.3852)}}.snow:nth-child(124){opacity:.1014;transform:translate(96.7836vw,-10px) scale(.9006);animation:fall-124 12s -10s linear infinite}@keyframes fall-124{73.578%{transform:translate(91.7334vw,73.578vh) scale(.9006)}to{transform:translate(94.2585vw,99vh) scale(.9006)}}.snow:nth-child(125){opacity:1.5588;transform:translate(39.6862vw,-10px) scale(.4162);animation:fall-125 22s -23s linear infinite}@keyframes fall-125{45.726%{transform:translate(49.3882vw,45.726vh) scale(.4162)}to{transform:translate(44.5372vw,99vh) scale(.4162)}}.snow:nth-child(126){opacity:.2906;transform:translate(62.0076vw,-10px) scale(.8587);animation:fall-126 24s -20s linear infinite}@keyframes fall-126{66.48%{transform:translate(61.4574vw,66.48vh) scale(.8587)}to{transform:translate(61.7325vw,99vh) scale(.8587)}}.snow:nth-child(127){opacity:1.4454;transform:translate(18.6586vw,-10px) scale(.8327);animation:fall-127 14s -12s linear infinite}@keyframes fall-127{54.868%{transform:translate(12.2669vw,54.868vh) scale(.8327)}to{transform:translate(15.46275vw,99vh) scale(.8327)}}.snow:nth-child(128){opacity:1.8868;transform:translate(66.8513vw,-10px) scale(.5899);animation:fall-128 23s -25s linear infinite}@keyframes fall-128{44.81%{transform:translate(75.9382vw,44.81vh) scale(.5899)}to{transform:translate(71.39475vw,99vh) scale(.5899)}}.snow:nth-child(129){opacity:.8974;transform:translate(77.6296vw,-10px) scale(.6572);animation:fall-129 13s -27s linear infinite}@keyframes fall-129{65.346%{transform:translate(76.5619vw,65.346vh) scale(.6572)}to{transform:translate(77.09575vw,99vh) scale(.6572)}}.snow:nth-child(130){opacity:1.753;transform:translate(35.5265vw,-10px) scale(.146);animation:fall-130 22s -11s linear infinite}@keyframes fall-130{33.486%{transform:translate(25.6399vw,33.486vh) scale(.146)}to{transform:translate(30.5832vw,99vh) scale(.146)}}.snow:nth-child(131){opacity:.9366;transform:translate(81.264vw,-10px) scale(.3562);animation:fall-131 30s -16s linear infinite}@keyframes fall-131{76.262%{transform:translate(85.5572vw,76.262vh) scale(.3562)}to{transform:translate(83.4106vw,99vh) scale(.3562)}}.snow:nth-child(132){opacity:.1362;transform:translate(44.7394vw,-10px) scale(.4416);animation:fall-132 12s -28s linear infinite}@keyframes fall-132{73.338%{transform:translate(49.0403vw,73.338vh) scale(.4416)}to{transform:translate(46.88985vw,99vh) scale(.4416)}}.snow:nth-child(133){opacity:1.2458;transform:translate(88.0569vw,-10px) scale(.1614);animation:fall-133 11s -3s linear infinite}@keyframes fall-133{40.016%{transform:translate(80.9073vw,40.016vh) scale(.1614)}to{transform:translate(84.4821vw,99vh) scale(.1614)}}.snow:nth-child(134){opacity:.3118;transform:translate(12.2228vw,-10px) scale(.4613);animation:fall-134 29s -9s linear infinite}@keyframes fall-134{63.964%{transform:translate(13.6771vw,63.964vh) scale(.4613)}to{transform:translate(12.94995vw,99vh) scale(.4613)}}.snow:nth-child(135){opacity:.3488;transform:translate(70.8189vw,-10px) scale(.4122);animation:fall-135 24s -5s linear infinite}@keyframes fall-135{34.252%{transform:translate(80.3232vw,34.252vh) scale(.4122)}to{transform:translate(75.57105vw,99vh) scale(.4122)}}.snow:nth-child(136){opacity:.127;transform:translate(48.3479vw,-10px) scale(.917);animation:fall-136 19s -23s linear infinite}@keyframes fall-136{41.662%{transform:translate(46.9393vw,41.662vh) scale(.917)}to{transform:translate(47.6436vw,99vh) scale(.917)}}.snow:nth-child(137){opacity:1.8634;transform:translate(20.8129vw,-10px) scale(.5901);animation:fall-137 11s -23s linear infinite}@keyframes fall-137{76.652%{transform:translate(28.5292vw,76.652vh) scale(.5901)}to{transform:translate(24.67105vw,99vh) scale(.5901)}}.snow:nth-child(138){opacity:1.4096;transform:translate(89.5226vw,-10px) scale(.5108);animation:fall-138 23s -29s linear infinite}@keyframes fall-138{79.08%{transform:translate(87.902vw,79.08vh) scale(.5108)}to{transform:translate(88.7123vw,99vh) scale(.5108)}}.snow:nth-child(139){opacity:1.102;transform:translate(52.2257vw,-10px) scale(.3343);animation:fall-139 22s -3s linear infinite}@keyframes fall-139{57.668%{transform:translate(48.0149vw,57.668vh) scale(.3343)}to{transform:translate(50.1203vw,99vh) scale(.3343)}}.snow:nth-child(140){opacity:1.8672;transform:translate(.7226vw,-10px) scale(.8299);animation:fall-140 26s -29s linear infinite}@keyframes fall-140{48.018%{transform:translate(10.3291vw,48.018vh) scale(.8299)}to{transform:translate(5.52585vw,99vh) scale(.8299)}}.snow:nth-child(141){opacity:.3096;transform:translate(.5389vw,-10px) scale(.6619);animation:fall-141 19s -20s linear infinite}@keyframes fall-141{39.34%{transform:translate(-.1522vw,39.34vh) scale(.6619)}to{transform:translate(.19335vw,99vh) scale(.6619)}}.snow:nth-child(142){opacity:1.439;transform:translate(56.0758vw,-10px) scale(.0722);animation:fall-142 18s -4s linear infinite}@keyframes fall-142{31.717%{transform:translate(56.6671vw,31.717vh) scale(.0722)}to{transform:translate(56.37145vw,99vh) scale(.0722)}}.snow:nth-child(143){opacity:1.398;transform:translate(17.5096vw,-10px) scale(.4639);animation:fall-143 13s -13s linear infinite}@keyframes fall-143{48.34%{transform:translate(8.1639vw,48.34vh) scale(.4639)}to{transform:translate(12.83675vw,99vh) scale(.4639)}}.snow:nth-child(144){opacity:1.3656;transform:translate(53.2237vw,-10px) scale(.1189);animation:fall-144 25s -4s linear infinite}@keyframes fall-144{31.436%{transform:translate(60.7758vw,31.436vh) scale(.1189)}to{transform:translate(56.99975vw,99vh) scale(.1189)}}.snow:nth-child(145){opacity:.0804;transform:translate(21.8546vw,-10px) scale(.3574);animation:fall-145 19s -25s linear infinite}@keyframes fall-145{35.758%{transform:translate(17.8216vw,35.758vh) scale(.3574)}to{transform:translate(19.8381vw,99vh) scale(.3574)}}.snow:nth-child(146){opacity:.3076;transform:translate(77.1187vw,-10px) scale(.4183);animation:fall-146 13s -22s linear infinite}@keyframes fall-146{58.794%{transform:translate(81.3619vw,58.794vh) scale(.4183)}to{transform:translate(79.2403vw,99vh) scale(.4183)}}.snow:nth-child(147){opacity:.4922;transform:translate(85.8526vw,-10px) scale(.0063);animation:fall-147 13s -10s linear infinite}@keyframes fall-147{52.109%{transform:translate(84.9814vw,52.109vh) scale(.0063)}to{transform:translate(85.417vw,99vh) scale(.0063)}}.snow:nth-child(148){opacity:1.4776;transform:translate(96.1481vw,-10px) scale(.6839);animation:fall-148 29s -2s linear infinite}@keyframes fall-148{75.576%{transform:translate(86.386vw,75.576vh) scale(.6839)}to{transform:translate(91.26705vw,99vh) scale(.6839)}}.snow:nth-child(149){opacity:1.5732;transform:translate(81.4093vw,-10px) scale(.8776);animation:fall-149 14s -28s linear infinite}@keyframes fall-149{39.011%{transform:translate(78.5396vw,39.011vh) scale(.8776)}to{transform:translate(79.97445vw,99vh) scale(.8776)}}.snow:nth-child(150){opacity:1.1814;transform:translate(60.1507vw,-10px) scale(.7141);animation:fall-150 11s -14s linear infinite}@keyframes fall-150{38.899%{transform:translate(60.5305vw,38.899vh) scale(.7141)}to{transform:translate(60.3406vw,99vh) scale(.7141)}}.snow:nth-child(151){opacity:1.1814;transform:translate(66.2384vw,-10px) scale(.7167);animation:fall-151 26s -27s linear infinite}@keyframes fall-151{52.837%{transform:translate(58.8502vw,52.837vh) scale(.7167)}to{transform:translate(62.5443vw,99vh) scale(.7167)}}.snow:nth-child(152){opacity:.851;transform:translate(61.9812vw,-10px) scale(.9089);animation:fall-152 17s -7s linear infinite}@keyframes fall-152{75.762%{transform:translate(53.0493vw,75.762vh) scale(.9089)}to{transform:translate(57.51525vw,99vh) scale(.9089)}}.snow:nth-child(153){opacity:1.0404;transform:translate(44.3782vw,-10px) scale(.4934);animation:fall-153 15s -6s linear infinite}@keyframes fall-153{36.446%{transform:translate(54.0443vw,36.446vh) scale(.4934)}to{transform:translate(49.21125vw,99vh) scale(.4934)}}.snow:nth-child(154){opacity:.0884;transform:translate(22.1805vw,-10px) scale(.038);animation:fall-154 23s -26s linear infinite}@keyframes fall-154{46.59%{transform:translate(25.5077vw,46.59vh) scale(.038)}to{transform:translate(23.8441vw,99vh) scale(.038)}}.snow:nth-child(155){opacity:.3114;transform:translate(22.0148vw,-10px) scale(.4351);animation:fall-155 17s -24s linear infinite}@keyframes fall-155{55.486%{transform:translate(16.0396vw,55.486vh) scale(.4351)}to{transform:translate(19.0272vw,99vh) scale(.4351)}}.snow:nth-child(156){opacity:1.5752;transform:translate(35.292vw,-10px) scale(.6454);animation:fall-156 18s -5s linear infinite}@keyframes fall-156{52.529%{transform:translate(25.7978vw,52.529vh) scale(.6454)}to{transform:translate(30.5449vw,99vh) scale(.6454)}}.snow:nth-child(157){opacity:.8596;transform:translate(42.1395vw,-10px) scale(.2914);animation:fall-157 25s -11s linear infinite}@keyframes fall-157{73.864%{transform:translate(47.7111vw,73.864vh) scale(.2914)}to{transform:translate(44.9253vw,99vh) scale(.2914)}}.snow:nth-child(158){opacity:1.853;transform:translate(45.2579vw,-10px) scale(.5468);animation:fall-158 15s -11s linear infinite}@keyframes fall-158{33.581%{transform:translate(52.8693vw,33.581vh) scale(.5468)}to{transform:translate(49.0636vw,99vh) scale(.5468)}}.snow:nth-child(159){opacity:.822;transform:translate(45.0768vw,-10px) scale(.6575);animation:fall-159 30s -14s linear infinite}@keyframes fall-159{57.573%{transform:translate(54.7019vw,57.573vh) scale(.6575)}to{transform:translate(49.88935vw,99vh) scale(.6575)}}.snow:nth-child(160){opacity:1.2324;transform:translate(9.448vw,-10px) scale(.7367);animation:fall-160 25s -11s linear infinite}@keyframes fall-160{36.292%{transform:translate(-.0705vw,36.292vh) scale(.7367)}to{transform:translate(4.68875vw,99vh) scale(.7367)}}.snow:nth-child(161){opacity:1.283;transform:translate(23.5026vw,-10px) scale(.6598);animation:fall-161 12s -8s linear infinite}@keyframes fall-161{59.721%{transform:translate(23.4698vw,59.721vh) scale(.6598)}to{transform:translate(23.4862vw,99vh) scale(.6598)}}.snow:nth-child(162){opacity:1.1196;transform:translate(96.5808vw,-10px) scale(.3635);animation:fall-162 19s -30s linear infinite}@keyframes fall-162{31.293%{transform:translate(94.5772vw,31.293vh) scale(.3635)}to{transform:translate(95.579vw,99vh) scale(.3635)}}.snow:nth-child(163){opacity:.0488;transform:translate(36.782vw,-10px) scale(.7101);animation:fall-163 25s -15s linear infinite}@keyframes fall-163{52.788%{transform:translate(33.87vw,52.788vh) scale(.7101)}to{transform:translate(35.326vw,99vh) scale(.7101)}}.snow:nth-child(164){opacity:1.4996;transform:translate(40.5744vw,-10px) scale(.0184);animation:fall-164 10s -26s linear infinite}@keyframes fall-164{48.091%{transform:translate(42.8446vw,48.091vh) scale(.0184)}to{transform:translate(41.7095vw,99vh) scale(.0184)}}.snow:nth-child(165){opacity:1.882;transform:translate(75.1563vw,-10px) scale(.2967);animation:fall-165 16s -25s linear infinite}@keyframes fall-165{69.643%{transform:translate(69.2196vw,69.643vh) scale(.2967)}to{transform:translate(72.18795vw,99vh) scale(.2967)}}.snow:nth-child(166){opacity:1.2302;transform:translate(52.4561vw,-10px) scale(.1129);animation:fall-166 20s -10s linear infinite}@keyframes fall-166{58.55%{transform:translate(53.3402vw,58.55vh) scale(.1129)}to{transform:translate(52.89815vw,99vh) scale(.1129)}}.snow:nth-child(167){opacity:.5204;transform:translate(13.368vw,-10px) scale(.5906);animation:fall-167 25s -17s linear infinite}@keyframes fall-167{79.982%{transform:translate(21.4301vw,79.982vh) scale(.5906)}to{transform:translate(17.39905vw,99vh) scale(.5906)}}.snow:nth-child(168){opacity:.3772;transform:translate(60.9467vw,-10px) scale(.6087);animation:fall-168 13s -12s linear infinite}@keyframes fall-168{77.101%{transform:translate(58.6644vw,77.101vh) scale(.6087)}to{transform:translate(59.80555vw,99vh) scale(.6087)}}.snow:nth-child(169){opacity:.2576;transform:translate(19.8985vw,-10px) scale(.0641);animation:fall-169 30s -1s linear infinite}@keyframes fall-169{36.745%{transform:translate(22.3797vw,36.745vh) scale(.0641)}to{transform:translate(21.1391vw,99vh) scale(.0641)}}.snow:nth-child(170){opacity:1.3388;transform:translate(93.2839vw,-10px) scale(.3467);animation:fall-170 10s -17s linear infinite}@keyframes fall-170{63.657%{transform:translate(88.3979vw,63.657vh) scale(.3467)}to{transform:translate(90.8409vw,99vh) scale(.3467)}}.snow:nth-child(171){opacity:1.852;transform:translate(48.1871vw,-10px) scale(.3784);animation:fall-171 20s -29s linear infinite}@keyframes fall-171{70.686%{transform:translate(53.4814vw,70.686vh) scale(.3784)}to{transform:translate(50.83425vw,99vh) scale(.3784)}}.snow:nth-child(172){opacity:1.7934;transform:translate(85.0407vw,-10px) scale(.3394);animation:fall-172 18s -10s linear infinite}@keyframes fall-172{64.307%{transform:translate(93.153vw,64.307vh) scale(.3394)}to{transform:translate(89.09685vw,99vh) scale(.3394)}}.snow:nth-child(173){opacity:1.3114;transform:translate(92.1809vw,-10px) scale(.2273);animation:fall-173 11s -29s linear infinite}@keyframes fall-173{50.035%{transform:translate(90.2357vw,50.035vh) scale(.2273)}to{transform:translate(91.2083vw,99vh) scale(.2273)}}.snow:nth-child(174){opacity:.7292;transform:translate(29.3753vw,-10px) scale(.67);animation:fall-174 30s -5s linear infinite}@keyframes fall-174{59.42%{transform:translate(20.9292vw,59.42vh) scale(.67)}to{transform:translate(25.15225vw,99vh) scale(.67)}}.snow:nth-child(175){opacity:.35;transform:translate(28.9455vw,-10px) scale(.7928);animation:fall-175 26s -19s linear infinite}@keyframes fall-175{51.48%{transform:translate(38.2152vw,51.48vh) scale(.7928)}to{transform:translate(33.58035vw,99vh) scale(.7928)}}.snow:nth-child(176){opacity:1.737;transform:translate(21.9471vw,-10px) scale(.412);animation:fall-176 14s -10s linear infinite}@keyframes fall-176{53.361%{transform:translate(25.662vw,53.361vh) scale(.412)}to{transform:translate(23.80455vw,99vh) scale(.412)}}.snow:nth-child(177){opacity:.5822;transform:translate(63.4507vw,-10px) scale(.941);animation:fall-177 12s -5s linear infinite}@keyframes fall-177{39.284%{transform:translate(66.763vw,39.284vh) scale(.941)}to{transform:translate(65.10685vw,99vh) scale(.941)}}.snow:nth-child(178){opacity:1.8704;transform:translate(73.9223vw,-10px) scale(.0601);animation:fall-178 24s -30s linear infinite}@keyframes fall-178{72.116%{transform:translate(75.2259vw,72.116vh) scale(.0601)}to{transform:translate(74.5741vw,99vh) scale(.0601)}}.snow:nth-child(179){opacity:1.7898;transform:translate(58.1245vw,-10px) scale(.601);animation:fall-179 24s -28s linear infinite}@keyframes fall-179{73.72%{transform:translate(65.2505vw,73.72vh) scale(.601)}to{transform:translate(61.6875vw,99vh) scale(.601)}}.snow:nth-child(180){opacity:1.0628;transform:translate(34.2557vw,-10px) scale(.4009);animation:fall-180 24s -6s linear infinite}@keyframes fall-180{30.417%{transform:translate(38.1269vw,30.417vh) scale(.4009)}to{transform:translate(36.1913vw,99vh) scale(.4009)}}.snow:nth-child(181){opacity:1.0044;transform:translate(7.3477vw,-10px) scale(.1696);animation:fall-181 16s -16s linear infinite}@keyframes fall-181{45.794%{transform:translate(8.3715vw,45.794vh) scale(.1696)}to{transform:translate(7.8596vw,99vh) scale(.1696)}}.snow:nth-child(182){opacity:1.4204;transform:translate(32.126vw,-10px) scale(.8456);animation:fall-182 27s -25s linear infinite}@keyframes fall-182{71.458%{transform:translate(31.431vw,71.458vh) scale(.8456)}to{transform:translate(31.7785vw,99vh) scale(.8456)}}.snow:nth-child(183){opacity:1.8222;transform:translate(90.8486vw,-10px) scale(.1904);animation:fall-183 30s -28s linear infinite}@keyframes fall-183{58.212%{transform:translate(92.0922vw,58.212vh) scale(.1904)}to{transform:translate(91.4704vw,99vh) scale(.1904)}}.snow:nth-child(184){opacity:1.568;transform:translate(69.4527vw,-10px) scale(.5633);animation:fall-184 16s -30s linear infinite}@keyframes fall-184{34.268%{transform:translate(71.2118vw,34.268vh) scale(.5633)}to{transform:translate(70.33225vw,99vh) scale(.5633)}}.snow:nth-child(185){opacity:.185;transform:translate(3.8956vw,-10px) scale(.4645);animation:fall-185 10s -8s linear infinite}@keyframes fall-185{50.463%{transform:translate(-5.4864vw,50.463vh) scale(.4645)}to{transform:translate(-.7954vw,99vh) scale(.4645)}}.snow:nth-child(186){opacity:1.192;transform:translate(84.1419vw,-10px) scale(.216);animation:fall-186 30s -16s linear infinite}@keyframes fall-186{51.874%{transform:translate(85.9957vw,51.874vh) scale(.216)}to{transform:translate(85.0688vw,99vh) scale(.216)}}.snow:nth-child(187){opacity:.9254;transform:translate(73.2323vw,-10px) scale(.2667);animation:fall-187 27s -26s linear infinite}@keyframes fall-187{52.949%{transform:translate(70.2557vw,52.949vh) scale(.2667)}to{transform:translate(71.744vw,99vh) scale(.2667)}}.snow:nth-child(188){opacity:1.7338;transform:translate(74.021vw,-10px) scale(.4393);animation:fall-188 22s -18s linear infinite}@keyframes fall-188{60.84%{transform:translate(72.1193vw,60.84vh) scale(.4393)}to{transform:translate(73.07015vw,99vh) scale(.4393)}}.snow:nth-child(189){opacity:1.5584;transform:translate(31.634vw,-10px) scale(.9845);animation:fall-189 11s -10s linear infinite}@keyframes fall-189{56.754%{transform:translate(21.984vw,56.754vh) scale(.9845)}to{transform:translate(26.809vw,99vh) scale(.9845)}}.snow:nth-child(190){opacity:.0998;transform:translate(20.2134vw,-10px) scale(.293);animation:fall-190 26s -13s linear infinite}@keyframes fall-190{30.04%{transform:translate(22.3447vw,30.04vh) scale(.293)}to{transform:translate(21.27905vw,99vh) scale(.293)}}.snow:nth-child(191){opacity:.4854;transform:translate(90.8084vw,-10px) scale(.244);animation:fall-191 13s -17s linear infinite}@keyframes fall-191{36.967%{transform:translate(86.3907vw,36.967vh) scale(.244)}to{transform:translate(88.59955vw,99vh) scale(.244)}}.snow:nth-child(192){opacity:.1412;transform:translate(52.3496vw,-10px) scale(.996);animation:fall-192 11s -28s linear infinite}@keyframes fall-192{58.703%{transform:translate(57.8872vw,58.703vh) scale(.996)}to{transform:translate(55.1184vw,99vh) scale(.996)}}.snow:nth-child(193){opacity:.611;transform:translate(87.1287vw,-10px) scale(.9424);animation:fall-193 11s -11s linear infinite}@keyframes fall-193{41.524%{transform:translate(94.1923vw,41.524vh) scale(.9424)}to{transform:translate(90.6605vw,99vh) scale(.9424)}}.snow:nth-child(194){opacity:.4156;transform:translate(24.4173vw,-10px) scale(.3299);animation:fall-194 11s -17s linear infinite}@keyframes fall-194{50.331%{transform:translate(15.5166vw,50.331vh) scale(.3299)}to{transform:translate(19.96695vw,99vh) scale(.3299)}}.snow:nth-child(195){opacity:1.2692;transform:translate(38.1007vw,-10px) scale(.6472);animation:fall-195 20s -15s linear infinite}@keyframes fall-195{74.131%{transform:translate(39.9049vw,74.131vh) scale(.6472)}to{transform:translate(39.0028vw,99vh) scale(.6472)}}.snow:nth-child(196){opacity:1.8104;transform:translate(74.1939vw,-10px) scale(.6034);animation:fall-196 14s -1s linear infinite}@keyframes fall-196{30.612%{transform:translate(81.2963vw,30.612vh) scale(.6034)}to{transform:translate(77.7451vw,99vh) scale(.6034)}}.snow:nth-child(197){opacity:.464;transform:translate(39.6554vw,-10px) scale(.281);animation:fall-197 30s -13s linear infinite}@keyframes fall-197{47.76%{transform:translate(38.7415vw,47.76vh) scale(.281)}to{transform:translate(39.19845vw,99vh) scale(.281)}}.snow:nth-child(198){opacity:.8666;transform:translate(59.1659vw,-10px) scale(.8295);animation:fall-198 12s -22s linear infinite}@keyframes fall-198{61.993%{transform:translate(61.04vw,61.993vh) scale(.8295)}to{transform:translate(60.10295vw,99vh) scale(.8295)}}.snow:nth-child(199){opacity:.0352;transform:translate(34.9538vw,-10px) scale(.2313);animation:fall-199 15s -29s linear infinite}@keyframes fall-199{37.861%{transform:translate(26.1555vw,37.861vh) scale(.2313)}to{transform:translate(30.55465vw,99vh) scale(.2313)}}.snow:nth-child(200){opacity:.5634;transform:translate(57.9584vw,-10px) scale(.3791);animation:fall-200 23s -30s linear infinite}@keyframes fall-200{75.209%{transform:translate(60.8088vw,75.209vh) scale(.3791)}to{transform:translate(59.3836vw,99vh) scale(.3791)}}.snow:nth-child(201){opacity:.893;transform:translate(53.35vw,-10px) scale(.837);animation:fall-201 12s -5s linear infinite}@keyframes fall-201{79.34%{transform:translate(53.4256vw,79.34vh) scale(.837)}to{transform:translate(53.3878vw,99vh) scale(.837)}}.snow:nth-child(202){opacity:.1718;transform:translate(48.9043vw,-10px) scale(.9036);animation:fall-202 24s -22s linear infinite}@keyframes fall-202{64.309%{transform:translate(39.2459vw,64.309vh) scale(.9036)}to{transform:translate(44.0751vw,99vh) scale(.9036)}}.snow:nth-child(203){opacity:.1332;transform:translate(36.0317vw,-10px) scale(.0042);animation:fall-203 14s -14s linear infinite}@keyframes fall-203{67.366%{transform:translate(27.9426vw,67.366vh) scale(.0042)}to{transform:translate(31.98715vw,99vh) scale(.0042)}}.snow:nth-child(204){opacity:.5014;transform:translate(81.5987vw,-10px) scale(.5644);animation:fall-204 12s -17s linear infinite}@keyframes fall-204{59.691%{transform:translate(85.3625vw,59.691vh) scale(.5644)}to{transform:translate(83.4806vw,99vh) scale(.5644)}}.snow:nth-child(205){opacity:.9166;transform:translate(8.5524vw,-10px) scale(.725);animation:fall-205 21s -28s linear infinite}@keyframes fall-205{45.255%{transform:translate(10.9078vw,45.255vh) scale(.725)}to{transform:translate(9.7301vw,99vh) scale(.725)}}.snow:nth-child(206){opacity:1.5022;transform:translate(57.9325vw,-10px) scale(.6119);animation:fall-206 25s -15s linear infinite}@keyframes fall-206{58.474%{transform:translate(64.6736vw,58.474vh) scale(.6119)}to{transform:translate(61.30305vw,99vh) scale(.6119)}}.snow:nth-child(207){opacity:1.3878;transform:translate(35.9554vw,-10px) scale(.4386);animation:fall-207 15s -2s linear infinite}@keyframes fall-207{64.285%{transform:translate(27.0632vw,64.285vh) scale(.4386)}to{transform:translate(31.5093vw,99vh) scale(.4386)}}.snow:nth-child(208){opacity:.9456;transform:translate(46.0075vw,-10px) scale(.5907);animation:fall-208 15s -27s linear infinite}@keyframes fall-208{58.248%{transform:translate(48.6208vw,58.248vh) scale(.5907)}to{transform:translate(47.31415vw,99vh) scale(.5907)}}.snow:nth-child(209){opacity:1.223;transform:translate(72.9295vw,-10px) scale(.9217);animation:fall-209 17s -5s linear infinite}@keyframes fall-209{43.385%{transform:translate(74.9777vw,43.385vh) scale(.9217)}to{transform:translate(73.9536vw,99vh) scale(.9217)}}.snow:nth-child(210){opacity:1.0314;transform:translate(82.759vw,-10px) scale(.0439);animation:fall-210 21s -14s linear infinite}@keyframes fall-210{74.74%{transform:translate(86.2324vw,74.74vh) scale(.0439)}to{transform:translate(84.4957vw,99vh) scale(.0439)}}.snow:nth-child(211){opacity:1.785;transform:translate(91.7705vw,-10px) scale(.0959);animation:fall-211 11s -21s linear infinite}@keyframes fall-211{71.034%{transform:translate(100.3975vw,71.034vh) scale(.0959)}to{transform:translate(96.084vw,99vh) scale(.0959)}}.snow:nth-child(212){opacity:1.435;transform:translate(30.0105vw,-10px) scale(.6057);animation:fall-212 20s -8s linear infinite}@keyframes fall-212{64.711%{transform:translate(28.9445vw,64.711vh) scale(.6057)}to{transform:translate(29.4775vw,99vh) scale(.6057)}}.snow:nth-child(213){opacity:.7174;transform:translate(21.2204vw,-10px) scale(.16);animation:fall-213 20s -12s linear infinite}@keyframes fall-213{65.068%{transform:translate(22.1163vw,65.068vh) scale(.16)}to{transform:translate(21.66835vw,99vh) scale(.16)}}.snow:nth-child(214){opacity:1.6844;transform:translate(31.0314vw,-10px) scale(.7309);animation:fall-214 22s -26s linear infinite}@keyframes fall-214{65.22%{transform:translate(33.152vw,65.22vh) scale(.7309)}to{transform:translate(32.0917vw,99vh) scale(.7309)}}.snow:nth-child(215){opacity:1.4646;transform:translate(59.0086vw,-10px) scale(.3422);animation:fall-215 10s -20s linear infinite}@keyframes fall-215{52.019%{transform:translate(65.1039vw,52.019vh) scale(.3422)}to{transform:translate(62.05625vw,99vh) scale(.3422)}}.snow:nth-child(216){opacity:.1898;transform:translate(55.8539vw,-10px) scale(.7213);animation:fall-216 26s -25s linear infinite}@keyframes fall-216{50.163%{transform:translate(61.5188vw,50.163vh) scale(.7213)}to{transform:translate(58.68635vw,99vh) scale(.7213)}}.snow:nth-child(217){opacity:1.252;transform:translate(28.9323vw,-10px) scale(.8477);animation:fall-217 10s -4s linear infinite}@keyframes fall-217{37.504%{transform:translate(20.8345vw,37.504vh) scale(.8477)}to{transform:translate(24.8834vw,99vh) scale(.8477)}}.snow:nth-child(218){opacity:1.23;transform:translate(31.9543vw,-10px) scale(.8729);animation:fall-218 19s -14s linear infinite}@keyframes fall-218{64.267%{transform:translate(34.7376vw,64.267vh) scale(.8729)}to{transform:translate(33.34595vw,99vh) scale(.8729)}}.snow:nth-child(219){opacity:1.5938;transform:translate(92.381vw,-10px) scale(.2252);animation:fall-219 22s -10s linear infinite}@keyframes fall-219{42.638%{transform:translate(92.7284vw,42.638vh) scale(.2252)}to{transform:translate(92.5547vw,99vh) scale(.2252)}}.snow:nth-child(220){opacity:.9998;transform:translate(83.3979vw,-10px) scale(.1875);animation:fall-220 28s -21s linear infinite}@keyframes fall-220{45.135%{transform:translate(82.4578vw,45.135vh) scale(.1875)}to{transform:translate(82.92785vw,99vh) scale(.1875)}}.snow:nth-child(221){opacity:.9408;transform:translate(4.5757vw,-10px) scale(.9033);animation:fall-221 12s -25s linear infinite}@keyframes fall-221{58.394%{transform:translate(1.7124vw,58.394vh) scale(.9033)}to{transform:translate(3.14405vw,99vh) scale(.9033)}}.snow:nth-child(222){opacity:1.724;transform:translate(16.3304vw,-10px) scale(.4113);animation:fall-222 16s -1s linear infinite}@keyframes fall-222{76.897%{transform:translate(10.5655vw,76.897vh) scale(.4113)}to{transform:translate(13.44795vw,99vh) scale(.4113)}}.snow:nth-child(223){opacity:.0612;transform:translate(78.4211vw,-10px) scale(.6957);animation:fall-223 18s -10s linear infinite}@keyframes fall-223{62.719%{transform:translate(69.6401vw,62.719vh) scale(.6957)}to{transform:translate(74.0306vw,99vh) scale(.6957)}}.snow:nth-child(224){opacity:1.2534;transform:translate(65.0526vw,-10px) scale(.2376);animation:fall-224 28s -13s linear infinite}@keyframes fall-224{62.12%{transform:translate(55.5295vw,62.12vh) scale(.2376)}to{transform:translate(60.29105vw,99vh) scale(.2376)}}.snow:nth-child(225){opacity:1.3998;transform:translate(58.9644vw,-10px) scale(.7496);animation:fall-225 15s -15s linear infinite}@keyframes fall-225{52.72%{transform:translate(54.7995vw,52.72vh) scale(.7496)}to{transform:translate(56.88195vw,99vh) scale(.7496)}}.snow:nth-child(226){opacity:1.108;transform:translate(83.1766vw,-10px) scale(.0412);animation:fall-226 17s -1s linear infinite}@keyframes fall-226{41.852%{transform:translate(90.3661vw,41.852vh) scale(.0412)}to{transform:translate(86.77135vw,99vh) scale(.0412)}}.snow:nth-child(227){opacity:.5034;transform:translate(26.9089vw,-10px) scale(.0545);animation:fall-227 26s -30s linear infinite}@keyframes fall-227{69.555%{transform:translate(31.2367vw,69.555vh) scale(.0545)}to{transform:translate(29.0728vw,99vh) scale(.0545)}}.snow:nth-child(228){opacity:.3094;transform:translate(26.5641vw,-10px) scale(.5767);animation:fall-228 13s -11s linear infinite}@keyframes fall-228{32.365%{transform:translate(34.956vw,32.365vh) scale(.5767)}to{transform:translate(30.76005vw,99vh) scale(.5767)}}.snow:nth-child(229){opacity:.9934;transform:translate(36.1939vw,-10px) scale(.837);animation:fall-229 14s -19s linear infinite}@keyframes fall-229{69.205%{transform:translate(42.3519vw,69.205vh) scale(.837)}to{transform:translate(39.2729vw,99vh) scale(.837)}}.snow:nth-child(230){opacity:.2172;transform:translate(23.8802vw,-10px) scale(.3033);animation:fall-230 12s -12s linear infinite}@keyframes fall-230{62.524%{transform:translate(17.6868vw,62.524vh) scale(.3033)}to{transform:translate(20.7835vw,99vh) scale(.3033)}}.snow:nth-child(231){opacity:1.5382;transform:translate(55.493vw,-10px) scale(.6675);animation:fall-231 18s -1s linear infinite}@keyframes fall-231{40.748%{transform:translate(47.884vw,40.748vh) scale(.6675)}to{transform:translate(51.6885vw,99vh) scale(.6675)}}.snow:nth-child(232){opacity:1.2288;transform:translate(64.8595vw,-10px) scale(.6217);animation:fall-232 15s -26s linear infinite}@keyframes fall-232{61.363%{transform:translate(69.6045vw,61.363vh) scale(.6217)}to{transform:translate(67.232vw,99vh) scale(.6217)}}.snow:nth-child(233){opacity:1.19;transform:translate(35.5454vw,-10px) scale(.9628);animation:fall-233 17s -5s linear infinite}@keyframes fall-233{64.837%{transform:translate(45.5235vw,64.837vh) scale(.9628)}to{transform:translate(40.53445vw,99vh) scale(.9628)}}.snow:nth-child(234){opacity:.501;transform:translate(22.9823vw,-10px) scale(.156);animation:fall-234 17s -30s linear infinite}@keyframes fall-234{68.112%{transform:translate(19.951vw,68.112vh) scale(.156)}to{transform:translate(21.46665vw,99vh) scale(.156)}}.snow:nth-child(235){opacity:.3274;transform:translate(84.4672vw,-10px) scale(.4641);animation:fall-235 26s -6s linear infinite}@keyframes fall-235{40.165%{transform:translate(78.3992vw,40.165vh) scale(.4641)}to{transform:translate(81.4332vw,99vh) scale(.4641)}}.snow:nth-child(236){opacity:.7442;transform:translate(44.4427vw,-10px) scale(.8846);animation:fall-236 10s -8s linear infinite}@keyframes fall-236{78.362%{transform:translate(49.2492vw,78.362vh) scale(.8846)}to{transform:translate(46.84595vw,99vh) scale(.8846)}}.snow:nth-child(237){opacity:.0534;transform:translate(3.8611vw,-10px) scale(.0252);animation:fall-237 20s -28s linear infinite}@keyframes fall-237{36.548%{transform:translate(-3.0637vw,36.548vh) scale(.0252)}to{transform:translate(.3987vw,99vh) scale(.0252)}}.snow:nth-child(238){opacity:1.9516;transform:translate(56.9277vw,-10px) scale(.2639);animation:fall-238 11s -26s linear infinite}@keyframes fall-238{44.121%{transform:translate(65.0586vw,44.121vh) scale(.2639)}to{transform:translate(60.99315vw,99vh) scale(.2639)}}.snow:nth-child(239){opacity:1.7938;transform:translate(34.7613vw,-10px) scale(.9109);animation:fall-239 30s -21s linear infinite}@keyframes fall-239{77.408%{transform:translate(32.9775vw,77.408vh) scale(.9109)}to{transform:translate(33.8694vw,99vh) scale(.9109)}}.snow:nth-child(240){opacity:.1216;transform:translate(27.5239vw,-10px) scale(.6177);animation:fall-240 26s -20s linear infinite}@keyframes fall-240{78.683%{transform:translate(31.6143vw,78.683vh) scale(.6177)}to{transform:translate(29.5691vw,99vh) scale(.6177)}}.snow:nth-child(241){opacity:.2936;transform:translate(22.7529vw,-10px) scale(.0935);animation:fall-241 17s -18s linear infinite}@keyframes fall-241{52.55%{transform:translate(32.3329vw,52.55vh) scale(.0935)}to{transform:translate(27.5429vw,99vh) scale(.0935)}}.snow:nth-child(242){opacity:.8784;transform:translate(67.3677vw,-10px) scale(.2961);animation:fall-242 11s -29s linear infinite}@keyframes fall-242{37.966%{transform:translate(74.9088vw,37.966vh) scale(.2961)}to{transform:translate(71.13825vw,99vh) scale(.2961)}}.snow:nth-child(243){opacity:1.1858;transform:translate(41.7557vw,-10px) scale(.669);animation:fall-243 30s -17s linear infinite}@keyframes fall-243{55.455%{transform:translate(35.5405vw,55.455vh) scale(.669)}to{transform:translate(38.6481vw,99vh) scale(.669)}}.snow:nth-child(244){opacity:1.4324;transform:translate(65.6903vw,-10px) scale(.6288);animation:fall-244 25s -11s linear infinite}@keyframes fall-244{48.084%{transform:translate(61.8087vw,48.084vh) scale(.6288)}to{transform:translate(63.7495vw,99vh) scale(.6288)}}.snow:nth-child(245){opacity:.6222;transform:translate(93.3319vw,-10px) scale(.7787);animation:fall-245 18s -12s linear infinite}@keyframes fall-245{35.661%{transform:translate(103.2573vw,35.661vh) scale(.7787)}to{transform:translate(98.2946vw,99vh) scale(.7787)}}.snow:nth-child(246){opacity:.3244;transform:translate(94.5761vw,-10px) scale(.806);animation:fall-246 22s -7s linear infinite}@keyframes fall-246{45.741%{transform:translate(103.241vw,45.741vh) scale(.806)}to{transform:translate(98.90855vw,99vh) scale(.806)}}.snow:nth-child(247){opacity:.3654;transform:translate(22.1502vw,-10px) scale(.7886);animation:fall-247 21s -12s linear infinite}@keyframes fall-247{48.662%{transform:translate(30.2732vw,48.662vh) scale(.7886)}to{transform:translate(26.2117vw,99vh) scale(.7886)}}.snow:nth-child(248){opacity:1.822;transform:translate(20.7291vw,-10px) scale(.9303);animation:fall-248 24s -3s linear infinite}@keyframes fall-248{52.303%{transform:translate(26.7753vw,52.303vh) scale(.9303)}to{transform:translate(23.7522vw,99vh) scale(.9303)}}.snow:nth-child(249){opacity:.4302;transform:translate(43.4832vw,-10px) scale(.2677);animation:fall-249 11s -15s linear infinite}@keyframes fall-249{46.474%{transform:translate(45.3412vw,46.474vh) scale(.2677)}to{transform:translate(44.4122vw,99vh) scale(.2677)}}.snow:nth-child(250){opacity:.584;transform:translate(14.2124vw,-10px) scale(.5298);animation:fall-250 11s -7s linear infinite}@keyframes fall-250{53.658%{transform:translate(9.6221vw,53.658vh) scale(.5298)}to{transform:translate(11.91725vw,99vh) scale(.5298)}}.snow:nth-child(251){opacity:.2002;transform:translate(76.9371vw,-10px) scale(.3767);animation:fall-251 25s -19s linear infinite}@keyframes fall-251{60.147%{transform:translate(81.1673vw,60.147vh) scale(.3767)}to{transform:translate(79.0522vw,99vh) scale(.3767)}}.snow:nth-child(252){opacity:.429;transform:translate(71.9462vw,-10px) scale(.0737);animation:fall-252 23s -9s linear infinite}@keyframes fall-252{48.085%{transform:translate(78.7463vw,48.085vh) scale(.0737)}to{transform:translate(75.34625vw,99vh) scale(.0737)}}.snow:nth-child(253){opacity:.0354;transform:translate(88.8818vw,-10px) scale(.5711);animation:fall-253 21s -20s linear infinite}@keyframes fall-253{52.737%{transform:translate(93.1616vw,52.737vh) scale(.5711)}to{transform:translate(91.0217vw,99vh) scale(.5711)}}.snow:nth-child(254){opacity:1.7064;transform:translate(4.5296vw,-10px) scale(.0416);animation:fall-254 20s -18s linear infinite}@keyframes fall-254{71.013%{transform:translate(-3.4756vw,71.013vh) scale(.0416)}to{transform:translate(.527vw,99vh) scale(.0416)}}.snow:nth-child(255){opacity:.1824;transform:translate(18.1825vw,-10px) scale(.2328);animation:fall-255 25s -3s linear infinite}@keyframes fall-255{59.428%{transform:translate(17.4808vw,59.428vh) scale(.2328)}to{transform:translate(17.83165vw,99vh) scale(.2328)}}.snow:nth-child(256){opacity:.5966;transform:translate(44.8554vw,-10px) scale(.0838);animation:fall-256 30s -15s linear infinite}@keyframes fall-256{74.018%{transform:translate(45.1089vw,74.018vh) scale(.0838)}to{transform:translate(44.98215vw,99vh) scale(.0838)}}.snow:nth-child(257){opacity:.5604;transform:translate(71.9474vw,-10px) scale(.7847);animation:fall-257 13s -11s linear infinite}@keyframes fall-257{50.853%{transform:translate(75.2752vw,50.853vh) scale(.7847)}to{transform:translate(73.6113vw,99vh) scale(.7847)}}.snow:nth-child(258){opacity:1.1738;transform:translate(26.4544vw,-10px) scale(.4405);animation:fall-258 21s -11s linear infinite}@keyframes fall-258{78.649%{transform:translate(18.9809vw,78.649vh) scale(.4405)}to{transform:translate(22.71765vw,99vh) scale(.4405)}}.snow:nth-child(259){opacity:1.3602;transform:translate(82.2596vw,-10px) scale(.4745);animation:fall-259 15s -20s linear infinite}@keyframes fall-259{32.947%{transform:translate(75.671vw,32.947vh) scale(.4745)}to{transform:translate(78.9653vw,99vh) scale(.4745)}}.snow:nth-child(260){opacity:1.2404;transform:translate(67.0387vw,-10px) scale(.8934);animation:fall-260 25s -8s linear infinite}@keyframes fall-260{61.862%{transform:translate(64.9357vw,61.862vh) scale(.8934)}to{transform:translate(65.9872vw,99vh) scale(.8934)}}.snow:nth-child(261){opacity:1.251;transform:translate(67.3298vw,-10px) scale(.1376);animation:fall-261 22s -21s linear infinite}@keyframes fall-261{76.073%{transform:translate(66.9516vw,76.073vh) scale(.1376)}to{transform:translate(67.1407vw,99vh) scale(.1376)}}.snow:nth-child(262){opacity:.6324;transform:translate(4.3047vw,-10px) scale(.5006);animation:fall-262 23s -30s linear infinite}@keyframes fall-262{33.176%{transform:translate(-1.1279vw,33.176vh) scale(.5006)}to{transform:translate(1.5884vw,99vh) scale(.5006)}}.snow:nth-child(263){opacity:1.3606;transform:translate(43.2219vw,-10px) scale(.9688);animation:fall-263 14s -9s linear infinite}@keyframes fall-263{45.838%{transform:translate(46.9069vw,45.838vh) scale(.9688)}to{transform:translate(45.0644vw,99vh) scale(.9688)}}.snow:nth-child(264){opacity:1.1482;transform:translate(69.1964vw,-10px) scale(.9144);animation:fall-264 14s -3s linear infinite}@keyframes fall-264{57.958%{transform:translate(69.2209vw,57.958vh) scale(.9144)}to{transform:translate(69.20865vw,99vh) scale(.9144)}}.snow:nth-child(265){opacity:1.13;transform:translate(9.4398vw,-10px) scale(.3239);animation:fall-265 18s -7s linear infinite}@keyframes fall-265{64.709%{transform:translate(3.7878vw,64.709vh) scale(.3239)}to{transform:translate(6.6138vw,99vh) scale(.3239)}}.snow:nth-child(266){opacity:1.2838;transform:translate(53.0499vw,-10px) scale(.052);animation:fall-266 12s -19s linear infinite}@keyframes fall-266{79.051%{transform:translate(45.5711vw,79.051vh) scale(.052)}to{transform:translate(49.3105vw,99vh) scale(.052)}}.snow:nth-child(267){opacity:1.7512;transform:translate(79.0526vw,-10px) scale(.0791);animation:fall-267 13s -27s linear infinite}@keyframes fall-267{64.361%{transform:translate(71.4177vw,64.361vh) scale(.0791)}to{transform:translate(75.23515vw,99vh) scale(.0791)}}.snow:nth-child(268){opacity:1.3322;transform:translate(85.9759vw,-10px) scale(.268);animation:fall-268 30s -24s linear infinite}@keyframes fall-268{73.591%{transform:translate(93.7904vw,73.591vh) scale(.268)}to{transform:translate(89.88315vw,99vh) scale(.268)}}.snow:nth-child(269){opacity:1.737;transform:translate(70.4166vw,-10px) scale(.4522);animation:fall-269 25s -22s linear infinite}@keyframes fall-269{55.12%{transform:translate(65.0626vw,55.12vh) scale(.4522)}to{transform:translate(67.7396vw,99vh) scale(.4522)}}.snow:nth-child(270){opacity:1.918;transform:translate(31.2704vw,-10px) scale(.0301);animation:fall-270 13s -12s linear infinite}@keyframes fall-270{56.899%{transform:translate(33.751vw,56.899vh) scale(.0301)}to{transform:translate(32.5107vw,99vh) scale(.0301)}}.snow:nth-child(271){opacity:.1702;transform:translate(71.5074vw,-10px) scale(.3899);animation:fall-271 25s -27s linear infinite}@keyframes fall-271{40.18%{transform:translate(78.6017vw,40.18vh) scale(.3899)}to{transform:translate(75.05455vw,99vh) scale(.3899)}}.snow:nth-child(272){opacity:1.6228;transform:translate(72.7567vw,-10px) scale(.5226);animation:fall-272 22s -22s linear infinite}@keyframes fall-272{39.573%{transform:translate(67.089vw,39.573vh) scale(.5226)}to{transform:translate(69.92285vw,99vh) scale(.5226)}}.snow:nth-child(273){opacity:1.8052;transform:translate(99.1432vw,-10px) scale(.4049);animation:fall-273 19s -21s linear infinite}@keyframes fall-273{55.989%{transform:translate(93.714vw,55.989vh) scale(.4049)}to{transform:translate(96.4286vw,99vh) scale(.4049)}}.snow:nth-child(274){opacity:.788;transform:translate(95.9642vw,-10px) scale(.0136);animation:fall-274 17s -19s linear infinite}@keyframes fall-274{35.126%{transform:translate(100.1724vw,35.126vh) scale(.0136)}to{transform:translate(98.0683vw,99vh) scale(.0136)}}.snow:nth-child(275){opacity:.1208;transform:translate(56.4569vw,-10px) scale(.968);animation:fall-275 23s -11s linear infinite}@keyframes fall-275{53.518%{transform:translate(64.4339vw,53.518vh) scale(.968)}to{transform:translate(60.4454vw,99vh) scale(.968)}}.snow:nth-child(276){opacity:.3942;transform:translate(71.2198vw,-10px) scale(.3997);animation:fall-276 28s -10s linear infinite}@keyframes fall-276{78.031%{transform:translate(69.141vw,78.031vh) scale(.3997)}to{transform:translate(70.1804vw,99vh) scale(.3997)}}.snow:nth-child(277){opacity:.0484;transform:translate(3.943vw,-10px) scale(.1153);animation:fall-277 28s -19s linear infinite}@keyframes fall-277{76.339%{transform:translate(1.907vw,76.339vh) scale(.1153)}to{transform:translate(2.925vw,99vh) scale(.1153)}}.snow:nth-child(278){opacity:.4214;transform:translate(44.7684vw,-10px) scale(.0042);animation:fall-278 22s -13s linear infinite}@keyframes fall-278{63.68%{transform:translate(47.0569vw,63.68vh) scale(.0042)}to{transform:translate(45.91265vw,99vh) scale(.0042)}}.snow:nth-child(279){opacity:.6434;transform:translate(21.3695vw,-10px) scale(.274);animation:fall-279 13s -4s linear infinite}@keyframes fall-279{48.261%{transform:translate(29.6692vw,48.261vh) scale(.274)}to{transform:translate(25.51935vw,99vh) scale(.274)}}.snow:nth-child(280){opacity:1.789;transform:translate(93.8143vw,-10px) scale(.9227);animation:fall-280 16s -28s linear infinite}@keyframes fall-280{75.571%{transform:translate(97.4033vw,75.571vh) scale(.9227)}to{transform:translate(95.6088vw,99vh) scale(.9227)}}.snow:nth-child(281){opacity:1.0112;transform:translate(49.7534vw,-10px) scale(.4836);animation:fall-281 27s -29s linear infinite}@keyframes fall-281{60.851%{transform:translate(56.0086vw,60.851vh) scale(.4836)}to{transform:translate(52.881vw,99vh) scale(.4836)}}.snow:nth-child(282){opacity:.694;transform:translate(51.2412vw,-10px) scale(.1423);animation:fall-282 29s -20s linear infinite}@keyframes fall-282{53%{transform:translate(43.1324vw,53vh) scale(.1423)}to{transform:translate(47.1868vw,99vh) scale(.1423)}}.snow:nth-child(283){opacity:1.7454;transform:translate(35.5142vw,-10px) scale(.9037);animation:fall-283 12s -27s linear infinite}@keyframes fall-283{61.088%{transform:translate(34.0076vw,61.088vh) scale(.9037)}to{transform:translate(34.7609vw,99vh) scale(.9037)}}.snow:nth-child(284){opacity:1.9138;transform:translate(1.644vw,-10px) scale(.1422);animation:fall-284 22s -24s linear infinite}@keyframes fall-284{67.488%{transform:translate(-7.308vw,67.488vh) scale(.1422)}to{transform:translate(-2.832vw,99vh) scale(.1422)}}.snow:nth-child(285){opacity:1.0132;transform:translate(66.8936vw,-10px) scale(.2519);animation:fall-285 28s -11s linear infinite}@keyframes fall-285{36.209%{transform:translate(60.916vw,36.209vh) scale(.2519)}to{transform:translate(63.9048vw,99vh) scale(.2519)}}.snow:nth-child(286){opacity:1.0172;transform:translate(59.5687vw,-10px) scale(.2837);animation:fall-286 14s -22s linear infinite}@keyframes fall-286{35.158%{transform:translate(61.7426vw,35.158vh) scale(.2837)}to{transform:translate(60.65565vw,99vh) scale(.2837)}}.snow:nth-child(287){opacity:1.047;transform:translate(63.2784vw,-10px) scale(.1433);animation:fall-287 25s -26s linear infinite}@keyframes fall-287{48.162%{transform:translate(63.0849vw,48.162vh) scale(.1433)}to{transform:translate(63.18165vw,99vh) scale(.1433)}}.snow:nth-child(288){opacity:1.1056;transform:translate(83.9265vw,-10px) scale(.6561);animation:fall-288 14s -12s linear infinite}@keyframes fall-288{44.102%{transform:translate(81.6902vw,44.102vh) scale(.6561)}to{transform:translate(82.80835vw,99vh) scale(.6561)}}.snow:nth-child(289){opacity:1.8144;transform:translate(42.3977vw,-10px) scale(.2324);animation:fall-289 26s -22s linear infinite}@keyframes fall-289{61.412%{transform:translate(49.8006vw,61.412vh) scale(.2324)}to{transform:translate(46.09915vw,99vh) scale(.2324)}}.snow:nth-child(290){opacity:.7314;transform:translate(92.3771vw,-10px) scale(.845);animation:fall-290 14s -13s linear infinite}@keyframes fall-290{76.268%{transform:translate(87.9756vw,76.268vh) scale(.845)}to{transform:translate(90.17635vw,99vh) scale(.845)}}.snow:nth-child(291){opacity:1.6974;transform:translate(6.6733vw,-10px) scale(.5784);animation:fall-291 28s -17s linear infinite}@keyframes fall-291{72.86%{transform:translate(6.5848vw,72.86vh) scale(.5784)}to{transform:translate(6.62905vw,99vh) scale(.5784)}}.snow:nth-child(292){opacity:1.1842;transform:translate(10.6834vw,-10px) scale(.6328);animation:fall-292 23s -26s linear infinite}@keyframes fall-292{77.484%{transform:translate(7.2616vw,77.484vh) scale(.6328)}to{transform:translate(8.9725vw,99vh) scale(.6328)}}.snow:nth-child(293){opacity:.8558;transform:translate(52.397vw,-10px) scale(.1055);animation:fall-293 28s -15s linear infinite}@keyframes fall-293{76.958%{transform:translate(45.2714vw,76.958vh) scale(.1055)}to{transform:translate(48.8342vw,99vh) scale(.1055)}}.snow:nth-child(294){opacity:1.9474;transform:translate(10.2291vw,-10px) scale(.1132);animation:fall-294 25s -23s linear infinite}@keyframes fall-294{58.177%{transform:translate(8.1772vw,58.177vh) scale(.1132)}to{transform:translate(9.20315vw,99vh) scale(.1132)}}.snow:nth-child(295){opacity:.3908;transform:translate(11.5796vw,-10px) scale(.4137);animation:fall-295 29s -16s linear infinite}@keyframes fall-295{43.188%{transform:translate(18.7136vw,43.188vh) scale(.4137)}to{transform:translate(15.1466vw,99vh) scale(.4137)}}.snow:nth-child(296){opacity:.1556;transform:translate(8.0561vw,-10px) scale(.9079);animation:fall-296 17s -20s linear infinite}@keyframes fall-296{36.445%{transform:translate(14.6412vw,36.445vh) scale(.9079)}to{transform:translate(11.34865vw,99vh) scale(.9079)}}.snow:nth-child(297){opacity:.4104;transform:translate(41.7063vw,-10px) scale(.8899);animation:fall-297 11s -1s linear infinite}@keyframes fall-297{44.485%{transform:translate(48.1862vw,44.485vh) scale(.8899)}to{transform:translate(44.94625vw,99vh) scale(.8899)}}.snow:nth-child(298){opacity:.2952;transform:translate(78.1525vw,-10px) scale(.6776);animation:fall-298 23s -20s linear infinite}@keyframes fall-298{38.904%{transform:translate(85.8888vw,38.904vh) scale(.6776)}to{transform:translate(82.02065vw,99vh) scale(.6776)}}.snow:nth-child(299){opacity:.2834;transform:translate(85.5489vw,-10px) scale(.2716);animation:fall-299 18s -23s linear infinite}@keyframes fall-299{58.383%{transform:translate(78.7583vw,58.383vh) scale(.2716)}to{transform:translate(82.1536vw,99vh) scale(.2716)}}.snow:nth-child(300){opacity:1.3558;transform:translate(90.6343vw,-10px) scale(.9735);animation:fall-300 26s -6s linear infinite}@keyframes fall-300{50.169%{transform:translate(90.5992vw,50.169vh) scale(.9735)}to{transform:translate(90.61675vw,99vh) scale(.9735)}}.snow:nth-child(301){opacity:.1292;transform:translate(75.4519vw,-10px) scale(.1744);animation:fall-301 12s -3s linear infinite}@keyframes fall-301{63.239%{transform:translate(78.5262vw,63.239vh) scale(.1744)}to{transform:translate(76.98905vw,99vh) scale(.1744)}}.snow:nth-child(302){opacity:1.5226;transform:translate(55.0962vw,-10px) scale(.6441);animation:fall-302 28s -19s linear infinite}@keyframes fall-302{53.834%{transform:translate(48.4027vw,53.834vh) scale(.6441)}to{transform:translate(51.74945vw,99vh) scale(.6441)}}.snow:nth-child(303){opacity:.5196;transform:translate(10.2184vw,-10px) scale(.7202);animation:fall-303 22s -7s linear infinite}@keyframes fall-303{53.054%{transform:translate(12.1722vw,53.054vh) scale(.7202)}to{transform:translate(11.1953vw,99vh) scale(.7202)}}.snow:nth-child(304){opacity:1.0416;transform:translate(77.7243vw,-10px) scale(.6537);animation:fall-304 15s -30s linear infinite}@keyframes fall-304{30.879%{transform:translate(72.6759vw,30.879vh) scale(.6537)}to{transform:translate(75.2001vw,99vh) scale(.6537)}}.snow:nth-child(305){opacity:.1614;transform:translate(44.3827vw,-10px) scale(.3905);animation:fall-305 20s -29s linear infinite}@keyframes fall-305{69.58%{transform:translate(49.7127vw,69.58vh) scale(.3905)}to{transform:translate(47.0477vw,99vh) scale(.3905)}}.snow:nth-child(306){opacity:.3126;transform:translate(24.4749vw,-10px) scale(.9954);animation:fall-306 29s -21s linear infinite}@keyframes fall-306{31.583%{transform:translate(27.4432vw,31.583vh) scale(.9954)}to{transform:translate(25.95905vw,99vh) scale(.9954)}}.snow:nth-child(307){opacity:.4538;transform:translate(59.3698vw,-10px) scale(.053);animation:fall-307 13s -3s linear infinite}@keyframes fall-307{60.668%{transform:translate(52.1219vw,60.668vh) scale(.053)}to{transform:translate(55.74585vw,99vh) scale(.053)}}.snow:nth-child(308){opacity:.139;transform:translate(32.8512vw,-10px) scale(.7222);animation:fall-308 21s -26s linear infinite}@keyframes fall-308{61.486%{transform:translate(29.9805vw,61.486vh) scale(.7222)}to{transform:translate(31.41585vw,99vh) scale(.7222)}}.snow:nth-child(309){opacity:.2832;transform:translate(16.9364vw,-10px) scale(.5314);animation:fall-309 19s -14s linear infinite}@keyframes fall-309{43.076%{transform:translate(26.1515vw,43.076vh) scale(.5314)}to{transform:translate(21.54395vw,99vh) scale(.5314)}}.snow:nth-child(310){opacity:1.133;transform:translate(72.3719vw,-10px) scale(.5694);animation:fall-310 18s -9s linear infinite}@keyframes fall-310{59.399%{transform:translate(79.1694vw,59.399vh) scale(.5694)}to{transform:translate(75.77065vw,99vh) scale(.5694)}}.snow:nth-child(311){opacity:1.229;transform:translate(79.23vw,-10px) scale(.215);animation:fall-311 18s -16s linear infinite}@keyframes fall-311{36.387%{transform:translate(78.9148vw,36.387vh) scale(.215)}to{transform:translate(79.0724vw,99vh) scale(.215)}}.snow:nth-child(312){opacity:1.2132;transform:translate(14.1041vw,-10px) scale(.4029);animation:fall-312 23s -17s linear infinite}@keyframes fall-312{45.359%{transform:translate(22.0413vw,45.359vh) scale(.4029)}to{transform:translate(18.0727vw,99vh) scale(.4029)}}.snow:nth-child(313){opacity:1.479;transform:translate(71.2938vw,-10px) scale(.626);animation:fall-313 24s -7s linear infinite}@keyframes fall-313{76.362%{transform:translate(65.2138vw,76.362vh) scale(.626)}to{transform:translate(68.2538vw,99vh) scale(.626)}}.snow:nth-child(314){opacity:1.2056;transform:translate(72.423vw,-10px) scale(.9021);animation:fall-314 17s -4s linear infinite}@keyframes fall-314{41.112%{transform:translate(78.2356vw,41.112vh) scale(.9021)}to{transform:translate(75.3293vw,99vh) scale(.9021)}}.snow:nth-child(315){opacity:.584;transform:translate(17.9545vw,-10px) scale(.6022);animation:fall-315 21s -23s linear infinite}@keyframes fall-315{56.773%{transform:translate(23.1436vw,56.773vh) scale(.6022)}to{transform:translate(20.54905vw,99vh) scale(.6022)}}.snow:nth-child(316){opacity:.5478;transform:translate(97.7945vw,-10px) scale(.6144);animation:fall-316 22s -7s linear infinite}@keyframes fall-316{79.418%{transform:translate(98.26vw,79.418vh) scale(.6144)}to{transform:translate(98.02725vw,99vh) scale(.6144)}}.snow:nth-child(317){opacity:1.4796;transform:translate(41.3799vw,-10px) scale(.133);animation:fall-317 27s -8s linear infinite}@keyframes fall-317{31.44%{transform:translate(39.7022vw,31.44vh) scale(.133)}to{transform:translate(40.54105vw,99vh) scale(.133)}}.snow:nth-child(318){opacity:1.655;transform:translate(72.987vw,-10px) scale(.8534);animation:fall-318 10s -29s linear infinite}@keyframes fall-318{74.886%{transform:translate(72.8491vw,74.886vh) scale(.8534)}to{transform:translate(72.91805vw,99vh) scale(.8534)}}.snow:nth-child(319){opacity:.0558;transform:translate(30.7795vw,-10px) scale(.3144);animation:fall-319 18s -18s linear infinite}@keyframes fall-319{67.169%{transform:translate(32.1215vw,67.169vh) scale(.3144)}to{transform:translate(31.4505vw,99vh) scale(.3144)}}.snow:nth-child(320){opacity:.4902;transform:translate(17.0429vw,-10px) scale(.8782);animation:fall-320 10s -17s linear infinite}@keyframes fall-320{48.289%{transform:translate(10.1094vw,48.289vh) scale(.8782)}to{transform:translate(13.57615vw,99vh) scale(.8782)}}.snow:nth-child(321){opacity:.525;transform:translate(49.9892vw,-10px) scale(.1551);animation:fall-321 28s -15s linear infinite}@keyframes fall-321{45.181%{transform:translate(40.3161vw,45.181vh) scale(.1551)}to{transform:translate(45.15265vw,99vh) scale(.1551)}}.snow:nth-child(322){opacity:1.9582;transform:translate(36.3747vw,-10px) scale(.6305);animation:fall-322 20s -18s linear infinite}@keyframes fall-322{69.97%{transform:translate(35.2478vw,69.97vh) scale(.6305)}to{transform:translate(35.81125vw,99vh) scale(.6305)}}.snow:nth-child(323){opacity:.6704;transform:translate(93.2559vw,-10px) scale(.3078);animation:fall-323 23s -22s linear infinite}@keyframes fall-323{63.725%{transform:translate(93.5862vw,63.725vh) scale(.3078)}to{transform:translate(93.42105vw,99vh) scale(.3078)}}.snow:nth-child(324){opacity:1.1536;transform:translate(14.9343vw,-10px) scale(.8081);animation:fall-324 27s -6s linear infinite}@keyframes fall-324{58.764%{transform:translate(8.6618vw,58.764vh) scale(.8081)}to{transform:translate(11.79805vw,99vh) scale(.8081)}}.snow:nth-child(325){opacity:.502;transform:translate(96.7149vw,-10px) scale(.3806);animation:fall-325 25s -3s linear infinite}@keyframes fall-325{64.73%{transform:translate(102.803vw,64.73vh) scale(.3806)}to{transform:translate(99.75895vw,99vh) scale(.3806)}}.snow:nth-child(326){opacity:1.479;transform:translate(21.1123vw,-10px) scale(.6264);animation:fall-326 15s -19s linear infinite}@keyframes fall-326{43.913%{transform:translate(27.9289vw,43.913vh) scale(.6264)}to{transform:translate(24.5206vw,99vh) scale(.6264)}}.snow:nth-child(327){opacity:1.8468;transform:translate(8.5328vw,-10px) scale(.3241);animation:fall-327 15s -4s linear infinite}@keyframes fall-327{31.801%{transform:translate(13.8115vw,31.801vh) scale(.3241)}to{transform:translate(11.17215vw,99vh) scale(.3241)}}.snow:nth-child(328){opacity:1.0842;transform:translate(96.5757vw,-10px) scale(.4747);animation:fall-328 14s -22s linear infinite}@keyframes fall-328{74.601%{transform:translate(95.0346vw,74.601vh) scale(.4747)}to{transform:translate(95.80515vw,99vh) scale(.4747)}}.snow:nth-child(329){opacity:.2418;transform:translate(37.5497vw,-10px) scale(.8584);animation:fall-329 26s -16s linear infinite}@keyframes fall-329{51.877%{transform:translate(35.0927vw,51.877vh) scale(.8584)}to{transform:translate(36.3212vw,99vh) scale(.8584)}}.snow:nth-child(330){opacity:1.016;transform:translate(89.6395vw,-10px) scale(.0726);animation:fall-330 10s -25s linear infinite}@keyframes fall-330{53.761%{transform:translate(89.339vw,53.761vh) scale(.0726)}to{transform:translate(89.48925vw,99vh) scale(.0726)}}.snow:nth-child(331){opacity:1.0556;transform:translate(42.6602vw,-10px) scale(.9992);animation:fall-331 16s -18s linear infinite}@keyframes fall-331{38.303%{transform:translate(37.9745vw,38.303vh) scale(.9992)}to{transform:translate(40.31735vw,99vh) scale(.9992)}}.snow:nth-child(332){opacity:1.8622;transform:translate(60.0811vw,-10px) scale(.042);animation:fall-332 16s -17s linear infinite}@keyframes fall-332{59.336%{transform:translate(59.9984vw,59.336vh) scale(.042)}to{transform:translate(60.03975vw,99vh) scale(.042)}}.snow:nth-child(333){opacity:1.515;transform:translate(47.4331vw,-10px) scale(.7316);animation:fall-333 12s -28s linear infinite}@keyframes fall-333{79.234%{transform:translate(41.3585vw,79.234vh) scale(.7316)}to{transform:translate(44.3958vw,99vh) scale(.7316)}}.snow:nth-child(334){opacity:1.7884;transform:translate(86.5255vw,-10px) scale(.4332);animation:fall-334 19s -7s linear infinite}@keyframes fall-334{30.265%{transform:translate(84.167vw,30.265vh) scale(.4332)}to{transform:translate(85.34625vw,99vh) scale(.4332)}}.snow:nth-child(335){opacity:1.601;transform:translate(5.9273vw,-10px) scale(.7211);animation:fall-335 16s -2s linear infinite}@keyframes fall-335{77.286%{transform:translate(7.4282vw,77.286vh) scale(.7211)}to{transform:translate(6.67775vw,99vh) scale(.7211)}}.snow:nth-child(336){opacity:1.887;transform:translate(51.7683vw,-10px) scale(.3287);animation:fall-336 21s -16s linear infinite}@keyframes fall-336{71.86%{transform:translate(45.0289vw,71.86vh) scale(.3287)}to{transform:translate(48.3986vw,99vh) scale(.3287)}}.snow:nth-child(337){opacity:1.9832;transform:translate(18.8373vw,-10px) scale(.7307);animation:fall-337 21s -22s linear infinite}@keyframes fall-337{32.572%{transform:translate(17.7232vw,32.572vh) scale(.7307)}to{transform:translate(18.28025vw,99vh) scale(.7307)}}.snow:nth-child(338){opacity:.833;transform:translate(39.3788vw,-10px) scale(.7783);animation:fall-338 11s -1s linear infinite}@keyframes fall-338{37.284%{transform:translate(43.3955vw,37.284vh) scale(.7783)}to{transform:translate(41.38715vw,99vh) scale(.7783)}}.snow:nth-child(339){opacity:.7342;transform:translate(17.5648vw,-10px) scale(.7452);animation:fall-339 28s -29s linear infinite}@keyframes fall-339{60.665%{transform:translate(23.1733vw,60.665vh) scale(.7452)}to{transform:translate(20.36905vw,99vh) scale(.7452)}}.snow:nth-child(340){opacity:1.9844;transform:translate(18.5404vw,-10px) scale(.9901);animation:fall-340 29s -25s linear infinite}@keyframes fall-340{71.872%{transform:translate(24.2572vw,71.872vh) scale(.9901)}to{transform:translate(21.3988vw,99vh) scale(.9901)}}.snow:nth-child(341){opacity:1.5744;transform:translate(32.3106vw,-10px) scale(.9945);animation:fall-341 24s -16s linear infinite}@keyframes fall-341{62.237%{transform:translate(37.3698vw,62.237vh) scale(.9945)}to{transform:translate(34.8402vw,99vh) scale(.9945)}}.snow:nth-child(342){opacity:.6312;transform:translate(45.3307vw,-10px) scale(.9929);animation:fall-342 14s -17s linear infinite}@keyframes fall-342{74.338%{transform:translate(43.5991vw,74.338vh) scale(.9929)}to{transform:translate(44.4649vw,99vh) scale(.9929)}}.snow:nth-child(343){opacity:1.199;transform:translate(90.14vw,-10px) scale(.7588);animation:fall-343 20s -14s linear infinite}@keyframes fall-343{39.04%{transform:translate(92.5975vw,39.04vh) scale(.7588)}to{transform:translate(91.36875vw,99vh) scale(.7588)}}.snow:nth-child(344){opacity:.868;transform:translate(30.9916vw,-10px) scale(.9952);animation:fall-344 20s -30s linear infinite}@keyframes fall-344{62.688%{transform:translate(25.3328vw,62.688vh) scale(.9952)}to{transform:translate(28.1622vw,99vh) scale(.9952)}}.snow:nth-child(345){opacity:1.881;transform:translate(91.5167vw,-10px) scale(.8632);animation:fall-345 19s -26s linear infinite}@keyframes fall-345{43.799%{transform:translate(94.0279vw,43.799vh) scale(.8632)}to{transform:translate(92.7723vw,99vh) scale(.8632)}}.snow:nth-child(346){opacity:.2764;transform:translate(3.7631vw,-10px) scale(.4404);animation:fall-346 26s -21s linear infinite}@keyframes fall-346{40.799%{transform:translate(3.4091vw,40.799vh) scale(.4404)}to{transform:translate(3.5861vw,99vh) scale(.4404)}}.snow:nth-child(347){opacity:1.6732;transform:translate(70.4529vw,-10px) scale(.4982);animation:fall-347 16s -20s linear infinite}@keyframes fall-347{35.782%{transform:translate(66.3733vw,35.782vh) scale(.4982)}to{transform:translate(68.4131vw,99vh) scale(.4982)}}.snow:nth-child(348){opacity:1.1086;transform:translate(19.4837vw,-10px) scale(.6529);animation:fall-348 21s -26s linear infinite}@keyframes fall-348{51.387%{transform:translate(15.3635vw,51.387vh) scale(.6529)}to{transform:translate(17.4236vw,99vh) scale(.6529)}}.snow:nth-child(349){opacity:1.2132;transform:translate(42.221vw,-10px) scale(.8085);animation:fall-349 12s -5s linear infinite}@keyframes fall-349{70.117%{transform:translate(39.3498vw,70.117vh) scale(.8085)}to{transform:translate(40.7854vw,99vh) scale(.8085)}}.snow:nth-child(350){opacity:1.4308;transform:translate(64.8992vw,-10px) scale(.6298);animation:fall-350 11s -29s linear infinite}@keyframes fall-350{45.701%{transform:translate(74.2586vw,45.701vh) scale(.6298)}to{transform:translate(69.5789vw,99vh) scale(.6298)}}.snow:nth-child(351){opacity:.8116;transform:translate(49.3998vw,-10px) scale(.6866);animation:fall-351 24s -22s linear infinite}@keyframes fall-351{65.978%{transform:translate(49.3051vw,65.978vh) scale(.6866)}to{transform:translate(49.35245vw,99vh) scale(.6866)}}.snow:nth-child(352){opacity:1.5122;transform:translate(51.3684vw,-10px) scale(.0885);animation:fall-352 25s -17s linear infinite}@keyframes fall-352{61.131%{transform:translate(47.4219vw,61.131vh) scale(.0885)}to{transform:translate(49.39515vw,99vh) scale(.0885)}}.snow:nth-child(353){opacity:1.8914;transform:translate(66.2032vw,-10px) scale(.2951);animation:fall-353 10s -1s linear infinite}@keyframes fall-353{75.927%{transform:translate(70.5541vw,75.927vh) scale(.2951)}to{transform:translate(68.37865vw,99vh) scale(.2951)}}.snow:nth-child(354){opacity:1.2002;transform:translate(57.3383vw,-10px) scale(.9627);animation:fall-354 25s -25s linear infinite}@keyframes fall-354{32.777%{transform:translate(54.3406vw,32.777vh) scale(.9627)}to{transform:translate(55.83945vw,99vh) scale(.9627)}}.snow:nth-child(355){opacity:1.294;transform:translate(60.6106vw,-10px) scale(.8117);animation:fall-355 17s -23s linear infinite}@keyframes fall-355{73.235%{transform:translate(56.7187vw,73.235vh) scale(.8117)}to{transform:translate(58.66465vw,99vh) scale(.8117)}}.snow:nth-child(356){opacity:.7588;transform:translate(52.9158vw,-10px) scale(.7132);animation:fall-356 11s -11s linear infinite}@keyframes fall-356{60.144%{transform:translate(54.2799vw,60.144vh) scale(.7132)}to{transform:translate(53.59785vw,99vh) scale(.7132)}}.snow:nth-child(357){opacity:1.514;transform:translate(82.6586vw,-10px) scale(.1526);animation:fall-357 30s -21s linear infinite}@keyframes fall-357{73.715%{transform:translate(73.5944vw,73.715vh) scale(.1526)}to{transform:translate(78.1265vw,99vh) scale(.1526)}}.snow:nth-child(358){opacity:1.299;transform:translate(96.2473vw,-10px) scale(.9548);animation:fall-358 19s -12s linear infinite}@keyframes fall-358{70.261%{transform:translate(96.7009vw,70.261vh) scale(.9548)}to{transform:translate(96.4741vw,99vh) scale(.9548)}}.snow:nth-child(359){opacity:1.046;transform:translate(2.6877vw,-10px) scale(.8486);animation:fall-359 29s -20s linear infinite}@keyframes fall-359{50.003%{transform:translate(-5.4662vw,50.003vh) scale(.8486)}to{transform:translate(-1.38925vw,99vh) scale(.8486)}}.snow:nth-child(360){opacity:1.3748;transform:translate(45.5612vw,-10px) scale(.2686);animation:fall-360 30s -15s linear infinite}@keyframes fall-360{67.781%{transform:translate(40.6579vw,67.781vh) scale(.2686)}to{transform:translate(43.10955vw,99vh) scale(.2686)}}.snow:nth-child(361){opacity:1.076;transform:translate(77.9936vw,-10px) scale(.3758);animation:fall-361 19s -3s linear infinite}@keyframes fall-361{62.527%{transform:translate(70.2132vw,62.527vh) scale(.3758)}to{transform:translate(74.1034vw,99vh) scale(.3758)}}.snow:nth-child(362){opacity:1.4094;transform:translate(12.3568vw,-10px) scale(.5989);animation:fall-362 26s -28s linear infinite}@keyframes fall-362{73.905%{transform:translate(20.1925vw,73.905vh) scale(.5989)}to{transform:translate(16.27465vw,99vh) scale(.5989)}}.snow:nth-child(363){opacity:.1372;transform:translate(22.1855vw,-10px) scale(.0753);animation:fall-363 23s -28s linear infinite}@keyframes fall-363{39.702%{transform:translate(23.0549vw,39.702vh) scale(.0753)}to{transform:translate(22.6202vw,99vh) scale(.0753)}}.snow:nth-child(364){opacity:1.3226;transform:translate(16.8085vw,-10px) scale(.4042);animation:fall-364 18s -22s linear infinite}@keyframes fall-364{65.545%{transform:translate(9.175vw,65.545vh) scale(.4042)}to{transform:translate(12.99175vw,99vh) scale(.4042)}}.snow:nth-child(365){opacity:1.4766;transform:translate(79.8986vw,-10px) scale(.972);animation:fall-365 10s -30s linear infinite}@keyframes fall-365{78.758%{transform:translate(73.3789vw,78.758vh) scale(.972)}to{transform:translate(76.63875vw,99vh) scale(.972)}}.snow:nth-child(366){opacity:.5102;transform:translate(94.6803vw,-10px) scale(.1031);animation:fall-366 22s -12s linear infinite}@keyframes fall-366{36.403%{transform:translate(100.824vw,36.403vh) scale(.1031)}to{transform:translate(97.75215vw,99vh) scale(.1031)}}.snow:nth-child(367){opacity:.2876;transform:translate(50.9779vw,-10px) scale(.6426);animation:fall-367 19s -19s linear infinite}@keyframes fall-367{39.708%{transform:translate(43.0949vw,39.708vh) scale(.6426)}to{transform:translate(47.0364vw,99vh) scale(.6426)}}.snow:nth-child(368){opacity:1.1304;transform:translate(88.8118vw,-10px) scale(.0991);animation:fall-368 26s -6s linear infinite}@keyframes fall-368{33.779%{transform:translate(97.4293vw,33.779vh) scale(.0991)}to{transform:translate(93.12055vw,99vh) scale(.0991)}}.snow:nth-child(369){opacity:1.0194;transform:translate(2.457vw,-10px) scale(.2169);animation:fall-369 21s -21s linear infinite}@keyframes fall-369{45.719%{transform:translate(-1.876vw,45.719vh) scale(.2169)}to{transform:translate(.2905vw,99vh) scale(.2169)}}.snow:nth-child(370){opacity:1.2992;transform:translate(57.7722vw,-10px) scale(.4744);animation:fall-370 30s -10s linear infinite}@keyframes fall-370{30.76%{transform:translate(54.5497vw,30.76vh) scale(.4744)}to{transform:translate(56.16095vw,99vh) scale(.4744)}}.snow:nth-child(371){opacity:1.2926;transform:translate(17.0072vw,-10px) scale(.2689);animation:fall-371 20s -28s linear infinite}@keyframes fall-371{41.993%{transform:translate(7.2345vw,41.993vh) scale(.2689)}to{transform:translate(12.12085vw,99vh) scale(.2689)}}.snow:nth-child(372){opacity:1.4896;transform:translate(99.6122vw,-10px) scale(.2301);animation:fall-372 21s -24s linear infinite}@keyframes fall-372{61.411%{transform:translate(100.59vw,61.411vh) scale(.2301)}to{transform:translate(100.1011vw,99vh) scale(.2301)}}.snow:nth-child(373){opacity:1.4316;transform:translate(43.6668vw,-10px) scale(.1579);animation:fall-373 21s -7s linear infinite}@keyframes fall-373{60.001%{transform:translate(49.1283vw,60.001vh) scale(.1579)}to{transform:translate(46.39755vw,99vh) scale(.1579)}}.snow:nth-child(374){opacity:.035;transform:translate(10.9894vw,-10px) scale(.6711);animation:fall-374 14s -15s linear infinite}@keyframes fall-374{79.145%{transform:translate(4.1299vw,79.145vh) scale(.6711)}to{transform:translate(7.55965vw,99vh) scale(.6711)}}.snow:nth-child(375){opacity:1.4216;transform:translate(63.6277vw,-10px) scale(.709);animation:fall-375 18s -25s linear infinite}@keyframes fall-375{31.63%{transform:translate(63.2275vw,31.63vh) scale(.709)}to{transform:translate(63.4276vw,99vh) scale(.709)}}.snow:nth-child(376){opacity:1.86;transform:translate(41.6222vw,-10px) scale(.5418);animation:fall-376 23s -13s linear infinite}@keyframes fall-376{75.626%{transform:translate(33.9461vw,75.626vh) scale(.5418)}to{transform:translate(37.78415vw,99vh) scale(.5418)}}.snow:nth-child(377){opacity:1.2152;transform:translate(45.4868vw,-10px) scale(.9819);animation:fall-377 29s -28s linear infinite}@keyframes fall-377{42.332%{transform:translate(53.4609vw,42.332vh) scale(.9819)}to{transform:translate(49.47385vw,99vh) scale(.9819)}}.snow:nth-child(378){opacity:.0994;transform:translate(80.7569vw,-10px) scale(.7715);animation:fall-378 23s -18s linear infinite}@keyframes fall-378{79.2%{transform:translate(82.8426vw,79.2vh) scale(.7715)}to{transform:translate(81.79975vw,99vh) scale(.7715)}}.snow:nth-child(379){opacity:.4824;transform:translate(83.4409vw,-10px) scale(.8442);animation:fall-379 30s -7s linear infinite}@keyframes fall-379{45.204%{transform:translate(78.714vw,45.204vh) scale(.8442)}to{transform:translate(81.07745vw,99vh) scale(.8442)}}.snow:nth-child(380){opacity:1.8988;transform:translate(98.7383vw,-10px) scale(.0707);animation:fall-380 27s -14s linear infinite}@keyframes fall-380{46.447%{transform:translate(89.4968vw,46.447vh) scale(.0707)}to{transform:translate(94.11755vw,99vh) scale(.0707)}}.snow:nth-child(381){opacity:1.3978;transform:translate(52.8621vw,-10px) scale(.8516);animation:fall-381 20s -14s linear infinite}@keyframes fall-381{57.901%{transform:translate(47.5987vw,57.901vh) scale(.8516)}to{transform:translate(50.2304vw,99vh) scale(.8516)}}.snow:nth-child(382){opacity:1.801;transform:translate(32.3772vw,-10px) scale(.224);animation:fall-382 28s -16s linear infinite}@keyframes fall-382{69.747%{transform:translate(23.3873vw,69.747vh) scale(.224)}to{transform:translate(27.88225vw,99vh) scale(.224)}}.snow:nth-child(383){opacity:1.6796;transform:translate(75.29vw,-10px) scale(.0099);animation:fall-383 20s -28s linear infinite}@keyframes fall-383{68.395%{transform:translate(80.9vw,68.395vh) scale(.0099)}to{transform:translate(78.095vw,99vh) scale(.0099)}}.snow:nth-child(384){opacity:1.347;transform:translate(91.2978vw,-10px) scale(.2902);animation:fall-384 27s -27s linear infinite}@keyframes fall-384{79.169%{transform:translate(91.041vw,79.169vh) scale(.2902)}to{transform:translate(91.1694vw,99vh) scale(.2902)}}.snow:nth-child(385){opacity:.2628;transform:translate(75.5994vw,-10px) scale(.3906);animation:fall-385 27s -4s linear infinite}@keyframes fall-385{70.744%{transform:translate(68.9716vw,70.744vh) scale(.3906)}to{transform:translate(72.2855vw,99vh) scale(.3906)}}.snow:nth-child(386){opacity:.3236;transform:translate(32.8217vw,-10px) scale(.019);animation:fall-386 11s -4s linear infinite}@keyframes fall-386{60.758%{transform:translate(31.7348vw,60.758vh) scale(.019)}to{transform:translate(32.27825vw,99vh) scale(.019)}}.snow:nth-child(387){opacity:.8138;transform:translate(68.9716vw,-10px) scale(.8136);animation:fall-387 23s -18s linear infinite}@keyframes fall-387{66.901%{transform:translate(67.9368vw,66.901vh) scale(.8136)}to{transform:translate(68.4542vw,99vh) scale(.8136)}}.snow:nth-child(388){opacity:1.5738;transform:translate(56.106vw,-10px) scale(.3944);animation:fall-388 25s -30s linear infinite}@keyframes fall-388{42.241%{transform:translate(63.4735vw,42.241vh) scale(.3944)}to{transform:translate(59.78975vw,99vh) scale(.3944)}}.snow:nth-child(389){opacity:.8878;transform:translate(30.6849vw,-10px) scale(.4781);animation:fall-389 18s -5s linear infinite}@keyframes fall-389{37.926%{transform:translate(37.0609vw,37.926vh) scale(.4781)}to{transform:translate(33.8729vw,99vh) scale(.4781)}}.snow:nth-child(390){opacity:1.606;transform:translate(92.5773vw,-10px) scale(.5486);animation:fall-390 18s -19s linear infinite}@keyframes fall-390{64.688%{transform:translate(96.6579vw,64.688vh) scale(.5486)}to{transform:translate(94.6176vw,99vh) scale(.5486)}}.snow:nth-child(391){opacity:1.4434;transform:translate(29.0908vw,-10px) scale(.6801);animation:fall-391 30s -11s linear infinite}@keyframes fall-391{62.139%{transform:translate(33.964vw,62.139vh) scale(.6801)}to{transform:translate(31.5274vw,99vh) scale(.6801)}}.snow:nth-child(392){opacity:.0466;transform:translate(10.8599vw,-10px) scale(.0853);animation:fall-392 23s -9s linear infinite}@keyframes fall-392{51.394%{transform:translate(5.6335vw,51.394vh) scale(.0853)}to{transform:translate(8.2467vw,99vh) scale(.0853)}}.snow:nth-child(393){opacity:1.8426;transform:translate(43.5081vw,-10px) scale(.9365);animation:fall-393 12s -12s linear infinite}@keyframes fall-393{64.504%{transform:translate(44.5237vw,64.504vh) scale(.9365)}to{transform:translate(44.0159vw,99vh) scale(.9365)}}.snow:nth-child(394){opacity:1.8672;transform:translate(87.5791vw,-10px) scale(.743);animation:fall-394 12s -6s linear infinite}@keyframes fall-394{49.374%{transform:translate(84.7431vw,49.374vh) scale(.743)}to{transform:translate(86.1611vw,99vh) scale(.743)}}.snow:nth-child(395){opacity:.6858;transform:translate(24.6065vw,-10px) scale(.1823);animation:fall-395 15s -15s linear infinite}@keyframes fall-395{58.469%{transform:translate(27.204vw,58.469vh) scale(.1823)}to{transform:translate(25.90525vw,99vh) scale(.1823)}}.snow:nth-child(396){opacity:1.8754;transform:translate(50.366vw,-10px) scale(.8386);animation:fall-396 16s -10s linear infinite}@keyframes fall-396{68.224%{transform:translate(53.164vw,68.224vh) scale(.8386)}to{transform:translate(51.765vw,99vh) scale(.8386)}}.snow:nth-child(397){opacity:.5298;transform:translate(39.9357vw,-10px) scale(.3846);animation:fall-397 25s -1s linear infinite}@keyframes fall-397{33.118%{transform:translate(30.6784vw,33.118vh) scale(.3846)}to{transform:translate(35.30705vw,99vh) scale(.3846)}}.snow:nth-child(398){opacity:1.1628;transform:translate(32.915vw,-10px) scale(.2276);animation:fall-398 27s -25s linear infinite}@keyframes fall-398{60.22%{transform:translate(24.3939vw,60.22vh) scale(.2276)}to{transform:translate(28.65445vw,99vh) scale(.2276)}}.snow:nth-child(399){opacity:.8148;transform:translate(55.6864vw,-10px) scale(.3033);animation:fall-399 27s -1s linear infinite}@keyframes fall-399{46.826%{transform:translate(63.3766vw,46.826vh) scale(.3033)}to{transform:translate(59.5315vw,99vh) scale(.3033)}}.snow:nth-child(400){opacity:1.229;transform:translate(34.162vw,-10px) scale(.2176);animation:fall-400 25s -29s linear infinite}@keyframes fall-400{74.717%{transform:translate(24.7981vw,74.717vh) scale(.2176)}to{transform:translate(29.48005vw,99vh) scale(.2176)}}\n"] }]
|
|
28
|
+
args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box-600{max-height:600px;overflow-x:hidden;overflow-y:auto}.list-area{position:relative!important}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background: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}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background: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}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#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}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:10px!important}.mat-chip-list-wrapper{margin:0!important;padding:5px!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:.693;transform:translate(40.6739vw,-10px) scale(.5568);animation:fall-1 14s -12s linear infinite}@keyframes fall-1{68.671%{transform:translate(35.9522vw,68.671vh) scale(.5568)}to{transform:translate(38.31305vw,99vh) scale(.5568)}}.snow:nth-child(2){opacity:.9018;transform:translate(47.7217vw,-10px) scale(.8877);animation:fall-2 30s -6s linear infinite}@keyframes fall-2{51.453%{transform:translate(39.2234vw,51.453vh) scale(.8877)}to{transform:translate(43.47255vw,99vh) scale(.8877)}}.snow:nth-child(3){opacity:1.2114;transform:translate(47.9899vw,-10px) scale(.2045);animation:fall-3 30s -3s linear infinite}@keyframes fall-3{69.651%{transform:translate(47.9545vw,69.651vh) scale(.2045)}to{transform:translate(47.9722vw,99vh) scale(.2045)}}.snow:nth-child(4){opacity:1.2758;transform:translate(12.8847vw,-10px) scale(.6899);animation:fall-4 27s -3s linear infinite}@keyframes fall-4{65.201%{transform:translate(19.0196vw,65.201vh) scale(.6899)}to{transform:translate(15.95215vw,99vh) scale(.6899)}}.snow:nth-child(5){opacity:1.0678;transform:translate(8.2048vw,-10px) scale(.3269);animation:fall-5 16s -11s linear infinite}@keyframes fall-5{56.334%{transform:translate(-.6989vw,56.334vh) scale(.3269)}to{transform:translate(3.75295vw,99vh) scale(.3269)}}.snow:nth-child(6){opacity:1.3654;transform:translate(16.8182vw,-10px) scale(.7885);animation:fall-6 24s -4s linear infinite}@keyframes fall-6{43.681%{transform:translate(14.358vw,43.681vh) scale(.7885)}to{transform:translate(15.5881vw,99vh) scale(.7885)}}.snow:nth-child(7){opacity:.9792;transform:translate(51.8129vw,-10px) scale(.0927);animation:fall-7 24s -2s linear infinite}@keyframes fall-7{55.411%{transform:translate(45.6814vw,55.411vh) scale(.0927)}to{transform:translate(48.74715vw,99vh) scale(.0927)}}.snow:nth-child(8){opacity:1.6206;transform:translate(90.0091vw,-10px) scale(.9335);animation:fall-8 26s -19s linear infinite}@keyframes fall-8{66.735%{transform:translate(94.2074vw,66.735vh) scale(.9335)}to{transform:translate(92.10825vw,99vh) scale(.9335)}}.snow:nth-child(9){opacity:1.6512;transform:translate(83.3285vw,-10px) scale(.8382);animation:fall-9 10s -12s linear infinite}@keyframes fall-9{50.702%{transform:translate(75.0767vw,50.702vh) scale(.8382)}to{transform:translate(79.2026vw,99vh) scale(.8382)}}.snow:nth-child(10){opacity:.5456;transform:translate(63.4866vw,-10px) scale(.9336);animation:fall-10 17s -16s linear infinite}@keyframes fall-10{62.794%{transform:translate(58.3511vw,62.794vh) scale(.9336)}to{transform:translate(60.91885vw,99vh) scale(.9336)}}.snow:nth-child(11){opacity:.8644;transform:translate(90.2909vw,-10px) scale(.3672);animation:fall-11 16s -9s linear infinite}@keyframes fall-11{37.907%{transform:translate(90.0216vw,37.907vh) scale(.3672)}to{transform:translate(90.15625vw,99vh) scale(.3672)}}.snow:nth-child(12){opacity:.1934;transform:translate(79.3628vw,-10px) scale(.777);animation:fall-12 24s -8s linear infinite}@keyframes fall-12{69.357%{transform:translate(76.6511vw,69.357vh) scale(.777)}to{transform:translate(78.00695vw,99vh) scale(.777)}}.snow:nth-child(13){opacity:.3326;transform:translate(16.0415vw,-10px) scale(.8892);animation:fall-13 14s -24s linear infinite}@keyframes fall-13{77.41%{transform:translate(11.3917vw,77.41vh) scale(.8892)}to{transform:translate(13.7166vw,99vh) scale(.8892)}}.snow:nth-child(14){opacity:1.9292;transform:translate(45.5325vw,-10px) scale(.3491);animation:fall-14 15s -7s linear infinite}@keyframes fall-14{35.699%{transform:translate(37.301vw,35.699vh) scale(.3491)}to{transform:translate(41.41675vw,99vh) scale(.3491)}}.snow:nth-child(15){opacity:.9972;transform:translate(52.7831vw,-10px) scale(.6768);animation:fall-15 10s -6s linear infinite}@keyframes fall-15{76.115%{transform:translate(58.2034vw,76.115vh) scale(.6768)}to{transform:translate(55.49325vw,99vh) scale(.6768)}}.snow:nth-child(16){opacity:1.1782;transform:translate(86.316vw,-10px) scale(.3634);animation:fall-16 30s -17s linear infinite}@keyframes fall-16{66.968%{transform:translate(87.5919vw,66.968vh) scale(.3634)}to{transform:translate(86.95395vw,99vh) scale(.3634)}}.snow:nth-child(17){opacity:1.0882;transform:translate(53.1571vw,-10px) scale(.1113);animation:fall-17 14s -25s linear infinite}@keyframes fall-17{45.736%{transform:translate(61.1923vw,45.736vh) scale(.1113)}to{transform:translate(57.1747vw,99vh) scale(.1113)}}.snow:nth-child(18){opacity:1.5766;transform:translate(12.2724vw,-10px) scale(.5848);animation:fall-18 14s -26s linear infinite}@keyframes fall-18{46.323%{transform:translate(17.422vw,46.323vh) scale(.5848)}to{transform:translate(14.8472vw,99vh) scale(.5848)}}.snow:nth-child(19){opacity:1.185;transform:translate(3.0524vw,-10px) scale(.227);animation:fall-19 27s -14s linear infinite}@keyframes fall-19{77.634%{transform:translate(6.5509vw,77.634vh) scale(.227)}to{transform:translate(4.80165vw,99vh) scale(.227)}}.snow:nth-child(20){opacity:.0458;transform:translate(31.3254vw,-10px) scale(.1603);animation:fall-20 23s -8s linear infinite}@keyframes fall-20{34.953%{transform:translate(40.9491vw,34.953vh) scale(.1603)}to{transform:translate(36.13725vw,99vh) scale(.1603)}}.snow:nth-child(21){opacity:1.201;transform:translate(59.1209vw,-10px) scale(.063);animation:fall-21 15s -14s linear infinite}@keyframes fall-21{60.052%{transform:translate(51.6006vw,60.052vh) scale(.063)}to{transform:translate(55.36075vw,99vh) scale(.063)}}.snow:nth-child(22){opacity:1.2892;transform:translate(40.1582vw,-10px) scale(.8442);animation:fall-22 24s -24s linear infinite}@keyframes fall-22{78.116%{transform:translate(41.6295vw,78.116vh) scale(.8442)}to{transform:translate(40.89385vw,99vh) scale(.8442)}}.snow:nth-child(23){opacity:1.7794;transform:translate(63.1736vw,-10px) scale(.3024);animation:fall-23 24s -23s linear infinite}@keyframes fall-23{59.259%{transform:translate(62.7183vw,59.259vh) scale(.3024)}to{transform:translate(62.94595vw,99vh) scale(.3024)}}.snow:nth-child(24){opacity:.0782;transform:translate(48.0166vw,-10px) scale(.6267);animation:fall-24 20s -8s linear infinite}@keyframes fall-24{42.377%{transform:translate(57.5137vw,42.377vh) scale(.6267)}to{transform:translate(52.76515vw,99vh) scale(.6267)}}.snow:nth-child(25){opacity:1.9;transform:translate(7.9303vw,-10px) scale(.2283);animation:fall-25 27s -5s linear infinite}@keyframes fall-25{33.675%{transform:translate(12.5666vw,33.675vh) scale(.2283)}to{transform:translate(10.24845vw,99vh) scale(.2283)}}.snow:nth-child(26){opacity:1.5798;transform:translate(76.7275vw,-10px) scale(.7807);animation:fall-26 20s -11s linear infinite}@keyframes fall-26{52.751%{transform:translate(76.2206vw,52.751vh) scale(.7807)}to{transform:translate(76.47405vw,99vh) scale(.7807)}}.snow:nth-child(27){opacity:.3674;transform:translate(18.1706vw,-10px) scale(.3244);animation:fall-27 22s -11s linear infinite}@keyframes fall-27{60.023%{transform:translate(15.0255vw,60.023vh) scale(.3244)}to{transform:translate(16.59805vw,99vh) scale(.3244)}}.snow:nth-child(28){opacity:1.2684;transform:translate(74.5459vw,-10px) scale(.7856);animation:fall-28 13s -27s linear infinite}@keyframes fall-28{31.984%{transform:translate(75.9652vw,31.984vh) scale(.7856)}to{transform:translate(75.25555vw,99vh) scale(.7856)}}.snow:nth-child(29){opacity:1.4746;transform:translate(89.4836vw,-10px) scale(.8185);animation:fall-29 17s -5s linear infinite}@keyframes fall-29{50.973%{transform:translate(98.0607vw,50.973vh) scale(.8185)}to{transform:translate(93.77215vw,99vh) scale(.8185)}}.snow:nth-child(30){opacity:.1964;transform:translate(91.5885vw,-10px) scale(.5773);animation:fall-30 18s -24s linear infinite}@keyframes fall-30{60.695%{transform:translate(89.9001vw,60.695vh) scale(.5773)}to{transform:translate(90.7443vw,99vh) scale(.5773)}}.snow:nth-child(31){opacity:.9476;transform:translate(34.2713vw,-10px) scale(.2423);animation:fall-31 19s -17s linear infinite}@keyframes fall-31{62.577%{transform:translate(31.7241vw,62.577vh) scale(.2423)}to{transform:translate(32.9977vw,99vh) scale(.2423)}}.snow:nth-child(32){opacity:.4516;transform:translate(41.6953vw,-10px) scale(.3322);animation:fall-32 24s -27s linear infinite}@keyframes fall-32{45.878%{transform:translate(34.6547vw,45.878vh) scale(.3322)}to{transform:translate(38.175vw,99vh) scale(.3322)}}.snow:nth-child(33){opacity:.214;transform:translate(88.2627vw,-10px) scale(.6013);animation:fall-33 14s -20s linear infinite}@keyframes fall-33{54.15%{transform:translate(82.098vw,54.15vh) scale(.6013)}to{transform:translate(85.18035vw,99vh) scale(.6013)}}.snow:nth-child(34){opacity:1.8426;transform:translate(60.2476vw,-10px) scale(.8438);animation:fall-34 17s -14s linear infinite}@keyframes fall-34{61.394%{transform:translate(64.3075vw,61.394vh) scale(.8438)}to{transform:translate(62.27755vw,99vh) scale(.8438)}}.snow:nth-child(35){opacity:1.692;transform:translate(16.4483vw,-10px) scale(.3119);animation:fall-35 20s -14s linear infinite}@keyframes fall-35{57.257%{transform:translate(15.2807vw,57.257vh) scale(.3119)}to{transform:translate(15.8645vw,99vh) scale(.3119)}}.snow:nth-child(36){opacity:.7186;transform:translate(28.2822vw,-10px) scale(.5016);animation:fall-36 19s -1s linear infinite}@keyframes fall-36{53.33%{transform:translate(18.8126vw,53.33vh) scale(.5016)}to{transform:translate(23.5474vw,99vh) scale(.5016)}}.snow:nth-child(37){opacity:.5998;transform:translate(21.2071vw,-10px) scale(.0254);animation:fall-37 13s -5s linear infinite}@keyframes fall-37{51.37%{transform:translate(25.484vw,51.37vh) scale(.0254)}to{transform:translate(23.34555vw,99vh) scale(.0254)}}.snow:nth-child(38){opacity:1.5458;transform:translate(60.7557vw,-10px) scale(.2665);animation:fall-38 21s -12s linear infinite}@keyframes fall-38{46.993%{transform:translate(59.1458vw,46.993vh) scale(.2665)}to{transform:translate(59.95075vw,99vh) scale(.2665)}}.snow:nth-child(39){opacity:1.904;transform:translate(12.1959vw,-10px) scale(.9969);animation:fall-39 27s -21s linear infinite}@keyframes fall-39{72.639%{transform:translate(2.7306vw,72.639vh) scale(.9969)}to{transform:translate(7.46325vw,99vh) scale(.9969)}}.snow:nth-child(40){opacity:1.3252;transform:translate(17.0847vw,-10px) scale(.354);animation:fall-40 22s -9s linear infinite}@keyframes fall-40{36.794%{transform:translate(20.2581vw,36.794vh) scale(.354)}to{transform:translate(18.6714vw,99vh) scale(.354)}}.snow:nth-child(41){opacity:1.5228;transform:translate(79.5903vw,-10px) scale(.4919);animation:fall-41 24s -29s linear infinite}@keyframes fall-41{78.831%{transform:translate(82.619vw,78.831vh) scale(.4919)}to{transform:translate(81.10465vw,99vh) scale(.4919)}}.snow:nth-child(42){opacity:1.6886;transform:translate(67.9807vw,-10px) scale(.5028);animation:fall-42 25s -27s linear infinite}@keyframes fall-42{79.755%{transform:translate(59.8081vw,79.755vh) scale(.5028)}to{transform:translate(63.8944vw,99vh) scale(.5028)}}.snow:nth-child(43){opacity:.46;transform:translate(15.9634vw,-10px) scale(.5107);animation:fall-43 24s -9s linear infinite}@keyframes fall-43{54.891%{transform:translate(13.3927vw,54.891vh) scale(.5107)}to{transform:translate(14.67805vw,99vh) scale(.5107)}}.snow:nth-child(44){opacity:.9162;transform:translate(93.6744vw,-10px) scale(.9203);animation:fall-44 18s -12s linear infinite}@keyframes fall-44{70.068%{transform:translate(88.7115vw,70.068vh) scale(.9203)}to{transform:translate(91.19295vw,99vh) scale(.9203)}}.snow:nth-child(45){opacity:1.1374;transform:translate(86.6907vw,-10px) scale(.6218);animation:fall-45 12s -15s linear infinite}@keyframes fall-45{40.27%{transform:translate(79.6519vw,40.27vh) scale(.6218)}to{transform:translate(83.1713vw,99vh) scale(.6218)}}.snow:nth-child(46){opacity:.1542;transform:translate(88.5937vw,-10px) scale(.7251);animation:fall-46 28s -27s linear infinite}@keyframes fall-46{71.978%{transform:translate(81.7481vw,71.978vh) scale(.7251)}to{transform:translate(85.1709vw,99vh) scale(.7251)}}.snow:nth-child(47){opacity:.9098;transform:translate(19.3987vw,-10px) scale(.7255);animation:fall-47 15s -29s linear infinite}@keyframes fall-47{44.853%{transform:translate(18.1699vw,44.853vh) scale(.7255)}to{transform:translate(18.7843vw,99vh) scale(.7255)}}.snow:nth-child(48){opacity:1.478;transform:translate(62.1036vw,-10px) scale(.0758);animation:fall-48 15s -12s linear infinite}@keyframes fall-48{72.82%{transform:translate(65.0012vw,72.82vh) scale(.0758)}to{transform:translate(63.5524vw,99vh) scale(.0758)}}.snow:nth-child(49){opacity:1.194;transform:translate(28.3012vw,-10px) scale(.6657);animation:fall-49 24s -19s linear infinite}@keyframes fall-49{74.205%{transform:translate(19.5905vw,74.205vh) scale(.6657)}to{transform:translate(23.94585vw,99vh) scale(.6657)}}.snow:nth-child(50){opacity:.7346;transform:translate(58.4378vw,-10px) scale(.8741);animation:fall-50 17s -21s linear infinite}@keyframes fall-50{64.208%{transform:translate(60.1177vw,64.208vh) scale(.8741)}to{transform:translate(59.27775vw,99vh) scale(.8741)}}.snow:nth-child(51){opacity:1.078;transform:translate(91.8484vw,-10px) scale(.6539);animation:fall-51 15s -18s linear infinite}@keyframes fall-51{73.505%{transform:translate(82.2385vw,73.505vh) scale(.6539)}to{transform:translate(87.04345vw,99vh) scale(.6539)}}.snow:nth-child(52){opacity:1.1536;transform:translate(80.0771vw,-10px) scale(.9023);animation:fall-52 13s -18s linear infinite}@keyframes fall-52{32.737%{transform:translate(80.8787vw,32.737vh) scale(.9023)}to{transform:translate(80.4779vw,99vh) scale(.9023)}}.snow:nth-child(53){opacity:1.7712;transform:translate(2.8117vw,-10px) scale(.0672);animation:fall-53 29s -10s linear infinite}@keyframes fall-53{48.645%{transform:translate(4.7994vw,48.645vh) scale(.0672)}to{transform:translate(3.80555vw,99vh) scale(.0672)}}.snow:nth-child(54){opacity:.0924;transform:translate(10.4389vw,-10px) scale(.1974);animation:fall-54 25s -7s linear infinite}@keyframes fall-54{31.527%{transform:translate(.7523vw,31.527vh) scale(.1974)}to{transform:translate(5.5956vw,99vh) scale(.1974)}}.snow:nth-child(55){opacity:1.9114;transform:translate(96.1916vw,-10px) scale(.0281);animation:fall-55 10s -8s linear infinite}@keyframes fall-55{34.419%{transform:translate(96.5401vw,34.419vh) scale(.0281)}to{transform:translate(96.36585vw,99vh) scale(.0281)}}.snow:nth-child(56){opacity:.4334;transform:translate(51.1572vw,-10px) scale(.118);animation:fall-56 13s -27s linear infinite}@keyframes fall-56{78.347%{transform:translate(43.0812vw,78.347vh) scale(.118)}to{transform:translate(47.1192vw,99vh) scale(.118)}}.snow:nth-child(57){opacity:1.55;transform:translate(23.0246vw,-10px) scale(.4794);animation:fall-57 10s -27s linear infinite}@keyframes fall-57{36.636%{transform:translate(19.8791vw,36.636vh) scale(.4794)}to{transform:translate(21.45185vw,99vh) scale(.4794)}}.snow:nth-child(58){opacity:1.7594;transform:translate(2.2617vw,-10px) scale(.8822);animation:fall-58 24s -3s linear infinite}@keyframes fall-58{34.791%{transform:translate(6.9974vw,34.791vh) scale(.8822)}to{transform:translate(4.62955vw,99vh) scale(.8822)}}.snow:nth-child(59){opacity:.6116;transform:translate(72.3961vw,-10px) scale(.6808);animation:fall-59 28s -15s linear infinite}@keyframes fall-59{73.813%{transform:translate(78.8582vw,73.813vh) scale(.6808)}to{transform:translate(75.62715vw,99vh) scale(.6808)}}.snow:nth-child(60){opacity:.4958;transform:translate(26.9006vw,-10px) scale(.5655);animation:fall-60 18s -17s linear infinite}@keyframes fall-60{53.061%{transform:translate(28.7062vw,53.061vh) scale(.5655)}to{transform:translate(27.8034vw,99vh) scale(.5655)}}.snow:nth-child(61){opacity:1.6276;transform:translate(11.5519vw,-10px) scale(.9084);animation:fall-61 16s -22s linear infinite}@keyframes fall-61{58.868%{transform:translate(18.2626vw,58.868vh) scale(.9084)}to{transform:translate(14.90725vw,99vh) scale(.9084)}}.snow:nth-child(62){opacity:1.4036;transform:translate(29.6249vw,-10px) scale(.0835);animation:fall-62 12s -19s linear infinite}@keyframes fall-62{50.72%{transform:translate(31.6269vw,50.72vh) scale(.0835)}to{transform:translate(30.6259vw,99vh) scale(.0835)}}.snow:nth-child(63){opacity:1.1618;transform:translate(10.2204vw,-10px) scale(.9708);animation:fall-63 21s -1s linear infinite}@keyframes fall-63{39.891%{transform:translate(13.977vw,39.891vh) scale(.9708)}to{transform:translate(12.0987vw,99vh) scale(.9708)}}.snow:nth-child(64){opacity:.8304;transform:translate(47.7027vw,-10px) scale(.0936);animation:fall-64 15s -9s linear infinite}@keyframes fall-64{38.743%{transform:translate(39.7193vw,38.743vh) scale(.0936)}to{transform:translate(43.711vw,99vh) scale(.0936)}}.snow:nth-child(65){opacity:.7882;transform:translate(98.6004vw,-10px) scale(.6199);animation:fall-65 26s -3s linear infinite}@keyframes fall-65{39.759%{transform:translate(90.3021vw,39.759vh) scale(.6199)}to{transform:translate(94.45125vw,99vh) scale(.6199)}}.snow:nth-child(66){opacity:.2294;transform:translate(94.6582vw,-10px) scale(.2469);animation:fall-66 16s -17s linear infinite}@keyframes fall-66{53.373%{transform:translate(104.4489vw,53.373vh) scale(.2469)}to{transform:translate(99.55355vw,99vh) scale(.2469)}}.snow:nth-child(67){opacity:1.7256;transform:translate(30.4579vw,-10px) scale(.0962);animation:fall-67 25s -20s linear infinite}@keyframes fall-67{42.553%{transform:translate(36.4464vw,42.553vh) scale(.0962)}to{transform:translate(33.45215vw,99vh) scale(.0962)}}.snow:nth-child(68){opacity:.1974;transform:translate(38.9013vw,-10px) scale(.4772);animation:fall-68 18s -9s linear infinite}@keyframes fall-68{32.918%{transform:translate(47.0845vw,32.918vh) scale(.4772)}to{transform:translate(42.9929vw,99vh) scale(.4772)}}.snow:nth-child(69){opacity:1.3762;transform:translate(58.4129vw,-10px) scale(.3571);animation:fall-69 27s -3s linear infinite}@keyframes fall-69{37.453%{transform:translate(56.8485vw,37.453vh) scale(.3571)}to{transform:translate(57.6307vw,99vh) scale(.3571)}}.snow:nth-child(70){opacity:1.6356;transform:translate(91.0692vw,-10px) scale(.6425);animation:fall-70 16s -13s linear infinite}@keyframes fall-70{45.065%{transform:translate(95.6787vw,45.065vh) scale(.6425)}to{transform:translate(93.37395vw,99vh) scale(.6425)}}.snow:nth-child(71){opacity:1.867;transform:translate(31.7766vw,-10px) scale(.1506);animation:fall-71 17s -1s linear infinite}@keyframes fall-71{47.762%{transform:translate(34.1306vw,47.762vh) scale(.1506)}to{transform:translate(32.9536vw,99vh) scale(.1506)}}.snow:nth-child(72){opacity:.477;transform:translate(16.7136vw,-10px) scale(.2195);animation:fall-72 11s -10s linear infinite}@keyframes fall-72{67.792%{transform:translate(17.3366vw,67.792vh) scale(.2195)}to{transform:translate(17.0251vw,99vh) scale(.2195)}}.snow:nth-child(73){opacity:1.4058;transform:translate(48.7162vw,-10px) scale(.1867);animation:fall-73 15s -4s linear infinite}@keyframes fall-73{65.181%{transform:translate(39.4454vw,65.181vh) scale(.1867)}to{transform:translate(44.0808vw,99vh) scale(.1867)}}.snow:nth-child(74){opacity:1.0344;transform:translate(79.8059vw,-10px) scale(.0097);animation:fall-74 13s -15s linear infinite}@keyframes fall-74{67.202%{transform:translate(80.1931vw,67.202vh) scale(.0097)}to{transform:translate(79.9995vw,99vh) scale(.0097)}}.snow:nth-child(75){opacity:1.578;transform:translate(20.7368vw,-10px) scale(.1807);animation:fall-75 18s -19s linear infinite}@keyframes fall-75{40.931%{transform:translate(21.3536vw,40.931vh) scale(.1807)}to{transform:translate(21.0452vw,99vh) scale(.1807)}}.snow:nth-child(76){opacity:1.829;transform:translate(74.7818vw,-10px) scale(.4011);animation:fall-76 23s -1s linear infinite}@keyframes fall-76{76.351%{transform:translate(78.2589vw,76.351vh) scale(.4011)}to{transform:translate(76.52035vw,99vh) scale(.4011)}}.snow:nth-child(77){opacity:1.2374;transform:translate(75.8768vw,-10px) scale(.2408);animation:fall-77 14s -23s linear infinite}@keyframes fall-77{38.014%{transform:translate(77.1313vw,38.014vh) scale(.2408)}to{transform:translate(76.50405vw,99vh) scale(.2408)}}.snow:nth-child(78){opacity:.4324;transform:translate(76.658vw,-10px) scale(.588);animation:fall-78 11s -30s linear infinite}@keyframes fall-78{61.587%{transform:translate(79.7759vw,61.587vh) scale(.588)}to{transform:translate(78.21695vw,99vh) scale(.588)}}.snow:nth-child(79){opacity:.816;transform:translate(38.4908vw,-10px) scale(.2546);animation:fall-79 24s -7s linear infinite}@keyframes fall-79{58.158%{transform:translate(30.2121vw,58.158vh) scale(.2546)}to{transform:translate(34.35145vw,99vh) scale(.2546)}}.snow:nth-child(80){opacity:.626;transform:translate(27.38vw,-10px) scale(.0723);animation:fall-80 22s -8s linear infinite}@keyframes fall-80{55.875%{transform:translate(26.8227vw,55.875vh) scale(.0723)}to{transform:translate(27.10135vw,99vh) scale(.0723)}}.snow:nth-child(81){opacity:.276;transform:translate(59.8636vw,-10px) scale(.9488);animation:fall-81 23s -3s linear infinite}@keyframes fall-81{51.354%{transform:translate(65.8546vw,51.354vh) scale(.9488)}to{transform:translate(62.8591vw,99vh) scale(.9488)}}.snow:nth-child(82){opacity:1.3066;transform:translate(78.5263vw,-10px) scale(.2639);animation:fall-82 28s -25s linear infinite}@keyframes fall-82{38.441%{transform:translate(78.3921vw,38.441vh) scale(.2639)}to{transform:translate(78.4592vw,99vh) scale(.2639)}}.snow:nth-child(83){opacity:1.6998;transform:translate(29.6392vw,-10px) scale(.8901);animation:fall-83 10s -21s linear infinite}@keyframes fall-83{70.589%{transform:translate(32.7896vw,70.589vh) scale(.8901)}to{transform:translate(31.2144vw,99vh) scale(.8901)}}.snow:nth-child(84){opacity:.947;transform:translate(12.6284vw,-10px) scale(.4995);animation:fall-84 14s -13s linear infinite}@keyframes fall-84{35.066%{transform:translate(7.2636vw,35.066vh) scale(.4995)}to{transform:translate(9.946vw,99vh) scale(.4995)}}.snow:nth-child(85){opacity:.0488;transform:translate(24.5877vw,-10px) scale(.9359);animation:fall-85 15s -2s linear infinite}@keyframes fall-85{74.655%{transform:translate(23.1878vw,74.655vh) scale(.9359)}to{transform:translate(23.88775vw,99vh) scale(.9359)}}.snow:nth-child(86){opacity:.9268;transform:translate(77.4872vw,-10px) scale(.458);animation:fall-86 21s -10s linear infinite}@keyframes fall-86{59.631%{transform:translate(85.0207vw,59.631vh) scale(.458)}to{transform:translate(81.25395vw,99vh) scale(.458)}}.snow:nth-child(87){opacity:.8688;transform:translate(88.4057vw,-10px) scale(.5415);animation:fall-87 26s -15s linear infinite}@keyframes fall-87{34.151%{transform:translate(95.4853vw,34.151vh) scale(.5415)}to{transform:translate(91.9455vw,99vh) scale(.5415)}}.snow:nth-child(88){opacity:1.0384;transform:translate(26.4249vw,-10px) scale(.5906);animation:fall-88 22s -4s linear infinite}@keyframes fall-88{42.763%{transform:translate(33.5933vw,42.763vh) scale(.5906)}to{transform:translate(30.0091vw,99vh) scale(.5906)}}.snow:nth-child(89){opacity:1.666;transform:translate(35.7828vw,-10px) scale(.3593);animation:fall-89 18s -11s linear infinite}@keyframes fall-89{63.75%{transform:translate(35.3788vw,63.75vh) scale(.3593)}to{transform:translate(35.5808vw,99vh) scale(.3593)}}.snow:nth-child(90){opacity:1.9306;transform:translate(61.0747vw,-10px) scale(.5833);animation:fall-90 18s -8s linear infinite}@keyframes fall-90{63.55%{transform:translate(53.3861vw,63.55vh) scale(.5833)}to{transform:translate(57.2304vw,99vh) scale(.5833)}}.snow:nth-child(91){opacity:.413;transform:translate(24.2306vw,-10px) scale(.155);animation:fall-91 29s -13s linear infinite}@keyframes fall-91{64.556%{transform:translate(31.5197vw,64.556vh) scale(.155)}to{transform:translate(27.87515vw,99vh) scale(.155)}}.snow:nth-child(92){opacity:1.4184;transform:translate(76.0724vw,-10px) scale(.525);animation:fall-92 11s -6s linear infinite}@keyframes fall-92{42.88%{transform:translate(73.9136vw,42.88vh) scale(.525)}to{transform:translate(74.993vw,99vh) scale(.525)}}.snow:nth-child(93){opacity:1.8052;transform:translate(12.4168vw,-10px) scale(.6814);animation:fall-93 20s -28s linear infinite}@keyframes fall-93{39.91%{transform:translate(13.2201vw,39.91vh) scale(.6814)}to{transform:translate(12.81845vw,99vh) scale(.6814)}}.snow:nth-child(94){opacity:.7118;transform:translate(12.2275vw,-10px) scale(.0863);animation:fall-94 26s -22s linear infinite}@keyframes fall-94{61.476%{transform:translate(15.8411vw,61.476vh) scale(.0863)}to{transform:translate(14.0343vw,99vh) scale(.0863)}}.snow:nth-child(95){opacity:.0352;transform:translate(96.1823vw,-10px) scale(.1781);animation:fall-95 18s -25s linear infinite}@keyframes fall-95{33.009%{transform:translate(105.1775vw,33.009vh) scale(.1781)}to{transform:translate(100.6799vw,99vh) scale(.1781)}}.snow:nth-child(96){opacity:1.9208;transform:translate(56.35vw,-10px) scale(.1707);animation:fall-96 30s -9s linear infinite}@keyframes fall-96{36.48%{transform:translate(53.2507vw,36.48vh) scale(.1707)}to{transform:translate(54.80035vw,99vh) scale(.1707)}}.snow:nth-child(97){opacity:.9036;transform:translate(85.2305vw,-10px) scale(.7486);animation:fall-97 29s -13s linear infinite}@keyframes fall-97{62.735%{transform:translate(76.0405vw,62.735vh) scale(.7486)}to{transform:translate(80.6355vw,99vh) scale(.7486)}}.snow:nth-child(98){opacity:.4252;transform:translate(84.591vw,-10px) scale(.7372);animation:fall-98 20s -14s linear infinite}@keyframes fall-98{48.094%{transform:translate(77.3916vw,48.094vh) scale(.7372)}to{transform:translate(80.9913vw,99vh) scale(.7372)}}.snow:nth-child(99){opacity:1.602;transform:translate(61.6018vw,-10px) scale(.7738);animation:fall-99 20s -1s linear infinite}@keyframes fall-99{46.973%{transform:translate(58.3543vw,46.973vh) scale(.7738)}to{transform:translate(59.97805vw,99vh) scale(.7738)}}.snow:nth-child(100){opacity:.074;transform:translate(69.8787vw,-10px) scale(.6368);animation:fall-100 25s -3s linear infinite}@keyframes fall-100{44.955%{transform:translate(64.7678vw,44.955vh) scale(.6368)}to{transform:translate(67.32325vw,99vh) scale(.6368)}}.snow:nth-child(101){opacity:1.2914;transform:translate(12.8758vw,-10px) scale(.9327);animation:fall-101 29s -4s linear infinite}@keyframes fall-101{30.213%{transform:translate(10.8181vw,30.213vh) scale(.9327)}to{transform:translate(11.84695vw,99vh) scale(.9327)}}.snow:nth-child(102){opacity:.9308;transform:translate(72.2749vw,-10px) scale(.7576);animation:fall-102 21s -8s linear infinite}@keyframes fall-102{78.902%{transform:translate(82.0914vw,78.902vh) scale(.7576)}to{transform:translate(77.18315vw,99vh) scale(.7576)}}.snow:nth-child(103){opacity:.4164;transform:translate(4.7338vw,-10px) scale(.6474);animation:fall-103 13s -26s linear infinite}@keyframes fall-103{71.171%{transform:translate(.9983vw,71.171vh) scale(.6474)}to{transform:translate(2.86605vw,99vh) scale(.6474)}}.snow:nth-child(104){opacity:.945;transform:translate(66.4473vw,-10px) scale(.3606);animation:fall-104 24s -9s linear infinite}@keyframes fall-104{54.072%{transform:translate(68.2502vw,54.072vh) scale(.3606)}to{transform:translate(67.34875vw,99vh) scale(.3606)}}.snow:nth-child(105){opacity:1.3438;transform:translate(21.1193vw,-10px) scale(.3511);animation:fall-105 15s -12s linear infinite}@keyframes fall-105{46.994%{transform:translate(15.9172vw,46.994vh) scale(.3511)}to{transform:translate(18.51825vw,99vh) scale(.3511)}}.snow:nth-child(106){opacity:1.2322;transform:translate(62.5878vw,-10px) scale(.2273);animation:fall-106 23s -21s linear infinite}@keyframes fall-106{47.934%{transform:translate(67.7387vw,47.934vh) scale(.2273)}to{transform:translate(65.16325vw,99vh) scale(.2273)}}.snow:nth-child(107){opacity:1.2574;transform:translate(54.5048vw,-10px) scale(.7661);animation:fall-107 28s -23s linear infinite}@keyframes fall-107{59.805%{transform:translate(45.0102vw,59.805vh) scale(.7661)}to{transform:translate(49.7575vw,99vh) scale(.7661)}}.snow:nth-child(108){opacity:.5886;transform:translate(65.7734vw,-10px) scale(.8207);animation:fall-108 23s -20s linear infinite}@keyframes fall-108{59.396%{transform:translate(73.3487vw,59.396vh) scale(.8207)}to{transform:translate(69.56105vw,99vh) scale(.8207)}}.snow:nth-child(109){opacity:1.3568;transform:translate(26.0789vw,-10px) scale(.3602);animation:fall-109 19s -14s linear infinite}@keyframes fall-109{65.925%{transform:translate(25.8854vw,65.925vh) scale(.3602)}to{transform:translate(25.98215vw,99vh) scale(.3602)}}.snow:nth-child(110){opacity:.6348;transform:translate(71.215vw,-10px) scale(.4128);animation:fall-110 21s -21s linear infinite}@keyframes fall-110{37.658%{transform:translate(62.934vw,37.658vh) scale(.4128)}to{transform:translate(67.0745vw,99vh) scale(.4128)}}.snow:nth-child(111){opacity:.2056;transform:translate(69.1967vw,-10px) scale(.843);animation:fall-111 24s -3s linear infinite}@keyframes fall-111{46.696%{transform:translate(64.534vw,46.696vh) scale(.843)}to{transform:translate(66.86535vw,99vh) scale(.843)}}.snow:nth-child(112){opacity:1.7408;transform:translate(97.52vw,-10px) scale(.564);animation:fall-112 10s -15s linear infinite}@keyframes fall-112{48.855%{transform:translate(92.4924vw,48.855vh) scale(.564)}to{transform:translate(95.0062vw,99vh) scale(.564)}}.snow:nth-child(113){opacity:.623;transform:translate(83.1001vw,-10px) scale(.6208);animation:fall-113 14s -2s linear infinite}@keyframes fall-113{59.985%{transform:translate(90.1822vw,59.985vh) scale(.6208)}to{transform:translate(86.64115vw,99vh) scale(.6208)}}.snow:nth-child(114){opacity:1.5628;transform:translate(7.2303vw,-10px) scale(.1081);animation:fall-114 19s -20s linear infinite}@keyframes fall-114{75.297%{transform:translate(9.0659vw,75.297vh) scale(.1081)}to{transform:translate(8.1481vw,99vh) scale(.1081)}}.snow:nth-child(115){opacity:.1108;transform:translate(97.7186vw,-10px) scale(.7816);animation:fall-115 21s -6s linear infinite}@keyframes fall-115{47.784%{transform:translate(103.2922vw,47.784vh) scale(.7816)}to{transform:translate(100.5054vw,99vh) scale(.7816)}}.snow:nth-child(116){opacity:.0164;transform:translate(53.0577vw,-10px) scale(.3762);animation:fall-116 11s -22s linear infinite}@keyframes fall-116{44.246%{transform:translate(43.5579vw,44.246vh) scale(.3762)}to{transform:translate(48.3078vw,99vh) scale(.3762)}}.snow:nth-child(117){opacity:.8698;transform:translate(71.5255vw,-10px) scale(.0074);animation:fall-117 24s -16s linear infinite}@keyframes fall-117{54.232%{transform:translate(69.9871vw,54.232vh) scale(.0074)}to{transform:translate(70.7563vw,99vh) scale(.0074)}}.snow:nth-child(118){opacity:.0562;transform:translate(76.1135vw,-10px) scale(.1623);animation:fall-118 15s -30s linear infinite}@keyframes fall-118{56.735%{transform:translate(73.9788vw,56.735vh) scale(.1623)}to{transform:translate(75.04615vw,99vh) scale(.1623)}}.snow:nth-child(119){opacity:1.836;transform:translate(45.6727vw,-10px) scale(.7246);animation:fall-119 13s -12s linear infinite}@keyframes fall-119{54.558%{transform:translate(51.4297vw,54.558vh) scale(.7246)}to{transform:translate(48.5512vw,99vh) scale(.7246)}}.snow:nth-child(120){opacity:1.418;transform:translate(53.6356vw,-10px) scale(.5758);animation:fall-120 16s -17s linear infinite}@keyframes fall-120{30.246%{transform:translate(57.0913vw,30.246vh) scale(.5758)}to{transform:translate(55.36345vw,99vh) scale(.5758)}}.snow:nth-child(121){opacity:1.0528;transform:translate(86.4177vw,-10px) scale(.4739);animation:fall-121 19s -4s linear infinite}@keyframes fall-121{47.352%{transform:translate(90.3886vw,47.352vh) scale(.4739)}to{transform:translate(88.40315vw,99vh) scale(.4739)}}.snow:nth-child(122){opacity:1.7938;transform:translate(62.0897vw,-10px) scale(.3715);animation:fall-122 24s -19s linear infinite}@keyframes fall-122{48.491%{transform:translate(69.9864vw,48.491vh) scale(.3715)}to{transform:translate(66.03805vw,99vh) scale(.3715)}}.snow:nth-child(123){opacity:.335;transform:translate(57.6798vw,-10px) scale(.4886);animation:fall-123 29s -24s linear infinite}@keyframes fall-123{78.302%{transform:translate(61.732vw,78.302vh) scale(.4886)}to{transform:translate(59.7059vw,99vh) scale(.4886)}}.snow:nth-child(124){opacity:1.5554;transform:translate(5.2659vw,-10px) scale(.1103);animation:fall-124 13s -23s linear infinite}@keyframes fall-124{55.78%{transform:translate(6.1648vw,55.78vh) scale(.1103)}to{transform:translate(5.71535vw,99vh) scale(.1103)}}.snow:nth-child(125){opacity:1.5034;transform:translate(18.3758vw,-10px) scale(.5339);animation:fall-125 27s -17s linear infinite}@keyframes fall-125{76.171%{transform:translate(16.7058vw,76.171vh) scale(.5339)}to{transform:translate(17.5408vw,99vh) scale(.5339)}}.snow:nth-child(126){opacity:1.4858;transform:translate(16.01vw,-10px) scale(.5816);animation:fall-126 29s -16s linear infinite}@keyframes fall-126{56.321%{transform:translate(13.6466vw,56.321vh) scale(.5816)}to{transform:translate(14.8283vw,99vh) scale(.5816)}}.snow:nth-child(127){opacity:1.8768;transform:translate(44.6125vw,-10px) scale(.0498);animation:fall-127 13s -2s linear infinite}@keyframes fall-127{49.052%{transform:translate(52.9413vw,49.052vh) scale(.0498)}to{transform:translate(48.7769vw,99vh) scale(.0498)}}.snow:nth-child(128){opacity:.4494;transform:translate(72.9912vw,-10px) scale(.7598);animation:fall-128 22s -1s linear infinite}@keyframes fall-128{77.257%{transform:translate(67.5vw,77.257vh) scale(.7598)}to{transform:translate(70.2456vw,99vh) scale(.7598)}}.snow:nth-child(129){opacity:.5692;transform:translate(34.381vw,-10px) scale(.8451);animation:fall-129 16s -11s linear infinite}@keyframes fall-129{57.262%{transform:translate(27.1246vw,57.262vh) scale(.8451)}to{transform:translate(30.7528vw,99vh) scale(.8451)}}.snow:nth-child(130){opacity:.5648;transform:translate(24.8381vw,-10px) scale(.1198);animation:fall-130 18s -15s linear infinite}@keyframes fall-130{74.56%{transform:translate(26.2889vw,74.56vh) scale(.1198)}to{transform:translate(25.5635vw,99vh) scale(.1198)}}.snow:nth-child(131){opacity:1.67;transform:translate(72.8335vw,-10px) scale(.4377);animation:fall-131 19s -29s linear infinite}@keyframes fall-131{74.315%{transform:translate(76.3674vw,74.315vh) scale(.4377)}to{transform:translate(74.60045vw,99vh) scale(.4377)}}.snow:nth-child(132){opacity:.4772;transform:translate(13.3456vw,-10px) scale(.4738);animation:fall-132 24s -24s linear infinite}@keyframes fall-132{41.682%{transform:translate(6.7108vw,41.682vh) scale(.4738)}to{transform:translate(10.0282vw,99vh) scale(.4738)}}.snow:nth-child(133){opacity:1.0568;transform:translate(40.9063vw,-10px) scale(.6017);animation:fall-133 13s -14s linear infinite}@keyframes fall-133{30.762%{transform:translate(41.5487vw,30.762vh) scale(.6017)}to{transform:translate(41.2275vw,99vh) scale(.6017)}}.snow:nth-child(134){opacity:1.9358;transform:translate(93.0249vw,-10px) scale(.045);animation:fall-134 28s -16s linear infinite}@keyframes fall-134{68.744%{transform:translate(98.8394vw,68.744vh) scale(.045)}to{transform:translate(95.93215vw,99vh) scale(.045)}}.snow:nth-child(135){opacity:.5188;transform:translate(93.0151vw,-10px) scale(.5824);animation:fall-135 15s -5s linear infinite}@keyframes fall-135{78.903%{transform:translate(83.8711vw,78.903vh) scale(.5824)}to{transform:translate(88.4431vw,99vh) scale(.5824)}}.snow:nth-child(136){opacity:1.8532;transform:translate(94.4273vw,-10px) scale(.135);animation:fall-136 19s -21s linear infinite}@keyframes fall-136{59.401%{transform:translate(94.6555vw,59.401vh) scale(.135)}to{transform:translate(94.5414vw,99vh) scale(.135)}}.snow:nth-child(137){opacity:1.6586;transform:translate(77.6294vw,-10px) scale(.2853);animation:fall-137 26s -8s linear infinite}@keyframes fall-137{79.585%{transform:translate(74.8475vw,79.585vh) scale(.2853)}to{transform:translate(76.23845vw,99vh) scale(.2853)}}.snow:nth-child(138){opacity:.2954;transform:translate(66.7503vw,-10px) scale(.4863);animation:fall-138 13s -24s linear infinite}@keyframes fall-138{48.275%{transform:translate(76.4588vw,48.275vh) scale(.4863)}to{transform:translate(71.60455vw,99vh) scale(.4863)}}.snow:nth-child(139){opacity:.2692;transform:translate(54.2206vw,-10px) scale(.9746);animation:fall-139 27s -4s linear infinite}@keyframes fall-139{65.291%{transform:translate(60.929vw,65.291vh) scale(.9746)}to{transform:translate(57.5748vw,99vh) scale(.9746)}}.snow:nth-child(140){opacity:1.0772;transform:translate(72.4571vw,-10px) scale(.6175);animation:fall-140 17s -27s linear infinite}@keyframes fall-140{72.953%{transform:translate(64.5294vw,72.953vh) scale(.6175)}to{transform:translate(68.49325vw,99vh) scale(.6175)}}.snow:nth-child(141){opacity:1.745;transform:translate(97.4729vw,-10px) scale(.0014);animation:fall-141 19s -23s linear infinite}@keyframes fall-141{61.078%{transform:translate(102.7182vw,61.078vh) scale(.0014)}to{transform:translate(100.09555vw,99vh) scale(.0014)}}.snow:nth-child(142){opacity:1.0866;transform:translate(67.775vw,-10px) scale(.5032);animation:fall-142 12s -27s linear infinite}@keyframes fall-142{44.373%{transform:translate(75.4246vw,44.373vh) scale(.5032)}to{transform:translate(71.5998vw,99vh) scale(.5032)}}.snow:nth-child(143){opacity:.0156;transform:translate(91.1944vw,-10px) scale(.2407);animation:fall-143 17s -8s linear infinite}@keyframes fall-143{50.746%{transform:translate(91.4727vw,50.746vh) scale(.2407)}to{transform:translate(91.33355vw,99vh) scale(.2407)}}.snow:nth-child(144){opacity:1.7986;transform:translate(67.322vw,-10px) scale(.126);animation:fall-144 11s -18s linear infinite}@keyframes fall-144{69.743%{transform:translate(72.1521vw,69.743vh) scale(.126)}to{transform:translate(69.73705vw,99vh) scale(.126)}}.snow:nth-child(145){opacity:1.4288;transform:translate(47.4607vw,-10px) scale(.2949);animation:fall-145 14s -16s linear infinite}@keyframes fall-145{75.702%{transform:translate(51.958vw,75.702vh) scale(.2949)}to{transform:translate(49.70935vw,99vh) scale(.2949)}}.snow:nth-child(146){opacity:1.2482;transform:translate(82.7774vw,-10px) scale(.202);animation:fall-146 26s -25s linear infinite}@keyframes fall-146{70.755%{transform:translate(83.7785vw,70.755vh) scale(.202)}to{transform:translate(83.27795vw,99vh) scale(.202)}}.snow:nth-child(147){opacity:1.5296;transform:translate(86.2008vw,-10px) scale(.7946);animation:fall-147 16s -16s linear infinite}@keyframes fall-147{46.339%{transform:translate(90.4091vw,46.339vh) scale(.7946)}to{transform:translate(88.30495vw,99vh) scale(.7946)}}.snow:nth-child(148){opacity:1.0714;transform:translate(28.0837vw,-10px) scale(.8371);animation:fall-148 25s -5s linear infinite}@keyframes fall-148{62.228%{transform:translate(22.5517vw,62.228vh) scale(.8371)}to{transform:translate(25.3177vw,99vh) scale(.8371)}}.snow:nth-child(149){opacity:.3646;transform:translate(58.9104vw,-10px) scale(.6055);animation:fall-149 15s -21s linear infinite}@keyframes fall-149{54.264%{transform:translate(56.1767vw,54.264vh) scale(.6055)}to{transform:translate(57.54355vw,99vh) scale(.6055)}}.snow:nth-child(150){opacity:.2002;transform:translate(32.1118vw,-10px) scale(.2407);animation:fall-150 25s -9s linear infinite}@keyframes fall-150{77.286%{transform:translate(38.7522vw,77.286vh) scale(.2407)}to{transform:translate(35.432vw,99vh) scale(.2407)}}.snow:nth-child(151){opacity:1.0412;transform:translate(3.6022vw,-10px) scale(.0752);animation:fall-151 10s -14s linear infinite}@keyframes fall-151{63.43%{transform:translate(-2.2998vw,63.43vh) scale(.0752)}to{transform:translate(.6512vw,99vh) scale(.0752)}}.snow:nth-child(152){opacity:1.1462;transform:translate(9.0958vw,-10px) scale(.785);animation:fall-152 27s -29s linear infinite}@keyframes fall-152{72.033%{transform:translate(11.0498vw,72.033vh) scale(.785)}to{transform:translate(10.0728vw,99vh) scale(.785)}}.snow:nth-child(153){opacity:1.1772;transform:translate(12.5981vw,-10px) scale(.2431);animation:fall-153 21s -16s linear infinite}@keyframes fall-153{74.931%{transform:translate(9.4794vw,74.931vh) scale(.2431)}to{transform:translate(11.03875vw,99vh) scale(.2431)}}.snow:nth-child(154){opacity:1.2408;transform:translate(93.5486vw,-10px) scale(.6861);animation:fall-154 20s -2s linear infinite}@keyframes fall-154{41.788%{transform:translate(100.4607vw,41.788vh) scale(.6861)}to{transform:translate(97.00465vw,99vh) scale(.6861)}}.snow:nth-child(155){opacity:.3922;transform:translate(.0685vw,-10px) scale(.7736);animation:fall-155 17s -30s linear infinite}@keyframes fall-155{54.549%{transform:translate(-4.9944vw,54.549vh) scale(.7736)}to{transform:translate(-2.46295vw,99vh) scale(.7736)}}.snow:nth-child(156){opacity:1.3222;transform:translate(28.5564vw,-10px) scale(.2961);animation:fall-156 10s -18s linear infinite}@keyframes fall-156{31.725%{transform:translate(26.0936vw,31.725vh) scale(.2961)}to{transform:translate(27.325vw,99vh) scale(.2961)}}.snow:nth-child(157){opacity:1.0718;transform:translate(40.9534vw,-10px) scale(.2181);animation:fall-157 25s -9s linear infinite}@keyframes fall-157{38.798%{transform:translate(47.3216vw,38.798vh) scale(.2181)}to{transform:translate(44.1375vw,99vh) scale(.2181)}}.snow:nth-child(158){opacity:1.323;transform:translate(1.0262vw,-10px) scale(.1922);animation:fall-158 24s -5s linear infinite}@keyframes fall-158{72.421%{transform:translate(-4.929vw,72.421vh) scale(.1922)}to{transform:translate(-1.9514vw,99vh) scale(.1922)}}.snow:nth-child(159){opacity:1.8466;transform:translate(44.1161vw,-10px) scale(.9073);animation:fall-159 27s -26s linear infinite}@keyframes fall-159{57.368%{transform:translate(51.5383vw,57.368vh) scale(.9073)}to{transform:translate(47.8272vw,99vh) scale(.9073)}}.snow:nth-child(160){opacity:1.1624;transform:translate(68.9443vw,-10px) scale(.883);animation:fall-160 28s -9s linear infinite}@keyframes fall-160{30.209%{transform:translate(71.9349vw,30.209vh) scale(.883)}to{transform:translate(70.4396vw,99vh) scale(.883)}}.snow:nth-child(161){opacity:1.6032;transform:translate(7.4628vw,-10px) scale(.0509);animation:fall-161 22s -16s linear infinite}@keyframes fall-161{56.657%{transform:translate(8.1781vw,56.657vh) scale(.0509)}to{transform:translate(7.82045vw,99vh) scale(.0509)}}.snow:nth-child(162){opacity:.9954;transform:translate(20.3291vw,-10px) scale(.4048);animation:fall-162 19s -5s linear infinite}@keyframes fall-162{72.276%{transform:translate(26.5925vw,72.276vh) scale(.4048)}to{transform:translate(23.4608vw,99vh) scale(.4048)}}.snow:nth-child(163){opacity:.2714;transform:translate(54.6581vw,-10px) scale(.9099);animation:fall-163 20s -8s linear infinite}@keyframes fall-163{31.204%{transform:translate(60.1296vw,31.204vh) scale(.9099)}to{transform:translate(57.39385vw,99vh) scale(.9099)}}.snow:nth-child(164){opacity:.5678;transform:translate(91.3318vw,-10px) scale(.2264);animation:fall-164 13s -25s linear infinite}@keyframes fall-164{34.584%{transform:translate(92.1723vw,34.584vh) scale(.2264)}to{transform:translate(91.75205vw,99vh) scale(.2264)}}.snow:nth-child(165){opacity:1.5132;transform:translate(85.0987vw,-10px) scale(.1102);animation:fall-165 12s -29s linear infinite}@keyframes fall-165{70.671%{transform:translate(80.6744vw,70.671vh) scale(.1102)}to{transform:translate(82.88655vw,99vh) scale(.1102)}}.snow:nth-child(166){opacity:.7482;transform:translate(49.5644vw,-10px) scale(.0611);animation:fall-166 17s -2s linear infinite}@keyframes fall-166{50.418%{transform:translate(52.5416vw,50.418vh) scale(.0611)}to{transform:translate(51.053vw,99vh) scale(.0611)}}.snow:nth-child(167){opacity:1.8518;transform:translate(92.4447vw,-10px) scale(.7979);animation:fall-167 16s -1s linear infinite}@keyframes fall-167{34.957%{transform:translate(99.936vw,34.957vh) scale(.7979)}to{transform:translate(96.19035vw,99vh) scale(.7979)}}.snow:nth-child(168){opacity:1.333;transform:translate(53.7881vw,-10px) scale(.3049);animation:fall-168 28s -6s linear infinite}@keyframes fall-168{58.616%{transform:translate(49.7704vw,58.616vh) scale(.3049)}to{transform:translate(51.77925vw,99vh) scale(.3049)}}.snow:nth-child(169){opacity:1.099;transform:translate(74.7252vw,-10px) scale(.3578);animation:fall-169 28s -10s linear infinite}@keyframes fall-169{37.43%{transform:translate(71.8204vw,37.43vh) scale(.3578)}to{transform:translate(73.2728vw,99vh) scale(.3578)}}.snow:nth-child(170){opacity:1.583;transform:translate(1.7296vw,-10px) scale(.5924);animation:fall-170 28s -19s linear infinite}@keyframes fall-170{65.335%{transform:translate(8.0027vw,65.335vh) scale(.5924)}to{transform:translate(4.86615vw,99vh) scale(.5924)}}.snow:nth-child(171){opacity:.582;transform:translate(41.5328vw,-10px) scale(.3821);animation:fall-171 19s -14s linear infinite}@keyframes fall-171{58.07%{transform:translate(33.6725vw,58.07vh) scale(.3821)}to{transform:translate(37.60265vw,99vh) scale(.3821)}}.snow:nth-child(172){opacity:1.7378;transform:translate(85.1537vw,-10px) scale(.5467);animation:fall-172 15s -18s linear infinite}@keyframes fall-172{76.17%{transform:translate(82.6093vw,76.17vh) scale(.5467)}to{transform:translate(83.8815vw,99vh) scale(.5467)}}.snow:nth-child(173){opacity:1.8894;transform:translate(40.5459vw,-10px) scale(.5023);animation:fall-173 12s -3s linear infinite}@keyframes fall-173{42.204%{transform:translate(48.5739vw,42.204vh) scale(.5023)}to{transform:translate(44.5599vw,99vh) scale(.5023)}}.snow:nth-child(174){opacity:.0738;transform:translate(70.2906vw,-10px) scale(.1737);animation:fall-174 21s -27s linear infinite}@keyframes fall-174{46.225%{transform:translate(70.0781vw,46.225vh) scale(.1737)}to{transform:translate(70.18435vw,99vh) scale(.1737)}}.snow:nth-child(175){opacity:.7564;transform:translate(6.5839vw,-10px) scale(.608);animation:fall-175 14s -3s linear infinite}@keyframes fall-175{48.394%{transform:translate(-.3288vw,48.394vh) scale(.608)}to{transform:translate(3.12755vw,99vh) scale(.608)}}.snow:nth-child(176){opacity:1.7408;transform:translate(.6208vw,-10px) scale(.1601);animation:fall-176 12s -19s linear infinite}@keyframes fall-176{35.059%{transform:translate(-1.6007vw,35.059vh) scale(.1601)}to{transform:translate(-.48995vw,99vh) scale(.1601)}}.snow:nth-child(177){opacity:.4856;transform:translate(50.7289vw,-10px) scale(.0933);animation:fall-177 10s -11s linear infinite}@keyframes fall-177{36.614%{transform:translate(60.5733vw,36.614vh) scale(.0933)}to{transform:translate(55.6511vw,99vh) scale(.0933)}}.snow:nth-child(178){opacity:1.729;transform:translate(3.7521vw,-10px) scale(.5571);animation:fall-178 29s -29s linear infinite}@keyframes fall-178{39.5%{transform:translate(4.684vw,39.5vh) scale(.5571)}to{transform:translate(4.21805vw,99vh) scale(.5571)}}.snow:nth-child(179){opacity:.7664;transform:translate(94.9342vw,-10px) scale(.0622);animation:fall-179 28s -26s linear infinite}@keyframes fall-179{47.858%{transform:translate(97.4396vw,47.858vh) scale(.0622)}to{transform:translate(96.1869vw,99vh) scale(.0622)}}.snow:nth-child(180){opacity:1.6112;transform:translate(46.1953vw,-10px) scale(.0342);animation:fall-180 10s -29s linear infinite}@keyframes fall-180{32.866%{transform:translate(38.4418vw,32.866vh) scale(.0342)}to{transform:translate(42.31855vw,99vh) scale(.0342)}}.snow:nth-child(181){opacity:1.6272;transform:translate(82.6646vw,-10px) scale(.7006);animation:fall-181 18s -9s linear infinite}@keyframes fall-181{78.75%{transform:translate(77.4605vw,78.75vh) scale(.7006)}to{transform:translate(80.06255vw,99vh) scale(.7006)}}.snow:nth-child(182){opacity:1.7544;transform:translate(32.3471vw,-10px) scale(.8977);animation:fall-182 19s -25s linear infinite}@keyframes fall-182{55.051%{transform:translate(36.5283vw,55.051vh) scale(.8977)}to{transform:translate(34.4377vw,99vh) scale(.8977)}}.snow:nth-child(183){opacity:.3084;transform:translate(44.8768vw,-10px) scale(.0385);animation:fall-183 27s -5s linear infinite}@keyframes fall-183{44.598%{transform:translate(48.7379vw,44.598vh) scale(.0385)}to{transform:translate(46.80735vw,99vh) scale(.0385)}}.snow:nth-child(184){opacity:.531;transform:translate(82.2505vw,-10px) scale(.1329);animation:fall-184 21s -30s linear infinite}@keyframes fall-184{54.674%{transform:translate(85.7501vw,54.674vh) scale(.1329)}to{transform:translate(84.0003vw,99vh) scale(.1329)}}.snow:nth-child(185){opacity:.5514;transform:translate(1.672vw,-10px) scale(.0301);animation:fall-185 24s -14s linear infinite}@keyframes fall-185{44.973%{transform:translate(6.4133vw,44.973vh) scale(.0301)}to{transform:translate(4.04265vw,99vh) scale(.0301)}}.snow:nth-child(186){opacity:.0078;transform:translate(89.4489vw,-10px) scale(.8698);animation:fall-186 22s -19s linear infinite}@keyframes fall-186{73.756%{transform:translate(84.6423vw,73.756vh) scale(.8698)}to{transform:translate(87.0456vw,99vh) scale(.8698)}}.snow:nth-child(187){opacity:1.4086;transform:translate(42.9152vw,-10px) scale(.1757);animation:fall-187 15s -28s linear infinite}@keyframes fall-187{49.141%{transform:translate(33.0328vw,49.141vh) scale(.1757)}to{transform:translate(37.974vw,99vh) scale(.1757)}}.snow:nth-child(188){opacity:1.8166;transform:translate(3.9452vw,-10px) scale(.5123);animation:fall-188 23s -11s linear infinite}@keyframes fall-188{63.709%{transform:translate(-5.3363vw,63.709vh) scale(.5123)}to{transform:translate(-.69555vw,99vh) scale(.5123)}}.snow:nth-child(189){opacity:.6386;transform:translate(23.3465vw,-10px) scale(.8768);animation:fall-189 23s -21s linear infinite}@keyframes fall-189{33.69%{transform:translate(30.0047vw,33.69vh) scale(.8768)}to{transform:translate(26.6756vw,99vh) scale(.8768)}}.snow:nth-child(190){opacity:1.3254;transform:translate(45.4161vw,-10px) scale(.2115);animation:fall-190 25s -19s linear infinite}@keyframes fall-190{51.823%{transform:translate(51.789vw,51.823vh) scale(.2115)}to{transform:translate(48.60255vw,99vh) scale(.2115)}}.snow:nth-child(191){opacity:1.3134;transform:translate(33.9742vw,-10px) scale(.7678);animation:fall-191 25s -14s linear infinite}@keyframes fall-191{68.443%{transform:translate(39.2115vw,68.443vh) scale(.7678)}to{transform:translate(36.59285vw,99vh) scale(.7678)}}.snow:nth-child(192){opacity:1.838;transform:translate(50.6421vw,-10px) scale(.5137);animation:fall-192 27s -22s linear infinite}@keyframes fall-192{78.984%{transform:translate(45.2675vw,78.984vh) scale(.5137)}to{transform:translate(47.9548vw,99vh) scale(.5137)}}.snow:nth-child(193){opacity:1.6274;transform:translate(39.6497vw,-10px) scale(.3707);animation:fall-193 15s -8s linear infinite}@keyframes fall-193{43.033%{transform:translate(45.2728vw,43.033vh) scale(.3707)}to{transform:translate(42.46125vw,99vh) scale(.3707)}}.snow:nth-child(194){opacity:.0032;transform:translate(2.0323vw,-10px) scale(.7881);animation:fall-194 23s -8s linear infinite}@keyframes fall-194{64.635%{transform:translate(.1512vw,64.635vh) scale(.7881)}to{transform:translate(1.09175vw,99vh) scale(.7881)}}.snow:nth-child(195){opacity:1.5454;transform:translate(98.8237vw,-10px) scale(.0297);animation:fall-195 30s -25s linear infinite}@keyframes fall-195{31.363%{transform:translate(102.173vw,31.363vh) scale(.0297)}to{transform:translate(100.49835vw,99vh) scale(.0297)}}.snow:nth-child(196){opacity:.2446;transform:translate(1.5367vw,-10px) scale(.7184);animation:fall-196 25s -19s linear infinite}@keyframes fall-196{79.789%{transform:translate(1.4649vw,79.789vh) scale(.7184)}to{transform:translate(1.5008vw,99vh) scale(.7184)}}.snow:nth-child(197){opacity:1.8224;transform:translate(18.5888vw,-10px) scale(.3902);animation:fall-197 28s -10s linear infinite}@keyframes fall-197{44.838%{transform:translate(23.4161vw,44.838vh) scale(.3902)}to{transform:translate(21.00245vw,99vh) scale(.3902)}}.snow:nth-child(198){opacity:.1934;transform:translate(45.1837vw,-10px) scale(.3859);animation:fall-198 24s -25s linear infinite}@keyframes fall-198{32.104%{transform:translate(54.4897vw,32.104vh) scale(.3859)}to{transform:translate(49.8367vw,99vh) scale(.3859)}}.snow:nth-child(199){opacity:.0664;transform:translate(6.452vw,-10px) scale(.2864);animation:fall-199 21s -19s linear infinite}@keyframes fall-199{51.074%{transform:translate(10.3271vw,51.074vh) scale(.2864)}to{transform:translate(8.38955vw,99vh) scale(.2864)}}.snow:nth-child(200){opacity:1.151;transform:translate(59.003vw,-10px) scale(.8326);animation:fall-200 14s -25s linear infinite}@keyframes fall-200{62.375%{transform:translate(51.1587vw,62.375vh) scale(.8326)}to{transform:translate(55.08085vw,99vh) scale(.8326)}}.snow:nth-child(201){opacity:1.5534;transform:translate(34.1707vw,-10px) scale(.515);animation:fall-201 10s -27s linear infinite}@keyframes fall-201{54.414%{transform:translate(25.7476vw,54.414vh) scale(.515)}to{transform:translate(29.95915vw,99vh) scale(.515)}}.snow:nth-child(202){opacity:1.9404;transform:translate(99.6746vw,-10px) scale(.2303);animation:fall-202 19s -8s linear infinite}@keyframes fall-202{38.231%{transform:translate(100.8935vw,38.231vh) scale(.2303)}to{transform:translate(100.28405vw,99vh) scale(.2303)}}.snow:nth-child(203){opacity:.88;transform:translate(52.5371vw,-10px) scale(.1867);animation:fall-203 26s -2s linear infinite}@keyframes fall-203{67.422%{transform:translate(46.593vw,67.422vh) scale(.1867)}to{transform:translate(49.56505vw,99vh) scale(.1867)}}.snow:nth-child(204){opacity:1.479;transform:translate(24.0514vw,-10px) scale(.3077);animation:fall-204 10s -13s linear infinite}@keyframes fall-204{71.505%{transform:translate(18.1582vw,71.505vh) scale(.3077)}to{transform:translate(21.1048vw,99vh) scale(.3077)}}.snow:nth-child(205){opacity:1.0442;transform:translate(41.47vw,-10px) scale(.3102);animation:fall-205 13s -16s linear infinite}@keyframes fall-205{33.018%{transform:translate(41.8709vw,33.018vh) scale(.3102)}to{transform:translate(41.67045vw,99vh) scale(.3102)}}.snow:nth-child(206){opacity:1.5946;transform:translate(44.2826vw,-10px) scale(.6289);animation:fall-206 22s -21s linear infinite}@keyframes fall-206{61.843%{transform:translate(46.8788vw,61.843vh) scale(.6289)}to{transform:translate(45.5807vw,99vh) scale(.6289)}}.snow:nth-child(207){opacity:.262;transform:translate(26.5597vw,-10px) scale(.8332);animation:fall-207 12s -11s linear infinite}@keyframes fall-207{46.111%{transform:translate(18.4754vw,46.111vh) scale(.8332)}to{transform:translate(22.51755vw,99vh) scale(.8332)}}.snow:nth-child(208){opacity:1.1014;transform:translate(98.3829vw,-10px) scale(.4015);animation:fall-208 11s -28s linear infinite}@keyframes fall-208{53.878%{transform:translate(100.1084vw,53.878vh) scale(.4015)}to{transform:translate(99.24565vw,99vh) scale(.4015)}}.snow:nth-child(209){opacity:1.059;transform:translate(68.2391vw,-10px) scale(.6923);animation:fall-209 26s -16s linear infinite}@keyframes fall-209{33.494%{transform:translate(78.2233vw,33.494vh) scale(.6923)}to{transform:translate(73.2312vw,99vh) scale(.6923)}}.snow:nth-child(210){opacity:1.5942;transform:translate(61.909vw,-10px) scale(.3298);animation:fall-210 28s -17s linear infinite}@keyframes fall-210{73.413%{transform:translate(63.862vw,73.413vh) scale(.3298)}to{transform:translate(62.8855vw,99vh) scale(.3298)}}.snow:nth-child(211){opacity:1.0522;transform:translate(36.1255vw,-10px) scale(.2423);animation:fall-211 22s -18s linear infinite}@keyframes fall-211{48.486%{transform:translate(41.8402vw,48.486vh) scale(.2423)}to{transform:translate(38.98285vw,99vh) scale(.2423)}}.snow:nth-child(212){opacity:.5956;transform:translate(35.1992vw,-10px) scale(.2788);animation:fall-212 30s -15s linear infinite}@keyframes fall-212{54.047%{transform:translate(44.9638vw,54.047vh) scale(.2788)}to{transform:translate(40.0815vw,99vh) scale(.2788)}}.snow:nth-child(213){opacity:.0384;transform:translate(54.0024vw,-10px) scale(.505);animation:fall-213 22s -26s linear infinite}@keyframes fall-213{52.553%{transform:translate(47.8323vw,52.553vh) scale(.505)}to{transform:translate(50.91735vw,99vh) scale(.505)}}.snow:nth-child(214){opacity:.1632;transform:translate(21.9993vw,-10px) scale(.603);animation:fall-214 19s -25s linear infinite}@keyframes fall-214{71.608%{transform:translate(31.2635vw,71.608vh) scale(.603)}to{transform:translate(26.6314vw,99vh) scale(.603)}}.snow:nth-child(215){opacity:1.2044;transform:translate(40.774vw,-10px) scale(.0641);animation:fall-215 13s -11s linear infinite}@keyframes fall-215{76.022%{transform:translate(38.6214vw,76.022vh) scale(.0641)}to{transform:translate(39.6977vw,99vh) scale(.0641)}}.snow:nth-child(216){opacity:1.4192;transform:translate(49.1083vw,-10px) scale(.5322);animation:fall-216 21s -26s linear infinite}@keyframes fall-216{34.923%{transform:translate(43.9104vw,34.923vh) scale(.5322)}to{transform:translate(46.50935vw,99vh) scale(.5322)}}.snow:nth-child(217){opacity:1.3926;transform:translate(77.7108vw,-10px) scale(.9877);animation:fall-217 16s -17s linear infinite}@keyframes fall-217{54.032%{transform:translate(77.2138vw,54.032vh) scale(.9877)}to{transform:translate(77.4623vw,99vh) scale(.9877)}}.snow:nth-child(218){opacity:.257;transform:translate(89.8693vw,-10px) scale(.9941);animation:fall-218 23s -12s linear infinite}@keyframes fall-218{31.942%{transform:translate(84.7325vw,31.942vh) scale(.9941)}to{transform:translate(87.3009vw,99vh) scale(.9941)}}.snow:nth-child(219){opacity:.3146;transform:translate(41.017vw,-10px) scale(.246);animation:fall-219 30s -14s linear infinite}@keyframes fall-219{58.546%{transform:translate(32.5667vw,58.546vh) scale(.246)}to{transform:translate(36.79185vw,99vh) scale(.246)}}.snow:nth-child(220){opacity:1.1778;transform:translate(58.1542vw,-10px) scale(.3803);animation:fall-220 21s -5s linear infinite}@keyframes fall-220{77.825%{transform:translate(49.2vw,77.825vh) scale(.3803)}to{transform:translate(53.6771vw,99vh) scale(.3803)}}.snow:nth-child(221){opacity:1.6278;transform:translate(93.2592vw,-10px) scale(.374);animation:fall-221 21s -27s linear infinite}@keyframes fall-221{59.554%{transform:translate(91.1716vw,59.554vh) scale(.374)}to{transform:translate(92.2154vw,99vh) scale(.374)}}.snow:nth-child(222){opacity:.8692;transform:translate(32.6133vw,-10px) scale(.0143);animation:fall-222 26s -28s linear infinite}@keyframes fall-222{46.343%{transform:translate(24.4592vw,46.343vh) scale(.0143)}to{transform:translate(28.53625vw,99vh) scale(.0143)}}.snow:nth-child(223){opacity:1.4644;transform:translate(50.0466vw,-10px) scale(.5263);animation:fall-223 30s -13s linear infinite}@keyframes fall-223{70.823%{transform:translate(50.6311vw,70.823vh) scale(.5263)}to{transform:translate(50.33885vw,99vh) scale(.5263)}}.snow:nth-child(224){opacity:.9094;transform:translate(26.8044vw,-10px) scale(.1439);animation:fall-224 16s -6s linear infinite}@keyframes fall-224{62.114%{transform:translate(29.4572vw,62.114vh) scale(.1439)}to{transform:translate(28.1308vw,99vh) scale(.1439)}}.snow:nth-child(225){opacity:1.8682;transform:translate(77.639vw,-10px) scale(.4348);animation:fall-225 17s -29s linear infinite}@keyframes fall-225{36.852%{transform:translate(84.6884vw,36.852vh) scale(.4348)}to{transform:translate(81.1637vw,99vh) scale(.4348)}}.snow:nth-child(226){opacity:.4826;transform:translate(99.276vw,-10px) scale(.1065);animation:fall-226 27s -20s linear infinite}@keyframes fall-226{77.814%{transform:translate(94.3303vw,77.814vh) scale(.1065)}to{transform:translate(96.80315vw,99vh) scale(.1065)}}.snow:nth-child(227){opacity:1.3938;transform:translate(79.5164vw,-10px) scale(.0495);animation:fall-227 18s -17s linear infinite}@keyframes fall-227{39.933%{transform:translate(70.5594vw,39.933vh) scale(.0495)}to{transform:translate(75.0379vw,99vh) scale(.0495)}}.snow:nth-child(228){opacity:.0944;transform:translate(93.9442vw,-10px) scale(.0859);animation:fall-228 25s -23s linear infinite}@keyframes fall-228{54.007%{transform:translate(97.7584vw,54.007vh) scale(.0859)}to{transform:translate(95.8513vw,99vh) scale(.0859)}}.snow:nth-child(229){opacity:.0032;transform:translate(81.3735vw,-10px) scale(.9786);animation:fall-229 28s -10s linear infinite}@keyframes fall-229{72.633%{transform:translate(78.2005vw,72.633vh) scale(.9786)}to{transform:translate(79.787vw,99vh) scale(.9786)}}.snow:nth-child(230){opacity:1.324;transform:translate(54.3405vw,-10px) scale(.122);animation:fall-230 30s -25s linear infinite}@keyframes fall-230{79.566%{transform:translate(61.7701vw,79.566vh) scale(.122)}to{transform:translate(58.0553vw,99vh) scale(.122)}}.snow:nth-child(231){opacity:.8398;transform:translate(42.4988vw,-10px) scale(.4922);animation:fall-231 28s -9s linear infinite}@keyframes fall-231{41.52%{transform:translate(32.6958vw,41.52vh) scale(.4922)}to{transform:translate(37.5973vw,99vh) scale(.4922)}}.snow:nth-child(232){opacity:.2544;transform:translate(44.5266vw,-10px) scale(.2668);animation:fall-232 30s -26s linear infinite}@keyframes fall-232{65.365%{transform:translate(43.5342vw,65.365vh) scale(.2668)}to{transform:translate(44.0304vw,99vh) scale(.2668)}}.snow:nth-child(233){opacity:1.591;transform:translate(52.9426vw,-10px) scale(.3614);animation:fall-233 29s -19s linear infinite}@keyframes fall-233{70.069%{transform:translate(44.3246vw,70.069vh) scale(.3614)}to{transform:translate(48.6336vw,99vh) scale(.3614)}}.snow:nth-child(234){opacity:1.1076;transform:translate(40.3196vw,-10px) scale(.7619);animation:fall-234 20s -16s linear infinite}@keyframes fall-234{72.95%{transform:translate(34.0931vw,72.95vh) scale(.7619)}to{transform:translate(37.20635vw,99vh) scale(.7619)}}.snow:nth-child(235){opacity:1.396;transform:translate(20.5565vw,-10px) scale(.2983);animation:fall-235 14s -3s linear infinite}@keyframes fall-235{76.22%{transform:translate(21.5368vw,76.22vh) scale(.2983)}to{transform:translate(21.04665vw,99vh) scale(.2983)}}.snow:nth-child(236){opacity:1.0318;transform:translate(35.6384vw,-10px) scale(.8765);animation:fall-236 29s -6s linear infinite}@keyframes fall-236{57.547%{transform:translate(27.0457vw,57.547vh) scale(.8765)}to{transform:translate(31.34205vw,99vh) scale(.8765)}}.snow:nth-child(237){opacity:1.1836;transform:translate(18.6363vw,-10px) scale(.4583);animation:fall-237 11s -15s linear infinite}@keyframes fall-237{69.486%{transform:translate(17.0117vw,69.486vh) scale(.4583)}to{transform:translate(17.824vw,99vh) scale(.4583)}}.snow:nth-child(238){opacity:.2382;transform:translate(47.565vw,-10px) scale(.6069);animation:fall-238 22s -27s linear infinite}@keyframes fall-238{49.991%{transform:translate(40.646vw,49.991vh) scale(.6069)}to{transform:translate(44.1055vw,99vh) scale(.6069)}}.snow:nth-child(239){opacity:1.7612;transform:translate(20.1491vw,-10px) scale(.1964);animation:fall-239 28s -7s linear infinite}@keyframes fall-239{79.322%{transform:translate(16.4577vw,79.322vh) scale(.1964)}to{transform:translate(18.3034vw,99vh) scale(.1964)}}.snow:nth-child(240){opacity:.861;transform:translate(60.3118vw,-10px) scale(.0287);animation:fall-240 30s -7s linear infinite}@keyframes fall-240{45.832%{transform:translate(51.5157vw,45.832vh) scale(.0287)}to{transform:translate(55.91375vw,99vh) scale(.0287)}}.snow:nth-child(241){opacity:.5356;transform:translate(86.5691vw,-10px) scale(.5574);animation:fall-241 27s -1s linear infinite}@keyframes fall-241{63.832%{transform:translate(81.2868vw,63.832vh) scale(.5574)}to{transform:translate(83.92795vw,99vh) scale(.5574)}}.snow:nth-child(242){opacity:.837;transform:translate(93.7804vw,-10px) scale(.2935);animation:fall-242 24s -19s linear infinite}@keyframes fall-242{33.173%{transform:translate(92.9441vw,33.173vh) scale(.2935)}to{transform:translate(93.36225vw,99vh) scale(.2935)}}.snow:nth-child(243){opacity:1.3098;transform:translate(68.5273vw,-10px) scale(.9665);animation:fall-243 29s -24s linear infinite}@keyframes fall-243{47.44%{transform:translate(59.4993vw,47.44vh) scale(.9665)}to{transform:translate(64.0133vw,99vh) scale(.9665)}}.snow:nth-child(244){opacity:.581;transform:translate(55.6638vw,-10px) scale(.2636);animation:fall-244 10s -27s linear infinite}@keyframes fall-244{43.831%{transform:translate(55.2563vw,43.831vh) scale(.2636)}to{transform:translate(55.46005vw,99vh) scale(.2636)}}.snow:nth-child(245){opacity:.2154;transform:translate(90.3133vw,-10px) scale(.4316);animation:fall-245 11s -4s linear infinite}@keyframes fall-245{42.24%{transform:translate(89.1167vw,42.24vh) scale(.4316)}to{transform:translate(89.715vw,99vh) scale(.4316)}}.snow:nth-child(246){opacity:1.143;transform:translate(25.7497vw,-10px) scale(.1147);animation:fall-246 18s -8s linear infinite}@keyframes fall-246{77.855%{transform:translate(22.839vw,77.855vh) scale(.1147)}to{transform:translate(24.29435vw,99vh) scale(.1147)}}.snow:nth-child(247){opacity:.4774;transform:translate(89.0449vw,-10px) scale(.7323);animation:fall-247 19s -18s linear infinite}@keyframes fall-247{43.503%{transform:translate(82.06vw,43.503vh) scale(.7323)}to{transform:translate(85.55245vw,99vh) scale(.7323)}}.snow:nth-child(248){opacity:1.31;transform:translate(48.2751vw,-10px) scale(.4228);animation:fall-248 27s -14s linear infinite}@keyframes fall-248{55.003%{transform:translate(53.1859vw,55.003vh) scale(.4228)}to{transform:translate(50.7305vw,99vh) scale(.4228)}}.snow:nth-child(249){opacity:1.5306;transform:translate(5.8981vw,-10px) scale(.4536);animation:fall-249 27s -17s linear infinite}@keyframes fall-249{46.064%{transform:translate(11.7619vw,46.064vh) scale(.4536)}to{transform:translate(8.83vw,99vh) scale(.4536)}}.snow:nth-child(250){opacity:.385;transform:translate(22.3022vw,-10px) scale(.7636);animation:fall-250 14s -7s linear infinite}@keyframes fall-250{67.278%{transform:translate(32.0229vw,67.278vh) scale(.7636)}to{transform:translate(27.16255vw,99vh) scale(.7636)}}.snow:nth-child(251){opacity:.7976;transform:translate(22.885vw,-10px) scale(.6641);animation:fall-251 25s -9s linear infinite}@keyframes fall-251{77.547%{transform:translate(23.7614vw,77.547vh) scale(.6641)}to{transform:translate(23.3232vw,99vh) scale(.6641)}}.snow:nth-child(252){opacity:1.4634;transform:translate(45.9596vw,-10px) scale(.189);animation:fall-252 18s -8s linear infinite}@keyframes fall-252{34.059%{transform:translate(54.988vw,34.059vh) scale(.189)}to{transform:translate(50.4738vw,99vh) scale(.189)}}.snow:nth-child(253){opacity:1.2314;transform:translate(16.7465vw,-10px) scale(.7913);animation:fall-253 22s -18s linear infinite}@keyframes fall-253{73.415%{transform:translate(16.8255vw,73.415vh) scale(.7913)}to{transform:translate(16.786vw,99vh) scale(.7913)}}.snow:nth-child(254){opacity:.413;transform:translate(4.3026vw,-10px) scale(.1423);animation:fall-254 30s -5s linear infinite}@keyframes fall-254{45.547%{transform:translate(7.6185vw,45.547vh) scale(.1423)}to{transform:translate(5.96055vw,99vh) scale(.1423)}}.snow:nth-child(255){opacity:.2632;transform:translate(46.4366vw,-10px) scale(.7579);animation:fall-255 28s -28s linear infinite}@keyframes fall-255{61.655%{transform:translate(40.6829vw,61.655vh) scale(.7579)}to{transform:translate(43.55975vw,99vh) scale(.7579)}}.snow:nth-child(256){opacity:1.1706;transform:translate(39.5217vw,-10px) scale(.2704);animation:fall-256 27s -22s linear infinite}@keyframes fall-256{57.368%{transform:translate(35.1691vw,57.368vh) scale(.2704)}to{transform:translate(37.3454vw,99vh) scale(.2704)}}.snow:nth-child(257){opacity:.5916;transform:translate(27.8469vw,-10px) scale(.4908);animation:fall-257 17s -13s linear infinite}@keyframes fall-257{71.931%{transform:translate(27.5698vw,71.931vh) scale(.4908)}to{transform:translate(27.70835vw,99vh) scale(.4908)}}.snow:nth-child(258){opacity:1.9744;transform:translate(81.978vw,-10px) scale(.3371);animation:fall-258 12s -11s linear infinite}@keyframes fall-258{67.495%{transform:translate(78.8929vw,67.495vh) scale(.3371)}to{transform:translate(80.43545vw,99vh) scale(.3371)}}.snow:nth-child(259){opacity:.6046;transform:translate(76.5339vw,-10px) scale(.8249);animation:fall-259 26s -22s linear infinite}@keyframes fall-259{70.14%{transform:translate(77.3377vw,70.14vh) scale(.8249)}to{transform:translate(76.9358vw,99vh) scale(.8249)}}.snow:nth-child(260){opacity:1.568;transform:translate(66.1943vw,-10px) scale(.883);animation:fall-260 17s -17s linear infinite}@keyframes fall-260{51.001%{transform:translate(57.1921vw,51.001vh) scale(.883)}to{transform:translate(61.6932vw,99vh) scale(.883)}}.snow:nth-child(261){opacity:1.9266;transform:translate(44.0553vw,-10px) scale(.1099);animation:fall-261 24s -26s linear infinite}@keyframes fall-261{59.525%{transform:translate(35.3694vw,59.525vh) scale(.1099)}to{transform:translate(39.71235vw,99vh) scale(.1099)}}.snow:nth-child(262){opacity:.7446;transform:translate(59.722vw,-10px) scale(.3399);animation:fall-262 14s -11s linear infinite}@keyframes fall-262{38.202%{transform:translate(50.0397vw,38.202vh) scale(.3399)}to{transform:translate(54.88085vw,99vh) scale(.3399)}}.snow:nth-child(263){opacity:1.4816;transform:translate(46.9872vw,-10px) scale(.6138);animation:fall-263 22s -18s linear infinite}@keyframes fall-263{36.62%{transform:translate(37.805vw,36.62vh) scale(.6138)}to{transform:translate(42.3961vw,99vh) scale(.6138)}}.snow:nth-child(264){opacity:1.6132;transform:translate(90.8896vw,-10px) scale(.7487);animation:fall-264 11s -21s linear infinite}@keyframes fall-264{34.478%{transform:translate(100.193vw,34.478vh) scale(.7487)}to{transform:translate(95.5413vw,99vh) scale(.7487)}}.snow:nth-child(265){opacity:1.6836;transform:translate(79.574vw,-10px) scale(.8564);animation:fall-265 30s -5s linear infinite}@keyframes fall-265{34.498%{transform:translate(84.69vw,34.498vh) scale(.8564)}to{transform:translate(82.132vw,99vh) scale(.8564)}}.snow:nth-child(266){opacity:1.8718;transform:translate(85.8102vw,-10px) scale(.9158);animation:fall-266 28s -23s linear infinite}@keyframes fall-266{36.713%{transform:translate(92.988vw,36.713vh) scale(.9158)}to{transform:translate(89.3991vw,99vh) scale(.9158)}}.snow:nth-child(267){opacity:1.076;transform:translate(7.997vw,-10px) scale(.8464);animation:fall-267 23s -10s linear infinite}@keyframes fall-267{77.093%{transform:translate(15.8264vw,77.093vh) scale(.8464)}to{transform:translate(11.9117vw,99vh) scale(.8464)}}.snow:nth-child(268){opacity:1.7628;transform:translate(5.8715vw,-10px) scale(.6195);animation:fall-268 25s -27s linear infinite}@keyframes fall-268{32.282%{transform:translate(11.9636vw,32.282vh) scale(.6195)}to{transform:translate(8.91755vw,99vh) scale(.6195)}}.snow:nth-child(269){opacity:1.1906;transform:translate(30.5212vw,-10px) scale(.7166);animation:fall-269 11s -24s linear infinite}@keyframes fall-269{52.375%{transform:translate(30.9379vw,52.375vh) scale(.7166)}to{transform:translate(30.72955vw,99vh) scale(.7166)}}.snow:nth-child(270){opacity:1.541;transform:translate(90.7061vw,-10px) scale(.7714);animation:fall-270 25s -16s linear infinite}@keyframes fall-270{78.579%{transform:translate(91.7152vw,78.579vh) scale(.7714)}to{transform:translate(91.21065vw,99vh) scale(.7714)}}.snow:nth-child(271){opacity:.1206;transform:translate(26.8392vw,-10px) scale(.645);animation:fall-271 18s -10s linear infinite}@keyframes fall-271{78.051%{transform:translate(23.5964vw,78.051vh) scale(.645)}to{transform:translate(25.2178vw,99vh) scale(.645)}}.snow:nth-child(272){opacity:.6546;transform:translate(37.968vw,-10px) scale(.018);animation:fall-272 14s -22s linear infinite}@keyframes fall-272{69.566%{transform:translate(44.443vw,69.566vh) scale(.018)}to{transform:translate(41.2055vw,99vh) scale(.018)}}.snow:nth-child(273){opacity:.919;transform:translate(97.4148vw,-10px) scale(.2609);animation:fall-273 14s -9s linear infinite}@keyframes fall-273{42.115%{transform:translate(102.7812vw,42.115vh) scale(.2609)}to{transform:translate(100.098vw,99vh) scale(.2609)}}.snow:nth-child(274){opacity:1.285;transform:translate(50.2536vw,-10px) scale(.3905);animation:fall-274 23s -9s linear infinite}@keyframes fall-274{40.446%{transform:translate(41.8875vw,40.446vh) scale(.3905)}to{transform:translate(46.07055vw,99vh) scale(.3905)}}.snow:nth-child(275){opacity:.9992;transform:translate(21.9472vw,-10px) scale(.8594);animation:fall-275 24s -13s linear infinite}@keyframes fall-275{49.749%{transform:translate(19.4839vw,49.749vh) scale(.8594)}to{transform:translate(20.71555vw,99vh) scale(.8594)}}.snow:nth-child(276){opacity:1.4794;transform:translate(62.8424vw,-10px) scale(.6515);animation:fall-276 29s -2s linear infinite}@keyframes fall-276{40.87%{transform:translate(61.7925vw,40.87vh) scale(.6515)}to{transform:translate(62.31745vw,99vh) scale(.6515)}}.snow:nth-child(277){opacity:1.6076;transform:translate(21.6898vw,-10px) scale(.8012);animation:fall-277 10s -13s linear infinite}@keyframes fall-277{77.495%{transform:translate(18.7019vw,77.495vh) scale(.8012)}to{transform:translate(20.19585vw,99vh) scale(.8012)}}.snow:nth-child(278){opacity:1.7432;transform:translate(37.8135vw,-10px) scale(.5566);animation:fall-278 12s -2s linear infinite}@keyframes fall-278{61.547%{transform:translate(40.4048vw,61.547vh) scale(.5566)}to{transform:translate(39.10915vw,99vh) scale(.5566)}}.snow:nth-child(279){opacity:.3712;transform:translate(2.9168vw,-10px) scale(.7926);animation:fall-279 10s -1s linear infinite}@keyframes fall-279{41.989%{transform:translate(-.0943vw,41.989vh) scale(.7926)}to{transform:translate(1.41125vw,99vh) scale(.7926)}}.snow:nth-child(280){opacity:1.032;transform:translate(36.5053vw,-10px) scale(.9458);animation:fall-280 10s -15s linear infinite}@keyframes fall-280{53.219%{transform:translate(42.0688vw,53.219vh) scale(.9458)}to{transform:translate(39.28705vw,99vh) scale(.9458)}}.snow:nth-child(281){opacity:.7194;transform:translate(97.7159vw,-10px) scale(.7198);animation:fall-281 20s -15s linear infinite}@keyframes fall-281{56.884%{transform:translate(101.1326vw,56.884vh) scale(.7198)}to{transform:translate(99.42425vw,99vh) scale(.7198)}}.snow:nth-child(282){opacity:.3726;transform:translate(71.1436vw,-10px) scale(.0029);animation:fall-282 25s -13s linear infinite}@keyframes fall-282{54.375%{transform:translate(73.8192vw,54.375vh) scale(.0029)}to{transform:translate(72.4814vw,99vh) scale(.0029)}}.snow:nth-child(283){opacity:.4018;transform:translate(40.8483vw,-10px) scale(.6702);animation:fall-283 21s -3s linear infinite}@keyframes fall-283{79.925%{transform:translate(49.5582vw,79.925vh) scale(.6702)}to{transform:translate(45.20325vw,99vh) scale(.6702)}}.snow:nth-child(284){opacity:.58;transform:translate(42.1246vw,-10px) scale(.5008);animation:fall-284 14s -24s linear infinite}@keyframes fall-284{41.845%{transform:translate(37.0356vw,41.845vh) scale(.5008)}to{transform:translate(39.5801vw,99vh) scale(.5008)}}.snow:nth-child(285){opacity:.3772;transform:translate(70.4748vw,-10px) scale(.7479);animation:fall-285 10s -17s linear infinite}@keyframes fall-285{33.278%{transform:translate(75.692vw,33.278vh) scale(.7479)}to{transform:translate(73.0834vw,99vh) scale(.7479)}}.snow:nth-child(286){opacity:.587;transform:translate(39.8862vw,-10px) scale(.9722);animation:fall-286 11s -7s linear infinite}@keyframes fall-286{37.113%{transform:translate(45.1597vw,37.113vh) scale(.9722)}to{transform:translate(42.52295vw,99vh) scale(.9722)}}.snow:nth-child(287){opacity:1.7534;transform:translate(3.0893vw,-10px) scale(.6399);animation:fall-287 26s -9s linear infinite}@keyframes fall-287{77.142%{transform:translate(5.0648vw,77.142vh) scale(.6399)}to{transform:translate(4.07705vw,99vh) scale(.6399)}}.snow:nth-child(288){opacity:.0474;transform:translate(63.8391vw,-10px) scale(.2967);animation:fall-288 27s -22s linear infinite}@keyframes fall-288{50.606%{transform:translate(57.2195vw,50.606vh) scale(.2967)}to{transform:translate(60.5293vw,99vh) scale(.2967)}}.snow:nth-child(289){opacity:1.7378;transform:translate(20.3032vw,-10px) scale(.6342);animation:fall-289 30s -19s linear infinite}@keyframes fall-289{71.425%{transform:translate(27.015vw,71.425vh) scale(.6342)}to{transform:translate(23.6591vw,99vh) scale(.6342)}}.snow:nth-child(290){opacity:.8364;transform:translate(57.3003vw,-10px) scale(.6541);animation:fall-290 27s -23s linear infinite}@keyframes fall-290{73.36%{transform:translate(50.2101vw,73.36vh) scale(.6541)}to{transform:translate(53.7552vw,99vh) scale(.6541)}}.snow:nth-child(291){opacity:1.5954;transform:translate(39.8986vw,-10px) scale(.583);animation:fall-291 21s -30s linear infinite}@keyframes fall-291{53.83%{transform:translate(43.4818vw,53.83vh) scale(.583)}to{transform:translate(41.6902vw,99vh) scale(.583)}}.snow:nth-child(292){opacity:1.987;transform:translate(93.9706vw,-10px) scale(.6131);animation:fall-292 10s -10s linear infinite}@keyframes fall-292{72.499%{transform:translate(92.1759vw,72.499vh) scale(.6131)}to{transform:translate(93.07325vw,99vh) scale(.6131)}}.snow:nth-child(293){opacity:1.838;transform:translate(36.2062vw,-10px) scale(.6007);animation:fall-293 28s -20s linear infinite}@keyframes fall-293{35.428%{transform:translate(31.6041vw,35.428vh) scale(.6007)}to{transform:translate(33.90515vw,99vh) scale(.6007)}}.snow:nth-child(294){opacity:1.8542;transform:translate(60.247vw,-10px) scale(.2064);animation:fall-294 21s -14s linear infinite}@keyframes fall-294{53.005%{transform:translate(64.2073vw,53.005vh) scale(.2064)}to{transform:translate(62.22715vw,99vh) scale(.2064)}}.snow:nth-child(295){opacity:.2872;transform:translate(1.7951vw,-10px) scale(.1457);animation:fall-295 18s -22s linear infinite}@keyframes fall-295{55.562%{transform:translate(9.4022vw,55.562vh) scale(.1457)}to{transform:translate(5.59865vw,99vh) scale(.1457)}}.snow:nth-child(296){opacity:.9298;transform:translate(89.5979vw,-10px) scale(.3739);animation:fall-296 28s -9s linear infinite}@keyframes fall-296{30.934%{transform:translate(89.3039vw,30.934vh) scale(.3739)}to{transform:translate(89.4509vw,99vh) scale(.3739)}}.snow:nth-child(297){opacity:.7936;transform:translate(48.9992vw,-10px) scale(.9704);animation:fall-297 20s -13s linear infinite}@keyframes fall-297{55.632%{transform:translate(55.5756vw,55.632vh) scale(.9704)}to{transform:translate(52.2874vw,99vh) scale(.9704)}}.snow:nth-child(298){opacity:.9756;transform:translate(42.1881vw,-10px) scale(.1363);animation:fall-298 14s -23s linear infinite}@keyframes fall-298{52.476%{transform:translate(34.625vw,52.476vh) scale(.1363)}to{transform:translate(38.40655vw,99vh) scale(.1363)}}.snow:nth-child(299){opacity:1.1668;transform:translate(11.3339vw,-10px) scale(.9541);animation:fall-299 13s -2s linear infinite}@keyframes fall-299{61.663%{transform:translate(18.0681vw,61.663vh) scale(.9541)}to{transform:translate(14.701vw,99vh) scale(.9541)}}.snow:nth-child(300){opacity:.7278;transform:translate(46.7588vw,-10px) scale(.7003);animation:fall-300 29s -30s linear infinite}@keyframes fall-300{55.946%{transform:translate(49.4732vw,55.946vh) scale(.7003)}to{transform:translate(48.116vw,99vh) scale(.7003)}}.snow:nth-child(301){opacity:1.0178;transform:translate(64.0082vw,-10px) scale(.188);animation:fall-301 19s -19s linear infinite}@keyframes fall-301{40.997%{transform:translate(65.2207vw,40.997vh) scale(.188)}to{transform:translate(64.61445vw,99vh) scale(.188)}}.snow:nth-child(302){opacity:1.8772;transform:translate(4.4828vw,-10px) scale(.1427);animation:fall-302 12s -19s linear infinite}@keyframes fall-302{63.658%{transform:translate(-4.42vw,63.658vh) scale(.1427)}to{transform:translate(.0314vw,99vh) scale(.1427)}}.snow:nth-child(303){opacity:1.7478;transform:translate(13.8934vw,-10px) scale(.951);animation:fall-303 11s -23s linear infinite}@keyframes fall-303{33.44%{transform:translate(4.0226vw,33.44vh) scale(.951)}to{transform:translate(8.958vw,99vh) scale(.951)}}.snow:nth-child(304){opacity:1.7516;transform:translate(74.8484vw,-10px) scale(.9542);animation:fall-304 15s -28s linear infinite}@keyframes fall-304{34.761%{transform:translate(66.9459vw,34.761vh) scale(.9542)}to{transform:translate(70.89715vw,99vh) scale(.9542)}}.snow:nth-child(305){opacity:.9278;transform:translate(41.0736vw,-10px) scale(.1907);animation:fall-305 21s -29s linear infinite}@keyframes fall-305{38.459%{transform:translate(41.8985vw,38.459vh) scale(.1907)}to{transform:translate(41.48605vw,99vh) scale(.1907)}}.snow:nth-child(306){opacity:.4544;transform:translate(64.4495vw,-10px) scale(.2484);animation:fall-306 25s -14s linear infinite}@keyframes fall-306{36.037%{transform:translate(60.0505vw,36.037vh) scale(.2484)}to{transform:translate(62.25vw,99vh) scale(.2484)}}.snow:nth-child(307){opacity:.1566;transform:translate(35.1915vw,-10px) scale(.8889);animation:fall-307 18s -26s linear infinite}@keyframes fall-307{46.908%{transform:translate(35.9612vw,46.908vh) scale(.8889)}to{transform:translate(35.57635vw,99vh) scale(.8889)}}.snow:nth-child(308){opacity:1.6886;transform:translate(18.3126vw,-10px) scale(.0592);animation:fall-308 24s -2s linear infinite}@keyframes fall-308{53.884%{transform:translate(11.4456vw,53.884vh) scale(.0592)}to{transform:translate(14.8791vw,99vh) scale(.0592)}}.snow:nth-child(309){opacity:1.79;transform:translate(64.6068vw,-10px) scale(.4634);animation:fall-309 24s -29s linear infinite}@keyframes fall-309{31.5%{transform:translate(54.7174vw,31.5vh) scale(.4634)}to{transform:translate(59.6621vw,99vh) scale(.4634)}}.snow:nth-child(310){opacity:.2032;transform:translate(48.9524vw,-10px) scale(.0983);animation:fall-310 16s -22s linear infinite}@keyframes fall-310{55.481%{transform:translate(53.672vw,55.481vh) scale(.0983)}to{transform:translate(51.3122vw,99vh) scale(.0983)}}.snow:nth-child(311){opacity:.154;transform:translate(42.6939vw,-10px) scale(.3463);animation:fall-311 27s -30s linear infinite}@keyframes fall-311{73.636%{transform:translate(51.2337vw,73.636vh) scale(.3463)}to{transform:translate(46.9638vw,99vh) scale(.3463)}}.snow:nth-child(312){opacity:1.2876;transform:translate(78.2956vw,-10px) scale(.4692);animation:fall-312 15s -15s linear infinite}@keyframes fall-312{46.628%{transform:translate(76.1911vw,46.628vh) scale(.4692)}to{transform:translate(77.24335vw,99vh) scale(.4692)}}.snow:nth-child(313){opacity:1.4126;transform:translate(84.047vw,-10px) scale(.3407);animation:fall-313 20s -7s linear infinite}@keyframes fall-313{59.067%{transform:translate(80.5122vw,59.067vh) scale(.3407)}to{transform:translate(82.2796vw,99vh) scale(.3407)}}.snow:nth-child(314){opacity:1.9544;transform:translate(53.3457vw,-10px) scale(.3725);animation:fall-314 20s -13s linear infinite}@keyframes fall-314{46.151%{transform:translate(52.8646vw,46.151vh) scale(.3725)}to{transform:translate(53.10515vw,99vh) scale(.3725)}}.snow:nth-child(315){opacity:1.0418;transform:translate(47.5379vw,-10px) scale(.2858);animation:fall-315 26s -12s linear infinite}@keyframes fall-315{70.123%{transform:translate(38.7881vw,70.123vh) scale(.2858)}to{transform:translate(43.163vw,99vh) scale(.2858)}}.snow:nth-child(316){opacity:.9122;transform:translate(47.3349vw,-10px) scale(.5884);animation:fall-316 14s -11s linear infinite}@keyframes fall-316{36.592%{transform:translate(57.0111vw,36.592vh) scale(.5884)}to{transform:translate(52.173vw,99vh) scale(.5884)}}.snow:nth-child(317){opacity:1.0898;transform:translate(86.0102vw,-10px) scale(.1643);animation:fall-317 12s -4s linear infinite}@keyframes fall-317{56.028%{transform:translate(89.7758vw,56.028vh) scale(.1643)}to{transform:translate(87.893vw,99vh) scale(.1643)}}.snow:nth-child(318){opacity:.5612;transform:translate(97.0218vw,-10px) scale(.5103);animation:fall-318 18s -24s linear infinite}@keyframes fall-318{75.683%{transform:translate(99.5715vw,75.683vh) scale(.5103)}to{transform:translate(98.29665vw,99vh) scale(.5103)}}.snow:nth-child(319){opacity:1.3796;transform:translate(2.5244vw,-10px) scale(.5892);animation:fall-319 12s -20s linear infinite}@keyframes fall-319{47.951%{transform:translate(5.8658vw,47.951vh) scale(.5892)}to{transform:translate(4.1951vw,99vh) scale(.5892)}}.snow:nth-child(320){opacity:.7304;transform:translate(82.0132vw,-10px) scale(.1788);animation:fall-320 11s -24s linear infinite}@keyframes fall-320{38.645%{transform:translate(76.3404vw,38.645vh) scale(.1788)}to{transform:translate(79.1768vw,99vh) scale(.1788)}}.snow:nth-child(321){opacity:.4788;transform:translate(61.6471vw,-10px) scale(.6897);animation:fall-321 15s -30s linear infinite}@keyframes fall-321{58.723%{transform:translate(65.1582vw,58.723vh) scale(.6897)}to{transform:translate(63.40265vw,99vh) scale(.6897)}}.snow:nth-child(322){opacity:1.1018;transform:translate(57.6072vw,-10px) scale(.1017);animation:fall-322 22s -13s linear infinite}@keyframes fall-322{33.515%{transform:translate(60.7622vw,33.515vh) scale(.1017)}to{transform:translate(59.1847vw,99vh) scale(.1017)}}.snow:nth-child(323){opacity:.0798;transform:translate(78.8217vw,-10px) scale(.9542);animation:fall-323 24s -27s linear infinite}@keyframes fall-323{59.882%{transform:translate(74.5254vw,59.882vh) scale(.9542)}to{transform:translate(76.67355vw,99vh) scale(.9542)}}.snow:nth-child(324){opacity:.0508;transform:translate(15.1368vw,-10px) scale(.1468);animation:fall-324 16s -10s linear infinite}@keyframes fall-324{43.703%{transform:translate(22.2665vw,43.703vh) scale(.1468)}to{transform:translate(18.70165vw,99vh) scale(.1468)}}.snow:nth-child(325){opacity:1.965;transform:translate(74.0222vw,-10px) scale(.2024);animation:fall-325 25s -25s linear infinite}@keyframes fall-325{36.416%{transform:translate(71.7121vw,36.416vh) scale(.2024)}to{transform:translate(72.86715vw,99vh) scale(.2024)}}.snow:nth-child(326){opacity:.3424;transform:translate(39.0594vw,-10px) scale(.4889);animation:fall-326 29s -19s linear infinite}@keyframes fall-326{77.343%{transform:translate(35.1405vw,77.343vh) scale(.4889)}to{transform:translate(37.09995vw,99vh) scale(.4889)}}.snow:nth-child(327){opacity:1.8062;transform:translate(89.5021vw,-10px) scale(.6749);animation:fall-327 16s -26s linear infinite}@keyframes fall-327{39.874%{transform:translate(88.9492vw,39.874vh) scale(.6749)}to{transform:translate(89.22565vw,99vh) scale(.6749)}}.snow:nth-child(328){opacity:1.8936;transform:translate(48.5753vw,-10px) scale(.8778);animation:fall-328 19s -30s linear infinite}@keyframes fall-328{36.301%{transform:translate(38.9711vw,36.301vh) scale(.8778)}to{transform:translate(43.7732vw,99vh) scale(.8778)}}.snow:nth-child(329){opacity:.228;transform:translate(96.2278vw,-10px) scale(.3333);animation:fall-329 19s -6s linear infinite}@keyframes fall-329{47.127%{transform:translate(101.5512vw,47.127vh) scale(.3333)}to{transform:translate(98.8895vw,99vh) scale(.3333)}}.snow:nth-child(330){opacity:1.998;transform:translate(19.3262vw,-10px) scale(.2821);animation:fall-330 30s -28s linear infinite}@keyframes fall-330{39.719%{transform:translate(22.9685vw,39.719vh) scale(.2821)}to{transform:translate(21.14735vw,99vh) scale(.2821)}}.snow:nth-child(331){opacity:.9754;transform:translate(9.8851vw,-10px) scale(.9844);animation:fall-331 17s -10s linear infinite}@keyframes fall-331{77.048%{transform:translate(9.0853vw,77.048vh) scale(.9844)}to{transform:translate(9.4852vw,99vh) scale(.9844)}}.snow:nth-child(332){opacity:.4398;transform:translate(88.1855vw,-10px) scale(.5518);animation:fall-332 22s -11s linear infinite}@keyframes fall-332{31.309%{transform:translate(89.1413vw,31.309vh) scale(.5518)}to{transform:translate(88.6634vw,99vh) scale(.5518)}}.snow:nth-child(333){opacity:.817;transform:translate(48.0194vw,-10px) scale(.7349);animation:fall-333 17s -8s linear infinite}@keyframes fall-333{63.944%{transform:translate(51.0162vw,63.944vh) scale(.7349)}to{transform:translate(49.5178vw,99vh) scale(.7349)}}.snow:nth-child(334){opacity:.117;transform:translate(61.3173vw,-10px) scale(.3802);animation:fall-334 19s -17s linear infinite}@keyframes fall-334{55.568%{transform:translate(64.4101vw,55.568vh) scale(.3802)}to{transform:translate(62.8637vw,99vh) scale(.3802)}}.snow:nth-child(335){opacity:1.928;transform:translate(82.1205vw,-10px) scale(.2543);animation:fall-335 16s -23s linear infinite}@keyframes fall-335{75.369%{transform:translate(89.954vw,75.369vh) scale(.2543)}to{transform:translate(86.03725vw,99vh) scale(.2543)}}.snow:nth-child(336){opacity:1.631;transform:translate(28.9447vw,-10px) scale(.8547);animation:fall-336 13s -9s linear infinite}@keyframes fall-336{31.061%{transform:translate(38.2201vw,31.061vh) scale(.8547)}to{transform:translate(33.5824vw,99vh) scale(.8547)}}.snow:nth-child(337){opacity:.6906;transform:translate(33.7459vw,-10px) scale(.0688);animation:fall-337 20s -2s linear infinite}@keyframes fall-337{43.243%{transform:translate(28.1732vw,43.243vh) scale(.0688)}to{transform:translate(30.95955vw,99vh) scale(.0688)}}.snow:nth-child(338){opacity:1.4616;transform:translate(54.9476vw,-10px) scale(.0009);animation:fall-338 28s -24s linear infinite}@keyframes fall-338{78.274%{transform:translate(59.0581vw,78.274vh) scale(.0009)}to{transform:translate(57.00285vw,99vh) scale(.0009)}}.snow:nth-child(339){opacity:1.3174;transform:translate(98.4709vw,-10px) scale(.8989);animation:fall-339 27s -6s linear infinite}@keyframes fall-339{49.251%{transform:translate(104.4476vw,49.251vh) scale(.8989)}to{transform:translate(101.45925vw,99vh) scale(.8989)}}.snow:nth-child(340){opacity:.2132;transform:translate(82.9621vw,-10px) scale(.1993);animation:fall-340 17s -29s linear infinite}@keyframes fall-340{52.602%{transform:translate(83.0081vw,52.602vh) scale(.1993)}to{transform:translate(82.9851vw,99vh) scale(.1993)}}.snow:nth-child(341){opacity:1.9034;transform:translate(14.6217vw,-10px) scale(.6273);animation:fall-341 16s -23s linear infinite}@keyframes fall-341{48.001%{transform:translate(13.7686vw,48.001vh) scale(.6273)}to{transform:translate(14.19515vw,99vh) scale(.6273)}}.snow:nth-child(342){opacity:.996;transform:translate(23.0951vw,-10px) scale(.4502);animation:fall-342 22s -3s linear infinite}@keyframes fall-342{64.486%{transform:translate(20.622vw,64.486vh) scale(.4502)}to{transform:translate(21.85855vw,99vh) scale(.4502)}}.snow:nth-child(343){opacity:.5978;transform:translate(34.2268vw,-10px) scale(.1884);animation:fall-343 29s -7s linear infinite}@keyframes fall-343{67.462%{transform:translate(30.1129vw,67.462vh) scale(.1884)}to{transform:translate(32.16985vw,99vh) scale(.1884)}}.snow:nth-child(344){opacity:.3844;transform:translate(52.7479vw,-10px) scale(.7697);animation:fall-344 20s -9s linear infinite}@keyframes fall-344{59.382%{transform:translate(47.8895vw,59.382vh) scale(.7697)}to{transform:translate(50.3187vw,99vh) scale(.7697)}}.snow:nth-child(345){opacity:1.1334;transform:translate(38.1011vw,-10px) scale(.7081);animation:fall-345 22s -11s linear infinite}@keyframes fall-345{32.157%{transform:translate(32.3134vw,32.157vh) scale(.7081)}to{transform:translate(35.20725vw,99vh) scale(.7081)}}.snow:nth-child(346){opacity:1.9986;transform:translate(23.4922vw,-10px) scale(.624);animation:fall-346 20s -19s linear infinite}@keyframes fall-346{34.082%{transform:translate(19.5718vw,34.082vh) scale(.624)}to{transform:translate(21.532vw,99vh) scale(.624)}}.snow:nth-child(347){opacity:.7392;transform:translate(23.3451vw,-10px) scale(.5992);animation:fall-347 26s -11s linear infinite}@keyframes fall-347{61.055%{transform:translate(22.6892vw,61.055vh) scale(.5992)}to{transform:translate(23.01715vw,99vh) scale(.5992)}}.snow:nth-child(348){opacity:.3138;transform:translate(62.2603vw,-10px) scale(.6087);animation:fall-348 30s -27s linear infinite}@keyframes fall-348{70.549%{transform:translate(68.999vw,70.549vh) scale(.6087)}to{transform:translate(65.62965vw,99vh) scale(.6087)}}.snow:nth-child(349){opacity:.0778;transform:translate(83.1202vw,-10px) scale(.1485);animation:fall-349 12s -3s linear infinite}@keyframes fall-349{74.817%{transform:translate(76.6158vw,74.817vh) scale(.1485)}to{transform:translate(79.868vw,99vh) scale(.1485)}}.snow:nth-child(350){opacity:.6036;transform:translate(74.5097vw,-10px) scale(.2958);animation:fall-350 20s -11s linear infinite}@keyframes fall-350{32.174%{transform:translate(77.8964vw,32.174vh) scale(.2958)}to{transform:translate(76.20305vw,99vh) scale(.2958)}}.snow:nth-child(351){opacity:1.4744;transform:translate(97.8519vw,-10px) scale(.9115);animation:fall-351 30s -28s linear infinite}@keyframes fall-351{64.073%{transform:translate(98.4553vw,64.073vh) scale(.9115)}to{transform:translate(98.1536vw,99vh) scale(.9115)}}.snow:nth-child(352){opacity:1.8726;transform:translate(34.1642vw,-10px) scale(.2753);animation:fall-352 19s -11s linear infinite}@keyframes fall-352{32.238%{transform:translate(25.0671vw,32.238vh) scale(.2753)}to{transform:translate(29.61565vw,99vh) scale(.2753)}}.snow:nth-child(353){opacity:.2602;transform:translate(46.8051vw,-10px) scale(.5411);animation:fall-353 17s -16s linear infinite}@keyframes fall-353{44.02%{transform:translate(41.6687vw,44.02vh) scale(.5411)}to{transform:translate(44.2369vw,99vh) scale(.5411)}}.snow:nth-child(354){opacity:.1568;transform:translate(61.6875vw,-10px) scale(.9127);animation:fall-354 17s -30s linear infinite}@keyframes fall-354{60.842%{transform:translate(52.7313vw,60.842vh) scale(.9127)}to{transform:translate(57.2094vw,99vh) scale(.9127)}}.snow:nth-child(355){opacity:.5604;transform:translate(91.81vw,-10px) scale(.7799);animation:fall-355 14s -26s linear infinite}@keyframes fall-355{55.658%{transform:translate(85.9765vw,55.658vh) scale(.7799)}to{transform:translate(88.89325vw,99vh) scale(.7799)}}.snow:nth-child(356){opacity:1.8602;transform:translate(33.1108vw,-10px) scale(.0752);animation:fall-356 25s -17s linear infinite}@keyframes fall-356{49.979%{transform:translate(39.5511vw,49.979vh) scale(.0752)}to{transform:translate(36.33095vw,99vh) scale(.0752)}}.snow:nth-child(357){opacity:.3012;transform:translate(22.8603vw,-10px) scale(.6518);animation:fall-357 10s -17s linear infinite}@keyframes fall-357{47.27%{transform:translate(16.2971vw,47.27vh) scale(.6518)}to{transform:translate(19.5787vw,99vh) scale(.6518)}}.snow:nth-child(358){opacity:.8916;transform:translate(98.403vw,-10px) scale(.0864);animation:fall-358 22s -26s linear infinite}@keyframes fall-358{55.572%{transform:translate(95.0253vw,55.572vh) scale(.0864)}to{transform:translate(96.71415vw,99vh) scale(.0864)}}.snow:nth-child(359){opacity:.1436;transform:translate(68.1869vw,-10px) scale(.2344);animation:fall-359 20s -6s linear infinite}@keyframes fall-359{58.574%{transform:translate(65.087vw,58.574vh) scale(.2344)}to{transform:translate(66.63695vw,99vh) scale(.2344)}}.snow:nth-child(360){opacity:1.1628;transform:translate(18.9226vw,-10px) scale(.7668);animation:fall-360 18s -27s linear infinite}@keyframes fall-360{35.088%{transform:translate(14.7706vw,35.088vh) scale(.7668)}to{transform:translate(16.8466vw,99vh) scale(.7668)}}.snow:nth-child(361){opacity:.3806;transform:translate(83.1246vw,-10px) scale(.7217);animation:fall-361 24s -19s linear infinite}@keyframes fall-361{52.578%{transform:translate(83.1752vw,52.578vh) scale(.7217)}to{transform:translate(83.1499vw,99vh) scale(.7217)}}.snow:nth-child(362){opacity:.2416;transform:translate(69.906vw,-10px) scale(.5113);animation:fall-362 25s -18s linear infinite}@keyframes fall-362{50.936%{transform:translate(78.9629vw,50.936vh) scale(.5113)}to{transform:translate(74.43445vw,99vh) scale(.5113)}}.snow:nth-child(363){opacity:1.4092;transform:translate(38.917vw,-10px) scale(.3813);animation:fall-363 11s -11s linear infinite}@keyframes fall-363{31.367%{transform:translate(46.4418vw,31.367vh) scale(.3813)}to{transform:translate(42.6794vw,99vh) scale(.3813)}}.snow:nth-child(364){opacity:1.1962;transform:translate(2.3985vw,-10px) scale(.4308);animation:fall-364 19s -16s linear infinite}@keyframes fall-364{30.552%{transform:translate(3.3895vw,30.552vh) scale(.4308)}to{transform:translate(2.894vw,99vh) scale(.4308)}}.snow:nth-child(365){opacity:.4834;transform:translate(3.3976vw,-10px) scale(.7718);animation:fall-365 18s -1s linear infinite}@keyframes fall-365{56.79%{transform:translate(-3.3002vw,56.79vh) scale(.7718)}to{transform:translate(.0487vw,99vh) scale(.7718)}}.snow:nth-child(366){opacity:1.1876;transform:translate(83.2116vw,-10px) scale(.241);animation:fall-366 13s -5s linear infinite}@keyframes fall-366{50.609%{transform:translate(74.8245vw,50.609vh) scale(.241)}to{transform:translate(79.01805vw,99vh) scale(.241)}}.snow:nth-child(367){opacity:.1982;transform:translate(95.6412vw,-10px) scale(.2408);animation:fall-367 29s -17s linear infinite}@keyframes fall-367{64.106%{transform:translate(103.9271vw,64.106vh) scale(.2408)}to{transform:translate(99.78415vw,99vh) scale(.2408)}}.snow:nth-child(368){opacity:1.0816;transform:translate(76.26vw,-10px) scale(.5377);animation:fall-368 18s -3s linear infinite}@keyframes fall-368{72.084%{transform:translate(82.649vw,72.084vh) scale(.5377)}to{transform:translate(79.4545vw,99vh) scale(.5377)}}.snow:nth-child(369){opacity:.8898;transform:translate(80.5436vw,-10px) scale(.7292);animation:fall-369 21s -7s linear infinite}@keyframes fall-369{59.715%{transform:translate(79.5474vw,59.715vh) scale(.7292)}to{transform:translate(80.0455vw,99vh) scale(.7292)}}.snow:nth-child(370){opacity:1.8184;transform:translate(80.4561vw,-10px) scale(.0055);animation:fall-370 30s -25s linear infinite}@keyframes fall-370{37.03%{transform:translate(89.7277vw,37.03vh) scale(.0055)}to{transform:translate(85.0919vw,99vh) scale(.0055)}}.snow:nth-child(371){opacity:.8548;transform:translate(4.2978vw,-10px) scale(.4252);animation:fall-371 21s -10s linear infinite}@keyframes fall-371{51.928%{transform:translate(12.4021vw,51.928vh) scale(.4252)}to{transform:translate(8.34995vw,99vh) scale(.4252)}}.snow:nth-child(372){opacity:.1516;transform:translate(55.7322vw,-10px) scale(.5034);animation:fall-372 10s -19s linear infinite}@keyframes fall-372{43.08%{transform:translate(47.5443vw,43.08vh) scale(.5034)}to{transform:translate(51.63825vw,99vh) scale(.5034)}}.snow:nth-child(373){opacity:.118;transform:translate(43.4717vw,-10px) scale(.2333);animation:fall-373 21s -2s linear infinite}@keyframes fall-373{65.75%{transform:translate(34.2113vw,65.75vh) scale(.2333)}to{transform:translate(38.8415vw,99vh) scale(.2333)}}.snow:nth-child(374){opacity:.2518;transform:translate(96.5308vw,-10px) scale(.8761);animation:fall-374 12s -30s linear infinite}@keyframes fall-374{70.719%{transform:translate(99.1538vw,70.719vh) scale(.8761)}to{transform:translate(97.8423vw,99vh) scale(.8761)}}.snow:nth-child(375){opacity:.8338;transform:translate(35.0725vw,-10px) scale(.742);animation:fall-375 25s -10s linear infinite}@keyframes fall-375{78.991%{transform:translate(41.5257vw,78.991vh) scale(.742)}to{transform:translate(38.2991vw,99vh) scale(.742)}}.snow:nth-child(376){opacity:1.1478;transform:translate(35.7229vw,-10px) scale(.0411);animation:fall-376 14s -14s linear infinite}@keyframes fall-376{53.352%{transform:translate(30.0687vw,53.352vh) scale(.0411)}to{transform:translate(32.8958vw,99vh) scale(.0411)}}.snow:nth-child(377){opacity:1.9442;transform:translate(87.6027vw,-10px) scale(.2687);animation:fall-377 25s -10s linear infinite}@keyframes fall-377{70.855%{transform:translate(80.0892vw,70.855vh) scale(.2687)}to{transform:translate(83.84595vw,99vh) scale(.2687)}}.snow:nth-child(378){opacity:.089;transform:translate(35.8336vw,-10px) scale(.3593);animation:fall-378 19s -19s linear infinite}@keyframes fall-378{70.31%{transform:translate(28.1196vw,70.31vh) scale(.3593)}to{transform:translate(31.9766vw,99vh) scale(.3593)}}.snow:nth-child(379){opacity:1.422;transform:translate(72.7244vw,-10px) scale(.0532);animation:fall-379 30s -10s linear infinite}@keyframes fall-379{49.087%{transform:translate(66.4143vw,49.087vh) scale(.0532)}to{transform:translate(69.56935vw,99vh) scale(.0532)}}.snow:nth-child(380){opacity:1.5284;transform:translate(54.3037vw,-10px) scale(.9253);animation:fall-380 13s -3s linear infinite}@keyframes fall-380{68.335%{transform:translate(62.3465vw,68.335vh) scale(.9253)}to{transform:translate(58.3251vw,99vh) scale(.9253)}}.snow:nth-child(381){opacity:.047;transform:translate(16.3693vw,-10px) scale(.5933);animation:fall-381 14s -28s linear infinite}@keyframes fall-381{68.126%{transform:translate(25.6755vw,68.126vh) scale(.5933)}to{transform:translate(21.0224vw,99vh) scale(.5933)}}.snow:nth-child(382){opacity:1.659;transform:translate(53.6279vw,-10px) scale(.1581);animation:fall-382 29s -25s linear infinite}@keyframes fall-382{33.707%{transform:translate(50.1936vw,33.707vh) scale(.1581)}to{transform:translate(51.91075vw,99vh) scale(.1581)}}.snow:nth-child(383){opacity:.2682;transform:translate(82.3338vw,-10px) scale(.5092);animation:fall-383 15s -1s linear infinite}@keyframes fall-383{37.916%{transform:translate(89.9181vw,37.916vh) scale(.5092)}to{transform:translate(86.12595vw,99vh) scale(.5092)}}.snow:nth-child(384){opacity:.0518;transform:translate(88.4923vw,-10px) scale(.7184);animation:fall-384 18s -10s linear infinite}@keyframes fall-384{44.715%{transform:translate(79.6544vw,44.715vh) scale(.7184)}to{transform:translate(84.07335vw,99vh) scale(.7184)}}.snow:nth-child(385){opacity:1.4956;transform:translate(46.0404vw,-10px) scale(.1817);animation:fall-385 27s -7s linear infinite}@keyframes fall-385{42.193%{transform:translate(43.1514vw,42.193vh) scale(.1817)}to{transform:translate(44.5959vw,99vh) scale(.1817)}}.snow:nth-child(386){opacity:1.4378;transform:translate(63.577vw,-10px) scale(.7737);animation:fall-386 20s -18s linear infinite}@keyframes fall-386{76.306%{transform:translate(73.5732vw,76.306vh) scale(.7737)}to{transform:translate(68.5751vw,99vh) scale(.7737)}}.snow:nth-child(387){opacity:.3558;transform:translate(46.0744vw,-10px) scale(.7076);animation:fall-387 13s -27s linear infinite}@keyframes fall-387{70.141%{transform:translate(39.7428vw,70.141vh) scale(.7076)}to{transform:translate(42.9086vw,99vh) scale(.7076)}}.snow:nth-child(388){opacity:.741;transform:translate(18.9815vw,-10px) scale(.382);animation:fall-388 25s -3s linear infinite}@keyframes fall-388{49.001%{transform:translate(16.3499vw,49.001vh) scale(.382)}to{transform:translate(17.6657vw,99vh) scale(.382)}}.snow:nth-child(389){opacity:1.6394;transform:translate(15.517vw,-10px) scale(.1585);animation:fall-389 28s -28s linear infinite}@keyframes fall-389{43.848%{transform:translate(21.754vw,43.848vh) scale(.1585)}to{transform:translate(18.6355vw,99vh) scale(.1585)}}.snow:nth-child(390){opacity:.9158;transform:translate(61.3321vw,-10px) scale(.1863);animation:fall-390 27s -18s linear infinite}@keyframes fall-390{78.174%{transform:translate(64.3866vw,78.174vh) scale(.1863)}to{transform:translate(62.85935vw,99vh) scale(.1863)}}.snow:nth-child(391){opacity:.0188;transform:translate(29.6415vw,-10px) scale(.6997);animation:fall-391 23s -18s linear infinite}@keyframes fall-391{76.859%{transform:translate(22.9274vw,76.859vh) scale(.6997)}to{transform:translate(26.28445vw,99vh) scale(.6997)}}.snow:nth-child(392){opacity:.787;transform:translate(62.5284vw,-10px) scale(.6313);animation:fall-392 28s -16s linear infinite}@keyframes fall-392{78.251%{transform:translate(62.6131vw,78.251vh) scale(.6313)}to{transform:translate(62.57075vw,99vh) scale(.6313)}}.snow:nth-child(393){opacity:.0926;transform:translate(42.0291vw,-10px) scale(.8695);animation:fall-393 18s -10s linear infinite}@keyframes fall-393{75.011%{transform:translate(40.6999vw,75.011vh) scale(.8695)}to{transform:translate(41.3645vw,99vh) scale(.8695)}}.snow:nth-child(394){opacity:1.1288;transform:translate(16.6993vw,-10px) scale(.3847);animation:fall-394 22s -29s linear infinite}@keyframes fall-394{39.459%{transform:translate(26.644vw,39.459vh) scale(.3847)}to{transform:translate(21.67165vw,99vh) scale(.3847)}}.snow:nth-child(395){opacity:1.734;transform:translate(.8112vw,-10px) scale(.6783);animation:fall-395 21s -28s linear infinite}@keyframes fall-395{76.664%{transform:translate(5.0107vw,76.664vh) scale(.6783)}to{transform:translate(2.91095vw,99vh) scale(.6783)}}.snow:nth-child(396){opacity:.1426;transform:translate(70.279vw,-10px) scale(.8102);animation:fall-396 19s -26s linear infinite}@keyframes fall-396{72.908%{transform:translate(78.0807vw,72.908vh) scale(.8102)}to{transform:translate(74.17985vw,99vh) scale(.8102)}}.snow:nth-child(397){opacity:1.8642;transform:translate(65.1228vw,-10px) scale(.0356);animation:fall-397 20s -21s linear infinite}@keyframes fall-397{35.61%{transform:translate(62.9472vw,35.61vh) scale(.0356)}to{transform:translate(64.035vw,99vh) scale(.0356)}}.snow:nth-child(398){opacity:1.5568;transform:translate(9.7209vw,-10px) scale(.404);animation:fall-398 15s -27s linear infinite}@keyframes fall-398{34.262%{transform:translate(10.3351vw,34.262vh) scale(.404)}to{transform:translate(10.028vw,99vh) scale(.404)}}.snow:nth-child(399){opacity:1.2694;transform:translate(17.2042vw,-10px) scale(.3446);animation:fall-399 10s -10s linear infinite}@keyframes fall-399{71.923%{transform:translate(20.6849vw,71.923vh) scale(.3446)}to{transform:translate(18.94455vw,99vh) scale(.3446)}}.snow:nth-child(400){opacity:.1472;transform:translate(52.6626vw,-10px) scale(.5649);animation:fall-400 26s -8s linear infinite}@keyframes fall-400{39.534%{transform:translate(45.5103vw,39.534vh) scale(.5649)}to{transform:translate(49.08645vw,99vh) scale(.5649)}}\n"] }]
|
|
29
29
|
}], ctorParameters: function () { return [{ type: i1.TokenService }, { type: i1.AppState }, { type: i2.Router }]; } });
|
|
30
30
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmUvc3JjL2xpYi9hcHAuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vcHJvamVjdHMvY29yZS9zcmMvbGliL2FwcC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxVQUFVO0FBQ1YsT0FBTyxFQUFFLFNBQVMsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7Ozs7QUFNN0Qsa01BQWtNO0FBT2xNLE1BQU0sT0FBTyxZQUFZO0lBTXJCLFlBQW9CLEdBQWlCLEVBQVMsTUFBZ0IsRUFBVSxNQUFjO1FBQWxFLFFBQUcsR0FBSCxHQUFHLENBQWM7UUFBUyxXQUFNLEdBQU4sTUFBTSxDQUFVO1FBQVUsV0FBTSxHQUFOLE1BQU0sQ0FBUTtRQUovRSxVQUFLLEdBQWEsRUFBRSxDQUFDO1FBRXJCLGdCQUFXLEdBQUcsQ0FBQyxDQUFTLEVBQUUsSUFBUyxFQUFFLEVBQUUsQ0FBQyxJQUFJLENBQUM7UUFJaEQsSUFBSSxJQUFJLENBQUMsTUFBTSxDQUFDLGFBQWE7WUFDekIsS0FBSyxJQUFJLENBQUMsR0FBRyxDQUFDLEVBQUUsQ0FBQyxHQUFHLEdBQUcsRUFBRSxDQUFDLEVBQUU7Z0JBQ3hCLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBRTNCLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLFlBQVksRUFBRTtZQUN4QixPQUFPLENBQUMsR0FBRyxDQUFDLHVEQUF1RCxDQUFDLENBQUE7WUFDcEUsSUFBSSxDQUFDLE1BQU0sQ0FBQyxRQUFRLENBQUMsQ0FBQyxPQUFPLEVBQUUsRUFBRSxPQUFPLEVBQUUsSUFBSSxDQUFDLE1BQU0sQ0FBQyxHQUFHLEVBQUUsQ0FBQyxDQUFDLENBQUM7U0FDakU7SUFDTCxDQUFDOzswR0FoQlEsWUFBWTs4RkFBWixZQUFZLGdEQ2R6Qix1TEFHK0I7NEZEV2xCLFlBQVk7a0JBTnhCLFNBQVM7K0JBQ0ksVUFBVSxpQkFDTCxpQkFBaUIsQ0FBQyxJQUFJIiwic291cmNlc0NvbnRlbnQiOlsiLy8gQW5ndWxhclxyXG5pbXBvcnQgeyBDb21wb25lbnQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgUm91dGVyIH0gZnJvbSBcIkBhbmd1bGFyL3JvdXRlclwiO1xyXG5cclxuLy8gQ29uZmlndXJhemlvbmlcclxuaW1wb3J0IHsgQXBwU3RhdGUsIFRva2VuU2VydmljZSB9IGZyb20gXCJAZXNmYWVuemEvY29yZS9zZXJ2aWNlc1wiO1xyXG5cclxuLyogTi5COiBRdWVzdG8gY29tcG9uZW50ZSBub24gcHXDsiBkaXZlbnRhcmUgc3RhbmRhbG9uZS4gw4ggaWwgcHVudG8gZGkgaW5ncmVzc28gcGVyIGlsIGJvb3RzdHJhcCBkZWkgbW9kdWxpIGRpIEZyb250ZW5kLCBjaGUgTk9OIHNpIGJhc2FubyBzdWkgY29tcG9uZW50aSBzdGFuZGFsb25lIGEgbWVubyBkaSByYXJlIGZ1bnppb25hbGl0w6AgKi9cclxuQENvbXBvbmVudCh7XHJcbiAgICBzZWxlY3RvcjogJ2FwcC1yb290JyxcclxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXHJcbiAgICBzdHlsZVVybHM6IFtcIi4vYXBwLmNvbXBvbmVudC5zY3NzXCJdLFxyXG4gICAgdGVtcGxhdGVVcmw6ICcuL2FwcC5jb21wb25lbnQuaHRtbCdcclxufSlcclxuZXhwb3J0IGNsYXNzIEFwcENvbXBvbmVudCB7XHJcblxyXG4gICAgcHVibGljIHNub3dzOiBudW1iZXJbXSA9IFtdO1xyXG5cclxuICAgIHB1YmxpYyBzbm93VHJhY2tCeSA9IChfOiBudW1iZXIsIGl0ZW06IGFueSkgPT4gaXRlbTtcclxuXHJcbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIGJ0czogVG9rZW5TZXJ2aWNlLCBwdWJsaWMgX3N0YXRlOiBBcHBTdGF0ZSwgcHJpdmF0ZSByb3V0ZXI6IFJvdXRlcikge1xyXG5cclxuICAgICAgICBpZiAodGhpcy5fc3RhdGUuY2hyaXN0bWFzVGltZSlcclxuICAgICAgICAgICAgZm9yIChsZXQgaSA9IDA7IGkgPCA0MDA7IGkrKylcclxuICAgICAgICAgICAgICAgIHRoaXMuc25vd3MucHVzaChpKTtcclxuXHJcbiAgICAgICAgaWYgKCF0aGlzLmJ0cy5hY2NvdW50U2NvcGUpIHtcclxuICAgICAgICAgICAgY29uc29sZS5sb2coXCJBcHBDb21wb25lbnQgLSBubyBhY2NvdW50IHNjb3BlLCByZWRpcmVjdGluZyB0byBsb2dpblwiKVxyXG4gICAgICAgICAgICB0aGlzLnJvdXRlci5uYXZpZ2F0ZShbXCJsb2dpblwiLCB7IGZyb21Vcmw6IHRoaXMucm91dGVyLnVybCB9XSk7XHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG59IiwiPG5nLWNvbnRhaW5lciAqbmdJZj1cIl9zdGF0ZS5jaHJpc3RtYXNUaW1lXCI+XHJcbiAgICA8ZGl2ICpuZ0Zvcj1cImxldCBpIG9mIHNub3dzOyB0cmFja0J5OiBzbm93VHJhY2tCeVwiIGNsYXNzPVwic25vd1wiPjwvZGl2PlxyXG48L25nLWNvbnRhaW5lcj5cclxuPHJvdXRlci1vdXRsZXQ+PC9yb3V0ZXItb3V0bGV0PiJdfQ==
|