@esfaenza/core 15.2.123 → 15.2.125
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/components.module.d.ts +7 -8
- package/components/navbar/navbar.component.d.ts +1 -0
- package/components/public-api.d.ts +0 -1
- package/esm2020/components/components.module.mjs +1 -5
- package/esm2020/components/navbar/navbar.component.mjs +6 -4
- package/esm2020/components/public-api.mjs +1 -2
- package/esm2020/lib/app.component.mjs +2 -2
- package/esm2020/lib/core.module.mjs +2 -1
- package/fesm2015/esfaenza-core-components.mjs +40 -75
- package/fesm2015/esfaenza-core-components.mjs.map +1 -1
- package/fesm2015/esfaenza-core.mjs +3 -2
- package/fesm2015/esfaenza-core.mjs.map +1 -1
- package/fesm2020/esfaenza-core-components.mjs +40 -74
- package/fesm2020/esfaenza-core-components.mjs.map +1 -1
- package/fesm2020/esfaenza-core.mjs +3 -2
- package/fesm2020/esfaenza-core.mjs.map +1 -1
- package/package.json +2 -1
- package/components/navbar/modules-board/jace-modules-board.component.d.ts +0 -13
- package/esm2020/components/navbar/modules-board/jace-modules-board.component.mjs +0 -40
|
@@ -75,10 +75,10 @@ class AppComponent {
|
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
AppComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AppComponent, deps: [{ token: i1.TokenService }, { token: i1.AppState }, { token: i2.Router }], target: i0.ɵɵFactoryTarget.Component });
|
|
78
|
-
AppComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: AppComponent, selector: "app-root", ngImport: i0, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:1.8224;transform:translate(6.2463vw,-10px) scale(.1134);animation:fall-1 28s -15s linear infinite}@keyframes fall-1{78.03%{transform:translate(-2.1929vw,78.03vh) scale(.1134)}to{transform:translate(2.0267vw,99vh) scale(.1134)}}.snow:nth-child(2){opacity:.1578;transform:translate(88.203vw,-10px) scale(.2023);animation:fall-2 15s -12s linear infinite}@keyframes fall-2{74.245%{transform:translate(89.022vw,74.245vh) scale(.2023)}to{transform:translate(88.6125vw,99vh) scale(.2023)}}.snow:nth-child(3){opacity:.749;transform:translate(62.2956vw,-10px) scale(.6729);animation:fall-3 24s -13s linear infinite}@keyframes fall-3{67.85%{transform:translate(69.8108vw,67.85vh) scale(.6729)}to{transform:translate(66.0532vw,99vh) scale(.6729)}}.snow:nth-child(4){opacity:.0278;transform:translate(38.8296vw,-10px) scale(.59);animation:fall-4 26s -27s linear infinite}@keyframes fall-4{43.952%{transform:translate(35.08vw,43.952vh) scale(.59)}to{transform:translate(36.9548vw,99vh) scale(.59)}}.snow:nth-child(5){opacity:1.7356;transform:translate(53.1102vw,-10px) scale(.7842);animation:fall-5 15s -22s linear infinite}@keyframes fall-5{39.561%{transform:translate(45.4488vw,39.561vh) scale(.7842)}to{transform:translate(49.2795vw,99vh) scale(.7842)}}.snow:nth-child(6){opacity:1.8418;transform:translate(75.7853vw,-10px) scale(.0329);animation:fall-6 13s -3s linear infinite}@keyframes fall-6{68.092%{transform:translate(85.4034vw,68.092vh) scale(.0329)}to{transform:translate(80.59435vw,99vh) scale(.0329)}}.snow:nth-child(7){opacity:1.8808;transform:translate(75.8466vw,-10px) scale(.5139);animation:fall-7 18s -23s linear infinite}@keyframes fall-7{52.669%{transform:translate(73.7096vw,52.669vh) scale(.5139)}to{transform:translate(74.7781vw,99vh) scale(.5139)}}.snow:nth-child(8){opacity:.5694;transform:translate(23.738vw,-10px) scale(.5754);animation:fall-8 12s -28s linear infinite}@keyframes fall-8{62.5%{transform:translate(18.0128vw,62.5vh) scale(.5754)}to{transform:translate(20.8754vw,99vh) scale(.5754)}}.snow:nth-child(9){opacity:.9864;transform:translate(70.3507vw,-10px) scale(.6874);animation:fall-9 25s -7s linear infinite}@keyframes fall-9{77.964%{transform:translate(72.867vw,77.964vh) scale(.6874)}to{transform:translate(71.60885vw,99vh) scale(.6874)}}.snow:nth-child(10){opacity:1.1228;transform:translate(84.5203vw,-10px) scale(.205);animation:fall-10 12s -3s linear infinite}@keyframes fall-10{54.043%{transform:translate(82.8137vw,54.043vh) scale(.205)}to{transform:translate(83.667vw,99vh) scale(.205)}}.snow:nth-child(11){opacity:.847;transform:translate(8.6409vw,-10px) scale(.3227);animation:fall-11 24s -30s linear infinite}@keyframes fall-11{60.314%{transform:translate(11.6325vw,60.314vh) scale(.3227)}to{transform:translate(10.1367vw,99vh) scale(.3227)}}.snow:nth-child(12){opacity:1.5918;transform:translate(20.0058vw,-10px) scale(.5513);animation:fall-12 27s -28s linear infinite}@keyframes fall-12{60.572%{transform:translate(17.3535vw,60.572vh) scale(.5513)}to{transform:translate(18.67965vw,99vh) scale(.5513)}}.snow:nth-child(13){opacity:1.381;transform:translate(48.4554vw,-10px) scale(.7161);animation:fall-13 24s -28s linear infinite}@keyframes fall-13{36.446%{transform:translate(41.4446vw,36.446vh) scale(.7161)}to{transform:translate(44.95vw,99vh) scale(.7161)}}.snow:nth-child(14){opacity:1.3304;transform:translate(60.9087vw,-10px) scale(.0603);animation:fall-14 18s -9s linear infinite}@keyframes fall-14{71.041%{transform:translate(59.7788vw,71.041vh) scale(.0603)}to{transform:translate(60.34375vw,99vh) scale(.0603)}}.snow:nth-child(15){opacity:.6016;transform:translate(49.1351vw,-10px) scale(.9122);animation:fall-15 23s -2s linear infinite}@keyframes fall-15{40.612%{transform:translate(47.5574vw,40.612vh) scale(.9122)}to{transform:translate(48.34625vw,99vh) scale(.9122)}}.snow:nth-child(16){opacity:.1412;transform:translate(18.7949vw,-10px) scale(.1138);animation:fall-16 22s -13s linear infinite}@keyframes fall-16{41.988%{transform:translate(13.6551vw,41.988vh) scale(.1138)}to{transform:translate(16.225vw,99vh) scale(.1138)}}.snow:nth-child(17){opacity:1.7688;transform:translate(23.3423vw,-10px) scale(.5408);animation:fall-17 11s -12s linear infinite}@keyframes fall-17{74.699%{transform:translate(30.2043vw,74.699vh) scale(.5408)}to{transform:translate(26.7733vw,99vh) scale(.5408)}}.snow:nth-child(18){opacity:.3014;transform:translate(95.8933vw,-10px) scale(.8094);animation:fall-18 15s -2s linear infinite}@keyframes fall-18{30.467%{transform:translate(96.074vw,30.467vh) scale(.8094)}to{transform:translate(95.98365vw,99vh) scale(.8094)}}.snow:nth-child(19){opacity:1.8126;transform:translate(66.9007vw,-10px) scale(.9727);animation:fall-19 27s -10s linear infinite}@keyframes fall-19{49.405%{transform:translate(61.1975vw,49.405vh) scale(.9727)}to{transform:translate(64.0491vw,99vh) scale(.9727)}}.snow:nth-child(20){opacity:.22;transform:translate(95.5555vw,-10px) scale(.658);animation:fall-20 11s -27s linear infinite}@keyframes fall-20{33.462%{transform:translate(87.7604vw,33.462vh) scale(.658)}to{transform:translate(91.65795vw,99vh) scale(.658)}}.snow:nth-child(21){opacity:.7584;transform:translate(90.0355vw,-10px) scale(.2392);animation:fall-21 29s -28s linear infinite}@keyframes fall-21{69.135%{transform:translate(84.1618vw,69.135vh) scale(.2392)}to{transform:translate(87.09865vw,99vh) scale(.2392)}}.snow:nth-child(22){opacity:.1568;transform:translate(74.0427vw,-10px) scale(.1827);animation:fall-22 10s -26s linear infinite}@keyframes fall-22{37.434%{transform:translate(74.2717vw,37.434vh) scale(.1827)}to{transform:translate(74.1572vw,99vh) scale(.1827)}}.snow:nth-child(23){opacity:.2166;transform:translate(79.5873vw,-10px) scale(.23);animation:fall-23 30s -20s linear infinite}@keyframes fall-23{56.479%{transform:translate(79.2293vw,56.479vh) scale(.23)}to{transform:translate(79.4083vw,99vh) scale(.23)}}.snow:nth-child(24){opacity:1.7016;transform:translate(27.3172vw,-10px) scale(.6864);animation:fall-24 27s -17s linear infinite}@keyframes fall-24{46.18%{transform:translate(35.7351vw,46.18vh) scale(.6864)}to{transform:translate(31.52615vw,99vh) scale(.6864)}}.snow:nth-child(25){opacity:.7806;transform:translate(59.1565vw,-10px) scale(.0805);animation:fall-25 28s -19s linear infinite}@keyframes fall-25{55.55%{transform:translate(53.9016vw,55.55vh) scale(.0805)}to{transform:translate(56.52905vw,99vh) scale(.0805)}}.snow:nth-child(26){opacity:1.2444;transform:translate(72.0468vw,-10px) scale(.0895);animation:fall-26 14s -19s linear infinite}@keyframes fall-26{45.809%{transform:translate(63.2098vw,45.809vh) scale(.0895)}to{transform:translate(67.6283vw,99vh) scale(.0895)}}.snow:nth-child(27){opacity:1.3516;transform:translate(43.0612vw,-10px) scale(.3179);animation:fall-27 25s -13s linear infinite}@keyframes fall-27{68.983%{transform:translate(48.0106vw,68.983vh) scale(.3179)}to{transform:translate(45.5359vw,99vh) scale(.3179)}}.snow:nth-child(28){opacity:1.887;transform:translate(38.2578vw,-10px) scale(.3695);animation:fall-28 25s -23s linear infinite}@keyframes fall-28{57.995%{transform:translate(36.2901vw,57.995vh) scale(.3695)}to{transform:translate(37.27395vw,99vh) scale(.3695)}}.snow:nth-child(29){opacity:1.6028;transform:translate(74.8166vw,-10px) scale(.6282);animation:fall-29 12s -24s linear infinite}@keyframes fall-29{74.595%{transform:translate(80.5868vw,74.595vh) scale(.6282)}to{transform:translate(77.7017vw,99vh) scale(.6282)}}.snow:nth-child(30){opacity:1.789;transform:translate(91.0313vw,-10px) scale(.8643);animation:fall-30 29s -9s linear infinite}@keyframes fall-30{61.375%{transform:translate(89.7329vw,61.375vh) scale(.8643)}to{transform:translate(90.3821vw,99vh) scale(.8643)}}.snow:nth-child(31){opacity:.521;transform:translate(66.1265vw,-10px) scale(.3978);animation:fall-31 25s -15s linear infinite}@keyframes fall-31{45.007%{transform:translate(57.6102vw,45.007vh) scale(.3978)}to{transform:translate(61.86835vw,99vh) scale(.3978)}}.snow:nth-child(32){opacity:.783;transform:translate(87.8571vw,-10px) scale(.7173);animation:fall-32 12s -7s linear infinite}@keyframes fall-32{39.422%{transform:translate(79.56vw,39.422vh) scale(.7173)}to{transform:translate(83.70855vw,99vh) scale(.7173)}}.snow:nth-child(33){opacity:.757;transform:translate(38.9811vw,-10px) scale(.7133);animation:fall-33 16s -25s linear infinite}@keyframes fall-33{67.919%{transform:translate(42.9201vw,67.919vh) scale(.7133)}to{transform:translate(40.9506vw,99vh) scale(.7133)}}.snow:nth-child(34){opacity:.4094;transform:translate(15.1873vw,-10px) scale(.9899);animation:fall-34 21s -9s linear infinite}@keyframes fall-34{69.619%{transform:translate(9.3645vw,69.619vh) scale(.9899)}to{transform:translate(12.2759vw,99vh) scale(.9899)}}.snow:nth-child(35){opacity:1.986;transform:translate(86.3258vw,-10px) scale(.6397);animation:fall-35 10s -11s linear infinite}@keyframes fall-35{76.088%{transform:translate(94.1113vw,76.088vh) scale(.6397)}to{transform:translate(90.21855vw,99vh) scale(.6397)}}.snow:nth-child(36){opacity:1.2676;transform:translate(61.3362vw,-10px) scale(.6588);animation:fall-36 27s -10s linear infinite}@keyframes fall-36{32.751%{transform:translate(51.9716vw,32.751vh) scale(.6588)}to{transform:translate(56.6539vw,99vh) scale(.6588)}}.snow:nth-child(37){opacity:1.0722;transform:translate(76.831vw,-10px) scale(.975);animation:fall-37 11s -1s linear infinite}@keyframes fall-37{37.769%{transform:translate(86.2634vw,37.769vh) scale(.975)}to{transform:translate(81.5472vw,99vh) scale(.975)}}.snow:nth-child(38){opacity:1.238;transform:translate(82.9201vw,-10px) scale(.9972);animation:fall-38 12s -28s linear infinite}@keyframes fall-38{36.308%{transform:translate(74.9218vw,36.308vh) scale(.9972)}to{transform:translate(78.92095vw,99vh) scale(.9972)}}.snow:nth-child(39){opacity:1.8072;transform:translate(39.426vw,-10px) scale(.3565);animation:fall-39 24s -8s linear infinite}@keyframes fall-39{36.532%{transform:translate(33.1584vw,36.532vh) scale(.3565)}to{transform:translate(36.2922vw,99vh) scale(.3565)}}.snow:nth-child(40){opacity:.4618;transform:translate(38.3678vw,-10px) scale(.6583);animation:fall-40 11s -17s linear infinite}@keyframes fall-40{67.695%{transform:translate(38.7688vw,67.695vh) scale(.6583)}to{transform:translate(38.5683vw,99vh) scale(.6583)}}.snow:nth-child(41){opacity:.9748;transform:translate(85.0991vw,-10px) scale(.1909);animation:fall-41 24s -6s linear infinite}@keyframes fall-41{53.541%{transform:translate(80.3114vw,53.541vh) scale(.1909)}to{transform:translate(82.70525vw,99vh) scale(.1909)}}.snow:nth-child(42){opacity:1.2708;transform:translate(83.1646vw,-10px) scale(.7775);animation:fall-42 27s -13s linear infinite}@keyframes fall-42{30.911%{transform:translate(91.8155vw,30.911vh) scale(.7775)}to{transform:translate(87.49005vw,99vh) scale(.7775)}}.snow:nth-child(43){opacity:.085;transform:translate(2.9vw,-10px) scale(.8999);animation:fall-43 14s -24s linear infinite}@keyframes fall-43{53.23%{transform:translate(4.0464vw,53.23vh) scale(.8999)}to{transform:translate(3.4732vw,99vh) scale(.8999)}}.snow:nth-child(44){opacity:1.264;transform:translate(38.9387vw,-10px) scale(.5182);animation:fall-44 11s -7s linear infinite}@keyframes fall-44{70.72%{transform:translate(42.0442vw,70.72vh) scale(.5182)}to{transform:translate(40.49145vw,99vh) scale(.5182)}}.snow:nth-child(45){opacity:1.3316;transform:translate(93.4315vw,-10px) scale(.0004);animation:fall-45 25s -24s linear infinite}@keyframes fall-45{77.613%{transform:translate(99.9649vw,77.613vh) scale(.0004)}to{transform:translate(96.6982vw,99vh) scale(.0004)}}.snow:nth-child(46){opacity:1.3552;transform:translate(53.3331vw,-10px) scale(.0184);animation:fall-46 29s -14s linear infinite}@keyframes fall-46{50.369%{transform:translate(61.0793vw,50.369vh) scale(.0184)}to{transform:translate(57.2062vw,99vh) scale(.0184)}}.snow:nth-child(47){opacity:.1736;transform:translate(99.5435vw,-10px) scale(.4679);animation:fall-47 22s -14s linear infinite}@keyframes fall-47{36.02%{transform:translate(103.8489vw,36.02vh) scale(.4679)}to{transform:translate(101.6962vw,99vh) scale(.4679)}}.snow:nth-child(48){opacity:1.961;transform:translate(21.9475vw,-10px) scale(.5875);animation:fall-48 25s -16s linear infinite}@keyframes fall-48{34.117%{transform:translate(19.5996vw,34.117vh) scale(.5875)}to{transform:translate(20.77355vw,99vh) scale(.5875)}}.snow:nth-child(49){opacity:.0242;transform:translate(86.7238vw,-10px) scale(.8025);animation:fall-49 13s -1s linear infinite}@keyframes fall-49{51.24%{transform:translate(90.3545vw,51.24vh) scale(.8025)}to{transform:translate(88.53915vw,99vh) scale(.8025)}}.snow:nth-child(50){opacity:.7042;transform:translate(64.4534vw,-10px) scale(.7724);animation:fall-50 30s -22s linear infinite}@keyframes fall-50{62.385%{transform:translate(63.8808vw,62.385vh) scale(.7724)}to{transform:translate(64.1671vw,99vh) scale(.7724)}}.snow:nth-child(51){opacity:1.3972;transform:translate(95.39vw,-10px) scale(.2505);animation:fall-51 28s -27s linear infinite}@keyframes fall-51{53.339%{transform:translate(87.563vw,53.339vh) scale(.2505)}to{transform:translate(91.4765vw,99vh) scale(.2505)}}.snow:nth-child(52){opacity:.2178;transform:translate(84.2738vw,-10px) scale(.9512);animation:fall-52 17s -29s linear infinite}@keyframes fall-52{40.42%{transform:translate(79.4269vw,40.42vh) scale(.9512)}to{transform:translate(81.85035vw,99vh) scale(.9512)}}.snow:nth-child(53){opacity:1.8226;transform:translate(28.4645vw,-10px) scale(.1236);animation:fall-53 28s -29s linear infinite}@keyframes fall-53{58.563%{transform:translate(33.846vw,58.563vh) scale(.1236)}to{transform:translate(31.15525vw,99vh) scale(.1236)}}.snow:nth-child(54){opacity:1.3096;transform:translate(43.2072vw,-10px) scale(.466);animation:fall-54 23s -21s linear infinite}@keyframes fall-54{63.078%{transform:translate(36.1998vw,63.078vh) scale(.466)}to{transform:translate(39.7035vw,99vh) scale(.466)}}.snow:nth-child(55){opacity:1.7052;transform:translate(72.6308vw,-10px) scale(.6339);animation:fall-55 20s -5s linear infinite}@keyframes fall-55{36.347%{transform:translate(73.8937vw,36.347vh) scale(.6339)}to{transform:translate(73.26225vw,99vh) scale(.6339)}}.snow:nth-child(56){opacity:.0792;transform:translate(68.936vw,-10px) scale(.5338);animation:fall-56 29s -14s linear infinite}@keyframes fall-56{42.789%{transform:translate(66.3285vw,42.789vh) scale(.5338)}to{transform:translate(67.63225vw,99vh) scale(.5338)}}.snow:nth-child(57){opacity:.1832;transform:translate(60.7464vw,-10px) scale(.2839);animation:fall-57 13s -19s linear infinite}@keyframes fall-57{54.588%{transform:translate(65.3711vw,54.588vh) scale(.2839)}to{transform:translate(63.05875vw,99vh) scale(.2839)}}.snow:nth-child(58){opacity:.1574;transform:translate(96.3858vw,-10px) scale(.8477);animation:fall-58 26s -8s linear infinite}@keyframes fall-58{35.687%{transform:translate(100.6684vw,35.687vh) scale(.8477)}to{transform:translate(98.5271vw,99vh) scale(.8477)}}.snow:nth-child(59){opacity:1.6164;transform:translate(42.9955vw,-10px) scale(.2142);animation:fall-59 28s -6s linear infinite}@keyframes fall-59{66.789%{transform:translate(43.0162vw,66.789vh) scale(.2142)}to{transform:translate(43.00585vw,99vh) scale(.2142)}}.snow:nth-child(60){opacity:.9172;transform:translate(59.8678vw,-10px) scale(.7949);animation:fall-60 30s -10s linear infinite}@keyframes fall-60{64.587%{transform:translate(69.0163vw,64.587vh) scale(.7949)}to{transform:translate(64.44205vw,99vh) scale(.7949)}}.snow:nth-child(61){opacity:.1928;transform:translate(9.1561vw,-10px) scale(.5471);animation:fall-61 14s -18s linear infinite}@keyframes fall-61{67.286%{transform:translate(9.8774vw,67.286vh) scale(.5471)}to{transform:translate(9.51675vw,99vh) scale(.5471)}}.snow:nth-child(62){opacity:.0942;transform:translate(41.6209vw,-10px) scale(.7785);animation:fall-62 22s -29s linear infinite}@keyframes fall-62{75.843%{transform:translate(42.5965vw,75.843vh) scale(.7785)}to{transform:translate(42.1087vw,99vh) scale(.7785)}}.snow:nth-child(63){opacity:1.1008;transform:translate(5.3593vw,-10px) scale(.8488);animation:fall-63 27s -28s linear infinite}@keyframes fall-63{71.25%{transform:translate(-2.2767vw,71.25vh) scale(.8488)}to{transform:translate(1.5413vw,99vh) scale(.8488)}}.snow:nth-child(64){opacity:.3874;transform:translate(4.0695vw,-10px) scale(.2382);animation:fall-64 11s -16s linear infinite}@keyframes fall-64{32.353%{transform:translate(9.6019vw,32.353vh) scale(.2382)}to{transform:translate(6.8357vw,99vh) scale(.2382)}}.snow:nth-child(65){opacity:.3146;transform:translate(98.9581vw,-10px) scale(.4019);animation:fall-65 27s -6s linear infinite}@keyframes fall-65{60.999%{transform:translate(95.3217vw,60.999vh) scale(.4019)}to{transform:translate(97.1399vw,99vh) scale(.4019)}}.snow:nth-child(66){opacity:.7638;transform:translate(11.7856vw,-10px) scale(.1613);animation:fall-66 30s -23s linear infinite}@keyframes fall-66{49.196%{transform:translate(7.2701vw,49.196vh) scale(.1613)}to{transform:translate(9.52785vw,99vh) scale(.1613)}}.snow:nth-child(67){opacity:.9646;transform:translate(61.4544vw,-10px) scale(.4307);animation:fall-67 20s -8s linear infinite}@keyframes fall-67{49.21%{transform:translate(66.4301vw,49.21vh) scale(.4307)}to{transform:translate(63.94225vw,99vh) scale(.4307)}}.snow:nth-child(68){opacity:.5666;transform:translate(25.1633vw,-10px) scale(.8882);animation:fall-68 24s -30s linear infinite}@keyframes fall-68{77.543%{transform:translate(29.6145vw,77.543vh) scale(.8882)}to{transform:translate(27.3889vw,99vh) scale(.8882)}}.snow:nth-child(69){opacity:1.9652;transform:translate(75.0097vw,-10px) scale(.7528);animation:fall-69 14s -7s linear infinite}@keyframes fall-69{66.094%{transform:translate(81.9571vw,66.094vh) scale(.7528)}to{transform:translate(78.4834vw,99vh) scale(.7528)}}.snow:nth-child(70){opacity:1.5864;transform:translate(86.274vw,-10px) scale(.8491);animation:fall-70 26s -10s linear infinite}@keyframes fall-70{34.16%{transform:translate(88.3154vw,34.16vh) scale(.8491)}to{transform:translate(87.2947vw,99vh) scale(.8491)}}.snow:nth-child(71){opacity:.0776;transform:translate(61.5936vw,-10px) scale(.8841);animation:fall-71 13s -15s linear infinite}@keyframes fall-71{60.17%{transform:translate(59.8921vw,60.17vh) scale(.8841)}to{transform:translate(60.74285vw,99vh) scale(.8841)}}.snow:nth-child(72){opacity:.6722;transform:translate(31.4668vw,-10px) scale(.8392);animation:fall-72 22s -23s linear infinite}@keyframes fall-72{75.827%{transform:translate(29.3248vw,75.827vh) scale(.8392)}to{transform:translate(30.3958vw,99vh) scale(.8392)}}.snow:nth-child(73){opacity:.7278;transform:translate(40.1456vw,-10px) scale(.7604);animation:fall-73 27s -14s linear infinite}@keyframes fall-73{46.84%{transform:translate(44.1716vw,46.84vh) scale(.7604)}to{transform:translate(42.1586vw,99vh) scale(.7604)}}.snow:nth-child(74){opacity:1.5046;transform:translate(52.5478vw,-10px) scale(.921);animation:fall-74 12s -27s linear infinite}@keyframes fall-74{67.631%{transform:translate(52.0063vw,67.631vh) scale(.921)}to{transform:translate(52.27705vw,99vh) scale(.921)}}.snow:nth-child(75){opacity:.7086;transform:translate(94.7044vw,-10px) scale(.7573);animation:fall-75 11s -29s linear infinite}@keyframes fall-75{48.099%{transform:translate(87.5738vw,48.099vh) scale(.7573)}to{transform:translate(91.1391vw,99vh) scale(.7573)}}.snow:nth-child(76){opacity:1.0578;transform:translate(58.099vw,-10px) scale(.72);animation:fall-76 20s -12s linear infinite}@keyframes fall-76{34.085%{transform:translate(58.6184vw,34.085vh) scale(.72)}to{transform:translate(58.3587vw,99vh) scale(.72)}}.snow:nth-child(77){opacity:1.8306;transform:translate(64.4137vw,-10px) scale(.9598);animation:fall-77 16s -29s linear infinite}@keyframes fall-77{47.12%{transform:translate(65.3956vw,47.12vh) scale(.9598)}to{transform:translate(64.90465vw,99vh) scale(.9598)}}.snow:nth-child(78){opacity:1.0506;transform:translate(35.5591vw,-10px) scale(.6322);animation:fall-78 19s -24s linear infinite}@keyframes fall-78{77.383%{transform:translate(39.1359vw,77.383vh) scale(.6322)}to{transform:translate(37.3475vw,99vh) scale(.6322)}}.snow:nth-child(79){opacity:.3052;transform:translate(14.704vw,-10px) scale(.6412);animation:fall-79 25s -22s linear infinite}@keyframes fall-79{53.26%{transform:translate(21.5979vw,53.26vh) scale(.6412)}to{transform:translate(18.15095vw,99vh) scale(.6412)}}.snow:nth-child(80){opacity:1.0418;transform:translate(42.8086vw,-10px) scale(.1608);animation:fall-80 27s -19s linear infinite}@keyframes fall-80{64.961%{transform:translate(45.0632vw,64.961vh) scale(.1608)}to{transform:translate(43.9359vw,99vh) scale(.1608)}}.snow:nth-child(81){opacity:1.254;transform:translate(65.9732vw,-10px) scale(.2508);animation:fall-81 28s -8s linear infinite}@keyframes fall-81{70.999%{transform:translate(57.8482vw,70.999vh) scale(.2508)}to{transform:translate(61.9107vw,99vh) scale(.2508)}}.snow:nth-child(82){opacity:.788;transform:translate(23.9518vw,-10px) scale(.5165);animation:fall-82 18s -12s linear infinite}@keyframes fall-82{30.772%{transform:translate(19.0657vw,30.772vh) scale(.5165)}to{transform:translate(21.50875vw,99vh) scale(.5165)}}.snow:nth-child(83){opacity:.6092;transform:translate(77.5663vw,-10px) scale(.8179);animation:fall-83 11s -2s linear infinite}@keyframes fall-83{40.387%{transform:translate(73.7412vw,40.387vh) scale(.8179)}to{transform:translate(75.65375vw,99vh) scale(.8179)}}.snow:nth-child(84){opacity:1.6742;transform:translate(14.6583vw,-10px) scale(.273);animation:fall-84 21s -6s linear infinite}@keyframes fall-84{51.686%{transform:translate(15.6956vw,51.686vh) scale(.273)}to{transform:translate(15.17695vw,99vh) scale(.273)}}.snow:nth-child(85){opacity:.0058;transform:translate(50.0904vw,-10px) scale(.1943);animation:fall-85 27s -13s linear infinite}@keyframes fall-85{58.978%{transform:translate(55.7237vw,58.978vh) scale(.1943)}to{transform:translate(52.90705vw,99vh) scale(.1943)}}.snow:nth-child(86){opacity:.7698;transform:translate(92.9002vw,-10px) scale(.6672);animation:fall-86 19s -14s linear infinite}@keyframes fall-86{77.247%{transform:translate(88.3259vw,77.247vh) scale(.6672)}to{transform:translate(90.61305vw,99vh) scale(.6672)}}.snow:nth-child(87){opacity:.848;transform:translate(65.8739vw,-10px) scale(.0745);animation:fall-87 13s -5s linear infinite}@keyframes fall-87{46.565%{transform:translate(61.5762vw,46.565vh) scale(.0745)}to{transform:translate(63.72505vw,99vh) scale(.0745)}}.snow:nth-child(88){opacity:.8894;transform:translate(76.0627vw,-10px) scale(.3506);animation:fall-88 18s -5s linear infinite}@keyframes fall-88{69.634%{transform:translate(79.9604vw,69.634vh) scale(.3506)}to{transform:translate(78.01155vw,99vh) scale(.3506)}}.snow:nth-child(89){opacity:1.3558;transform:translate(47.2016vw,-10px) scale(.8737);animation:fall-89 23s -24s linear infinite}@keyframes fall-89{42.118%{transform:translate(46.9314vw,42.118vh) scale(.8737)}to{transform:translate(47.0665vw,99vh) scale(.8737)}}.snow:nth-child(90){opacity:1.1828;transform:translate(60.1099vw,-10px) scale(.5276);animation:fall-90 22s -26s linear infinite}@keyframes fall-90{48.271%{transform:translate(54.9945vw,48.271vh) scale(.5276)}to{transform:translate(57.5522vw,99vh) scale(.5276)}}.snow:nth-child(91){opacity:.1118;transform:translate(32.9214vw,-10px) scale(.0313);animation:fall-91 29s -1s linear infinite}@keyframes fall-91{78.27%{transform:translate(33.6311vw,78.27vh) scale(.0313)}to{transform:translate(33.27625vw,99vh) scale(.0313)}}.snow:nth-child(92){opacity:.1744;transform:translate(64.7435vw,-10px) scale(.0212);animation:fall-92 19s -7s linear infinite}@keyframes fall-92{78.055%{transform:translate(60.6574vw,78.055vh) scale(.0212)}to{transform:translate(62.70045vw,99vh) scale(.0212)}}.snow:nth-child(93){opacity:.0236;transform:translate(33.3908vw,-10px) scale(.1616);animation:fall-93 24s -29s linear infinite}@keyframes fall-93{49.769%{transform:translate(42.9471vw,49.769vh) scale(.1616)}to{transform:translate(38.16895vw,99vh) scale(.1616)}}.snow:nth-child(94){opacity:1.1362;transform:translate(85.7755vw,-10px) scale(.8239);animation:fall-94 21s -15s linear infinite}@keyframes fall-94{49.204%{transform:translate(84.3921vw,49.204vh) scale(.8239)}to{transform:translate(85.0838vw,99vh) scale(.8239)}}.snow:nth-child(95){opacity:1.2774;transform:translate(74.0235vw,-10px) scale(.6386);animation:fall-95 25s -24s linear infinite}@keyframes fall-95{41.602%{transform:translate(75.137vw,41.602vh) scale(.6386)}to{transform:translate(74.58025vw,99vh) scale(.6386)}}.snow:nth-child(96){opacity:1.4974;transform:translate(81.9889vw,-10px) scale(.3422);animation:fall-96 23s -2s linear infinite}@keyframes fall-96{37.861%{transform:translate(83.9744vw,37.861vh) scale(.3422)}to{transform:translate(82.98165vw,99vh) scale(.3422)}}.snow:nth-child(97){opacity:1.5546;transform:translate(54.9698vw,-10px) scale(.1119);animation:fall-97 17s -23s linear infinite}@keyframes fall-97{48.489%{transform:translate(50.2209vw,48.489vh) scale(.1119)}to{transform:translate(52.59535vw,99vh) scale(.1119)}}.snow:nth-child(98){opacity:.6382;transform:translate(70.0688vw,-10px) scale(.9779);animation:fall-98 13s -25s linear infinite}@keyframes fall-98{39.983%{transform:translate(71.3744vw,39.983vh) scale(.9779)}to{transform:translate(70.7216vw,99vh) scale(.9779)}}.snow:nth-child(99){opacity:1.9376;transform:translate(26.7497vw,-10px) scale(.3327);animation:fall-99 22s -13s linear infinite}@keyframes fall-99{67.775%{transform:translate(24.7019vw,67.775vh) scale(.3327)}to{transform:translate(25.7258vw,99vh) scale(.3327)}}.snow:nth-child(100){opacity:.4414;transform:translate(55.8422vw,-10px) scale(.9396);animation:fall-100 24s -16s linear infinite}@keyframes fall-100{45.041%{transform:translate(49.6916vw,45.041vh) scale(.9396)}to{transform:translate(52.7669vw,99vh) scale(.9396)}}.snow:nth-child(101){opacity:1.6266;transform:translate(4.4447vw,-10px) scale(.3014);animation:fall-101 22s -8s linear infinite}@keyframes fall-101{41.102%{transform:translate(2.7157vw,41.102vh) scale(.3014)}to{transform:translate(3.5802vw,99vh) scale(.3014)}}.snow:nth-child(102){opacity:.1848;transform:translate(57.0606vw,-10px) scale(.2505);animation:fall-102 28s -4s linear infinite}@keyframes fall-102{49.066%{transform:translate(52.187vw,49.066vh) scale(.2505)}to{transform:translate(54.6238vw,99vh) scale(.2505)}}.snow:nth-child(103){opacity:1.0924;transform:translate(68.3144vw,-10px) scale(.6884);animation:fall-103 20s -13s linear infinite}@keyframes fall-103{58.909%{transform:translate(58.6436vw,58.909vh) scale(.6884)}to{transform:translate(63.479vw,99vh) scale(.6884)}}.snow:nth-child(104){opacity:.212;transform:translate(56.982vw,-10px) scale(.8143);animation:fall-104 10s -30s linear infinite}@keyframes fall-104{68.79%{transform:translate(60.6253vw,68.79vh) scale(.8143)}to{transform:translate(58.80365vw,99vh) scale(.8143)}}.snow:nth-child(105){opacity:.2808;transform:translate(46.2515vw,-10px) scale(.0272);animation:fall-105 14s -24s linear infinite}@keyframes fall-105{43.029%{transform:translate(48.0153vw,43.029vh) scale(.0272)}to{transform:translate(47.1334vw,99vh) scale(.0272)}}.snow:nth-child(106){opacity:.3394;transform:translate(29.4532vw,-10px) scale(.0312);animation:fall-106 20s -26s linear infinite}@keyframes fall-106{75.708%{transform:translate(29.7485vw,75.708vh) scale(.0312)}to{transform:translate(29.60085vw,99vh) scale(.0312)}}.snow:nth-child(107){opacity:1.6274;transform:translate(12.3384vw,-10px) scale(.0414);animation:fall-107 13s -14s linear infinite}@keyframes fall-107{32.767%{transform:translate(17.5772vw,32.767vh) scale(.0414)}to{transform:translate(14.9578vw,99vh) scale(.0414)}}.snow:nth-child(108){opacity:1.9182;transform:translate(75.799vw,-10px) scale(.9704);animation:fall-108 16s -9s linear infinite}@keyframes fall-108{70.855%{transform:translate(75.9428vw,70.855vh) scale(.9704)}to{transform:translate(75.8709vw,99vh) scale(.9704)}}.snow:nth-child(109){opacity:.1606;transform:translate(87.2555vw,-10px) scale(.0037);animation:fall-109 13s -26s linear infinite}@keyframes fall-109{75.46%{transform:translate(89.7612vw,75.46vh) scale(.0037)}to{transform:translate(88.50835vw,99vh) scale(.0037)}}.snow:nth-child(110){opacity:1.9186;transform:translate(13.4072vw,-10px) scale(.7155);animation:fall-110 29s -4s linear infinite}@keyframes fall-110{62.02%{transform:translate(11.8629vw,62.02vh) scale(.7155)}to{transform:translate(12.63505vw,99vh) scale(.7155)}}.snow:nth-child(111){opacity:.2644;transform:translate(95.648vw,-10px) scale(.3858);animation:fall-111 22s -13s linear infinite}@keyframes fall-111{60.436%{transform:translate(89.6883vw,60.436vh) scale(.3858)}to{transform:translate(92.66815vw,99vh) scale(.3858)}}.snow:nth-child(112){opacity:.2346;transform:translate(11.2123vw,-10px) scale(.0255);animation:fall-112 16s -18s linear infinite}@keyframes fall-112{60.643%{transform:translate(6.0956vw,60.643vh) scale(.0255)}to{transform:translate(8.65395vw,99vh) scale(.0255)}}.snow:nth-child(113){opacity:.9442;transform:translate(60.085vw,-10px) scale(.1895);animation:fall-113 27s -2s linear infinite}@keyframes fall-113{46.953%{transform:translate(57.7311vw,46.953vh) scale(.1895)}to{transform:translate(58.90805vw,99vh) scale(.1895)}}.snow:nth-child(114){opacity:.4006;transform:translate(12.4858vw,-10px) scale(.0553);animation:fall-114 22s -5s linear infinite}@keyframes fall-114{60.456%{transform:translate(10.4086vw,60.456vh) scale(.0553)}to{transform:translate(11.4472vw,99vh) scale(.0553)}}.snow:nth-child(115){opacity:1.144;transform:translate(30.9818vw,-10px) scale(.3539);animation:fall-115 27s -9s linear infinite}@keyframes fall-115{75.666%{transform:translate(22.032vw,75.666vh) scale(.3539)}to{transform:translate(26.5069vw,99vh) scale(.3539)}}.snow:nth-child(116){opacity:.6532;transform:translate(20.3044vw,-10px) scale(.6497);animation:fall-116 22s -9s linear infinite}@keyframes fall-116{51.78%{transform:translate(13.8171vw,51.78vh) scale(.6497)}to{transform:translate(17.06075vw,99vh) scale(.6497)}}.snow:nth-child(117){opacity:1.1742;transform:translate(27.8757vw,-10px) scale(.9389);animation:fall-117 27s -21s linear infinite}@keyframes fall-117{75.243%{transform:translate(23.857vw,75.243vh) scale(.9389)}to{transform:translate(25.86635vw,99vh) scale(.9389)}}.snow:nth-child(118){opacity:.7356;transform:translate(72.8488vw,-10px) scale(.97);animation:fall-118 17s -28s linear infinite}@keyframes fall-118{53.329%{transform:translate(74.0136vw,53.329vh) scale(.97)}to{transform:translate(73.4312vw,99vh) scale(.97)}}.snow:nth-child(119){opacity:.6816;transform:translate(78.5092vw,-10px) scale(.7428);animation:fall-119 24s -10s linear infinite}@keyframes fall-119{64.888%{transform:translate(78.2463vw,64.888vh) scale(.7428)}to{transform:translate(78.37775vw,99vh) scale(.7428)}}.snow:nth-child(120){opacity:1.7908;transform:translate(56.5137vw,-10px) scale(.6791);animation:fall-120 11s -29s linear infinite}@keyframes fall-120{77.817%{transform:translate(46.8431vw,77.817vh) scale(.6791)}to{transform:translate(51.6784vw,99vh) scale(.6791)}}.snow:nth-child(121){opacity:.5268;transform:translate(34.7212vw,-10px) scale(.4853);animation:fall-121 20s -29s linear infinite}@keyframes fall-121{61.106%{transform:translate(40.9488vw,61.106vh) scale(.4853)}to{transform:translate(37.835vw,99vh) scale(.4853)}}.snow:nth-child(122){opacity:1.1114;transform:translate(6.6045vw,-10px) scale(.7955);animation:fall-122 14s -11s linear infinite}@keyframes fall-122{78.188%{transform:translate(.5014vw,78.188vh) scale(.7955)}to{transform:translate(3.55295vw,99vh) scale(.7955)}}.snow:nth-child(123){opacity:.3504;transform:translate(67.0987vw,-10px) scale(.5202);animation:fall-123 11s -22s linear infinite}@keyframes fall-123{72.585%{transform:translate(69.2338vw,72.585vh) scale(.5202)}to{transform:translate(68.16625vw,99vh) scale(.5202)}}.snow:nth-child(124){opacity:.4596;transform:translate(32.6732vw,-10px) scale(.1589);animation:fall-124 28s -27s linear infinite}@keyframes fall-124{62.683%{transform:translate(25.925vw,62.683vh) scale(.1589)}to{transform:translate(29.2991vw,99vh) scale(.1589)}}.snow:nth-child(125){opacity:.1258;transform:translate(46.6822vw,-10px) scale(.4196);animation:fall-125 17s -23s linear infinite}@keyframes fall-125{51.907%{transform:translate(47.9222vw,51.907vh) scale(.4196)}to{transform:translate(47.3022vw,99vh) scale(.4196)}}.snow:nth-child(126){opacity:.8482;transform:translate(36.35vw,-10px) scale(.2145);animation:fall-126 16s -27s linear infinite}@keyframes fall-126{37.26%{transform:translate(31.2198vw,37.26vh) scale(.2145)}to{transform:translate(33.7849vw,99vh) scale(.2145)}}.snow:nth-child(127){opacity:1.5808;transform:translate(30.9746vw,-10px) scale(.8445);animation:fall-127 15s -17s linear infinite}@keyframes fall-127{44.185%{transform:translate(29.6328vw,44.185vh) scale(.8445)}to{transform:translate(30.3037vw,99vh) scale(.8445)}}.snow:nth-child(128){opacity:1.4444;transform:translate(13.5955vw,-10px) scale(.5562);animation:fall-128 13s -8s linear infinite}@keyframes fall-128{44.741%{transform:translate(9.1541vw,44.741vh) scale(.5562)}to{transform:translate(11.3748vw,99vh) scale(.5562)}}.snow:nth-child(129){opacity:1.6668;transform:translate(86.1319vw,-10px) scale(.2727);animation:fall-129 24s -30s linear infinite}@keyframes fall-129{57.07%{transform:translate(89.9419vw,57.07vh) scale(.2727)}to{transform:translate(88.0369vw,99vh) scale(.2727)}}.snow:nth-child(130){opacity:1.8406;transform:translate(10.6051vw,-10px) scale(.1055);animation:fall-130 14s -18s linear infinite}@keyframes fall-130{76.4%{transform:translate(20.1425vw,76.4vh) scale(.1055)}to{transform:translate(15.3738vw,99vh) scale(.1055)}}.snow:nth-child(131){opacity:.7954;transform:translate(71.3501vw,-10px) scale(.9259);animation:fall-131 26s -5s linear infinite}@keyframes fall-131{50.081%{transform:translate(77.5068vw,50.081vh) scale(.9259)}to{transform:translate(74.42845vw,99vh) scale(.9259)}}.snow:nth-child(132){opacity:.293;transform:translate(10.4614vw,-10px) scale(.8921);animation:fall-132 26s -14s linear infinite}@keyframes fall-132{37.054%{transform:translate(16.7315vw,37.054vh) scale(.8921)}to{transform:translate(13.59645vw,99vh) scale(.8921)}}.snow:nth-child(133){opacity:.463;transform:translate(58.3607vw,-10px) scale(.0525);animation:fall-133 26s -11s linear infinite}@keyframes fall-133{50.18%{transform:translate(58.3295vw,50.18vh) scale(.0525)}to{transform:translate(58.3451vw,99vh) scale(.0525)}}.snow:nth-child(134){opacity:1.9008;transform:translate(21.3471vw,-10px) scale(.8528);animation:fall-134 23s -1s linear infinite}@keyframes fall-134{45.102%{transform:translate(18.925vw,45.102vh) scale(.8528)}to{transform:translate(20.13605vw,99vh) scale(.8528)}}.snow:nth-child(135){opacity:.588;transform:translate(7.5936vw,-10px) scale(.9958);animation:fall-135 10s -17s linear infinite}@keyframes fall-135{69.028%{transform:translate(4.2933vw,69.028vh) scale(.9958)}to{transform:translate(5.94345vw,99vh) scale(.9958)}}.snow:nth-child(136){opacity:1.1514;transform:translate(72.2297vw,-10px) scale(.0925);animation:fall-136 29s -20s linear infinite}@keyframes fall-136{34.79%{transform:translate(65.474vw,34.79vh) scale(.0925)}to{transform:translate(68.85185vw,99vh) scale(.0925)}}.snow:nth-child(137){opacity:.5034;transform:translate(95.5647vw,-10px) scale(.0547);animation:fall-137 13s -22s linear infinite}@keyframes fall-137{64.822%{transform:translate(91.9213vw,64.822vh) scale(.0547)}to{transform:translate(93.743vw,99vh) scale(.0547)}}.snow:nth-child(138){opacity:.381;transform:translate(14.4691vw,-10px) scale(.7574);animation:fall-138 21s -22s linear infinite}@keyframes fall-138{60.132%{transform:translate(22.3418vw,60.132vh) scale(.7574)}to{transform:translate(18.40545vw,99vh) scale(.7574)}}.snow:nth-child(139){opacity:.8342;transform:translate(46.5844vw,-10px) scale(.7105);animation:fall-139 20s -25s linear infinite}@keyframes fall-139{39.135%{transform:translate(49.1174vw,39.135vh) scale(.7105)}to{transform:translate(47.8509vw,99vh) scale(.7105)}}.snow:nth-child(140){opacity:1.2672;transform:translate(6.1038vw,-10px) scale(.3076);animation:fall-140 23s -27s linear infinite}@keyframes fall-140{79.438%{transform:translate(11.8675vw,79.438vh) scale(.3076)}to{transform:translate(8.98565vw,99vh) scale(.3076)}}.snow:nth-child(141){opacity:.524;transform:translate(12.0559vw,-10px) scale(.8621);animation:fall-141 15s -15s linear infinite}@keyframes fall-141{61.125%{transform:translate(4.0985vw,61.125vh) scale(.8621)}to{transform:translate(8.0772vw,99vh) scale(.8621)}}.snow:nth-child(142){opacity:.7414;transform:translate(12.7075vw,-10px) scale(.4551);animation:fall-142 20s -21s linear infinite}@keyframes fall-142{52.693%{transform:translate(9.7553vw,52.693vh) scale(.4551)}to{transform:translate(11.2314vw,99vh) scale(.4551)}}.snow:nth-child(143){opacity:1.9712;transform:translate(11.2288vw,-10px) scale(.6413);animation:fall-143 20s -30s linear infinite}@keyframes fall-143{49.666%{transform:translate(19.557vw,49.666vh) scale(.6413)}to{transform:translate(15.3929vw,99vh) scale(.6413)}}.snow:nth-child(144){opacity:1.0482;transform:translate(6.8063vw,-10px) scale(.8071);animation:fall-144 23s -25s linear infinite}@keyframes fall-144{47.022%{transform:translate(13.809vw,47.022vh) scale(.8071)}to{transform:translate(10.30765vw,99vh) scale(.8071)}}.snow:nth-child(145){opacity:.0998;transform:translate(26.3304vw,-10px) scale(.5596);animation:fall-145 27s -7s linear infinite}@keyframes fall-145{75.755%{transform:translate(30.22vw,75.755vh) scale(.5596)}to{transform:translate(28.2752vw,99vh) scale(.5596)}}.snow:nth-child(146){opacity:.7882;transform:translate(80.9673vw,-10px) scale(.4851);animation:fall-146 30s -22s linear infinite}@keyframes fall-146{38.057%{transform:translate(84.7441vw,38.057vh) scale(.4851)}to{transform:translate(82.8557vw,99vh) scale(.4851)}}.snow:nth-child(147){opacity:.4852;transform:translate(80.3738vw,-10px) scale(.5516);animation:fall-147 11s -4s linear infinite}@keyframes fall-147{52.334%{transform:translate(77.6133vw,52.334vh) scale(.5516)}to{transform:translate(78.99355vw,99vh) scale(.5516)}}.snow:nth-child(148){opacity:.932;transform:translate(67.3178vw,-10px) scale(.6305);animation:fall-148 28s -14s linear infinite}@keyframes fall-148{42.028%{transform:translate(68.4549vw,42.028vh) scale(.6305)}to{transform:translate(67.88635vw,99vh) scale(.6305)}}.snow:nth-child(149){opacity:1.9122;transform:translate(35.9256vw,-10px) scale(.348);animation:fall-149 24s -16s linear infinite}@keyframes fall-149{45.096%{transform:translate(30.3091vw,45.096vh) scale(.348)}to{transform:translate(33.11735vw,99vh) scale(.348)}}.snow:nth-child(150){opacity:1.007;transform:translate(65.9303vw,-10px) scale(.1683);animation:fall-150 16s -29s linear infinite}@keyframes fall-150{62.816%{transform:translate(71.9405vw,62.816vh) scale(.1683)}to{transform:translate(68.9354vw,99vh) scale(.1683)}}.snow:nth-child(151){opacity:1.7804;transform:translate(96.3356vw,-10px) scale(.7814);animation:fall-151 12s -21s linear infinite}@keyframes fall-151{77.58%{transform:translate(105.3983vw,77.58vh) scale(.7814)}to{transform:translate(100.86695vw,99vh) scale(.7814)}}.snow:nth-child(152){opacity:1.0874;transform:translate(66.6672vw,-10px) scale(.0667);animation:fall-152 22s -10s linear infinite}@keyframes fall-152{35.505%{transform:translate(57.8559vw,35.505vh) scale(.0667)}to{transform:translate(62.26155vw,99vh) scale(.0667)}}.snow:nth-child(153){opacity:1.8894;transform:translate(42.3593vw,-10px) scale(.5549);animation:fall-153 27s -21s linear infinite}@keyframes fall-153{61.353%{transform:translate(39.2285vw,61.353vh) scale(.5549)}to{transform:translate(40.7939vw,99vh) scale(.5549)}}.snow:nth-child(154){opacity:.272;transform:translate(96.3921vw,-10px) scale(.8471);animation:fall-154 21s -2s linear infinite}@keyframes fall-154{75.583%{transform:translate(98.9635vw,75.583vh) scale(.8471)}to{transform:translate(97.6778vw,99vh) scale(.8471)}}.snow:nth-child(155){opacity:.202;transform:translate(92.2707vw,-10px) scale(.0643);animation:fall-155 13s -10s linear infinite}@keyframes fall-155{52.293%{transform:translate(98.8149vw,52.293vh) scale(.0643)}to{transform:translate(95.5428vw,99vh) scale(.0643)}}.snow:nth-child(156){opacity:.0418;transform:translate(68.0846vw,-10px) scale(.2201);animation:fall-156 11s -25s linear infinite}@keyframes fall-156{54.968%{transform:translate(70.3498vw,54.968vh) scale(.2201)}to{transform:translate(69.2172vw,99vh) scale(.2201)}}.snow:nth-child(157){opacity:.0766;transform:translate(77.8475vw,-10px) scale(.8073);animation:fall-157 21s -3s linear infinite}@keyframes fall-157{61.693%{transform:translate(71.6249vw,61.693vh) scale(.8073)}to{transform:translate(74.7362vw,99vh) scale(.8073)}}.snow:nth-child(158){opacity:.9886;transform:translate(70.3587vw,-10px) scale(.9137);animation:fall-158 29s -23s linear infinite}@keyframes fall-158{59.769%{transform:translate(75.9265vw,59.769vh) scale(.9137)}to{transform:translate(73.1426vw,99vh) scale(.9137)}}.snow:nth-child(159){opacity:1.4194;transform:translate(.9829vw,-10px) scale(.2867);animation:fall-159 19s -10s linear infinite}@keyframes fall-159{51.245%{transform:translate(3.9136vw,51.245vh) scale(.2867)}to{transform:translate(2.44825vw,99vh) scale(.2867)}}.snow:nth-child(160){opacity:.853;transform:translate(42.8125vw,-10px) scale(.9526);animation:fall-160 11s -14s linear infinite}@keyframes fall-160{30.237%{transform:translate(36.4459vw,30.237vh) scale(.9526)}to{transform:translate(39.6292vw,99vh) scale(.9526)}}.snow:nth-child(161){opacity:.7046;transform:translate(22.8555vw,-10px) scale(.2473);animation:fall-161 24s -28s linear infinite}@keyframes fall-161{35.125%{transform:translate(25.4929vw,35.125vh) scale(.2473)}to{transform:translate(24.1742vw,99vh) scale(.2473)}}.snow:nth-child(162){opacity:.0682;transform:translate(4.1842vw,-10px) scale(.79);animation:fall-162 21s -11s linear infinite}@keyframes fall-162{36.288%{transform:translate(7.96vw,36.288vh) scale(.79)}to{transform:translate(6.0721vw,99vh) scale(.79)}}.snow:nth-child(163){opacity:1.038;transform:translate(84.4925vw,-10px) scale(.44);animation:fall-163 29s -12s linear infinite}@keyframes fall-163{38.238%{transform:translate(76.5907vw,38.238vh) scale(.44)}to{transform:translate(80.5416vw,99vh) scale(.44)}}.snow:nth-child(164){opacity:1.4996;transform:translate(94.9831vw,-10px) scale(.6413);animation:fall-164 11s -2s linear infinite}@keyframes fall-164{72.484%{transform:translate(98.0272vw,72.484vh) scale(.6413)}to{transform:translate(96.50515vw,99vh) scale(.6413)}}.snow:nth-child(165){opacity:1.9422;transform:translate(58.754vw,-10px) scale(.9909);animation:fall-165 10s -24s linear infinite}@keyframes fall-165{72.308%{transform:translate(68.4074vw,72.308vh) scale(.9909)}to{transform:translate(63.5807vw,99vh) scale(.9909)}}.snow:nth-child(166){opacity:.2884;transform:translate(8.3336vw,-10px) scale(.1898);animation:fall-166 11s -11s linear infinite}@keyframes fall-166{34.311%{transform:translate(6.4372vw,34.311vh) scale(.1898)}to{transform:translate(7.3854vw,99vh) scale(.1898)}}.snow:nth-child(167){opacity:1.4774;transform:translate(20.1687vw,-10px) scale(.7084);animation:fall-167 18s -25s linear infinite}@keyframes fall-167{77.972%{transform:translate(15.232vw,77.972vh) scale(.7084)}to{transform:translate(17.70035vw,99vh) scale(.7084)}}.snow:nth-child(168){opacity:1.0746;transform:translate(77.8397vw,-10px) scale(.5851);animation:fall-168 25s -27s linear infinite}@keyframes fall-168{57.076%{transform:translate(80.4021vw,57.076vh) scale(.5851)}to{transform:translate(79.1209vw,99vh) scale(.5851)}}.snow:nth-child(169){opacity:1.3568;transform:translate(72.0105vw,-10px) scale(.0641);animation:fall-169 23s -15s linear infinite}@keyframes fall-169{67.678%{transform:translate(73.8176vw,67.678vh) scale(.0641)}to{transform:translate(72.91405vw,99vh) scale(.0641)}}.snow:nth-child(170){opacity:.5472;transform:translate(63.0665vw,-10px) scale(.3836);animation:fall-170 15s -6s linear infinite}@keyframes fall-170{73.26%{transform:translate(54.1249vw,73.26vh) scale(.3836)}to{transform:translate(58.5957vw,99vh) scale(.3836)}}.snow:nth-child(171){opacity:1.7542;transform:translate(64.3028vw,-10px) scale(.7302);animation:fall-171 24s -22s linear infinite}@keyframes fall-171{38.648%{transform:translate(55.5618vw,38.648vh) scale(.7302)}to{transform:translate(59.9323vw,99vh) scale(.7302)}}.snow:nth-child(172){opacity:.2398;transform:translate(80.2234vw,-10px) scale(.6492);animation:fall-172 27s -19s linear infinite}@keyframes fall-172{38.295%{transform:translate(74.5088vw,38.295vh) scale(.6492)}to{transform:translate(77.3661vw,99vh) scale(.6492)}}.snow:nth-child(173){opacity:.517;transform:translate(44.4171vw,-10px) scale(.0265);animation:fall-173 13s -1s linear infinite}@keyframes fall-173{39.618%{transform:translate(44.73vw,39.618vh) scale(.0265)}to{transform:translate(44.57355vw,99vh) scale(.0265)}}.snow:nth-child(174){opacity:1.206;transform:translate(.7493vw,-10px) scale(.267);animation:fall-174 18s -8s linear infinite}@keyframes fall-174{40.427%{transform:translate(-1.8922vw,40.427vh) scale(.267)}to{transform:translate(-.57145vw,99vh) scale(.267)}}.snow:nth-child(175){opacity:.0988;transform:translate(59.93vw,-10px) scale(.5113);animation:fall-175 21s -25s linear infinite}@keyframes fall-175{57.851%{transform:translate(50.9486vw,57.851vh) scale(.5113)}to{transform:translate(55.4393vw,99vh) scale(.5113)}}.snow:nth-child(176){opacity:1.5768;transform:translate(42.3692vw,-10px) scale(.8952);animation:fall-176 21s -17s linear infinite}@keyframes fall-176{30.356%{transform:translate(45.4453vw,30.356vh) scale(.8952)}to{transform:translate(43.90725vw,99vh) scale(.8952)}}.snow:nth-child(177){opacity:1.9426;transform:translate(84.5513vw,-10px) scale(.5186);animation:fall-177 10s -1s linear infinite}@keyframes fall-177{42.348%{transform:translate(81.7101vw,42.348vh) scale(.5186)}to{transform:translate(83.1307vw,99vh) scale(.5186)}}.snow:nth-child(178){opacity:.2566;transform:translate(16.2042vw,-10px) scale(.1213);animation:fall-178 26s -1s linear infinite}@keyframes fall-178{60.726%{transform:translate(17.3939vw,60.726vh) scale(.1213)}to{transform:translate(16.79905vw,99vh) scale(.1213)}}.snow:nth-child(179){opacity:1.798;transform:translate(43.5542vw,-10px) scale(.0869);animation:fall-179 29s -12s linear infinite}@keyframes fall-179{40.617%{transform:translate(43.7922vw,40.617vh) scale(.0869)}to{transform:translate(43.6732vw,99vh) scale(.0869)}}.snow:nth-child(180){opacity:1.6566;transform:translate(1.9722vw,-10px) scale(.7789);animation:fall-180 29s -11s linear infinite}@keyframes fall-180{65.992%{transform:translate(8.9773vw,65.992vh) scale(.7789)}to{transform:translate(5.47475vw,99vh) scale(.7789)}}.snow:nth-child(181){opacity:1.6544;transform:translate(31.556vw,-10px) scale(.658);animation:fall-181 21s -21s linear infinite}@keyframes fall-181{55.759%{transform:translate(30.876vw,55.759vh) scale(.658)}to{transform:translate(31.216vw,99vh) scale(.658)}}.snow:nth-child(182){opacity:1.5148;transform:translate(12.9432vw,-10px) scale(.4584);animation:fall-182 11s -25s linear infinite}@keyframes fall-182{31.674%{transform:translate(12.8979vw,31.674vh) scale(.4584)}to{transform:translate(12.92055vw,99vh) scale(.4584)}}.snow:nth-child(183){opacity:.5394;transform:translate(44.999vw,-10px) scale(.8855);animation:fall-183 18s -12s linear infinite}@keyframes fall-183{52.072%{transform:translate(49.2266vw,52.072vh) scale(.8855)}to{transform:translate(47.1128vw,99vh) scale(.8855)}}.snow:nth-child(184){opacity:1.6472;transform:translate(77.9547vw,-10px) scale(.7496);animation:fall-184 20s -2s linear infinite}@keyframes fall-184{42.393%{transform:translate(82.6074vw,42.393vh) scale(.7496)}to{transform:translate(80.28105vw,99vh) scale(.7496)}}.snow:nth-child(185){opacity:1.8362;transform:translate(6.8085vw,-10px) scale(.8239);animation:fall-185 27s -5s linear infinite}@keyframes fall-185{60.883%{transform:translate(14.3267vw,60.883vh) scale(.8239)}to{transform:translate(10.5676vw,99vh) scale(.8239)}}.snow:nth-child(186){opacity:1.7096;transform:translate(14.1096vw,-10px) scale(.5131);animation:fall-186 16s -14s linear infinite}@keyframes fall-186{39.595%{transform:translate(4.4851vw,39.595vh) scale(.5131)}to{transform:translate(9.29735vw,99vh) scale(.5131)}}.snow:nth-child(187){opacity:1.7424;transform:translate(51.7099vw,-10px) scale(.265);animation:fall-187 25s -22s linear infinite}@keyframes fall-187{34.527%{transform:translate(58.7387vw,34.527vh) scale(.265)}to{transform:translate(55.2243vw,99vh) scale(.265)}}.snow:nth-child(188){opacity:1.019;transform:translate(16.936vw,-10px) scale(.2186);animation:fall-188 19s -3s linear infinite}@keyframes fall-188{43.497%{transform:translate(18.2884vw,43.497vh) scale(.2186)}to{transform:translate(17.6122vw,99vh) scale(.2186)}}.snow:nth-child(189){opacity:.6912;transform:translate(25.4556vw,-10px) scale(.0338);animation:fall-189 20s -22s linear infinite}@keyframes fall-189{52.612%{transform:translate(29.4536vw,52.612vh) scale(.0338)}to{transform:translate(27.4546vw,99vh) scale(.0338)}}.snow:nth-child(190){opacity:.6632;transform:translate(33.3285vw,-10px) scale(.1228);animation:fall-190 21s -6s linear infinite}@keyframes fall-190{61.611%{transform:translate(34.8399vw,61.611vh) scale(.1228)}to{transform:translate(34.0842vw,99vh) scale(.1228)}}.snow:nth-child(191){opacity:.3834;transform:translate(30.6197vw,-10px) scale(.182);animation:fall-191 28s -9s linear infinite}@keyframes fall-191{51.286%{transform:translate(32.8717vw,51.286vh) scale(.182)}to{transform:translate(31.7457vw,99vh) scale(.182)}}.snow:nth-child(192){opacity:1.7542;transform:translate(27.1543vw,-10px) scale(.08);animation:fall-192 26s -30s linear infinite}@keyframes fall-192{43.039%{transform:translate(20.5425vw,43.039vh) scale(.08)}to{transform:translate(23.8484vw,99vh) scale(.08)}}.snow:nth-child(193){opacity:1.4118;transform:translate(99.8459vw,-10px) scale(.6676);animation:fall-193 11s -2s linear infinite}@keyframes fall-193{75.156%{transform:translate(98.0954vw,75.156vh) scale(.6676)}to{transform:translate(98.97065vw,99vh) scale(.6676)}}.snow:nth-child(194){opacity:.3288;transform:translate(39.9565vw,-10px) scale(.715);animation:fall-194 24s -29s linear infinite}@keyframes fall-194{64.524%{transform:translate(35.017vw,64.524vh) scale(.715)}to{transform:translate(37.48675vw,99vh) scale(.715)}}.snow:nth-child(195){opacity:1.4236;transform:translate(65.7086vw,-10px) scale(.8224);animation:fall-195 14s -27s linear infinite}@keyframes fall-195{63.337%{transform:translate(57.9166vw,63.337vh) scale(.8224)}to{transform:translate(61.8126vw,99vh) scale(.8224)}}.snow:nth-child(196){opacity:1.8854;transform:translate(38.546vw,-10px) scale(.516);animation:fall-196 11s -27s linear infinite}@keyframes fall-196{59.08%{transform:translate(43.0094vw,59.08vh) scale(.516)}to{transform:translate(40.7777vw,99vh) scale(.516)}}.snow:nth-child(197){opacity:.905;transform:translate(87.4245vw,-10px) scale(.5503);animation:fall-197 19s -29s linear infinite}@keyframes fall-197{33.013%{transform:translate(84.2765vw,33.013vh) scale(.5503)}to{transform:translate(85.8505vw,99vh) scale(.5503)}}.snow:nth-child(198){opacity:1.3114;transform:translate(5.0283vw,-10px) scale(.7791);animation:fall-198 24s -14s linear infinite}@keyframes fall-198{75.508%{transform:translate(5.3792vw,75.508vh) scale(.7791)}to{transform:translate(5.20375vw,99vh) scale(.7791)}}.snow:nth-child(199){opacity:.822;transform:translate(97.6236vw,-10px) scale(.6758);animation:fall-199 27s -13s linear infinite}@keyframes fall-199{38.306%{transform:translate(91.7084vw,38.306vh) scale(.6758)}to{transform:translate(94.666vw,99vh) scale(.6758)}}.snow:nth-child(200){opacity:.8484;transform:translate(2.1369vw,-10px) scale(.9968);animation:fall-200 20s -10s linear infinite}@keyframes fall-200{56.954%{transform:translate(5.7256vw,56.954vh) scale(.9968)}to{transform:translate(3.93125vw,99vh) scale(.9968)}}.snow:nth-child(201){opacity:.003;transform:translate(21.8571vw,-10px) scale(.1627);animation:fall-201 19s -12s linear infinite}@keyframes fall-201{49.111%{transform:translate(14.5567vw,49.111vh) scale(.1627)}to{transform:translate(18.2069vw,99vh) scale(.1627)}}.snow:nth-child(202){opacity:1.719;transform:translate(42.7946vw,-10px) scale(.7394);animation:fall-202 18s -20s linear infinite}@keyframes fall-202{58.113%{transform:translate(45.1768vw,58.113vh) scale(.7394)}to{transform:translate(43.9857vw,99vh) scale(.7394)}}.snow:nth-child(203){opacity:1.4772;transform:translate(86.8473vw,-10px) scale(.5656);animation:fall-203 24s -9s linear infinite}@keyframes fall-203{31.539%{transform:translate(78.5021vw,31.539vh) scale(.5656)}to{transform:translate(82.6747vw,99vh) scale(.5656)}}.snow:nth-child(204){opacity:.8586;transform:translate(29.4027vw,-10px) scale(.6898);animation:fall-204 19s -22s linear infinite}@keyframes fall-204{36.892%{transform:translate(39.2884vw,36.892vh) scale(.6898)}to{transform:translate(34.34555vw,99vh) scale(.6898)}}.snow:nth-child(205){opacity:1.1964;transform:translate(79.3703vw,-10px) scale(.4665);animation:fall-205 12s -14s linear infinite}@keyframes fall-205{40.903%{transform:translate(73.0231vw,40.903vh) scale(.4665)}to{transform:translate(76.1967vw,99vh) scale(.4665)}}.snow:nth-child(206){opacity:1.5204;transform:translate(.3743vw,-10px) scale(.05);animation:fall-206 15s -29s linear infinite}@keyframes fall-206{38.214%{transform:translate(.9941vw,38.214vh) scale(.05)}to{transform:translate(.6842vw,99vh) scale(.05)}}.snow:nth-child(207){opacity:.9774;transform:translate(5.7167vw,-10px) scale(.2281);animation:fall-207 19s -16s linear infinite}@keyframes fall-207{63.012%{transform:translate(13.8919vw,63.012vh) scale(.2281)}to{transform:translate(9.8043vw,99vh) scale(.2281)}}.snow:nth-child(208){opacity:.6268;transform:translate(79.7993vw,-10px) scale(.5664);animation:fall-208 27s -6s linear infinite}@keyframes fall-208{73.676%{transform:translate(78.0571vw,73.676vh) scale(.5664)}to{transform:translate(78.9282vw,99vh) scale(.5664)}}.snow:nth-child(209){opacity:1.4856;transform:translate(66.8432vw,-10px) scale(.9588);animation:fall-209 14s -1s linear infinite}@keyframes fall-209{38.35%{transform:translate(72.5443vw,38.35vh) scale(.9588)}to{transform:translate(69.69375vw,99vh) scale(.9588)}}.snow:nth-child(210){opacity:1.5864;transform:translate(36.5224vw,-10px) scale(.0032);animation:fall-210 11s -26s linear infinite}@keyframes fall-210{79.727%{transform:translate(39.213vw,79.727vh) scale(.0032)}to{transform:translate(37.8677vw,99vh) scale(.0032)}}.snow:nth-child(211){opacity:1.3912;transform:translate(83.5518vw,-10px) scale(.1751);animation:fall-211 18s -17s linear infinite}@keyframes fall-211{61.169%{transform:translate(88.7716vw,61.169vh) scale(.1751)}to{transform:translate(86.1617vw,99vh) scale(.1751)}}.snow:nth-child(212){opacity:.8596;transform:translate(79.8339vw,-10px) scale(.6675);animation:fall-212 22s -18s linear infinite}@keyframes fall-212{76.233%{transform:translate(85.2952vw,76.233vh) scale(.6675)}to{transform:translate(82.56455vw,99vh) scale(.6675)}}.snow:nth-child(213){opacity:1.3808;transform:translate(72.8885vw,-10px) scale(.1812);animation:fall-213 12s -18s linear infinite}@keyframes fall-213{50.623%{transform:translate(67.6154vw,50.623vh) scale(.1812)}to{transform:translate(70.25195vw,99vh) scale(.1812)}}.snow:nth-child(214){opacity:1.4998;transform:translate(22.1591vw,-10px) scale(.2626);animation:fall-214 23s -2s linear infinite}@keyframes fall-214{61.467%{transform:translate(20.3228vw,61.467vh) scale(.2626)}to{transform:translate(21.24095vw,99vh) scale(.2626)}}.snow:nth-child(215){opacity:.261;transform:translate(74.1994vw,-10px) scale(.4916);animation:fall-215 25s -27s linear infinite}@keyframes fall-215{61.539%{transform:translate(70.8953vw,61.539vh) scale(.4916)}to{transform:translate(72.54735vw,99vh) scale(.4916)}}.snow:nth-child(216){opacity:.7098;transform:translate(28.5068vw,-10px) scale(.1981);animation:fall-216 28s -3s linear infinite}@keyframes fall-216{61.234%{transform:translate(27.99vw,61.234vh) scale(.1981)}to{transform:translate(28.2484vw,99vh) scale(.1981)}}.snow:nth-child(217){opacity:1.762;transform:translate(50.5801vw,-10px) scale(.4748);animation:fall-217 15s -2s linear infinite}@keyframes fall-217{76.744%{transform:translate(59.0347vw,76.744vh) scale(.4748)}to{transform:translate(54.8074vw,99vh) scale(.4748)}}.snow:nth-child(218){opacity:.6566;transform:translate(54.5809vw,-10px) scale(.7166);animation:fall-218 30s -27s linear infinite}@keyframes fall-218{53.955%{transform:translate(57.8721vw,53.955vh) scale(.7166)}to{transform:translate(56.2265vw,99vh) scale(.7166)}}.snow:nth-child(219){opacity:1.4882;transform:translate(84.3664vw,-10px) scale(.6386);animation:fall-219 26s -18s linear infinite}@keyframes fall-219{46.863%{transform:translate(87.5619vw,46.863vh) scale(.6386)}to{transform:translate(85.96415vw,99vh) scale(.6386)}}.snow:nth-child(220){opacity:.7676;transform:translate(46.2058vw,-10px) scale(.9072);animation:fall-220 20s -30s linear infinite}@keyframes fall-220{40.756%{transform:translate(38.4176vw,40.756vh) scale(.9072)}to{transform:translate(42.3117vw,99vh) scale(.9072)}}.snow:nth-child(221){opacity:.0172;transform:translate(31.434vw,-10px) scale(.3068);animation:fall-221 26s -23s linear infinite}@keyframes fall-221{66.433%{transform:translate(33.1507vw,66.433vh) scale(.3068)}to{transform:translate(32.29235vw,99vh) scale(.3068)}}.snow:nth-child(222){opacity:1.8364;transform:translate(84.0656vw,-10px) scale(.7697);animation:fall-222 22s -9s linear infinite}@keyframes fall-222{30.366%{transform:translate(90.1841vw,30.366vh) scale(.7697)}to{transform:translate(87.12485vw,99vh) scale(.7697)}}.snow:nth-child(223){opacity:.3614;transform:translate(39.7199vw,-10px) scale(.2772);animation:fall-223 23s -18s linear infinite}@keyframes fall-223{45.218%{transform:translate(48.285vw,45.218vh) scale(.2772)}to{transform:translate(44.00245vw,99vh) scale(.2772)}}.snow:nth-child(224){opacity:1.772;transform:translate(38.6619vw,-10px) scale(.1569);animation:fall-224 27s -9s linear infinite}@keyframes fall-224{54.891%{transform:translate(46.9386vw,54.891vh) scale(.1569)}to{transform:translate(42.80025vw,99vh) scale(.1569)}}.snow:nth-child(225){opacity:.4894;transform:translate(27.4868vw,-10px) scale(.513);animation:fall-225 28s -30s linear infinite}@keyframes fall-225{62.386%{transform:translate(24.4133vw,62.386vh) scale(.513)}to{transform:translate(25.95005vw,99vh) scale(.513)}}.snow:nth-child(226){opacity:1.0166;transform:translate(80.6721vw,-10px) scale(.3705);animation:fall-226 12s -8s linear infinite}@keyframes fall-226{59.531%{transform:translate(88.2585vw,59.531vh) scale(.3705)}to{transform:translate(84.4653vw,99vh) scale(.3705)}}.snow:nth-child(227){opacity:.1522;transform:translate(6.0655vw,-10px) scale(.271);animation:fall-227 10s -29s linear infinite}@keyframes fall-227{75.549%{transform:translate(15.2046vw,75.549vh) scale(.271)}to{transform:translate(10.63505vw,99vh) scale(.271)}}.snow:nth-child(228){opacity:.2292;transform:translate(17.4772vw,-10px) scale(.781);animation:fall-228 14s -4s linear infinite}@keyframes fall-228{66.872%{transform:translate(12.2149vw,66.872vh) scale(.781)}to{transform:translate(14.84605vw,99vh) scale(.781)}}.snow:nth-child(229){opacity:1.3394;transform:translate(76.5471vw,-10px) scale(.8155);animation:fall-229 20s -15s linear infinite}@keyframes fall-229{48.369%{transform:translate(78.2522vw,48.369vh) scale(.8155)}to{transform:translate(77.39965vw,99vh) scale(.8155)}}.snow:nth-child(230){opacity:1.9134;transform:translate(93.8503vw,-10px) scale(.2552);animation:fall-230 15s -24s linear infinite}@keyframes fall-230{51.984%{transform:translate(103.7239vw,51.984vh) scale(.2552)}to{transform:translate(98.7871vw,99vh) scale(.2552)}}.snow:nth-child(231){opacity:.7716;transform:translate(67.8844vw,-10px) scale(.5557);animation:fall-231 20s -12s linear infinite}@keyframes fall-231{48.646%{transform:translate(63.3812vw,48.646vh) scale(.5557)}to{transform:translate(65.6328vw,99vh) scale(.5557)}}.snow:nth-child(232){opacity:1.054;transform:translate(78.2921vw,-10px) scale(.7673);animation:fall-232 11s -13s linear infinite}@keyframes fall-232{78.064%{transform:translate(72.8254vw,78.064vh) scale(.7673)}to{transform:translate(75.55875vw,99vh) scale(.7673)}}.snow:nth-child(233){opacity:1.084;transform:translate(52.2866vw,-10px) scale(.4223);animation:fall-233 12s -15s linear infinite}@keyframes fall-233{71.691%{transform:translate(48.2028vw,71.691vh) scale(.4223)}to{transform:translate(50.2447vw,99vh) scale(.4223)}}.snow:nth-child(234){opacity:.3924;transform:translate(84.4936vw,-10px) scale(.1829);animation:fall-234 15s -22s linear infinite}@keyframes fall-234{55.587%{transform:translate(78.2444vw,55.587vh) scale(.1829)}to{transform:translate(81.369vw,99vh) scale(.1829)}}.snow:nth-child(235){opacity:.8838;transform:translate(96.4119vw,-10px) scale(.3498);animation:fall-235 30s -13s linear infinite}@keyframes fall-235{45.798%{transform:translate(93.2514vw,45.798vh) scale(.3498)}to{transform:translate(94.83165vw,99vh) scale(.3498)}}.snow:nth-child(236){opacity:.2546;transform:translate(65.6445vw,-10px) scale(.4602);animation:fall-236 29s -25s linear infinite}@keyframes fall-236{70.143%{transform:translate(56.282vw,70.143vh) scale(.4602)}to{transform:translate(60.96325vw,99vh) scale(.4602)}}.snow:nth-child(237){opacity:.937;transform:translate(30.4704vw,-10px) scale(.2885);animation:fall-237 20s -14s linear infinite}@keyframes fall-237{79.264%{transform:translate(20.7044vw,79.264vh) scale(.2885)}to{transform:translate(25.5874vw,99vh) scale(.2885)}}.snow:nth-child(238){opacity:1.2688;transform:translate(38.5759vw,-10px) scale(.2147);animation:fall-238 27s -10s linear infinite}@keyframes fall-238{31.45%{transform:translate(41.7826vw,31.45vh) scale(.2147)}to{transform:translate(40.17925vw,99vh) scale(.2147)}}.snow:nth-child(239){opacity:.5092;transform:translate(51.8359vw,-10px) scale(.9587);animation:fall-239 17s -4s linear infinite}@keyframes fall-239{35.608%{transform:translate(51.2651vw,35.608vh) scale(.9587)}to{transform:translate(51.5505vw,99vh) scale(.9587)}}.snow:nth-child(240){opacity:.5296;transform:translate(59.9174vw,-10px) scale(.031);animation:fall-240 28s -7s linear infinite}@keyframes fall-240{44.691%{transform:translate(68.2834vw,44.691vh) scale(.031)}to{transform:translate(64.1004vw,99vh) scale(.031)}}.snow:nth-child(241){opacity:1.6174;transform:translate(61.6443vw,-10px) scale(.592);animation:fall-241 27s -9s linear infinite}@keyframes fall-241{77.45%{transform:translate(53.2894vw,77.45vh) scale(.592)}to{transform:translate(57.46685vw,99vh) scale(.592)}}.snow:nth-child(242){opacity:1.8896;transform:translate(7.126vw,-10px) scale(.2206);animation:fall-242 16s -11s linear infinite}@keyframes fall-242{60.507%{transform:translate(7.4393vw,60.507vh) scale(.2206)}to{transform:translate(7.28265vw,99vh) scale(.2206)}}.snow:nth-child(243){opacity:.038;transform:translate(88.3589vw,-10px) scale(.4242);animation:fall-243 16s -5s linear infinite}@keyframes fall-243{47.466%{transform:translate(90.5428vw,47.466vh) scale(.4242)}to{transform:translate(89.45085vw,99vh) scale(.4242)}}.snow:nth-child(244){opacity:.0104;transform:translate(30.1085vw,-10px) scale(.1252);animation:fall-244 12s -1s linear infinite}@keyframes fall-244{46.266%{transform:translate(36.9349vw,46.266vh) scale(.1252)}to{transform:translate(33.5217vw,99vh) scale(.1252)}}.snow:nth-child(245){opacity:.355;transform:translate(14.3433vw,-10px) scale(.8571);animation:fall-245 19s -23s linear infinite}@keyframes fall-245{48.129%{transform:translate(7.8294vw,48.129vh) scale(.8571)}to{transform:translate(11.08635vw,99vh) scale(.8571)}}.snow:nth-child(246){opacity:1.5186;transform:translate(19.4934vw,-10px) scale(.3854);animation:fall-246 18s -15s linear infinite}@keyframes fall-246{60.049%{transform:translate(12.9265vw,60.049vh) scale(.3854)}to{transform:translate(16.20995vw,99vh) scale(.3854)}}.snow:nth-child(247){opacity:.9316;transform:translate(81.0136vw,-10px) scale(.6394);animation:fall-247 30s -26s linear infinite}@keyframes fall-247{70.698%{transform:translate(86.1001vw,70.698vh) scale(.6394)}to{transform:translate(83.55685vw,99vh) scale(.6394)}}.snow:nth-child(248){opacity:.1558;transform:translate(63.1483vw,-10px) scale(.9883);animation:fall-248 12s -11s linear infinite}@keyframes fall-248{38.918%{transform:translate(53.7171vw,38.918vh) scale(.9883)}to{transform:translate(58.4327vw,99vh) scale(.9883)}}.snow:nth-child(249){opacity:.046;transform:translate(88.936vw,-10px) scale(.6548);animation:fall-249 22s -8s linear infinite}@keyframes fall-249{62.835%{transform:translate(81.5417vw,62.835vh) scale(.6548)}to{transform:translate(85.23885vw,99vh) scale(.6548)}}.snow:nth-child(250){opacity:.7626;transform:translate(26.5545vw,-10px) scale(.7359);animation:fall-250 14s -5s linear infinite}@keyframes fall-250{68.16%{transform:translate(28.2809vw,68.16vh) scale(.7359)}to{transform:translate(27.4177vw,99vh) scale(.7359)}}.snow:nth-child(251){opacity:1.0052;transform:translate(72.3978vw,-10px) scale(.9984);animation:fall-251 26s -26s linear infinite}@keyframes fall-251{73.574%{transform:translate(69.1309vw,73.574vh) scale(.9984)}to{transform:translate(70.76435vw,99vh) scale(.9984)}}.snow:nth-child(252){opacity:1.407;transform:translate(45.4352vw,-10px) scale(.7687);animation:fall-252 19s -16s linear infinite}@keyframes fall-252{73.602%{transform:translate(53.8968vw,73.602vh) scale(.7687)}to{transform:translate(49.666vw,99vh) scale(.7687)}}.snow:nth-child(253){opacity:1.9038;transform:translate(65.6423vw,-10px) scale(.7648);animation:fall-253 23s -27s linear infinite}@keyframes fall-253{32.854%{transform:translate(61.3944vw,32.854vh) scale(.7648)}to{transform:translate(63.51835vw,99vh) scale(.7648)}}.snow:nth-child(254){opacity:1.2618;transform:translate(29.7388vw,-10px) scale(.2116);animation:fall-254 29s -26s linear infinite}@keyframes fall-254{56.705%{transform:translate(32.307vw,56.705vh) scale(.2116)}to{transform:translate(31.0229vw,99vh) scale(.2116)}}.snow:nth-child(255){opacity:1.6002;transform:translate(58.0618vw,-10px) scale(.6147);animation:fall-255 18s -21s linear infinite}@keyframes fall-255{41.802%{transform:translate(55.7917vw,41.802vh) scale(.6147)}to{transform:translate(56.92675vw,99vh) scale(.6147)}}.snow:nth-child(256){opacity:.2036;transform:translate(8.6502vw,-10px) scale(.4749);animation:fall-256 26s -25s linear infinite}@keyframes fall-256{75.439%{transform:translate(12.5931vw,75.439vh) scale(.4749)}to{transform:translate(10.62165vw,99vh) scale(.4749)}}.snow:nth-child(257){opacity:1.5962;transform:translate(49.0096vw,-10px) scale(.7105);animation:fall-257 30s -26s linear infinite}@keyframes fall-257{70.893%{transform:translate(54.5637vw,70.893vh) scale(.7105)}to{transform:translate(51.78665vw,99vh) scale(.7105)}}.snow:nth-child(258){opacity:.5368;transform:translate(79.0625vw,-10px) scale(.6735);animation:fall-258 23s -20s linear infinite}@keyframes fall-258{62.622%{transform:translate(87.6942vw,62.622vh) scale(.6735)}to{transform:translate(83.37835vw,99vh) scale(.6735)}}.snow:nth-child(259){opacity:.1538;transform:translate(90.0398vw,-10px) scale(.668);animation:fall-259 11s -27s linear infinite}@keyframes fall-259{58.782%{transform:translate(84.1572vw,58.782vh) scale(.668)}to{transform:translate(87.0985vw,99vh) scale(.668)}}.snow:nth-child(260){opacity:1.4398;transform:translate(78.2519vw,-10px) scale(.4488);animation:fall-260 20s -16s linear infinite}@keyframes fall-260{58.997%{transform:translate(68.5404vw,58.997vh) scale(.4488)}to{transform:translate(73.39615vw,99vh) scale(.4488)}}.snow:nth-child(261){opacity:1.193;transform:translate(81.652vw,-10px) scale(.1906);animation:fall-261 20s -3s linear infinite}@keyframes fall-261{38.945%{transform:translate(91.3641vw,38.945vh) scale(.1906)}to{transform:translate(86.50805vw,99vh) scale(.1906)}}.snow:nth-child(262){opacity:.473;transform:translate(25.0357vw,-10px) scale(.3492);animation:fall-262 15s -10s linear infinite}@keyframes fall-262{61.269%{transform:translate(15.323vw,61.269vh) scale(.3492)}to{transform:translate(20.17935vw,99vh) scale(.3492)}}.snow:nth-child(263){opacity:.593;transform:translate(43.7497vw,-10px) scale(.9719);animation:fall-263 26s -19s linear infinite}@keyframes fall-263{32.512%{transform:translate(51.8708vw,32.512vh) scale(.9719)}to{transform:translate(47.81025vw,99vh) scale(.9719)}}.snow:nth-child(264){opacity:1.6614;transform:translate(88.4807vw,-10px) scale(.2094);animation:fall-264 25s -18s linear infinite}@keyframes fall-264{67.008%{transform:translate(85.5105vw,67.008vh) scale(.2094)}to{transform:translate(86.9956vw,99vh) scale(.2094)}}.snow:nth-child(265){opacity:.2526;transform:translate(57.8064vw,-10px) scale(.6788);animation:fall-265 23s -9s linear infinite}@keyframes fall-265{76.961%{transform:translate(53.6641vw,76.961vh) scale(.6788)}to{transform:translate(55.73525vw,99vh) scale(.6788)}}.snow:nth-child(266){opacity:1.6698;transform:translate(39.8082vw,-10px) scale(.7795);animation:fall-266 19s -20s linear infinite}@keyframes fall-266{75.356%{transform:translate(47.0036vw,75.356vh) scale(.7795)}to{transform:translate(43.4059vw,99vh) scale(.7795)}}.snow:nth-child(267){opacity:1.7546;transform:translate(71.0518vw,-10px) scale(.2661);animation:fall-267 27s -13s linear infinite}@keyframes fall-267{58.529%{transform:translate(61.9771vw,58.529vh) scale(.2661)}to{transform:translate(66.51445vw,99vh) scale(.2661)}}.snow:nth-child(268){opacity:.857;transform:translate(56.7342vw,-10px) scale(.0912);animation:fall-268 16s -3s linear infinite}@keyframes fall-268{50.58%{transform:translate(55.8636vw,50.58vh) scale(.0912)}to{transform:translate(56.2989vw,99vh) scale(.0912)}}.snow:nth-child(269){opacity:1.9034;transform:translate(45.5175vw,-10px) scale(.754);animation:fall-269 10s -4s linear infinite}@keyframes fall-269{55.438%{transform:translate(54.4225vw,55.438vh) scale(.754)}to{transform:translate(49.97vw,99vh) scale(.754)}}.snow:nth-child(270){opacity:.0578;transform:translate(40.5095vw,-10px) scale(.2871);animation:fall-270 30s -5s linear infinite}@keyframes fall-270{32.344%{transform:translate(37.1709vw,32.344vh) scale(.2871)}to{transform:translate(38.8402vw,99vh) scale(.2871)}}.snow:nth-child(271){opacity:.6272;transform:translate(91.9695vw,-10px) scale(.3535);animation:fall-271 21s -13s linear infinite}@keyframes fall-271{78.597%{transform:translate(98.0427vw,78.597vh) scale(.3535)}to{transform:translate(95.0061vw,99vh) scale(.3535)}}.snow:nth-child(272){opacity:1.927;transform:translate(83.2907vw,-10px) scale(.3842);animation:fall-272 15s -15s linear infinite}@keyframes fall-272{67.693%{transform:translate(88.0428vw,67.693vh) scale(.3842)}to{transform:translate(85.66675vw,99vh) scale(.3842)}}.snow:nth-child(273){opacity:.7222;transform:translate(84.3965vw,-10px) scale(.1497);animation:fall-273 23s -26s linear infinite}@keyframes fall-273{79.429%{transform:translate(86.0556vw,79.429vh) scale(.1497)}to{transform:translate(85.22605vw,99vh) scale(.1497)}}.snow:nth-child(274){opacity:.4198;transform:translate(73.4001vw,-10px) scale(.2026);animation:fall-274 18s -21s linear infinite}@keyframes fall-274{53.339%{transform:translate(70.5354vw,53.339vh) scale(.2026)}to{transform:translate(71.96775vw,99vh) scale(.2026)}}.snow:nth-child(275){opacity:.384;transform:translate(44.1204vw,-10px) scale(.0973);animation:fall-275 25s -29s linear infinite}@keyframes fall-275{34.942%{transform:translate(52.2719vw,34.942vh) scale(.0973)}to{transform:translate(48.19615vw,99vh) scale(.0973)}}.snow:nth-child(276){opacity:1.0502;transform:translate(35.1204vw,-10px) scale(.9147);animation:fall-276 10s -25s linear infinite}@keyframes fall-276{52.97%{transform:translate(27.9764vw,52.97vh) scale(.9147)}to{transform:translate(31.5484vw,99vh) scale(.9147)}}.snow:nth-child(277){opacity:1.1282;transform:translate(83.6903vw,-10px) scale(.4021);animation:fall-277 21s -26s linear infinite}@keyframes fall-277{39.265%{transform:translate(75.0488vw,39.265vh) scale(.4021)}to{transform:translate(79.36955vw,99vh) scale(.4021)}}.snow:nth-child(278){opacity:.136;transform:translate(47.1682vw,-10px) scale(.0574);animation:fall-278 13s -6s linear infinite}@keyframes fall-278{78.509%{transform:translate(41.4512vw,78.509vh) scale(.0574)}to{transform:translate(44.3097vw,99vh) scale(.0574)}}.snow:nth-child(279){opacity:.0464;transform:translate(91.6138vw,-10px) scale(.2671);animation:fall-279 23s -17s linear infinite}@keyframes fall-279{62.692%{transform:translate(93.2418vw,62.692vh) scale(.2671)}to{transform:translate(92.4278vw,99vh) scale(.2671)}}.snow:nth-child(280){opacity:.125;transform:translate(33.4038vw,-10px) scale(.1053);animation:fall-280 22s -24s linear infinite}@keyframes fall-280{68.638%{transform:translate(24.2848vw,68.638vh) scale(.1053)}to{transform:translate(28.8443vw,99vh) scale(.1053)}}.snow:nth-child(281){opacity:.655;transform:translate(42.9429vw,-10px) scale(.4034);animation:fall-281 11s -4s linear infinite}@keyframes fall-281{77.478%{transform:translate(46.4791vw,77.478vh) scale(.4034)}to{transform:translate(44.711vw,99vh) scale(.4034)}}.snow:nth-child(282){opacity:.8648;transform:translate(22.6186vw,-10px) scale(.6268);animation:fall-282 19s -20s linear infinite}@keyframes fall-282{68.684%{transform:translate(22.1999vw,68.684vh) scale(.6268)}to{transform:translate(22.40925vw,99vh) scale(.6268)}}.snow:nth-child(283){opacity:.1422;transform:translate(90.1452vw,-10px) scale(.5257);animation:fall-283 18s -14s linear infinite}@keyframes fall-283{64.747%{transform:translate(82.3783vw,64.747vh) scale(.5257)}to{transform:translate(86.26175vw,99vh) scale(.5257)}}.snow:nth-child(284){opacity:.3138;transform:translate(93.2892vw,-10px) scale(.9079);animation:fall-284 17s -2s linear infinite}@keyframes fall-284{34.283%{transform:translate(89.0565vw,34.283vh) scale(.9079)}to{transform:translate(91.17285vw,99vh) scale(.9079)}}.snow:nth-child(285){opacity:1.2236;transform:translate(54.8738vw,-10px) scale(.3421);animation:fall-285 14s -15s linear infinite}@keyframes fall-285{38.441%{transform:translate(62.8932vw,38.441vh) scale(.3421)}to{transform:translate(58.8835vw,99vh) scale(.3421)}}.snow:nth-child(286){opacity:.3238;transform:translate(47.4325vw,-10px) scale(.6021);animation:fall-286 10s -8s linear infinite}@keyframes fall-286{59.918%{transform:translate(54.1573vw,59.918vh) scale(.6021)}to{transform:translate(50.7949vw,99vh) scale(.6021)}}.snow:nth-child(287){opacity:1.81;transform:translate(2.1738vw,-10px) scale(.9472);animation:fall-287 24s -4s linear infinite}@keyframes fall-287{41.798%{transform:translate(8.5051vw,41.798vh) scale(.9472)}to{transform:translate(5.33945vw,99vh) scale(.9472)}}.snow:nth-child(288){opacity:1.3874;transform:translate(44.3166vw,-10px) scale(.7996);animation:fall-288 11s -15s linear infinite}@keyframes fall-288{61.627%{transform:translate(42.6346vw,61.627vh) scale(.7996)}to{transform:translate(43.4756vw,99vh) scale(.7996)}}.snow:nth-child(289){opacity:1.1642;transform:translate(6.6128vw,-10px) scale(.0371);animation:fall-289 29s -10s linear infinite}@keyframes fall-289{31.859%{transform:translate(3.0332vw,31.859vh) scale(.0371)}to{transform:translate(4.823vw,99vh) scale(.0371)}}.snow:nth-child(290){opacity:1.9332;transform:translate(51.5013vw,-10px) scale(.3412);animation:fall-290 26s -30s linear infinite}@keyframes fall-290{32.626%{transform:translate(43.1611vw,32.626vh) scale(.3412)}to{transform:translate(47.3312vw,99vh) scale(.3412)}}.snow:nth-child(291){opacity:1.1432;transform:translate(70.0989vw,-10px) scale(.2353);animation:fall-291 15s -27s linear infinite}@keyframes fall-291{46.892%{transform:translate(71.7527vw,46.892vh) scale(.2353)}to{transform:translate(70.9258vw,99vh) scale(.2353)}}.snow:nth-child(292){opacity:1.1942;transform:translate(89.5497vw,-10px) scale(.263);animation:fall-292 20s -27s linear infinite}@keyframes fall-292{47.9%{transform:translate(83.481vw,47.9vh) scale(.263)}to{transform:translate(86.51535vw,99vh) scale(.263)}}.snow:nth-child(293){opacity:1.217;transform:translate(12.0032vw,-10px) scale(.2232);animation:fall-293 20s -8s linear infinite}@keyframes fall-293{49.888%{transform:translate(5.0471vw,49.888vh) scale(.2232)}to{transform:translate(8.52515vw,99vh) scale(.2232)}}.snow:nth-child(294){opacity:.4438;transform:translate(36.8241vw,-10px) scale(.5736);animation:fall-294 12s -4s linear infinite}@keyframes fall-294{59.843%{transform:translate(26.9683vw,59.843vh) scale(.5736)}to{transform:translate(31.8962vw,99vh) scale(.5736)}}.snow:nth-child(295){opacity:1.9312;transform:translate(64.4512vw,-10px) scale(.8147);animation:fall-295 13s -15s linear infinite}@keyframes fall-295{77.275%{transform:translate(72.242vw,77.275vh) scale(.8147)}to{transform:translate(68.3466vw,99vh) scale(.8147)}}.snow:nth-child(296){opacity:.0274;transform:translate(29.3848vw,-10px) scale(.4054);animation:fall-296 10s -27s linear infinite}@keyframes fall-296{32.891%{transform:translate(34.2835vw,32.891vh) scale(.4054)}to{transform:translate(31.83415vw,99vh) scale(.4054)}}.snow:nth-child(297){opacity:.5858;transform:translate(49.215vw,-10px) scale(.8221);animation:fall-297 29s -27s linear infinite}@keyframes fall-297{38.16%{transform:translate(48.7641vw,38.16vh) scale(.8221)}to{transform:translate(48.98955vw,99vh) scale(.8221)}}.snow:nth-child(298){opacity:1.2176;transform:translate(73.4368vw,-10px) scale(.3432);animation:fall-298 24s -22s linear infinite}@keyframes fall-298{78.953%{transform:translate(73.5994vw,78.953vh) scale(.3432)}to{transform:translate(73.5181vw,99vh) scale(.3432)}}.snow:nth-child(299){opacity:1.8162;transform:translate(19.1936vw,-10px) scale(.4726);animation:fall-299 16s -7s linear infinite}@keyframes fall-299{75.813%{transform:translate(19.5744vw,75.813vh) scale(.4726)}to{transform:translate(19.384vw,99vh) scale(.4726)}}.snow:nth-child(300){opacity:1.6212;transform:translate(20.6921vw,-10px) scale(.9887);animation:fall-300 11s -17s linear infinite}@keyframes fall-300{54.114%{transform:translate(13.8047vw,54.114vh) scale(.9887)}to{transform:translate(17.2484vw,99vh) scale(.9887)}}.snow:nth-child(301){opacity:1.6968;transform:translate(9.8098vw,-10px) scale(.6217);animation:fall-301 13s -18s linear infinite}@keyframes fall-301{36.481%{transform:translate(9.6341vw,36.481vh) scale(.6217)}to{transform:translate(9.72195vw,99vh) scale(.6217)}}.snow:nth-child(302){opacity:1.9038;transform:translate(29.9248vw,-10px) scale(.8768);animation:fall-302 26s -14s linear infinite}@keyframes fall-302{79.709%{transform:translate(26.5653vw,79.709vh) scale(.8768)}to{transform:translate(28.24505vw,99vh) scale(.8768)}}.snow:nth-child(303){opacity:1.8434;transform:translate(73.0185vw,-10px) scale(.2194);animation:fall-303 10s -28s linear infinite}@keyframes fall-303{62.476%{transform:translate(65.6156vw,62.476vh) scale(.2194)}to{transform:translate(69.31705vw,99vh) scale(.2194)}}.snow:nth-child(304){opacity:1.3432;transform:translate(51.3784vw,-10px) scale(.5255);animation:fall-304 18s -7s linear infinite}@keyframes fall-304{72.209%{transform:translate(54.0144vw,72.209vh) scale(.5255)}to{transform:translate(52.6964vw,99vh) scale(.5255)}}.snow:nth-child(305){opacity:1.4942;transform:translate(94.4026vw,-10px) scale(.4635);animation:fall-305 29s -17s linear infinite}@keyframes fall-305{79.119%{transform:translate(98.0038vw,79.119vh) scale(.4635)}to{transform:translate(96.2032vw,99vh) scale(.4635)}}.snow:nth-child(306){opacity:1.2174;transform:translate(78.9857vw,-10px) scale(.0252);animation:fall-306 15s -25s linear infinite}@keyframes fall-306{59.333%{transform:translate(72.0141vw,59.333vh) scale(.0252)}to{transform:translate(75.4999vw,99vh) scale(.0252)}}.snow:nth-child(307){opacity:.8832;transform:translate(22.1197vw,-10px) scale(.7055);animation:fall-307 19s -6s linear infinite}@keyframes fall-307{36.061%{transform:translate(28.1399vw,36.061vh) scale(.7055)}to{transform:translate(25.1298vw,99vh) scale(.7055)}}.snow:nth-child(308){opacity:1.091;transform:translate(79.9989vw,-10px) scale(.6052);animation:fall-308 12s -28s linear infinite}@keyframes fall-308{57.299%{transform:translate(85.6903vw,57.299vh) scale(.6052)}to{transform:translate(82.8446vw,99vh) scale(.6052)}}.snow:nth-child(309){opacity:1.7332;transform:translate(7.6478vw,-10px) scale(.5506);animation:fall-309 30s -6s linear infinite}@keyframes fall-309{55.621%{transform:translate(16.5589vw,55.621vh) scale(.5506)}to{transform:translate(12.10335vw,99vh) scale(.5506)}}.snow:nth-child(310){opacity:1.04;transform:translate(89.8157vw,-10px) scale(.7457);animation:fall-310 13s -3s linear infinite}@keyframes fall-310{38.142%{transform:translate(94.3583vw,38.142vh) scale(.7457)}to{transform:translate(92.087vw,99vh) scale(.7457)}}.snow:nth-child(311){opacity:.954;transform:translate(80.048vw,-10px) scale(.2743);animation:fall-311 28s -8s linear infinite}@keyframes fall-311{34.764%{transform:translate(72.5806vw,34.764vh) scale(.2743)}to{transform:translate(76.3143vw,99vh) scale(.2743)}}.snow:nth-child(312){opacity:1.7686;transform:translate(59.5317vw,-10px) scale(.8759);animation:fall-312 29s -20s linear infinite}@keyframes fall-312{42.003%{transform:translate(56.6717vw,42.003vh) scale(.8759)}to{transform:translate(58.1017vw,99vh) scale(.8759)}}.snow:nth-child(313){opacity:.1628;transform:translate(66.1691vw,-10px) scale(.7017);animation:fall-313 20s -26s linear infinite}@keyframes fall-313{52.174%{transform:translate(56.8431vw,52.174vh) scale(.7017)}to{transform:translate(61.5061vw,99vh) scale(.7017)}}.snow:nth-child(314){opacity:1.7646;transform:translate(30.7975vw,-10px) scale(.37);animation:fall-314 19s -9s linear infinite}@keyframes fall-314{75.966%{transform:translate(28.8358vw,75.966vh) scale(.37)}to{transform:translate(29.81665vw,99vh) scale(.37)}}.snow:nth-child(315){opacity:1.1842;transform:translate(94.4644vw,-10px) scale(.8672);animation:fall-315 28s -5s linear infinite}@keyframes fall-315{39.143%{transform:translate(99.9125vw,39.143vh) scale(.8672)}to{transform:translate(97.18845vw,99vh) scale(.8672)}}.snow:nth-child(316){opacity:1.595;transform:translate(39.3917vw,-10px) scale(.5431);animation:fall-316 30s -27s linear infinite}@keyframes fall-316{37.549%{transform:translate(45.0265vw,37.549vh) scale(.5431)}to{transform:translate(42.2091vw,99vh) scale(.5431)}}.snow:nth-child(317){opacity:1.5212;transform:translate(.2666vw,-10px) scale(.1219);animation:fall-317 24s -15s linear infinite}@keyframes fall-317{34.358%{transform:translate(-8.2731vw,34.358vh) scale(.1219)}to{transform:translate(-4.00325vw,99vh) scale(.1219)}}.snow:nth-child(318){opacity:1.3704;transform:translate(82.2388vw,-10px) scale(.2624);animation:fall-318 13s -26s linear infinite}@keyframes fall-318{49.188%{transform:translate(85.7692vw,49.188vh) scale(.2624)}to{transform:translate(84.004vw,99vh) scale(.2624)}}.snow:nth-child(319){opacity:.1446;transform:translate(57.2409vw,-10px) scale(.8609);animation:fall-319 16s -6s linear infinite}@keyframes fall-319{71.767%{transform:translate(51.523vw,71.767vh) scale(.8609)}to{transform:translate(54.38195vw,99vh) scale(.8609)}}.snow:nth-child(320){opacity:.9224;transform:translate(56.5315vw,-10px) scale(.3922);animation:fall-320 26s -1s linear infinite}@keyframes fall-320{79.585%{transform:translate(63.8395vw,79.585vh) scale(.3922)}to{transform:translate(60.1855vw,99vh) scale(.3922)}}.snow:nth-child(321){opacity:.9018;transform:translate(88.0481vw,-10px) scale(.5531);animation:fall-321 15s -27s linear infinite}@keyframes fall-321{61.454%{transform:translate(97.9305vw,61.454vh) scale(.5531)}to{transform:translate(92.9893vw,99vh) scale(.5531)}}.snow:nth-child(322){opacity:.428;transform:translate(60.1126vw,-10px) scale(.1404);animation:fall-322 14s -25s linear infinite}@keyframes fall-322{71.197%{transform:translate(52.3828vw,71.197vh) scale(.1404)}to{transform:translate(56.2477vw,99vh) scale(.1404)}}.snow:nth-child(323){opacity:1.2316;transform:translate(90.6496vw,-10px) scale(.6376);animation:fall-323 14s -2s linear infinite}@keyframes fall-323{35.216%{transform:translate(83.4236vw,35.216vh) scale(.6376)}to{transform:translate(87.0366vw,99vh) scale(.6376)}}.snow:nth-child(324){opacity:.599;transform:translate(1.6408vw,-10px) scale(.6051);animation:fall-324 14s -2s linear infinite}@keyframes fall-324{49.851%{transform:translate(.9241vw,49.851vh) scale(.6051)}to{transform:translate(1.28245vw,99vh) scale(.6051)}}.snow:nth-child(325){opacity:1.7838;transform:translate(7.5264vw,-10px) scale(.7737);animation:fall-325 22s -8s linear infinite}@keyframes fall-325{44.086%{transform:translate(7.8244vw,44.086vh) scale(.7737)}to{transform:translate(7.6754vw,99vh) scale(.7737)}}.snow:nth-child(326){opacity:1.9864;transform:translate(86.391vw,-10px) scale(.5291);animation:fall-326 22s -1s linear infinite}@keyframes fall-326{30.906%{transform:translate(83.7674vw,30.906vh) scale(.5291)}to{transform:translate(85.0792vw,99vh) scale(.5291)}}.snow:nth-child(327){opacity:1.2776;transform:translate(7.1914vw,-10px) scale(.7374);animation:fall-327 25s -3s linear infinite}@keyframes fall-327{31.539%{transform:translate(14.4151vw,31.539vh) scale(.7374)}to{transform:translate(10.80325vw,99vh) scale(.7374)}}.snow:nth-child(328){opacity:1.4766;transform:translate(80.407vw,-10px) scale(.2982);animation:fall-328 14s -7s linear infinite}@keyframes fall-328{41.066%{transform:translate(90.3295vw,41.066vh) scale(.2982)}to{transform:translate(85.36825vw,99vh) scale(.2982)}}.snow:nth-child(329){opacity:.653;transform:translate(67.4956vw,-10px) scale(.1305);animation:fall-329 10s -22s linear infinite}@keyframes fall-329{72.487%{transform:translate(70.8609vw,72.487vh) scale(.1305)}to{transform:translate(69.17825vw,99vh) scale(.1305)}}.snow:nth-child(330){opacity:1.7926;transform:translate(48.4509vw,-10px) scale(.4703);animation:fall-330 21s -27s linear infinite}@keyframes fall-330{36.99%{transform:translate(43.7054vw,36.99vh) scale(.4703)}to{transform:translate(46.07815vw,99vh) scale(.4703)}}.snow:nth-child(331){opacity:1.5896;transform:translate(27.3373vw,-10px) scale(.8891);animation:fall-331 27s -14s linear infinite}@keyframes fall-331{49.391%{transform:translate(21.9772vw,49.391vh) scale(.8891)}to{transform:translate(24.65725vw,99vh) scale(.8891)}}.snow:nth-child(332){opacity:1.957;transform:translate(46.9613vw,-10px) scale(.8436);animation:fall-332 15s -29s linear infinite}@keyframes fall-332{76.33%{transform:translate(50.1446vw,76.33vh) scale(.8436)}to{transform:translate(48.55295vw,99vh) scale(.8436)}}.snow:nth-child(333){opacity:.144;transform:translate(96.5273vw,-10px) scale(.1715);animation:fall-333 24s -26s linear infinite}@keyframes fall-333{70.931%{transform:translate(97.7295vw,70.931vh) scale(.1715)}to{transform:translate(97.1284vw,99vh) scale(.1715)}}.snow:nth-child(334){opacity:.4598;transform:translate(46.1137vw,-10px) scale(.8721);animation:fall-334 25s -29s linear infinite}@keyframes fall-334{65.273%{transform:translate(37.0649vw,65.273vh) scale(.8721)}to{transform:translate(41.5893vw,99vh) scale(.8721)}}.snow:nth-child(335){opacity:.1648;transform:translate(8.534vw,-10px) scale(.6778);animation:fall-335 15s -16s linear infinite}@keyframes fall-335{72.493%{transform:translate(17.4112vw,72.493vh) scale(.6778)}to{transform:translate(12.9726vw,99vh) scale(.6778)}}.snow:nth-child(336){opacity:.903;transform:translate(35.104vw,-10px) scale(.7885);animation:fall-336 12s -18s linear infinite}@keyframes fall-336{57.444%{transform:translate(27.5989vw,57.444vh) scale(.7885)}to{transform:translate(31.35145vw,99vh) scale(.7885)}}.snow:nth-child(337){opacity:1.3792;transform:translate(4.7954vw,-10px) scale(.1308);animation:fall-337 11s -19s linear infinite}@keyframes fall-337{60.261%{transform:translate(-.8878vw,60.261vh) scale(.1308)}to{transform:translate(1.9538vw,99vh) scale(.1308)}}.snow:nth-child(338){opacity:.1164;transform:translate(35.4013vw,-10px) scale(.1348);animation:fall-338 14s -16s linear infinite}@keyframes fall-338{34.145%{transform:translate(32.1168vw,34.145vh) scale(.1348)}to{transform:translate(33.75905vw,99vh) scale(.1348)}}.snow:nth-child(339){opacity:1.4812;transform:translate(21.0225vw,-10px) scale(.3222);animation:fall-339 26s -11s linear infinite}@keyframes fall-339{33.868%{transform:translate(11.4051vw,33.868vh) scale(.3222)}to{transform:translate(16.2138vw,99vh) scale(.3222)}}.snow:nth-child(340){opacity:.3796;transform:translate(3.6778vw,-10px) scale(.9201);animation:fall-340 28s -6s linear infinite}@keyframes fall-340{61.032%{transform:translate(9.8402vw,61.032vh) scale(.9201)}to{transform:translate(6.759vw,99vh) scale(.9201)}}.snow:nth-child(341){opacity:.7774;transform:translate(55.5444vw,-10px) scale(.8943);animation:fall-341 12s -5s linear infinite}@keyframes fall-341{32.087%{transform:translate(49.4246vw,32.087vh) scale(.8943)}to{transform:translate(52.4845vw,99vh) scale(.8943)}}.snow:nth-child(342){opacity:.4522;transform:translate(10.1397vw,-10px) scale(.4201);animation:fall-342 23s -6s linear infinite}@keyframes fall-342{67.497%{transform:translate(2.9309vw,67.497vh) scale(.4201)}to{transform:translate(6.5353vw,99vh) scale(.4201)}}.snow:nth-child(343){opacity:.9072;transform:translate(38.156vw,-10px) scale(.7544);animation:fall-343 23s -3s linear infinite}@keyframes fall-343{31.615%{transform:translate(31.9826vw,31.615vh) scale(.7544)}to{transform:translate(35.0693vw,99vh) scale(.7544)}}.snow:nth-child(344){opacity:.0406;transform:translate(60.3091vw,-10px) scale(.5149);animation:fall-344 10s -19s linear infinite}@keyframes fall-344{47.881%{transform:translate(59.3517vw,47.881vh) scale(.5149)}to{transform:translate(59.8304vw,99vh) scale(.5149)}}.snow:nth-child(345){opacity:1.932;transform:translate(19.7505vw,-10px) scale(.7897);animation:fall-345 30s -1s linear infinite}@keyframes fall-345{41.747%{transform:translate(25.6736vw,41.747vh) scale(.7897)}to{transform:translate(22.71205vw,99vh) scale(.7897)}}.snow:nth-child(346){opacity:1.6084;transform:translate(10.5623vw,-10px) scale(.353);animation:fall-346 20s -10s linear infinite}@keyframes fall-346{78.772%{transform:translate(19.4765vw,78.772vh) scale(.353)}to{transform:translate(15.0194vw,99vh) scale(.353)}}.snow:nth-child(347){opacity:1.4316;transform:translate(26.0227vw,-10px) scale(.9489);animation:fall-347 21s -25s linear infinite}@keyframes fall-347{73.952%{transform:translate(29.5976vw,73.952vh) scale(.9489)}to{transform:translate(27.81015vw,99vh) scale(.9489)}}.snow:nth-child(348){opacity:.0348;transform:translate(12.5488vw,-10px) scale(.8483);animation:fall-348 30s -8s linear infinite}@keyframes fall-348{70.465%{transform:translate(12.4239vw,70.465vh) scale(.8483)}to{transform:translate(12.48635vw,99vh) scale(.8483)}}.snow:nth-child(349){opacity:1.5558;transform:translate(78.3517vw,-10px) scale(.2748);animation:fall-349 24s -1s linear infinite}@keyframes fall-349{40.387%{transform:translate(73.0649vw,40.387vh) scale(.2748)}to{transform:translate(75.7083vw,99vh) scale(.2748)}}.snow:nth-child(350){opacity:1.9144;transform:translate(15.763vw,-10px) scale(.8175);animation:fall-350 26s -22s linear infinite}@keyframes fall-350{30.202%{transform:translate(11.1512vw,30.202vh) scale(.8175)}to{transform:translate(13.4571vw,99vh) scale(.8175)}}.snow:nth-child(351){opacity:.5426;transform:translate(93.0169vw,-10px) scale(.6095);animation:fall-351 11s -25s linear infinite}@keyframes fall-351{44.978%{transform:translate(89.6052vw,44.978vh) scale(.6095)}to{transform:translate(91.31105vw,99vh) scale(.6095)}}.snow:nth-child(352){opacity:1.2808;transform:translate(60.92vw,-10px) scale(.4907);animation:fall-352 16s -4s linear infinite}@keyframes fall-352{66.304%{transform:translate(54.9854vw,66.304vh) scale(.4907)}to{transform:translate(57.9527vw,99vh) scale(.4907)}}.snow:nth-child(353){opacity:1.0596;transform:translate(74.7359vw,-10px) scale(.4735);animation:fall-353 23s -3s linear infinite}@keyframes fall-353{62.305%{transform:translate(70.3154vw,62.305vh) scale(.4735)}to{transform:translate(72.52565vw,99vh) scale(.4735)}}.snow:nth-child(354){opacity:1.0912;transform:translate(38.4267vw,-10px) scale(.0043);animation:fall-354 21s -9s linear infinite}@keyframes fall-354{62.469%{transform:translate(39.1811vw,62.469vh) scale(.0043)}to{transform:translate(38.8039vw,99vh) scale(.0043)}}.snow:nth-child(355){opacity:.7254;transform:translate(85.7865vw,-10px) scale(.9262);animation:fall-355 23s -20s linear infinite}@keyframes fall-355{73.675%{transform:translate(85.5916vw,73.675vh) scale(.9262)}to{transform:translate(85.68905vw,99vh) scale(.9262)}}.snow:nth-child(356){opacity:1.2854;transform:translate(63.2504vw,-10px) scale(.6018);animation:fall-356 27s -14s linear infinite}@keyframes fall-356{52.759%{transform:translate(63.0613vw,52.759vh) scale(.6018)}to{transform:translate(63.15585vw,99vh) scale(.6018)}}.snow:nth-child(357){opacity:1.0312;transform:translate(41.2169vw,-10px) scale(.8285);animation:fall-357 17s -3s linear infinite}@keyframes fall-357{64.638%{transform:translate(47.5551vw,64.638vh) scale(.8285)}to{transform:translate(44.386vw,99vh) scale(.8285)}}.snow:nth-child(358){opacity:1.6696;transform:translate(81.2094vw,-10px) scale(.0973);animation:fall-358 23s -16s linear infinite}@keyframes fall-358{69.577%{transform:translate(89.2337vw,69.577vh) scale(.0973)}to{transform:translate(85.22155vw,99vh) scale(.0973)}}.snow:nth-child(359){opacity:1.6402;transform:translate(45.6787vw,-10px) scale(.7697);animation:fall-359 11s -20s linear infinite}@keyframes fall-359{38.092%{transform:translate(48.6407vw,38.092vh) scale(.7697)}to{transform:translate(47.1597vw,99vh) scale(.7697)}}.snow:nth-child(360){opacity:.5274;transform:translate(77.7562vw,-10px) scale(.6272);animation:fall-360 18s -5s linear infinite}@keyframes fall-360{52.794%{transform:translate(68.0184vw,52.794vh) scale(.6272)}to{transform:translate(72.8873vw,99vh) scale(.6272)}}.snow:nth-child(361){opacity:1.4214;transform:translate(69.2074vw,-10px) scale(.1083);animation:fall-361 16s -6s linear infinite}@keyframes fall-361{61.661%{transform:translate(60.3597vw,61.661vh) scale(.1083)}to{transform:translate(64.78355vw,99vh) scale(.1083)}}.snow:nth-child(362){opacity:1.2258;transform:translate(.9115vw,-10px) scale(.3042);animation:fall-362 20s -12s linear infinite}@keyframes fall-362{30.174%{transform:translate(-5.6467vw,30.174vh) scale(.3042)}to{transform:translate(-2.3676vw,99vh) scale(.3042)}}.snow:nth-child(363){opacity:.8944;transform:translate(13.9447vw,-10px) scale(.3463);animation:fall-363 13s -12s linear infinite}@keyframes fall-363{55.615%{transform:translate(17.0209vw,55.615vh) scale(.3463)}to{transform:translate(15.4828vw,99vh) scale(.3463)}}.snow:nth-child(364){opacity:.2498;transform:translate(97.7805vw,-10px) scale(.3107);animation:fall-364 21s -15s linear infinite}@keyframes fall-364{77.562%{transform:translate(102.8929vw,77.562vh) scale(.3107)}to{transform:translate(100.3367vw,99vh) scale(.3107)}}.snow:nth-child(365){opacity:1.5796;transform:translate(59.7828vw,-10px) scale(.1553);animation:fall-365 30s -7s linear infinite}@keyframes fall-365{38.738%{transform:translate(51.7105vw,38.738vh) scale(.1553)}to{transform:translate(55.74665vw,99vh) scale(.1553)}}.snow:nth-child(366){opacity:1.7634;transform:translate(2.012vw,-10px) scale(.8997);animation:fall-366 23s -1s linear infinite}@keyframes fall-366{37.327%{transform:translate(-.6215vw,37.327vh) scale(.8997)}to{transform:translate(.69525vw,99vh) scale(.8997)}}.snow:nth-child(367){opacity:1.111;transform:translate(44.7061vw,-10px) scale(.4868);animation:fall-367 30s -17s linear infinite}@keyframes fall-367{31.297%{transform:translate(53.5279vw,31.297vh) scale(.4868)}to{transform:translate(49.117vw,99vh) scale(.4868)}}.snow:nth-child(368){opacity:.01;transform:translate(41.7516vw,-10px) scale(.9205);animation:fall-368 15s -3s linear infinite}@keyframes fall-368{61.769%{transform:translate(50.7501vw,61.769vh) scale(.9205)}to{transform:translate(46.25085vw,99vh) scale(.9205)}}.snow:nth-child(369){opacity:.9496;transform:translate(16.8448vw,-10px) scale(.1015);animation:fall-369 30s -14s linear infinite}@keyframes fall-369{42.494%{transform:translate(16.964vw,42.494vh) scale(.1015)}to{transform:translate(16.9044vw,99vh) scale(.1015)}}.snow:nth-child(370){opacity:.8442;transform:translate(2.3327vw,-10px) scale(.3663);animation:fall-370 23s -20s linear infinite}@keyframes fall-370{77.258%{transform:translate(-2.8841vw,77.258vh) scale(.3663)}to{transform:translate(-.2757vw,99vh) scale(.3663)}}.snow:nth-child(371){opacity:.1514;transform:translate(33.5037vw,-10px) scale(.0425);animation:fall-371 26s -20s linear infinite}@keyframes fall-371{43.844%{transform:translate(40.8748vw,43.844vh) scale(.0425)}to{transform:translate(37.18925vw,99vh) scale(.0425)}}.snow:nth-child(372){opacity:.1054;transform:translate(9.3102vw,-10px) scale(.6162);animation:fall-372 30s -29s linear infinite}@keyframes fall-372{44.472%{transform:translate(9.2002vw,44.472vh) scale(.6162)}to{transform:translate(9.2552vw,99vh) scale(.6162)}}.snow:nth-child(373){opacity:.5386;transform:translate(3.5946vw,-10px) scale(.3172);animation:fall-373 24s -26s linear infinite}@keyframes fall-373{66.394%{transform:translate(-1.7287vw,66.394vh) scale(.3172)}to{transform:translate(.93295vw,99vh) scale(.3172)}}.snow:nth-child(374){opacity:1.359;transform:translate(94.6188vw,-10px) scale(.8932);animation:fall-374 24s -25s linear infinite}@keyframes fall-374{35.705%{transform:translate(97.7056vw,35.705vh) scale(.8932)}to{transform:translate(96.1622vw,99vh) scale(.8932)}}.snow:nth-child(375){opacity:.838;transform:translate(75.8311vw,-10px) scale(.9335);animation:fall-375 16s -6s linear infinite}@keyframes fall-375{32.486%{transform:translate(70.7527vw,32.486vh) scale(.9335)}to{transform:translate(73.2919vw,99vh) scale(.9335)}}.snow:nth-child(376){opacity:1.0822;transform:translate(54.6381vw,-10px) scale(.8107);animation:fall-376 29s -2s linear infinite}@keyframes fall-376{72.236%{transform:translate(46.2922vw,72.236vh) scale(.8107)}to{transform:translate(50.46515vw,99vh) scale(.8107)}}.snow:nth-child(377){opacity:.0732;transform:translate(39.372vw,-10px) scale(.7303);animation:fall-377 23s -20s linear infinite}@keyframes fall-377{67.362%{transform:translate(40.347vw,67.362vh) scale(.7303)}to{transform:translate(39.8595vw,99vh) scale(.7303)}}.snow:nth-child(378){opacity:1.1328;transform:translate(27.9272vw,-10px) scale(.3965);animation:fall-378 17s -5s linear infinite}@keyframes fall-378{74.196%{transform:translate(19.4937vw,74.196vh) scale(.3965)}to{transform:translate(23.71045vw,99vh) scale(.3965)}}.snow:nth-child(379){opacity:1.8284;transform:translate(11.3925vw,-10px) scale(.9172);animation:fall-379 28s -12s linear infinite}@keyframes fall-379{54.078%{transform:translate(4.8665vw,54.078vh) scale(.9172)}to{transform:translate(8.1295vw,99vh) scale(.9172)}}.snow:nth-child(380){opacity:1.6896;transform:translate(52.9398vw,-10px) scale(.2739);animation:fall-380 22s -11s linear infinite}@keyframes fall-380{35.666%{transform:translate(47.7683vw,35.666vh) scale(.2739)}to{transform:translate(50.35405vw,99vh) scale(.2739)}}.snow:nth-child(381){opacity:.3146;transform:translate(20.1507vw,-10px) scale(.2034);animation:fall-381 17s -16s linear infinite}@keyframes fall-381{33.353%{transform:translate(10.8612vw,33.353vh) scale(.2034)}to{transform:translate(15.50595vw,99vh) scale(.2034)}}.snow:nth-child(382){opacity:1.4514;transform:translate(59.6421vw,-10px) scale(.9562);animation:fall-382 28s -11s linear infinite}@keyframes fall-382{69.956%{transform:translate(60.5758vw,69.956vh) scale(.9562)}to{transform:translate(60.10895vw,99vh) scale(.9562)}}.snow:nth-child(383){opacity:1.712;transform:translate(.4918vw,-10px) scale(.4795);animation:fall-383 18s -24s linear infinite}@keyframes fall-383{47.339%{transform:translate(7.2487vw,47.339vh) scale(.4795)}to{transform:translate(3.87025vw,99vh) scale(.4795)}}.snow:nth-child(384){opacity:.9258;transform:translate(83.2183vw,-10px) scale(.5574);animation:fall-384 18s -24s linear infinite}@keyframes fall-384{31.64%{transform:translate(93.0878vw,31.64vh) scale(.5574)}to{transform:translate(88.15305vw,99vh) scale(.5574)}}.snow:nth-child(385){opacity:1.1944;transform:translate(15.4845vw,-10px) scale(.8099);animation:fall-385 20s -6s linear infinite}@keyframes fall-385{65.634%{transform:translate(12.7093vw,65.634vh) scale(.8099)}to{transform:translate(14.0969vw,99vh) scale(.8099)}}.snow:nth-child(386){opacity:.9752;transform:translate(70.9689vw,-10px) scale(.3054);animation:fall-386 23s -9s linear infinite}@keyframes fall-386{36.389%{transform:translate(62.106vw,36.389vh) scale(.3054)}to{transform:translate(66.53745vw,99vh) scale(.3054)}}.snow:nth-child(387){opacity:1.4002;transform:translate(2.6134vw,-10px) scale(.0045);animation:fall-387 13s -23s linear infinite}@keyframes fall-387{62.182%{transform:translate(6.6316vw,62.182vh) scale(.0045)}to{transform:translate(4.6225vw,99vh) scale(.0045)}}.snow:nth-child(388){opacity:1.4292;transform:translate(79.5298vw,-10px) scale(.8136);animation:fall-388 18s -28s linear infinite}@keyframes fall-388{73.385%{transform:translate(83.3729vw,73.385vh) scale(.8136)}to{transform:translate(81.45135vw,99vh) scale(.8136)}}.snow:nth-child(389){opacity:1.7714;transform:translate(55.5583vw,-10px) scale(.6434);animation:fall-389 13s -5s linear infinite}@keyframes fall-389{57.301%{transform:translate(54.6725vw,57.301vh) scale(.6434)}to{transform:translate(55.1154vw,99vh) scale(.6434)}}.snow:nth-child(390){opacity:1.779;transform:translate(28.7507vw,-10px) scale(.8159);animation:fall-390 26s -4s linear infinite}@keyframes fall-390{68.455%{transform:translate(32.4995vw,68.455vh) scale(.8159)}to{transform:translate(30.6251vw,99vh) scale(.8159)}}.snow:nth-child(391){opacity:.852;transform:translate(83.5936vw,-10px) scale(.9836);animation:fall-391 15s -17s linear infinite}@keyframes fall-391{74.306%{transform:translate(88.117vw,74.306vh) scale(.9836)}to{transform:translate(85.8553vw,99vh) scale(.9836)}}.snow:nth-child(392){opacity:.9672;transform:translate(73.9768vw,-10px) scale(.1583);animation:fall-392 11s -19s linear infinite}@keyframes fall-392{78.314%{transform:translate(78.0338vw,78.314vh) scale(.1583)}to{transform:translate(76.0053vw,99vh) scale(.1583)}}.snow:nth-child(393){opacity:.8224;transform:translate(67.6902vw,-10px) scale(.5574);animation:fall-393 24s -18s linear infinite}@keyframes fall-393{60.341%{transform:translate(74.437vw,60.341vh) scale(.5574)}to{transform:translate(71.0636vw,99vh) scale(.5574)}}.snow:nth-child(394){opacity:1.1676;transform:translate(90.0604vw,-10px) scale(.3198);animation:fall-394 30s -15s linear infinite}@keyframes fall-394{53.198%{transform:translate(87.6954vw,53.198vh) scale(.3198)}to{transform:translate(88.8779vw,99vh) scale(.3198)}}.snow:nth-child(395){opacity:1.174;transform:translate(69.7215vw,-10px) scale(.5262);animation:fall-395 17s -1s linear infinite}@keyframes fall-395{74.444%{transform:translate(63.552vw,74.444vh) scale(.5262)}to{transform:translate(66.63675vw,99vh) scale(.5262)}}.snow:nth-child(396){opacity:.2226;transform:translate(85.8468vw,-10px) scale(.9652);animation:fall-396 26s -3s linear infinite}@keyframes fall-396{37.733%{transform:translate(93.4217vw,37.733vh) scale(.9652)}to{transform:translate(89.63425vw,99vh) scale(.9652)}}.snow:nth-child(397){opacity:.4078;transform:translate(97.2463vw,-10px) scale(.0123);animation:fall-397 20s -5s linear infinite}@keyframes fall-397{77.148%{transform:translate(101.1789vw,77.148vh) scale(.0123)}to{transform:translate(99.2126vw,99vh) scale(.0123)}}.snow:nth-child(398){opacity:.0556;transform:translate(29.6874vw,-10px) scale(.0644);animation:fall-398 20s -6s linear infinite}@keyframes fall-398{48.83%{transform:translate(20.9953vw,48.83vh) scale(.0644)}to{transform:translate(25.34135vw,99vh) scale(.0644)}}.snow:nth-child(399){opacity:1.1106;transform:translate(67.1801vw,-10px) scale(.2946);animation:fall-399 16s -21s linear infinite}@keyframes fall-399{71.608%{transform:translate(74.2784vw,71.608vh) scale(.2946)}to{transform:translate(70.72925vw,99vh) scale(.2946)}}.snow:nth-child(400){opacity:1.1848;transform:translate(76.0018vw,-10px) scale(.7681);animation:fall-400 10s -24s linear infinite}@keyframes fall-400{37.282%{transform:translate(70.2207vw,37.282vh) scale(.7681)}to{transform:translate(73.11125vw,99vh) scale(.7681)}}\n"], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
78
|
+
AppComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: AppComponent, selector: "app-root", ngImport: i0, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:.9888;transform:translate(36.7329vw,-10px) scale(.3651);animation:fall-1 21s -22s linear infinite}@keyframes fall-1{76.307%{transform:translate(38.5023vw,76.307vh) scale(.3651)}to{transform:translate(37.6176vw,99vh) scale(.3651)}}.snow:nth-child(2){opacity:.0156;transform:translate(99.0236vw,-10px) scale(.1944);animation:fall-2 14s -11s linear infinite}@keyframes fall-2{73.06%{transform:translate(99.7312vw,73.06vh) scale(.1944)}to{transform:translate(99.3774vw,99vh) scale(.1944)}}.snow:nth-child(3){opacity:.3342;transform:translate(63.9094vw,-10px) scale(.2623);animation:fall-3 23s -5s linear infinite}@keyframes fall-3{60.779%{transform:translate(70.5639vw,60.779vh) scale(.2623)}to{transform:translate(67.23665vw,99vh) scale(.2623)}}.snow:nth-child(4){opacity:1.9462;transform:translate(70.2898vw,-10px) scale(.8249);animation:fall-4 28s -12s linear infinite}@keyframes fall-4{62.48%{transform:translate(64.8368vw,62.48vh) scale(.8249)}to{transform:translate(67.5633vw,99vh) scale(.8249)}}.snow:nth-child(5){opacity:.3828;transform:translate(4.4878vw,-10px) scale(.6105);animation:fall-5 16s -21s linear infinite}@keyframes fall-5{43.293%{transform:translate(3.3029vw,43.293vh) scale(.6105)}to{transform:translate(3.89535vw,99vh) scale(.6105)}}.snow:nth-child(6){opacity:1.1342;transform:translate(20.5803vw,-10px) scale(.6386);animation:fall-6 29s -3s linear infinite}@keyframes fall-6{78.711%{transform:translate(27.5303vw,78.711vh) scale(.6386)}to{transform:translate(24.0553vw,99vh) scale(.6386)}}.snow:nth-child(7){opacity:1.64;transform:translate(22.1151vw,-10px) scale(.3554);animation:fall-7 14s -29s linear infinite}@keyframes fall-7{77.359%{transform:translate(27.633vw,77.359vh) scale(.3554)}to{transform:translate(24.87405vw,99vh) scale(.3554)}}.snow:nth-child(8){opacity:.249;transform:translate(90.4146vw,-10px) scale(.8207);animation:fall-8 18s -10s linear infinite}@keyframes fall-8{72.241%{transform:translate(99.5021vw,72.241vh) scale(.8207)}to{transform:translate(94.95835vw,99vh) scale(.8207)}}.snow:nth-child(9){opacity:1.6868;transform:translate(46.5992vw,-10px) scale(.9033);animation:fall-9 19s -24s linear infinite}@keyframes fall-9{59.982%{transform:translate(44.621vw,59.982vh) scale(.9033)}to{transform:translate(45.6101vw,99vh) scale(.9033)}}.snow:nth-child(10){opacity:.1782;transform:translate(26.6723vw,-10px) scale(.8233);animation:fall-10 30s -15s linear infinite}@keyframes fall-10{63.979%{transform:translate(34.7777vw,63.979vh) scale(.8233)}to{transform:translate(30.725vw,99vh) scale(.8233)}}.snow:nth-child(11){opacity:1.9346;transform:translate(23.4031vw,-10px) scale(.4255);animation:fall-11 26s -11s linear infinite}@keyframes fall-11{30.097%{transform:translate(24.3795vw,30.097vh) scale(.4255)}to{transform:translate(23.8913vw,99vh) scale(.4255)}}.snow:nth-child(12){opacity:1.6978;transform:translate(55.2002vw,-10px) scale(.997);animation:fall-12 15s -7s linear infinite}@keyframes fall-12{37.522%{transform:translate(58.3696vw,37.522vh) scale(.997)}to{transform:translate(56.7849vw,99vh) scale(.997)}}.snow:nth-child(13){opacity:.752;transform:translate(32.7397vw,-10px) scale(.4716);animation:fall-13 12s -24s linear infinite}@keyframes fall-13{71.703%{transform:translate(34.8018vw,71.703vh) scale(.4716)}to{transform:translate(33.77075vw,99vh) scale(.4716)}}.snow:nth-child(14){opacity:.2856;transform:translate(52.0039vw,-10px) scale(.4614);animation:fall-14 23s -11s linear infinite}@keyframes fall-14{57.119%{transform:translate(52.81vw,57.119vh) scale(.4614)}to{transform:translate(52.40695vw,99vh) scale(.4614)}}.snow:nth-child(15){opacity:1.7556;transform:translate(49.9169vw,-10px) scale(.2577);animation:fall-15 11s -5s linear infinite}@keyframes fall-15{62.479%{transform:translate(40.1437vw,62.479vh) scale(.2577)}to{transform:translate(45.0303vw,99vh) scale(.2577)}}.snow:nth-child(16){opacity:1.6234;transform:translate(62.6102vw,-10px) scale(.5748);animation:fall-16 10s -17s linear infinite}@keyframes fall-16{75.826%{transform:translate(56.7185vw,75.826vh) scale(.5748)}to{transform:translate(59.66435vw,99vh) scale(.5748)}}.snow:nth-child(17){opacity:1.7648;transform:translate(54.4858vw,-10px) scale(.116);animation:fall-17 30s -14s linear infinite}@keyframes fall-17{46.853%{transform:translate(55.8514vw,46.853vh) scale(.116)}to{transform:translate(55.1686vw,99vh) scale(.116)}}.snow:nth-child(18){opacity:1.5074;transform:translate(26.1523vw,-10px) scale(.1043);animation:fall-18 22s -11s linear infinite}@keyframes fall-18{61.823%{transform:translate(26.6032vw,61.823vh) scale(.1043)}to{transform:translate(26.37775vw,99vh) scale(.1043)}}.snow:nth-child(19){opacity:1.9044;transform:translate(68.6215vw,-10px) scale(.3319);animation:fall-19 23s -19s linear infinite}@keyframes fall-19{52.763%{transform:translate(63.9974vw,52.763vh) scale(.3319)}to{transform:translate(66.30945vw,99vh) scale(.3319)}}.snow:nth-child(20){opacity:1.2716;transform:translate(2.9612vw,-10px) scale(.7025);animation:fall-20 19s -19s linear infinite}@keyframes fall-20{48.918%{transform:translate(-2.691vw,48.918vh) scale(.7025)}to{transform:translate(.1351vw,99vh) scale(.7025)}}.snow:nth-child(21){opacity:1.6508;transform:translate(88.3281vw,-10px) scale(.0753);animation:fall-21 18s -29s linear infinite}@keyframes fall-21{67.239%{transform:translate(96.6944vw,67.239vh) scale(.0753)}to{transform:translate(92.51125vw,99vh) scale(.0753)}}.snow:nth-child(22){opacity:1.6358;transform:translate(91.6439vw,-10px) scale(.5237);animation:fall-22 29s -29s linear infinite}@keyframes fall-22{64.308%{transform:translate(99.7296vw,64.308vh) scale(.5237)}to{transform:translate(95.68675vw,99vh) scale(.5237)}}.snow:nth-child(23){opacity:.8578;transform:translate(67.4614vw,-10px) scale(.6662);animation:fall-23 20s -11s linear infinite}@keyframes fall-23{68.709%{transform:translate(76.532vw,68.709vh) scale(.6662)}to{transform:translate(71.9967vw,99vh) scale(.6662)}}.snow:nth-child(24){opacity:.7976;transform:translate(91.7273vw,-10px) scale(.5219);animation:fall-24 28s -15s linear infinite}@keyframes fall-24{35.736%{transform:translate(92.4865vw,35.736vh) scale(.5219)}to{transform:translate(92.1069vw,99vh) scale(.5219)}}.snow:nth-child(25){opacity:.958;transform:translate(91.3938vw,-10px) scale(.0825);animation:fall-25 22s -26s linear infinite}@keyframes fall-25{30.891%{transform:translate(86.858vw,30.891vh) scale(.0825)}to{transform:translate(89.1259vw,99vh) scale(.0825)}}.snow:nth-child(26){opacity:.8654;transform:translate(8.995vw,-10px) scale(.7125);animation:fall-26 14s -5s linear infinite}@keyframes fall-26{39.378%{transform:translate(4.6096vw,39.378vh) scale(.7125)}to{transform:translate(6.8023vw,99vh) scale(.7125)}}.snow:nth-child(27){opacity:1.4202;transform:translate(1.5378vw,-10px) scale(.46);animation:fall-27 23s -2s linear infinite}@keyframes fall-27{41.707%{transform:translate(-1.6848vw,41.707vh) scale(.46)}to{transform:translate(-.0735vw,99vh) scale(.46)}}.snow:nth-child(28){opacity:.2996;transform:translate(29.9845vw,-10px) scale(.1995);animation:fall-28 18s -6s linear infinite}@keyframes fall-28{55.965%{transform:translate(34.0905vw,55.965vh) scale(.1995)}to{transform:translate(32.0375vw,99vh) scale(.1995)}}.snow:nth-child(29){opacity:.7542;transform:translate(64.8063vw,-10px) scale(.3563);animation:fall-29 17s -28s linear infinite}@keyframes fall-29{42.327%{transform:translate(65.4794vw,42.327vh) scale(.3563)}to{transform:translate(65.14285vw,99vh) scale(.3563)}}.snow:nth-child(30){opacity:1.7206;transform:translate(80.2758vw,-10px) scale(.9112);animation:fall-30 19s -8s linear infinite}@keyframes fall-30{70.724%{transform:translate(70.6786vw,70.724vh) scale(.9112)}to{transform:translate(75.4772vw,99vh) scale(.9112)}}.snow:nth-child(31){opacity:.2294;transform:translate(78.1839vw,-10px) scale(.6564);animation:fall-31 29s -15s linear infinite}@keyframes fall-31{47.261%{transform:translate(82.4724vw,47.261vh) scale(.6564)}to{transform:translate(80.32815vw,99vh) scale(.6564)}}.snow:nth-child(32){opacity:1.3868;transform:translate(28.0084vw,-10px) scale(.968);animation:fall-32 12s -3s linear infinite}@keyframes fall-32{46.96%{transform:translate(20.5704vw,46.96vh) scale(.968)}to{transform:translate(24.2894vw,99vh) scale(.968)}}.snow:nth-child(33){opacity:1.5082;transform:translate(33.6694vw,-10px) scale(.9121);animation:fall-33 21s -24s linear infinite}@keyframes fall-33{47.669%{transform:translate(39.9375vw,47.669vh) scale(.9121)}to{transform:translate(36.80345vw,99vh) scale(.9121)}}.snow:nth-child(34){opacity:1.1636;transform:translate(65.5741vw,-10px) scale(.6814);animation:fall-34 21s -21s linear infinite}@keyframes fall-34{66.703%{transform:translate(69.9912vw,66.703vh) scale(.6814)}to{transform:translate(67.78265vw,99vh) scale(.6814)}}.snow:nth-child(35){opacity:1.163;transform:translate(2.8919vw,-10px) scale(.9873);animation:fall-35 18s -27s linear infinite}@keyframes fall-35{46.216%{transform:translate(-1.6347vw,46.216vh) scale(.9873)}to{transform:translate(.6286vw,99vh) scale(.9873)}}.snow:nth-child(36){opacity:1.2602;transform:translate(29.4961vw,-10px) scale(.1707);animation:fall-36 10s -1s linear infinite}@keyframes fall-36{43.714%{transform:translate(25.6081vw,43.714vh) scale(.1707)}to{transform:translate(27.5521vw,99vh) scale(.1707)}}.snow:nth-child(37){opacity:.377;transform:translate(6.2771vw,-10px) scale(.2464);animation:fall-37 22s -1s linear infinite}@keyframes fall-37{32.243%{transform:translate(1.5984vw,32.243vh) scale(.2464)}to{transform:translate(3.93775vw,99vh) scale(.2464)}}.snow:nth-child(38){opacity:1.7544;transform:translate(92.0209vw,-10px) scale(.6082);animation:fall-38 18s -20s linear infinite}@keyframes fall-38{56.69%{transform:translate(94.3811vw,56.69vh) scale(.6082)}to{transform:translate(93.201vw,99vh) scale(.6082)}}.snow:nth-child(39){opacity:1.8596;transform:translate(21.8334vw,-10px) scale(.9025);animation:fall-39 12s -18s linear infinite}@keyframes fall-39{75.94%{transform:translate(22.7041vw,75.94vh) scale(.9025)}to{transform:translate(22.26875vw,99vh) scale(.9025)}}.snow:nth-child(40){opacity:1.8008;transform:translate(76.5047vw,-10px) scale(.2578);animation:fall-40 19s -11s linear infinite}@keyframes fall-40{64.215%{transform:translate(69.1018vw,64.215vh) scale(.2578)}to{transform:translate(72.80325vw,99vh) scale(.2578)}}.snow:nth-child(41){opacity:.8926;transform:translate(17.2178vw,-10px) scale(.895);animation:fall-41 28s -11s linear infinite}@keyframes fall-41{78.494%{transform:translate(19.1503vw,78.494vh) scale(.895)}to{transform:translate(18.18405vw,99vh) scale(.895)}}.snow:nth-child(42){opacity:.7808;transform:translate(75.2033vw,-10px) scale(.4631);animation:fall-42 27s -12s linear infinite}@keyframes fall-42{71.705%{transform:translate(71.4058vw,71.705vh) scale(.4631)}to{transform:translate(73.30455vw,99vh) scale(.4631)}}.snow:nth-child(43){opacity:1.5752;transform:translate(84.3817vw,-10px) scale(.372);animation:fall-43 19s -27s linear infinite}@keyframes fall-43{77.468%{transform:translate(90.6862vw,77.468vh) scale(.372)}to{transform:translate(87.53395vw,99vh) scale(.372)}}.snow:nth-child(44){opacity:1.3552;transform:translate(3.0134vw,-10px) scale(.5425);animation:fall-44 25s -27s linear infinite}@keyframes fall-44{68.587%{transform:translate(-2.4173vw,68.587vh) scale(.5425)}to{transform:translate(.29805vw,99vh) scale(.5425)}}.snow:nth-child(45){opacity:.8842;transform:translate(20.0146vw,-10px) scale(.1935);animation:fall-45 18s -10s linear infinite}@keyframes fall-45{36.922%{transform:translate(12.9819vw,36.922vh) scale(.1935)}to{transform:translate(16.49825vw,99vh) scale(.1935)}}.snow:nth-child(46){opacity:1.3908;transform:translate(8.3688vw,-10px) scale(.9155);animation:fall-46 28s -6s linear infinite}@keyframes fall-46{33.949%{transform:translate(6.8978vw,33.949vh) scale(.9155)}to{transform:translate(7.6333vw,99vh) scale(.9155)}}.snow:nth-child(47){opacity:.5668;transform:translate(28.6255vw,-10px) scale(.3893);animation:fall-47 28s -20s linear infinite}@keyframes fall-47{67.774%{transform:translate(31.8227vw,67.774vh) scale(.3893)}to{transform:translate(30.2241vw,99vh) scale(.3893)}}.snow:nth-child(48){opacity:1.6548;transform:translate(53.1089vw,-10px) scale(.2003);animation:fall-48 18s -17s linear infinite}@keyframes fall-48{37.175%{transform:translate(43.7498vw,37.175vh) scale(.2003)}to{transform:translate(48.42935vw,99vh) scale(.2003)}}.snow:nth-child(49){opacity:1.9532;transform:translate(36.5123vw,-10px) scale(.1075);animation:fall-49 10s -6s linear infinite}@keyframes fall-49{64.207%{transform:translate(41.9094vw,64.207vh) scale(.1075)}to{transform:translate(39.21085vw,99vh) scale(.1075)}}.snow:nth-child(50){opacity:.134;transform:translate(85.5371vw,-10px) scale(.9501);animation:fall-50 28s -1s linear infinite}@keyframes fall-50{76.44%{transform:translate(92.3954vw,76.44vh) scale(.9501)}to{transform:translate(88.96625vw,99vh) scale(.9501)}}.snow:nth-child(51){opacity:.1288;transform:translate(36.56vw,-10px) scale(.3388);animation:fall-51 29s -14s linear infinite}@keyframes fall-51{34.98%{transform:translate(26.829vw,34.98vh) scale(.3388)}to{transform:translate(31.6945vw,99vh) scale(.3388)}}.snow:nth-child(52){opacity:.9744;transform:translate(9.3031vw,-10px) scale(.4966);animation:fall-52 14s -2s linear infinite}@keyframes fall-52{45.23%{transform:translate(2.2744vw,45.23vh) scale(.4966)}to{transform:translate(5.78875vw,99vh) scale(.4966)}}.snow:nth-child(53){opacity:1.8904;transform:translate(6.5172vw,-10px) scale(.6401);animation:fall-53 14s -28s linear infinite}@keyframes fall-53{69.591%{transform:translate(9.834vw,69.591vh) scale(.6401)}to{transform:translate(8.1756vw,99vh) scale(.6401)}}.snow:nth-child(54){opacity:1.2202;transform:translate(63.1974vw,-10px) scale(.0533);animation:fall-54 14s -27s linear infinite}@keyframes fall-54{43.305%{transform:translate(59.2001vw,43.305vh) scale(.0533)}to{transform:translate(61.19875vw,99vh) scale(.0533)}}.snow:nth-child(55){opacity:.8412;transform:translate(16.1682vw,-10px) scale(.3027);animation:fall-55 21s -22s linear infinite}@keyframes fall-55{56.501%{transform:translate(6.2988vw,56.501vh) scale(.3027)}to{transform:translate(11.2335vw,99vh) scale(.3027)}}.snow:nth-child(56){opacity:.1708;transform:translate(28.824vw,-10px) scale(.3826);animation:fall-56 24s -11s linear infinite}@keyframes fall-56{57.341%{transform:translate(27.2952vw,57.341vh) scale(.3826)}to{transform:translate(28.0596vw,99vh) scale(.3826)}}.snow:nth-child(57){opacity:.0768;transform:translate(92.9094vw,-10px) scale(.7985);animation:fall-57 25s -27s linear infinite}@keyframes fall-57{51.337%{transform:translate(92.7948vw,51.337vh) scale(.7985)}to{transform:translate(92.8521vw,99vh) scale(.7985)}}.snow:nth-child(58){opacity:.845;transform:translate(58.8894vw,-10px) scale(.3801);animation:fall-58 24s -24s linear infinite}@keyframes fall-58{72.389%{transform:translate(62.4491vw,72.389vh) scale(.3801)}to{transform:translate(60.66925vw,99vh) scale(.3801)}}.snow:nth-child(59){opacity:.374;transform:translate(16.8236vw,-10px) scale(.6579);animation:fall-59 20s -15s linear infinite}@keyframes fall-59{59.835%{transform:translate(12.2364vw,59.835vh) scale(.6579)}to{transform:translate(14.53vw,99vh) scale(.6579)}}.snow:nth-child(60){opacity:.2424;transform:translate(80.586vw,-10px) scale(.7716);animation:fall-60 15s -18s linear infinite}@keyframes fall-60{35.942%{transform:translate(80.3049vw,35.942vh) scale(.7716)}to{transform:translate(80.44545vw,99vh) scale(.7716)}}.snow:nth-child(61){opacity:1.5752;transform:translate(43.2061vw,-10px) scale(.8875);animation:fall-61 15s -24s linear infinite}@keyframes fall-61{62.369%{transform:translate(52.2449vw,62.369vh) scale(.8875)}to{transform:translate(47.7255vw,99vh) scale(.8875)}}.snow:nth-child(62){opacity:.0852;transform:translate(85.4743vw,-10px) scale(.4708);animation:fall-62 17s -29s linear infinite}@keyframes fall-62{58.305%{transform:translate(76.7466vw,58.305vh) scale(.4708)}to{transform:translate(81.11045vw,99vh) scale(.4708)}}.snow:nth-child(63){opacity:1.0166;transform:translate(94.229vw,-10px) scale(.1974);animation:fall-63 28s -20s linear infinite}@keyframes fall-63{63.237%{transform:translate(93.8228vw,63.237vh) scale(.1974)}to{transform:translate(94.0259vw,99vh) scale(.1974)}}.snow:nth-child(64){opacity:.6396;transform:translate(84.2555vw,-10px) scale(.5338);animation:fall-64 12s -13s linear infinite}@keyframes fall-64{58.404%{transform:translate(86.7332vw,58.404vh) scale(.5338)}to{transform:translate(85.49435vw,99vh) scale(.5338)}}.snow:nth-child(65){opacity:.8926;transform:translate(47.601vw,-10px) scale(.0245);animation:fall-65 10s -8s linear infinite}@keyframes fall-65{67.031%{transform:translate(55.7941vw,67.031vh) scale(.0245)}to{transform:translate(51.69755vw,99vh) scale(.0245)}}.snow:nth-child(66){opacity:1.6342;transform:translate(49.7157vw,-10px) scale(.328);animation:fall-66 12s -14s linear infinite}@keyframes fall-66{47.989%{transform:translate(41.4085vw,47.989vh) scale(.328)}to{transform:translate(45.5621vw,99vh) scale(.328)}}.snow:nth-child(67){opacity:1.231;transform:translate(32.1505vw,-10px) scale(.5324);animation:fall-67 19s -27s linear infinite}@keyframes fall-67{77.035%{transform:translate(29.3526vw,77.035vh) scale(.5324)}to{transform:translate(30.75155vw,99vh) scale(.5324)}}.snow:nth-child(68){opacity:.3414;transform:translate(24.2657vw,-10px) scale(.4595);animation:fall-68 30s -29s linear infinite}@keyframes fall-68{37.985%{transform:translate(20.7074vw,37.985vh) scale(.4595)}to{transform:translate(22.48655vw,99vh) scale(.4595)}}.snow:nth-child(69){opacity:1.0902;transform:translate(24.5066vw,-10px) scale(.7841);animation:fall-69 27s -23s linear infinite}@keyframes fall-69{74.417%{transform:translate(34.1009vw,74.417vh) scale(.7841)}to{transform:translate(29.30375vw,99vh) scale(.7841)}}.snow:nth-child(70){opacity:.687;transform:translate(41.2104vw,-10px) scale(.8232);animation:fall-70 27s -9s linear infinite}@keyframes fall-70{47.308%{transform:translate(35.2032vw,47.308vh) scale(.8232)}to{transform:translate(38.2068vw,99vh) scale(.8232)}}.snow:nth-child(71){opacity:1.0268;transform:translate(27.0703vw,-10px) scale(.7846);animation:fall-71 29s -17s linear infinite}@keyframes fall-71{76.981%{transform:translate(35.6024vw,76.981vh) scale(.7846)}to{transform:translate(31.33635vw,99vh) scale(.7846)}}.snow:nth-child(72){opacity:1.734;transform:translate(48.8578vw,-10px) scale(.5251);animation:fall-72 30s -24s linear infinite}@keyframes fall-72{57.414%{transform:translate(45.803vw,57.414vh) scale(.5251)}to{transform:translate(47.3304vw,99vh) scale(.5251)}}.snow:nth-child(73){opacity:.4468;transform:translate(8.1903vw,-10px) scale(.3203);animation:fall-73 20s -15s linear infinite}@keyframes fall-73{76.02%{transform:translate(3.2774vw,76.02vh) scale(.3203)}to{transform:translate(5.73385vw,99vh) scale(.3203)}}.snow:nth-child(74){opacity:.3382;transform:translate(54.1653vw,-10px) scale(.8944);animation:fall-74 30s -28s linear infinite}@keyframes fall-74{42.982%{transform:translate(44.8463vw,42.982vh) scale(.8944)}to{transform:translate(49.5058vw,99vh) scale(.8944)}}.snow:nth-child(75){opacity:1.038;transform:translate(89.4645vw,-10px) scale(.7097);animation:fall-75 21s -25s linear infinite}@keyframes fall-75{32.925%{transform:translate(94.2042vw,32.925vh) scale(.7097)}to{transform:translate(91.83435vw,99vh) scale(.7097)}}.snow:nth-child(76){opacity:.765;transform:translate(31.1121vw,-10px) scale(.7319);animation:fall-76 29s -27s linear infinite}@keyframes fall-76{32.182%{transform:translate(39.7234vw,32.182vh) scale(.7319)}to{transform:translate(35.41775vw,99vh) scale(.7319)}}.snow:nth-child(77){opacity:.678;transform:translate(23.8682vw,-10px) scale(.2656);animation:fall-77 12s -16s linear infinite}@keyframes fall-77{48.732%{transform:translate(17.8132vw,48.732vh) scale(.2656)}to{transform:translate(20.8407vw,99vh) scale(.2656)}}.snow:nth-child(78){opacity:1.7136;transform:translate(43.5329vw,-10px) scale(.0758);animation:fall-78 17s -1s linear infinite}@keyframes fall-78{34.612%{transform:translate(44.7141vw,34.612vh) scale(.0758)}to{transform:translate(44.1235vw,99vh) scale(.0758)}}.snow:nth-child(79){opacity:.3744;transform:translate(9.2787vw,-10px) scale(.5865);animation:fall-79 18s -22s linear infinite}@keyframes fall-79{79.227%{transform:translate(.3778vw,79.227vh) scale(.5865)}to{transform:translate(4.82825vw,99vh) scale(.5865)}}.snow:nth-child(80){opacity:1.6014;transform:translate(36.8179vw,-10px) scale(.5823);animation:fall-80 26s -13s linear infinite}@keyframes fall-80{33.183%{transform:translate(44.136vw,33.183vh) scale(.5823)}to{transform:translate(40.47695vw,99vh) scale(.5823)}}.snow:nth-child(81){opacity:1.4842;transform:translate(78.4287vw,-10px) scale(.2766);animation:fall-81 26s -27s linear infinite}@keyframes fall-81{46.717%{transform:translate(71.3697vw,46.717vh) scale(.2766)}to{transform:translate(74.8992vw,99vh) scale(.2766)}}.snow:nth-child(82){opacity:1.7922;transform:translate(41.8814vw,-10px) scale(.4206);animation:fall-82 17s -16s linear infinite}@keyframes fall-82{35.113%{transform:translate(37.5271vw,35.113vh) scale(.4206)}to{transform:translate(39.70425vw,99vh) scale(.4206)}}.snow:nth-child(83){opacity:1.766;transform:translate(10.6251vw,-10px) scale(.4825);animation:fall-83 23s -28s linear infinite}@keyframes fall-83{59.169%{transform:translate(19.9856vw,59.169vh) scale(.4825)}to{transform:translate(15.30535vw,99vh) scale(.4825)}}.snow:nth-child(84){opacity:.564;transform:translate(90.0706vw,-10px) scale(.4522);animation:fall-84 28s -2s linear infinite}@keyframes fall-84{49.611%{transform:translate(80.9169vw,49.611vh) scale(.4522)}to{transform:translate(85.49375vw,99vh) scale(.4522)}}.snow:nth-child(85){opacity:.346;transform:translate(21.2934vw,-10px) scale(.3753);animation:fall-85 14s -19s linear infinite}@keyframes fall-85{45.474%{transform:translate(26.0545vw,45.474vh) scale(.3753)}to{transform:translate(23.67395vw,99vh) scale(.3753)}}.snow:nth-child(86){opacity:1.4522;transform:translate(52.1455vw,-10px) scale(.2942);animation:fall-86 16s -14s linear infinite}@keyframes fall-86{40.53%{transform:translate(47.7193vw,40.53vh) scale(.2942)}to{transform:translate(49.9324vw,99vh) scale(.2942)}}.snow:nth-child(87){opacity:1.762;transform:translate(39.8036vw,-10px) scale(.6996);animation:fall-87 28s -6s linear infinite}@keyframes fall-87{64.263%{transform:translate(37.9518vw,64.263vh) scale(.6996)}to{transform:translate(38.8777vw,99vh) scale(.6996)}}.snow:nth-child(88){opacity:1.1226;transform:translate(45.9441vw,-10px) scale(.9696);animation:fall-88 24s -12s linear infinite}@keyframes fall-88{34.266%{transform:translate(37.388vw,34.266vh) scale(.9696)}to{transform:translate(41.66605vw,99vh) scale(.9696)}}.snow:nth-child(89){opacity:1.7936;transform:translate(83.3915vw,-10px) scale(.8196);animation:fall-89 26s -29s linear infinite}@keyframes fall-89{49.113%{transform:translate(83.1188vw,49.113vh) scale(.8196)}to{transform:translate(83.25515vw,99vh) scale(.8196)}}.snow:nth-child(90){opacity:1.585;transform:translate(31.4141vw,-10px) scale(.1721);animation:fall-90 10s -14s linear infinite}@keyframes fall-90{40.262%{transform:translate(40.5934vw,40.262vh) scale(.1721)}to{transform:translate(36.00375vw,99vh) scale(.1721)}}.snow:nth-child(91){opacity:.2374;transform:translate(98.1441vw,-10px) scale(.0521);animation:fall-91 16s -24s linear infinite}@keyframes fall-91{33.333%{transform:translate(100.9649vw,33.333vh) scale(.0521)}to{transform:translate(99.5545vw,99vh) scale(.0521)}}.snow:nth-child(92){opacity:.9032;transform:translate(3.987vw,-10px) scale(.3169);animation:fall-92 19s -28s linear infinite}@keyframes fall-92{51.785%{transform:translate(-5.1647vw,51.785vh) scale(.3169)}to{transform:translate(-.58885vw,99vh) scale(.3169)}}.snow:nth-child(93){opacity:1.091;transform:translate(88.7048vw,-10px) scale(.8786);animation:fall-93 28s -6s linear infinite}@keyframes fall-93{38.543%{transform:translate(91.9774vw,38.543vh) scale(.8786)}to{transform:translate(90.3411vw,99vh) scale(.8786)}}.snow:nth-child(94){opacity:1.7266;transform:translate(12.1479vw,-10px) scale(.9356);animation:fall-94 28s -15s linear infinite}@keyframes fall-94{58.144%{transform:translate(22.0483vw,58.144vh) scale(.9356)}to{transform:translate(17.0981vw,99vh) scale(.9356)}}.snow:nth-child(95){opacity:.7024;transform:translate(25.5825vw,-10px) scale(.4108);animation:fall-95 21s -19s linear infinite}@keyframes fall-95{35.047%{transform:translate(28.8253vw,35.047vh) scale(.4108)}to{transform:translate(27.2039vw,99vh) scale(.4108)}}.snow:nth-child(96){opacity:.1006;transform:translate(45.3266vw,-10px) scale(.7083);animation:fall-96 18s -25s linear infinite}@keyframes fall-96{75.716%{transform:translate(45.3468vw,75.716vh) scale(.7083)}to{transform:translate(45.3367vw,99vh) scale(.7083)}}.snow:nth-child(97){opacity:1.4318;transform:translate(86.7601vw,-10px) scale(.2286);animation:fall-97 17s -25s linear infinite}@keyframes fall-97{54.984%{transform:translate(87.3074vw,54.984vh) scale(.2286)}to{transform:translate(87.03375vw,99vh) scale(.2286)}}.snow:nth-child(98){opacity:1.6844;transform:translate(43.113vw,-10px) scale(.5117);animation:fall-98 12s -3s linear infinite}@keyframes fall-98{65.578%{transform:translate(42.6526vw,65.578vh) scale(.5117)}to{transform:translate(42.8828vw,99vh) scale(.5117)}}.snow:nth-child(99){opacity:1.0298;transform:translate(75.3948vw,-10px) scale(.8306);animation:fall-99 27s -1s linear infinite}@keyframes fall-99{72.068%{transform:translate(82.686vw,72.068vh) scale(.8306)}to{transform:translate(79.0404vw,99vh) scale(.8306)}}.snow:nth-child(100){opacity:1.5092;transform:translate(81.0397vw,-10px) scale(.3088);animation:fall-100 25s -29s linear infinite}@keyframes fall-100{61.067%{transform:translate(90.5218vw,61.067vh) scale(.3088)}to{transform:translate(85.78075vw,99vh) scale(.3088)}}.snow:nth-child(101){opacity:1.7478;transform:translate(82.392vw,-10px) scale(.9892);animation:fall-101 24s -12s linear infinite}@keyframes fall-101{70.568%{transform:translate(81.7447vw,70.568vh) scale(.9892)}to{transform:translate(82.06835vw,99vh) scale(.9892)}}.snow:nth-child(102){opacity:1.3184;transform:translate(39.3352vw,-10px) scale(.7738);animation:fall-102 14s -23s linear infinite}@keyframes fall-102{58.614%{transform:translate(32.3706vw,58.614vh) scale(.7738)}to{transform:translate(35.8529vw,99vh) scale(.7738)}}.snow:nth-child(103){opacity:1.1528;transform:translate(83.9276vw,-10px) scale(.2361);animation:fall-103 20s -3s linear infinite}@keyframes fall-103{61.747%{transform:translate(85.2558vw,61.747vh) scale(.2361)}to{transform:translate(84.5917vw,99vh) scale(.2361)}}.snow:nth-child(104){opacity:.9526;transform:translate(30.6837vw,-10px) scale(.7735);animation:fall-104 11s -8s linear infinite}@keyframes fall-104{59.94%{transform:translate(22.9108vw,59.94vh) scale(.7735)}to{transform:translate(26.79725vw,99vh) scale(.7735)}}.snow:nth-child(105){opacity:1.7114;transform:translate(96.1755vw,-10px) scale(.5526);animation:fall-105 30s -12s linear infinite}@keyframes fall-105{32.409%{transform:translate(101.5924vw,32.409vh) scale(.5526)}to{transform:translate(98.88395vw,99vh) scale(.5526)}}.snow:nth-child(106){opacity:.223;transform:translate(62.5196vw,-10px) scale(.7178);animation:fall-106 19s -2s linear infinite}@keyframes fall-106{63.67%{transform:translate(64.6116vw,63.67vh) scale(.7178)}to{transform:translate(63.5656vw,99vh) scale(.7178)}}.snow:nth-child(107){opacity:.4828;transform:translate(70.412vw,-10px) scale(.2645);animation:fall-107 18s -1s linear infinite}@keyframes fall-107{53.671%{transform:translate(78.8071vw,53.671vh) scale(.2645)}to{transform:translate(74.60955vw,99vh) scale(.2645)}}.snow:nth-child(108){opacity:.467;transform:translate(69.9155vw,-10px) scale(.6265);animation:fall-108 24s -20s linear infinite}@keyframes fall-108{44.51%{transform:translate(72.0329vw,44.51vh) scale(.6265)}to{transform:translate(70.9742vw,99vh) scale(.6265)}}.snow:nth-child(109){opacity:1.1194;transform:translate(39.3153vw,-10px) scale(.3723);animation:fall-109 17s -24s linear infinite}@keyframes fall-109{34.299%{transform:translate(44.6212vw,34.299vh) scale(.3723)}to{transform:translate(41.96825vw,99vh) scale(.3723)}}.snow:nth-child(110){opacity:.1206;transform:translate(47.5698vw,-10px) scale(.2952);animation:fall-110 22s -25s linear infinite}@keyframes fall-110{38.108%{transform:translate(55.7832vw,38.108vh) scale(.2952)}to{transform:translate(51.6765vw,99vh) scale(.2952)}}.snow:nth-child(111){opacity:1.298;transform:translate(56.2268vw,-10px) scale(.071);animation:fall-111 30s -11s linear infinite}@keyframes fall-111{51.934%{transform:translate(59.1778vw,51.934vh) scale(.071)}to{transform:translate(57.7023vw,99vh) scale(.071)}}.snow:nth-child(112){opacity:1.5988;transform:translate(17.3892vw,-10px) scale(.9473);animation:fall-112 14s -24s linear infinite}@keyframes fall-112{55.316%{transform:translate(8.1257vw,55.316vh) scale(.9473)}to{transform:translate(12.75745vw,99vh) scale(.9473)}}.snow:nth-child(113){opacity:1.0738;transform:translate(22.8902vw,-10px) scale(.1398);animation:fall-113 15s -10s linear infinite}@keyframes fall-113{52.211%{transform:translate(28.1724vw,52.211vh) scale(.1398)}to{transform:translate(25.5313vw,99vh) scale(.1398)}}.snow:nth-child(114){opacity:.1744;transform:translate(59.1736vw,-10px) scale(.0489);animation:fall-114 16s -27s linear infinite}@keyframes fall-114{46.42%{transform:translate(60.1679vw,46.42vh) scale(.0489)}to{transform:translate(59.67075vw,99vh) scale(.0489)}}.snow:nth-child(115){opacity:.0944;transform:translate(90.6715vw,-10px) scale(.5297);animation:fall-115 21s -11s linear infinite}@keyframes fall-115{48.609%{transform:translate(94.1177vw,48.609vh) scale(.5297)}to{transform:translate(92.3946vw,99vh) scale(.5297)}}.snow:nth-child(116){opacity:1.9566;transform:translate(35.0706vw,-10px) scale(.4745);animation:fall-116 19s -15s linear infinite}@keyframes fall-116{60.653%{transform:translate(34.6186vw,60.653vh) scale(.4745)}to{transform:translate(34.8446vw,99vh) scale(.4745)}}.snow:nth-child(117){opacity:1.8414;transform:translate(36.8592vw,-10px) scale(.0999);animation:fall-117 21s -19s linear infinite}@keyframes fall-117{71.565%{transform:translate(46.5696vw,71.565vh) scale(.0999)}to{transform:translate(41.7144vw,99vh) scale(.0999)}}.snow:nth-child(118){opacity:1.7134;transform:translate(79.4114vw,-10px) scale(.4155);animation:fall-118 16s -27s linear infinite}@keyframes fall-118{54.849%{transform:translate(87.636vw,54.849vh) scale(.4155)}to{transform:translate(83.5237vw,99vh) scale(.4155)}}.snow:nth-child(119){opacity:.3812;transform:translate(57.9353vw,-10px) scale(.6439);animation:fall-119 29s -22s linear infinite}@keyframes fall-119{63.588%{transform:translate(48.8494vw,63.588vh) scale(.6439)}to{transform:translate(53.39235vw,99vh) scale(.6439)}}.snow:nth-child(120){opacity:1.293;transform:translate(61.5202vw,-10px) scale(.4339);animation:fall-120 16s -2s linear infinite}@keyframes fall-120{63.822%{transform:translate(58.5153vw,63.822vh) scale(.4339)}to{transform:translate(60.01775vw,99vh) scale(.4339)}}.snow:nth-child(121){opacity:1.7938;transform:translate(94.7242vw,-10px) scale(.8367);animation:fall-121 24s -3s linear infinite}@keyframes fall-121{47.815%{transform:translate(95.8957vw,47.815vh) scale(.8367)}to{transform:translate(95.30995vw,99vh) scale(.8367)}}.snow:nth-child(122){opacity:.3762;transform:translate(96.0504vw,-10px) scale(.0565);animation:fall-122 21s -3s linear infinite}@keyframes fall-122{30.96%{transform:translate(101.5917vw,30.96vh) scale(.0565)}to{transform:translate(98.82105vw,99vh) scale(.0565)}}.snow:nth-child(123){opacity:1.8146;transform:translate(96.4595vw,-10px) scale(.0007);animation:fall-123 17s -29s linear infinite}@keyframes fall-123{41.943%{transform:translate(91.3011vw,41.943vh) scale(.0007)}to{transform:translate(93.8803vw,99vh) scale(.0007)}}.snow:nth-child(124){opacity:1.4864;transform:translate(36.8224vw,-10px) scale(.272);animation:fall-124 29s -13s linear infinite}@keyframes fall-124{33.473%{transform:translate(29.9779vw,33.473vh) scale(.272)}to{transform:translate(33.40015vw,99vh) scale(.272)}}.snow:nth-child(125){opacity:.319;transform:translate(28.0567vw,-10px) scale(.2137);animation:fall-125 18s -13s linear infinite}@keyframes fall-125{43.505%{transform:translate(32.5601vw,43.505vh) scale(.2137)}to{transform:translate(30.3084vw,99vh) scale(.2137)}}.snow:nth-child(126){opacity:1.924;transform:translate(73.249vw,-10px) scale(.7059);animation:fall-126 21s -29s linear infinite}@keyframes fall-126{58.318%{transform:translate(80.9029vw,58.318vh) scale(.7059)}to{transform:translate(77.07595vw,99vh) scale(.7059)}}.snow:nth-child(127){opacity:.3066;transform:translate(85.5034vw,-10px) scale(.7066);animation:fall-127 10s -6s linear infinite}@keyframes fall-127{30.63%{transform:translate(92.4358vw,30.63vh) scale(.7066)}to{transform:translate(88.9696vw,99vh) scale(.7066)}}.snow:nth-child(128){opacity:1.8902;transform:translate(85.4538vw,-10px) scale(.2363);animation:fall-128 16s -29s linear infinite}@keyframes fall-128{62.124%{transform:translate(86.5892vw,62.124vh) scale(.2363)}to{transform:translate(86.0215vw,99vh) scale(.2363)}}.snow:nth-child(129){opacity:.249;transform:translate(68.2558vw,-10px) scale(.4533);animation:fall-129 10s -13s linear infinite}@keyframes fall-129{39.166%{transform:translate(74.9574vw,39.166vh) scale(.4533)}to{transform:translate(71.6066vw,99vh) scale(.4533)}}.snow:nth-child(130){opacity:.834;transform:translate(1.7734vw,-10px) scale(.497);animation:fall-130 14s -30s linear infinite}@keyframes fall-130{49.65%{transform:translate(.8102vw,49.65vh) scale(.497)}to{transform:translate(1.2918vw,99vh) scale(.497)}}.snow:nth-child(131){opacity:.8692;transform:translate(57.5253vw,-10px) scale(.4228);animation:fall-131 21s -28s linear infinite}@keyframes fall-131{47.51%{transform:translate(53.0471vw,47.51vh) scale(.4228)}to{transform:translate(55.2862vw,99vh) scale(.4228)}}.snow:nth-child(132){opacity:1.397;transform:translate(79.4712vw,-10px) scale(.6165);animation:fall-132 23s -15s linear infinite}@keyframes fall-132{74.195%{transform:translate(78.1794vw,74.195vh) scale(.6165)}to{transform:translate(78.8253vw,99vh) scale(.6165)}}.snow:nth-child(133){opacity:1.4734;transform:translate(76.0585vw,-10px) scale(.0566);animation:fall-133 22s -9s linear infinite}@keyframes fall-133{44.452%{transform:translate(85.7248vw,44.452vh) scale(.0566)}to{transform:translate(80.89165vw,99vh) scale(.0566)}}.snow:nth-child(134){opacity:1.7734;transform:translate(36.2184vw,-10px) scale(.7328);animation:fall-134 15s -13s linear infinite}@keyframes fall-134{39.914%{transform:translate(42.6997vw,39.914vh) scale(.7328)}to{transform:translate(39.45905vw,99vh) scale(.7328)}}.snow:nth-child(135){opacity:.0984;transform:translate(11.1144vw,-10px) scale(.9818);animation:fall-135 23s -18s linear infinite}@keyframes fall-135{67.36%{transform:translate(9.2525vw,67.36vh) scale(.9818)}to{transform:translate(10.18345vw,99vh) scale(.9818)}}.snow:nth-child(136){opacity:.563;transform:translate(.2123vw,-10px) scale(.645);animation:fall-136 16s -9s linear infinite}@keyframes fall-136{73.2%{transform:translate(-9.6978vw,73.2vh) scale(.645)}to{transform:translate(-4.74275vw,99vh) scale(.645)}}.snow:nth-child(137){opacity:.8994;transform:translate(74.415vw,-10px) scale(.465);animation:fall-137 27s -7s linear infinite}@keyframes fall-137{50.7%{transform:translate(71.3515vw,50.7vh) scale(.465)}to{transform:translate(72.88325vw,99vh) scale(.465)}}.snow:nth-child(138){opacity:.7476;transform:translate(26.0215vw,-10px) scale(.9593);animation:fall-138 29s -26s linear infinite}@keyframes fall-138{67.348%{transform:translate(24.7655vw,67.348vh) scale(.9593)}to{transform:translate(25.3935vw,99vh) scale(.9593)}}.snow:nth-child(139){opacity:1.9798;transform:translate(20.1826vw,-10px) scale(.5169);animation:fall-139 28s -1s linear infinite}@keyframes fall-139{70.932%{transform:translate(28.9404vw,70.932vh) scale(.5169)}to{transform:translate(24.5615vw,99vh) scale(.5169)}}.snow:nth-child(140){opacity:.438;transform:translate(1.1106vw,-10px) scale(.7032);animation:fall-140 23s -6s linear infinite}@keyframes fall-140{63.995%{transform:translate(3.218vw,63.995vh) scale(.7032)}to{transform:translate(2.1643vw,99vh) scale(.7032)}}.snow:nth-child(141){opacity:.7802;transform:translate(51.7872vw,-10px) scale(.7981);animation:fall-141 16s -24s linear infinite}@keyframes fall-141{39.991%{transform:translate(46.5418vw,39.991vh) scale(.7981)}to{transform:translate(49.1645vw,99vh) scale(.7981)}}.snow:nth-child(142){opacity:.736;transform:translate(49.3089vw,-10px) scale(.0151);animation:fall-142 22s -6s linear infinite}@keyframes fall-142{74.047%{transform:translate(45.5526vw,74.047vh) scale(.0151)}to{transform:translate(47.43075vw,99vh) scale(.0151)}}.snow:nth-child(143){opacity:.3514;transform:translate(52.5384vw,-10px) scale(.7323);animation:fall-143 29s -4s linear infinite}@keyframes fall-143{34.792%{transform:translate(52.2362vw,34.792vh) scale(.7323)}to{transform:translate(52.3873vw,99vh) scale(.7323)}}.snow:nth-child(144){opacity:1.4806;transform:translate(41.4022vw,-10px) scale(.7932);animation:fall-144 21s -24s linear infinite}@keyframes fall-144{49.851%{transform:translate(43.6331vw,49.851vh) scale(.7932)}to{transform:translate(42.51765vw,99vh) scale(.7932)}}.snow:nth-child(145){opacity:1.849;transform:translate(49.3974vw,-10px) scale(.1696);animation:fall-145 12s -21s linear infinite}@keyframes fall-145{33.469%{transform:translate(45.0705vw,33.469vh) scale(.1696)}to{transform:translate(47.23395vw,99vh) scale(.1696)}}.snow:nth-child(146){opacity:1.4936;transform:translate(81.1411vw,-10px) scale(.5232);animation:fall-146 23s -4s linear infinite}@keyframes fall-146{75.233%{transform:translate(84.4787vw,75.233vh) scale(.5232)}to{transform:translate(82.8099vw,99vh) scale(.5232)}}.snow:nth-child(147){opacity:1.3654;transform:translate(13.8121vw,-10px) scale(.4151);animation:fall-147 26s -7s linear infinite}@keyframes fall-147{30.082%{transform:translate(15.3002vw,30.082vh) scale(.4151)}to{transform:translate(14.55615vw,99vh) scale(.4151)}}.snow:nth-child(148){opacity:.4706;transform:translate(4.1463vw,-10px) scale(.2938);animation:fall-148 12s -3s linear infinite}@keyframes fall-148{48.626%{transform:translate(2.4521vw,48.626vh) scale(.2938)}to{transform:translate(3.2992vw,99vh) scale(.2938)}}.snow:nth-child(149){opacity:.2772;transform:translate(20.6027vw,-10px) scale(.6169);animation:fall-149 29s -16s linear infinite}@keyframes fall-149{51.015%{transform:translate(12.058vw,51.015vh) scale(.6169)}to{transform:translate(16.33035vw,99vh) scale(.6169)}}.snow:nth-child(150){opacity:1.8226;transform:translate(22.383vw,-10px) scale(.0349);animation:fall-150 15s -14s linear infinite}@keyframes fall-150{76.044%{transform:translate(13.368vw,76.044vh) scale(.0349)}to{transform:translate(17.8755vw,99vh) scale(.0349)}}.snow:nth-child(151){opacity:.5246;transform:translate(15.6795vw,-10px) scale(.3422);animation:fall-151 30s -17s linear infinite}@keyframes fall-151{57.103%{transform:translate(8.1979vw,57.103vh) scale(.3422)}to{transform:translate(11.9387vw,99vh) scale(.3422)}}.snow:nth-child(152){opacity:1.6364;transform:translate(32.9573vw,-10px) scale(.84);animation:fall-152 20s -14s linear infinite}@keyframes fall-152{55.572%{transform:translate(29.5533vw,55.572vh) scale(.84)}to{transform:translate(31.2553vw,99vh) scale(.84)}}.snow:nth-child(153){opacity:.3446;transform:translate(99.5934vw,-10px) scale(.4721);animation:fall-153 28s -21s linear infinite}@keyframes fall-153{61.702%{transform:translate(90.3987vw,61.702vh) scale(.4721)}to{transform:translate(94.99605vw,99vh) scale(.4721)}}.snow:nth-child(154){opacity:.1424;transform:translate(11.5635vw,-10px) scale(.5832);animation:fall-154 11s -20s linear infinite}@keyframes fall-154{72.586%{transform:translate(5.3507vw,72.586vh) scale(.5832)}to{transform:translate(8.4571vw,99vh) scale(.5832)}}.snow:nth-child(155){opacity:1.3602;transform:translate(20.8953vw,-10px) scale(.2916);animation:fall-155 19s -2s linear infinite}@keyframes fall-155{52.206%{transform:translate(28.6832vw,52.206vh) scale(.2916)}to{transform:translate(24.78925vw,99vh) scale(.2916)}}.snow:nth-child(156){opacity:1.1066;transform:translate(93.0816vw,-10px) scale(.3409);animation:fall-156 19s -5s linear infinite}@keyframes fall-156{63.16%{transform:translate(94.255vw,63.16vh) scale(.3409)}to{transform:translate(93.6683vw,99vh) scale(.3409)}}.snow:nth-child(157){opacity:1.1584;transform:translate(36.9875vw,-10px) scale(.3836);animation:fall-157 28s -6s linear infinite}@keyframes fall-157{59.16%{transform:translate(31.7394vw,59.16vh) scale(.3836)}to{transform:translate(34.36345vw,99vh) scale(.3836)}}.snow:nth-child(158){opacity:.8076;transform:translate(91.261vw,-10px) scale(.7413);animation:fall-158 11s -26s linear infinite}@keyframes fall-158{76.467%{transform:translate(87.2024vw,76.467vh) scale(.7413)}to{transform:translate(89.2317vw,99vh) scale(.7413)}}.snow:nth-child(159){opacity:1.6682;transform:translate(91.839vw,-10px) scale(.8577);animation:fall-159 27s -19s linear infinite}@keyframes fall-159{64.495%{transform:translate(99.8329vw,64.495vh) scale(.8577)}to{transform:translate(95.83595vw,99vh) scale(.8577)}}.snow:nth-child(160){opacity:.7054;transform:translate(75.0637vw,-10px) scale(.3238);animation:fall-160 27s -10s linear infinite}@keyframes fall-160{55.509%{transform:translate(69.8438vw,55.509vh) scale(.3238)}to{transform:translate(72.45375vw,99vh) scale(.3238)}}.snow:nth-child(161){opacity:1.3248;transform:translate(22.5965vw,-10px) scale(.6754);animation:fall-161 21s -3s linear infinite}@keyframes fall-161{32.425%{transform:translate(19.2601vw,32.425vh) scale(.6754)}to{transform:translate(20.9283vw,99vh) scale(.6754)}}.snow:nth-child(162){opacity:1.9722;transform:translate(3.7429vw,-10px) scale(.6652);animation:fall-162 30s -16s linear infinite}@keyframes fall-162{67.922%{transform:translate(8.8792vw,67.922vh) scale(.6652)}to{transform:translate(6.31105vw,99vh) scale(.6652)}}.snow:nth-child(163){opacity:1.553;transform:translate(9.2478vw,-10px) scale(.739);animation:fall-163 27s -28s linear infinite}@keyframes fall-163{74.731%{transform:translate(.0325vw,74.731vh) scale(.739)}to{transform:translate(4.64015vw,99vh) scale(.739)}}.snow:nth-child(164){opacity:1.0582;transform:translate(92.3283vw,-10px) scale(.0341);animation:fall-164 25s -15s linear infinite}@keyframes fall-164{36.923%{transform:translate(102.0705vw,36.923vh) scale(.0341)}to{transform:translate(97.1994vw,99vh) scale(.0341)}}.snow:nth-child(165){opacity:1.9908;transform:translate(88.2585vw,-10px) scale(.915);animation:fall-165 14s -21s linear infinite}@keyframes fall-165{56.503%{transform:translate(93.3075vw,56.503vh) scale(.915)}to{transform:translate(90.783vw,99vh) scale(.915)}}.snow:nth-child(166){opacity:.5306;transform:translate(47.7662vw,-10px) scale(.87);animation:fall-166 20s -13s linear infinite}@keyframes fall-166{76.711%{transform:translate(56.2664vw,76.711vh) scale(.87)}to{transform:translate(52.0163vw,99vh) scale(.87)}}.snow:nth-child(167){opacity:1.5128;transform:translate(30.7605vw,-10px) scale(.4972);animation:fall-167 19s -11s linear infinite}@keyframes fall-167{57.976%{transform:translate(23.5889vw,57.976vh) scale(.4972)}to{transform:translate(27.1747vw,99vh) scale(.4972)}}.snow:nth-child(168){opacity:1.3554;transform:translate(99.347vw,-10px) scale(.6016);animation:fall-168 12s -26s linear infinite}@keyframes fall-168{75.879%{transform:translate(91.2653vw,75.879vh) scale(.6016)}to{transform:translate(95.30615vw,99vh) scale(.6016)}}.snow:nth-child(169){opacity:.2118;transform:translate(92.9485vw,-10px) scale(.8549);animation:fall-169 27s -23s linear infinite}@keyframes fall-169{67.777%{transform:translate(97.3106vw,67.777vh) scale(.8549)}to{transform:translate(95.12955vw,99vh) scale(.8549)}}.snow:nth-child(170){opacity:.3676;transform:translate(68.7289vw,-10px) scale(.4208);animation:fall-170 26s -10s linear infinite}@keyframes fall-170{72.952%{transform:translate(73.9981vw,72.952vh) scale(.4208)}to{transform:translate(71.3635vw,99vh) scale(.4208)}}.snow:nth-child(171){opacity:1.586;transform:translate(12.2206vw,-10px) scale(.1556);animation:fall-171 19s -18s linear infinite}@keyframes fall-171{57.366%{transform:translate(19.999vw,57.366vh) scale(.1556)}to{transform:translate(16.1098vw,99vh) scale(.1556)}}.snow:nth-child(172){opacity:1.238;transform:translate(16.6934vw,-10px) scale(.1802);animation:fall-172 14s -14s linear infinite}@keyframes fall-172{44.08%{transform:translate(18.8895vw,44.08vh) scale(.1802)}to{transform:translate(17.79145vw,99vh) scale(.1802)}}.snow:nth-child(173){opacity:1.6136;transform:translate(66.5683vw,-10px) scale(.6877);animation:fall-173 24s -7s linear infinite}@keyframes fall-173{40.257%{transform:translate(58.1702vw,40.257vh) scale(.6877)}to{transform:translate(62.36925vw,99vh) scale(.6877)}}.snow:nth-child(174){opacity:1.0396;transform:translate(40.8909vw,-10px) scale(.9322);animation:fall-174 28s -4s linear infinite}@keyframes fall-174{69.659%{transform:translate(32.5681vw,69.659vh) scale(.9322)}to{transform:translate(36.7295vw,99vh) scale(.9322)}}.snow:nth-child(175){opacity:.5634;transform:translate(2.5116vw,-10px) scale(.264);animation:fall-175 26s -22s linear infinite}@keyframes fall-175{60.491%{transform:translate(-5.9385vw,60.491vh) scale(.264)}to{transform:translate(-1.71345vw,99vh) scale(.264)}}.snow:nth-child(176){opacity:1.9094;transform:translate(18.9412vw,-10px) scale(.1995);animation:fall-176 29s -1s linear infinite}@keyframes fall-176{36.155%{transform:translate(16.8199vw,36.155vh) scale(.1995)}to{transform:translate(17.88055vw,99vh) scale(.1995)}}.snow:nth-child(177){opacity:.3054;transform:translate(12.5556vw,-10px) scale(.0837);animation:fall-177 11s -22s linear infinite}@keyframes fall-177{37.595%{transform:translate(3.9319vw,37.595vh) scale(.0837)}to{transform:translate(8.24375vw,99vh) scale(.0837)}}.snow:nth-child(178){opacity:1.4674;transform:translate(79.4564vw,-10px) scale(.8636);animation:fall-178 26s -7s linear infinite}@keyframes fall-178{32.695%{transform:translate(86.1016vw,32.695vh) scale(.8636)}to{transform:translate(82.779vw,99vh) scale(.8636)}}.snow:nth-child(179){opacity:.6072;transform:translate(44.3905vw,-10px) scale(.2408);animation:fall-179 24s -23s linear infinite}@keyframes fall-179{54.972%{transform:translate(51.2468vw,54.972vh) scale(.2408)}to{transform:translate(47.81865vw,99vh) scale(.2408)}}.snow:nth-child(180){opacity:1.7482;transform:translate(27.2689vw,-10px) scale(.9734);animation:fall-180 26s -25s linear infinite}@keyframes fall-180{78.055%{transform:translate(32.7183vw,78.055vh) scale(.9734)}to{transform:translate(29.9936vw,99vh) scale(.9734)}}.snow:nth-child(181){opacity:.8118;transform:translate(24.2012vw,-10px) scale(.9819);animation:fall-181 21s -4s linear infinite}@keyframes fall-181{47.407%{transform:translate(23.4764vw,47.407vh) scale(.9819)}to{transform:translate(23.8388vw,99vh) scale(.9819)}}.snow:nth-child(182){opacity:.3976;transform:translate(46.1618vw,-10px) scale(.4437);animation:fall-182 11s -24s linear infinite}@keyframes fall-182{67.711%{transform:translate(50.9462vw,67.711vh) scale(.4437)}to{transform:translate(48.554vw,99vh) scale(.4437)}}.snow:nth-child(183){opacity:1.3152;transform:translate(39.6019vw,-10px) scale(.4781);animation:fall-183 23s -14s linear infinite}@keyframes fall-183{33.644%{transform:translate(41.6283vw,33.644vh) scale(.4781)}to{transform:translate(40.6151vw,99vh) scale(.4781)}}.snow:nth-child(184){opacity:1.6892;transform:translate(79.3867vw,-10px) scale(.2411);animation:fall-184 26s -8s linear infinite}@keyframes fall-184{66.701%{transform:translate(81.3754vw,66.701vh) scale(.2411)}to{transform:translate(80.38105vw,99vh) scale(.2411)}}.snow:nth-child(185){opacity:1.3748;transform:translate(53.1474vw,-10px) scale(.7652);animation:fall-185 24s -27s linear infinite}@keyframes fall-185{65.597%{transform:translate(59.3782vw,65.597vh) scale(.7652)}to{transform:translate(56.2628vw,99vh) scale(.7652)}}.snow:nth-child(186){opacity:.9412;transform:translate(6.4333vw,-10px) scale(.2397);animation:fall-186 22s -17s linear infinite}@keyframes fall-186{59.021%{transform:translate(7.6576vw,59.021vh) scale(.2397)}to{transform:translate(7.04545vw,99vh) scale(.2397)}}.snow:nth-child(187){opacity:.6844;transform:translate(75.1351vw,-10px) scale(.913);animation:fall-187 27s -23s linear infinite}@keyframes fall-187{55.597%{transform:translate(77.2767vw,55.597vh) scale(.913)}to{transform:translate(76.2059vw,99vh) scale(.913)}}.snow:nth-child(188){opacity:1.2964;transform:translate(46.465vw,-10px) scale(.54);animation:fall-188 12s -13s linear infinite}@keyframes fall-188{65.415%{transform:translate(55.6633vw,65.415vh) scale(.54)}to{transform:translate(51.06415vw,99vh) scale(.54)}}.snow:nth-child(189){opacity:.0872;transform:translate(98.8541vw,-10px) scale(.3673);animation:fall-189 10s -7s linear infinite}@keyframes fall-189{42.474%{transform:translate(91.9945vw,42.474vh) scale(.3673)}to{transform:translate(95.4243vw,99vh) scale(.3673)}}.snow:nth-child(190){opacity:.9132;transform:translate(58.4828vw,-10px) scale(.8075);animation:fall-190 23s -6s linear infinite}@keyframes fall-190{54.108%{transform:translate(62.363vw,54.108vh) scale(.8075)}to{transform:translate(60.4229vw,99vh) scale(.8075)}}.snow:nth-child(191){opacity:1.9262;transform:translate(66.0782vw,-10px) scale(.2986);animation:fall-191 24s -18s linear infinite}@keyframes fall-191{31.009%{transform:translate(73.9528vw,31.009vh) scale(.2986)}to{transform:translate(70.0155vw,99vh) scale(.2986)}}.snow:nth-child(192){opacity:1.3736;transform:translate(57.9148vw,-10px) scale(.7398);animation:fall-192 28s -5s linear infinite}@keyframes fall-192{42.828%{transform:translate(60.979vw,42.828vh) scale(.7398)}to{transform:translate(59.4469vw,99vh) scale(.7398)}}.snow:nth-child(193){opacity:.8096;transform:translate(82.7639vw,-10px) scale(.4084);animation:fall-193 27s -22s linear infinite}@keyframes fall-193{52.517%{transform:translate(74.5463vw,52.517vh) scale(.4084)}to{transform:translate(78.6551vw,99vh) scale(.4084)}}.snow:nth-child(194){opacity:1.079;transform:translate(50.3716vw,-10px) scale(.0133);animation:fall-194 30s -24s linear infinite}@keyframes fall-194{39.75%{transform:translate(41.4774vw,39.75vh) scale(.0133)}to{transform:translate(45.9245vw,99vh) scale(.0133)}}.snow:nth-child(195){opacity:1.3922;transform:translate(86.5116vw,-10px) scale(.5831);animation:fall-195 29s -24s linear infinite}@keyframes fall-195{79.65%{transform:translate(95.5219vw,79.65vh) scale(.5831)}to{transform:translate(91.01675vw,99vh) scale(.5831)}}.snow:nth-child(196){opacity:.0352;transform:translate(86.7591vw,-10px) scale(.9703);animation:fall-196 13s -2s linear infinite}@keyframes fall-196{77.171%{transform:translate(93.9665vw,77.171vh) scale(.9703)}to{transform:translate(90.3628vw,99vh) scale(.9703)}}.snow:nth-child(197){opacity:.4836;transform:translate(55.921vw,-10px) scale(.1224);animation:fall-197 13s -12s linear infinite}@keyframes fall-197{44.583%{transform:translate(47.5172vw,44.583vh) scale(.1224)}to{transform:translate(51.7191vw,99vh) scale(.1224)}}.snow:nth-child(198){opacity:.1844;transform:translate(28.3075vw,-10px) scale(.7202);animation:fall-198 21s -18s linear infinite}@keyframes fall-198{32.781%{transform:translate(38.2579vw,32.781vh) scale(.7202)}to{transform:translate(33.2827vw,99vh) scale(.7202)}}.snow:nth-child(199){opacity:1.323;transform:translate(39.8588vw,-10px) scale(.2919);animation:fall-199 30s -21s linear infinite}@keyframes fall-199{75.957%{transform:translate(41.8326vw,75.957vh) scale(.2919)}to{transform:translate(40.8457vw,99vh) scale(.2919)}}.snow:nth-child(200){opacity:1.901;transform:translate(67.6502vw,-10px) scale(.3072);animation:fall-200 25s -17s linear infinite}@keyframes fall-200{36.014%{transform:translate(77.3003vw,36.014vh) scale(.3072)}to{transform:translate(72.47525vw,99vh) scale(.3072)}}.snow:nth-child(201){opacity:1.781;transform:translate(7.0549vw,-10px) scale(.1062);animation:fall-201 15s -3s linear infinite}@keyframes fall-201{58.278%{transform:translate(2.8077vw,58.278vh) scale(.1062)}to{transform:translate(4.9313vw,99vh) scale(.1062)}}.snow:nth-child(202){opacity:.9146;transform:translate(12.3033vw,-10px) scale(.0627);animation:fall-202 21s -24s linear infinite}@keyframes fall-202{54.668%{transform:translate(16.6393vw,54.668vh) scale(.0627)}to{transform:translate(14.4713vw,99vh) scale(.0627)}}.snow:nth-child(203){opacity:.1698;transform:translate(58.6909vw,-10px) scale(.5776);animation:fall-203 22s -25s linear infinite}@keyframes fall-203{65.294%{transform:translate(58.2487vw,65.294vh) scale(.5776)}to{transform:translate(58.4698vw,99vh) scale(.5776)}}.snow:nth-child(204){opacity:.5328;transform:translate(1.7132vw,-10px) scale(.533);animation:fall-204 26s -5s linear infinite}@keyframes fall-204{75.192%{transform:translate(10.3867vw,75.192vh) scale(.533)}to{transform:translate(6.04995vw,99vh) scale(.533)}}.snow:nth-child(205){opacity:.3578;transform:translate(4.6343vw,-10px) scale(.338);animation:fall-205 21s -17s linear infinite}@keyframes fall-205{45.188%{transform:translate(11.7528vw,45.188vh) scale(.338)}to{transform:translate(8.19355vw,99vh) scale(.338)}}.snow:nth-child(206){opacity:1.9954;transform:translate(46.7917vw,-10px) scale(.5075);animation:fall-206 24s -22s linear infinite}@keyframes fall-206{51.15%{transform:translate(40.2952vw,51.15vh) scale(.5075)}to{transform:translate(43.54345vw,99vh) scale(.5075)}}.snow:nth-child(207){opacity:1.3292;transform:translate(63.4283vw,-10px) scale(.208);animation:fall-207 14s -5s linear infinite}@keyframes fall-207{48.077%{transform:translate(54.9299vw,48.077vh) scale(.208)}to{transform:translate(59.1791vw,99vh) scale(.208)}}.snow:nth-child(208){opacity:1.408;transform:translate(14.587vw,-10px) scale(.6698);animation:fall-208 14s -28s linear infinite}@keyframes fall-208{67.572%{transform:translate(20.9521vw,67.572vh) scale(.6698)}to{transform:translate(17.76955vw,99vh) scale(.6698)}}.snow:nth-child(209){opacity:1.1672;transform:translate(36.4168vw,-10px) scale(.1045);animation:fall-209 28s -4s linear infinite}@keyframes fall-209{78.171%{transform:translate(31.1295vw,78.171vh) scale(.1045)}to{transform:translate(33.77315vw,99vh) scale(.1045)}}.snow:nth-child(210){opacity:.6404;transform:translate(64.0117vw,-10px) scale(.7693);animation:fall-210 13s -4s linear infinite}@keyframes fall-210{77.382%{transform:translate(54.8149vw,77.382vh) scale(.7693)}to{transform:translate(59.4133vw,99vh) scale(.7693)}}.snow:nth-child(211){opacity:.8412;transform:translate(83.6619vw,-10px) scale(.1797);animation:fall-211 12s -6s linear infinite}@keyframes fall-211{51.885%{transform:translate(83.8586vw,51.885vh) scale(.1797)}to{transform:translate(83.76025vw,99vh) scale(.1797)}}.snow:nth-child(212){opacity:.5014;transform:translate(15.5568vw,-10px) scale(.8153);animation:fall-212 14s -5s linear infinite}@keyframes fall-212{31.963%{transform:translate(15.9849vw,31.963vh) scale(.8153)}to{transform:translate(15.77085vw,99vh) scale(.8153)}}.snow:nth-child(213){opacity:.8012;transform:translate(38.0481vw,-10px) scale(.7273);animation:fall-213 24s -10s linear infinite}@keyframes fall-213{47.713%{transform:translate(32.24vw,47.713vh) scale(.7273)}to{transform:translate(35.14405vw,99vh) scale(.7273)}}.snow:nth-child(214){opacity:.2332;transform:translate(92.2339vw,-10px) scale(.4362);animation:fall-214 27s -6s linear infinite}@keyframes fall-214{55.489%{transform:translate(88.01vw,55.489vh) scale(.4362)}to{transform:translate(90.12195vw,99vh) scale(.4362)}}.snow:nth-child(215){opacity:1.4826;transform:translate(65.6485vw,-10px) scale(.6741);animation:fall-215 20s -7s linear infinite}@keyframes fall-215{46.931%{transform:translate(72.5669vw,46.931vh) scale(.6741)}to{transform:translate(69.1077vw,99vh) scale(.6741)}}.snow:nth-child(216){opacity:.4412;transform:translate(31.615vw,-10px) scale(.1402);animation:fall-216 15s -6s linear infinite}@keyframes fall-216{70.578%{transform:translate(29.2065vw,70.578vh) scale(.1402)}to{transform:translate(30.41075vw,99vh) scale(.1402)}}.snow:nth-child(217){opacity:.0306;transform:translate(84.45vw,-10px) scale(.6206);animation:fall-217 23s -29s linear infinite}@keyframes fall-217{80%{transform:translate(78.2486vw,80vh) scale(.6206)}to{transform:translate(81.3493vw,99vh) scale(.6206)}}.snow:nth-child(218){opacity:1.3298;transform:translate(12.8786vw,-10px) scale(.8196);animation:fall-218 23s -7s linear infinite}@keyframes fall-218{46.42%{transform:translate(15.776vw,46.42vh) scale(.8196)}to{transform:translate(14.3273vw,99vh) scale(.8196)}}.snow:nth-child(219){opacity:1.4416;transform:translate(72.7598vw,-10px) scale(.3873);animation:fall-219 11s -16s linear infinite}@keyframes fall-219{70.228%{transform:translate(74.1099vw,70.228vh) scale(.3873)}to{transform:translate(73.43485vw,99vh) scale(.3873)}}.snow:nth-child(220){opacity:.4378;transform:translate(16.0886vw,-10px) scale(.3743);animation:fall-220 23s -30s linear infinite}@keyframes fall-220{68.699%{transform:translate(6.4505vw,68.699vh) scale(.3743)}to{transform:translate(11.26955vw,99vh) scale(.3743)}}.snow:nth-child(221){opacity:1.56;transform:translate(18.7956vw,-10px) scale(.6064);animation:fall-221 27s -8s linear infinite}@keyframes fall-221{41.98%{transform:translate(20.6171vw,41.98vh) scale(.6064)}to{transform:translate(19.70635vw,99vh) scale(.6064)}}.snow:nth-child(222){opacity:1.4352;transform:translate(61.8537vw,-10px) scale(.8898);animation:fall-222 10s -2s linear infinite}@keyframes fall-222{67.278%{transform:translate(54.0299vw,67.278vh) scale(.8898)}to{transform:translate(57.9418vw,99vh) scale(.8898)}}.snow:nth-child(223){opacity:.9948;transform:translate(91.6867vw,-10px) scale(.4127);animation:fall-223 13s -17s linear infinite}@keyframes fall-223{77.345%{transform:translate(101.0428vw,77.345vh) scale(.4127)}to{transform:translate(96.36475vw,99vh) scale(.4127)}}.snow:nth-child(224){opacity:.6904;transform:translate(11.6762vw,-10px) scale(.5947);animation:fall-224 28s -17s linear infinite}@keyframes fall-224{32.465%{transform:translate(20.6514vw,32.465vh) scale(.5947)}to{transform:translate(16.1638vw,99vh) scale(.5947)}}.snow:nth-child(225){opacity:.3424;transform:translate(89.8694vw,-10px) scale(.3672);animation:fall-225 27s -7s linear infinite}@keyframes fall-225{57.937%{transform:translate(94.1846vw,57.937vh) scale(.3672)}to{transform:translate(92.027vw,99vh) scale(.3672)}}.snow:nth-child(226){opacity:.7404;transform:translate(2.4609vw,-10px) scale(.1042);animation:fall-226 29s -28s linear infinite}@keyframes fall-226{69.111%{transform:translate(-.1076vw,69.111vh) scale(.1042)}to{transform:translate(1.17665vw,99vh) scale(.1042)}}.snow:nth-child(227){opacity:1.3808;transform:translate(82.9295vw,-10px) scale(.2881);animation:fall-227 14s -17s linear infinite}@keyframes fall-227{68.166%{transform:translate(89.7988vw,68.166vh) scale(.2881)}to{transform:translate(86.36415vw,99vh) scale(.2881)}}.snow:nth-child(228){opacity:.1624;transform:translate(73.6901vw,-10px) scale(.0412);animation:fall-228 16s -16s linear infinite}@keyframes fall-228{33.842%{transform:translate(75.5557vw,33.842vh) scale(.0412)}to{transform:translate(74.6229vw,99vh) scale(.0412)}}.snow:nth-child(229){opacity:.5674;transform:translate(24.1907vw,-10px) scale(.8538);animation:fall-229 18s -18s linear infinite}@keyframes fall-229{31.782%{transform:translate(18.4836vw,31.782vh) scale(.8538)}to{transform:translate(21.33715vw,99vh) scale(.8538)}}.snow:nth-child(230){opacity:.2338;transform:translate(95.2936vw,-10px) scale(.1131);animation:fall-230 29s -14s linear infinite}@keyframes fall-230{54.868%{transform:translate(95.8446vw,54.868vh) scale(.1131)}to{transform:translate(95.5691vw,99vh) scale(.1131)}}.snow:nth-child(231){opacity:.345;transform:translate(42.4088vw,-10px) scale(.1832);animation:fall-231 25s -26s linear infinite}@keyframes fall-231{60.029%{transform:translate(46.4398vw,60.029vh) scale(.1832)}to{transform:translate(44.4243vw,99vh) scale(.1832)}}.snow:nth-child(232){opacity:.0964;transform:translate(26.421vw,-10px) scale(.3938);animation:fall-232 18s -11s linear infinite}@keyframes fall-232{35.032%{transform:translate(23.1649vw,35.032vh) scale(.3938)}to{transform:translate(24.79295vw,99vh) scale(.3938)}}.snow:nth-child(233){opacity:1.4374;transform:translate(11.1423vw,-10px) scale(.6526);animation:fall-233 27s -27s linear infinite}@keyframes fall-233{34.013%{transform:translate(13.4072vw,34.013vh) scale(.6526)}to{transform:translate(12.27475vw,99vh) scale(.6526)}}.snow:nth-child(234){opacity:.6964;transform:translate(21.5079vw,-10px) scale(.956);animation:fall-234 20s -30s linear infinite}@keyframes fall-234{54.589%{transform:translate(24.3746vw,54.589vh) scale(.956)}to{transform:translate(22.94125vw,99vh) scale(.956)}}.snow:nth-child(235){opacity:1.0082;transform:translate(21.4802vw,-10px) scale(.5268);animation:fall-235 24s -30s linear infinite}@keyframes fall-235{37.229%{transform:translate(16.5065vw,37.229vh) scale(.5268)}to{transform:translate(18.99335vw,99vh) scale(.5268)}}.snow:nth-child(236){opacity:.031;transform:translate(14.0873vw,-10px) scale(.4974);animation:fall-236 13s -25s linear infinite}@keyframes fall-236{74.056%{transform:translate(11.4602vw,74.056vh) scale(.4974)}to{transform:translate(12.77375vw,99vh) scale(.4974)}}.snow:nth-child(237){opacity:1.1998;transform:translate(19.2484vw,-10px) scale(.6873);animation:fall-237 11s -23s linear infinite}@keyframes fall-237{53.591%{transform:translate(9.5028vw,53.591vh) scale(.6873)}to{transform:translate(14.3756vw,99vh) scale(.6873)}}.snow:nth-child(238){opacity:.6178;transform:translate(75.1021vw,-10px) scale(.5142);animation:fall-238 17s -4s linear infinite}@keyframes fall-238{32.199%{transform:translate(66.5271vw,32.199vh) scale(.5142)}to{transform:translate(70.8146vw,99vh) scale(.5142)}}.snow:nth-child(239){opacity:1.3636;transform:translate(86.4414vw,-10px) scale(.5103);animation:fall-239 11s -9s linear infinite}@keyframes fall-239{76.293%{transform:translate(81.8083vw,76.293vh) scale(.5103)}to{transform:translate(84.12485vw,99vh) scale(.5103)}}.snow:nth-child(240){opacity:1.9726;transform:translate(7.1631vw,-10px) scale(.7866);animation:fall-240 26s -9s linear infinite}@keyframes fall-240{52.886%{transform:translate(-1.6591vw,52.886vh) scale(.7866)}to{transform:translate(2.752vw,99vh) scale(.7866)}}.snow:nth-child(241){opacity:1.8492;transform:translate(17.3949vw,-10px) scale(.9986);animation:fall-241 23s -1s linear infinite}@keyframes fall-241{49.969%{transform:translate(26.0854vw,49.969vh) scale(.9986)}to{transform:translate(21.74015vw,99vh) scale(.9986)}}.snow:nth-child(242){opacity:.9918;transform:translate(89.6166vw,-10px) scale(.6378);animation:fall-242 25s -18s linear infinite}@keyframes fall-242{55.434%{transform:translate(85.1166vw,55.434vh) scale(.6378)}to{transform:translate(87.3666vw,99vh) scale(.6378)}}.snow:nth-child(243){opacity:.9436;transform:translate(76.0642vw,-10px) scale(.5281);animation:fall-243 23s -14s linear infinite}@keyframes fall-243{74.115%{transform:translate(77.0319vw,74.115vh) scale(.5281)}to{transform:translate(76.54805vw,99vh) scale(.5281)}}.snow:nth-child(244){opacity:.4772;transform:translate(21.7848vw,-10px) scale(.7177);animation:fall-244 17s -14s linear infinite}@keyframes fall-244{66.837%{transform:translate(25.4122vw,66.837vh) scale(.7177)}to{transform:translate(23.5985vw,99vh) scale(.7177)}}.snow:nth-child(245){opacity:1.4148;transform:translate(31.553vw,-10px) scale(.4745);animation:fall-245 16s -27s linear infinite}@keyframes fall-245{67.84%{transform:translate(24.6957vw,67.84vh) scale(.4745)}to{transform:translate(28.12435vw,99vh) scale(.4745)}}.snow:nth-child(246){opacity:.2052;transform:translate(37.8024vw,-10px) scale(.2161);animation:fall-246 14s -25s linear infinite}@keyframes fall-246{52.828%{transform:translate(45.1947vw,52.828vh) scale(.2161)}to{transform:translate(41.49855vw,99vh) scale(.2161)}}.snow:nth-child(247){opacity:.5312;transform:translate(23.0353vw,-10px) scale(.8134);animation:fall-247 12s -7s linear infinite}@keyframes fall-247{43.213%{transform:translate(15.3003vw,43.213vh) scale(.8134)}to{transform:translate(19.1678vw,99vh) scale(.8134)}}.snow:nth-child(248){opacity:.1334;transform:translate(78.4474vw,-10px) scale(.8921);animation:fall-248 30s -14s linear infinite}@keyframes fall-248{60.131%{transform:translate(80.9187vw,60.131vh) scale(.8921)}to{transform:translate(79.68305vw,99vh) scale(.8921)}}.snow:nth-child(249){opacity:.8198;transform:translate(49.9916vw,-10px) scale(.6978);animation:fall-249 30s -23s linear infinite}@keyframes fall-249{73.582%{transform:translate(59.8415vw,73.582vh) scale(.6978)}to{transform:translate(54.91655vw,99vh) scale(.6978)}}.snow:nth-child(250){opacity:1.927;transform:translate(1.7397vw,-10px) scale(.3499);animation:fall-250 25s -17s linear infinite}@keyframes fall-250{73.916%{transform:translate(4.142vw,73.916vh) scale(.3499)}to{transform:translate(2.94085vw,99vh) scale(.3499)}}.snow:nth-child(251){opacity:1.4842;transform:translate(95.1645vw,-10px) scale(.0131);animation:fall-251 27s -5s linear infinite}@keyframes fall-251{60.363%{transform:translate(96.235vw,60.363vh) scale(.0131)}to{transform:translate(95.69975vw,99vh) scale(.0131)}}.snow:nth-child(252){opacity:.5612;transform:translate(35.7964vw,-10px) scale(.9114);animation:fall-252 14s -10s linear infinite}@keyframes fall-252{43.949%{transform:translate(45.1625vw,43.949vh) scale(.9114)}to{transform:translate(40.47945vw,99vh) scale(.9114)}}.snow:nth-child(253){opacity:1.7406;transform:translate(55.9967vw,-10px) scale(.0409);animation:fall-253 23s -14s linear infinite}@keyframes fall-253{73.036%{transform:translate(47.9159vw,73.036vh) scale(.0409)}to{transform:translate(51.9563vw,99vh) scale(.0409)}}.snow:nth-child(254){opacity:.1026;transform:translate(58.0947vw,-10px) scale(.2618);animation:fall-254 19s -21s linear infinite}@keyframes fall-254{78.973%{transform:translate(64.0535vw,78.973vh) scale(.2618)}to{transform:translate(61.0741vw,99vh) scale(.2618)}}.snow:nth-child(255){opacity:.6634;transform:translate(51.6488vw,-10px) scale(.6611);animation:fall-255 25s -22s linear infinite}@keyframes fall-255{51.99%{transform:translate(57.5297vw,51.99vh) scale(.6611)}to{transform:translate(54.58925vw,99vh) scale(.6611)}}.snow:nth-child(256){opacity:1.4414;transform:translate(80.7204vw,-10px) scale(.9599);animation:fall-256 30s -21s linear infinite}@keyframes fall-256{64.416%{transform:translate(78.3211vw,64.416vh) scale(.9599)}to{transform:translate(79.52075vw,99vh) scale(.9599)}}.snow:nth-child(257){opacity:.3358;transform:translate(48.6254vw,-10px) scale(.2371);animation:fall-257 15s -22s linear infinite}@keyframes fall-257{44.976%{transform:translate(57.7646vw,44.976vh) scale(.2371)}to{transform:translate(53.195vw,99vh) scale(.2371)}}.snow:nth-child(258){opacity:.9632;transform:translate(40.2388vw,-10px) scale(.7874);animation:fall-258 16s -5s linear infinite}@keyframes fall-258{79.367%{transform:translate(46.328vw,79.367vh) scale(.7874)}to{transform:translate(43.2834vw,99vh) scale(.7874)}}.snow:nth-child(259){opacity:.751;transform:translate(5.3944vw,-10px) scale(.3829);animation:fall-259 10s -3s linear infinite}@keyframes fall-259{44.488%{transform:translate(7.6853vw,44.488vh) scale(.3829)}to{transform:translate(6.53985vw,99vh) scale(.3829)}}.snow:nth-child(260){opacity:1.9904;transform:translate(57.3894vw,-10px) scale(.2243);animation:fall-260 28s -5s linear infinite}@keyframes fall-260{49.712%{transform:translate(57.6337vw,49.712vh) scale(.2243)}to{transform:translate(57.51155vw,99vh) scale(.2243)}}.snow:nth-child(261){opacity:1;transform:translate(14.7277vw,-10px) scale(.2505);animation:fall-261 19s -15s linear infinite}@keyframes fall-261{36.883%{transform:translate(23.7481vw,36.883vh) scale(.2505)}to{transform:translate(19.2379vw,99vh) scale(.2505)}}.snow:nth-child(262){opacity:.9288;transform:translate(69.6166vw,-10px) scale(.9172);animation:fall-262 15s -3s linear infinite}@keyframes fall-262{52.366%{transform:translate(64.8238vw,52.366vh) scale(.9172)}to{transform:translate(67.2202vw,99vh) scale(.9172)}}.snow:nth-child(263){opacity:1.7956;transform:translate(76.3052vw,-10px) scale(.5792);animation:fall-263 12s -11s linear infinite}@keyframes fall-263{63.79%{transform:translate(82.9283vw,63.79vh) scale(.5792)}to{transform:translate(79.61675vw,99vh) scale(.5792)}}.snow:nth-child(264){opacity:1.7296;transform:translate(78.0753vw,-10px) scale(.5489);animation:fall-264 14s -11s linear infinite}@keyframes fall-264{76.738%{transform:translate(76.5114vw,76.738vh) scale(.5489)}to{transform:translate(77.29335vw,99vh) scale(.5489)}}.snow:nth-child(265){opacity:.4404;transform:translate(28.7943vw,-10px) scale(.9443);animation:fall-265 14s -22s linear infinite}@keyframes fall-265{78.752%{transform:translate(23.3792vw,78.752vh) scale(.9443)}to{transform:translate(26.08675vw,99vh) scale(.9443)}}.snow:nth-child(266){opacity:.9842;transform:translate(42.976vw,-10px) scale(.9964);animation:fall-266 24s -3s linear infinite}@keyframes fall-266{69.53%{transform:translate(43.2082vw,69.53vh) scale(.9964)}to{transform:translate(43.0921vw,99vh) scale(.9964)}}.snow:nth-child(267){opacity:1.9964;transform:translate(25.5804vw,-10px) scale(.0217);animation:fall-267 20s -23s linear infinite}@keyframes fall-267{78.228%{transform:translate(34.9678vw,78.228vh) scale(.0217)}to{transform:translate(30.2741vw,99vh) scale(.0217)}}.snow:nth-child(268){opacity:1.848;transform:translate(30.9932vw,-10px) scale(.5697);animation:fall-268 26s -4s linear infinite}@keyframes fall-268{32.028%{transform:translate(21.6171vw,32.028vh) scale(.5697)}to{transform:translate(26.30515vw,99vh) scale(.5697)}}.snow:nth-child(269){opacity:1.7032;transform:translate(51.3571vw,-10px) scale(.8509);animation:fall-269 28s -17s linear infinite}@keyframes fall-269{74.366%{transform:translate(60.2624vw,74.366vh) scale(.8509)}to{transform:translate(55.80975vw,99vh) scale(.8509)}}.snow:nth-child(270){opacity:1.6186;transform:translate(16.9329vw,-10px) scale(.186);animation:fall-270 24s -11s linear infinite}@keyframes fall-270{52.851%{transform:translate(13.6261vw,52.851vh) scale(.186)}to{transform:translate(15.2795vw,99vh) scale(.186)}}.snow:nth-child(271){opacity:.6838;transform:translate(74.8596vw,-10px) scale(.1789);animation:fall-271 12s -24s linear infinite}@keyframes fall-271{67.653%{transform:translate(68.6766vw,67.653vh) scale(.1789)}to{transform:translate(71.7681vw,99vh) scale(.1789)}}.snow:nth-child(272){opacity:1.527;transform:translate(45.6082vw,-10px) scale(.048);animation:fall-272 27s -22s linear infinite}@keyframes fall-272{59.552%{transform:translate(42.7127vw,59.552vh) scale(.048)}to{transform:translate(44.16045vw,99vh) scale(.048)}}.snow:nth-child(273){opacity:1.6824;transform:translate(68.0526vw,-10px) scale(.063);animation:fall-273 29s -13s linear infinite}@keyframes fall-273{72.858%{transform:translate(69.8986vw,72.858vh) scale(.063)}to{transform:translate(68.9756vw,99vh) scale(.063)}}.snow:nth-child(274){opacity:1.3428;transform:translate(14.3779vw,-10px) scale(.9672);animation:fall-274 29s -30s linear infinite}@keyframes fall-274{60.897%{transform:translate(22.2455vw,60.897vh) scale(.9672)}to{transform:translate(18.3117vw,99vh) scale(.9672)}}.snow:nth-child(275){opacity:1.0984;transform:translate(26.4519vw,-10px) scale(.1275);animation:fall-275 20s -19s linear infinite}@keyframes fall-275{48.066%{transform:translate(20.3983vw,48.066vh) scale(.1275)}to{transform:translate(23.4251vw,99vh) scale(.1275)}}.snow:nth-child(276){opacity:1.7686;transform:translate(11.4316vw,-10px) scale(.0528);animation:fall-276 17s -24s linear infinite}@keyframes fall-276{69.371%{transform:translate(20.4723vw,69.371vh) scale(.0528)}to{transform:translate(15.95195vw,99vh) scale(.0528)}}.snow:nth-child(277){opacity:1.223;transform:translate(67.5644vw,-10px) scale(.1551);animation:fall-277 20s -9s linear infinite}@keyframes fall-277{73.711%{transform:translate(71.1968vw,73.711vh) scale(.1551)}to{transform:translate(69.3806vw,99vh) scale(.1551)}}.snow:nth-child(278){opacity:1.189;transform:translate(82.1345vw,-10px) scale(.146);animation:fall-278 25s -6s linear infinite}@keyframes fall-278{59.475%{transform:translate(75.6116vw,59.475vh) scale(.146)}to{transform:translate(78.87305vw,99vh) scale(.146)}}.snow:nth-child(279){opacity:.6524;transform:translate(20.146vw,-10px) scale(.4085);animation:fall-279 30s -4s linear infinite}@keyframes fall-279{37.468%{transform:translate(28.9414vw,37.468vh) scale(.4085)}to{transform:translate(24.5437vw,99vh) scale(.4085)}}.snow:nth-child(280){opacity:1.7034;transform:translate(8.7843vw,-10px) scale(.9509);animation:fall-280 25s -15s linear infinite}@keyframes fall-280{67.321%{transform:translate(13.6752vw,67.321vh) scale(.9509)}to{transform:translate(11.22975vw,99vh) scale(.9509)}}.snow:nth-child(281){opacity:1.1426;transform:translate(62.2261vw,-10px) scale(.4792);animation:fall-281 26s -13s linear infinite}@keyframes fall-281{43.538%{transform:translate(58.7217vw,43.538vh) scale(.4792)}to{transform:translate(60.4739vw,99vh) scale(.4792)}}.snow:nth-child(282){opacity:1.643;transform:translate(42.5253vw,-10px) scale(.5323);animation:fall-282 16s -15s linear infinite}@keyframes fall-282{34.655%{transform:translate(41.668vw,34.655vh) scale(.5323)}to{transform:translate(42.09665vw,99vh) scale(.5323)}}.snow:nth-child(283){opacity:1.6068;transform:translate(86.043vw,-10px) scale(.4916);animation:fall-283 26s -28s linear infinite}@keyframes fall-283{49.592%{transform:translate(93.2831vw,49.592vh) scale(.4916)}to{transform:translate(89.66305vw,99vh) scale(.4916)}}.snow:nth-child(284){opacity:1.0532;transform:translate(44.5644vw,-10px) scale(.4576);animation:fall-284 21s -17s linear infinite}@keyframes fall-284{54.931%{transform:translate(41.8297vw,54.931vh) scale(.4576)}to{transform:translate(43.19705vw,99vh) scale(.4576)}}.snow:nth-child(285){opacity:1.524;transform:translate(18.5185vw,-10px) scale(.7479);animation:fall-285 20s -24s linear infinite}@keyframes fall-285{77.144%{transform:translate(26.3855vw,77.144vh) scale(.7479)}to{transform:translate(22.452vw,99vh) scale(.7479)}}.snow:nth-child(286){opacity:.4172;transform:translate(42.5866vw,-10px) scale(.0855);animation:fall-286 25s -23s linear infinite}@keyframes fall-286{68.558%{transform:translate(40.9057vw,68.558vh) scale(.0855)}to{transform:translate(41.74615vw,99vh) scale(.0855)}}.snow:nth-child(287){opacity:1.023;transform:translate(35.4476vw,-10px) scale(.9876);animation:fall-287 13s -16s linear infinite}@keyframes fall-287{43.037%{transform:translate(28.4705vw,43.037vh) scale(.9876)}to{transform:translate(31.95905vw,99vh) scale(.9876)}}.snow:nth-child(288){opacity:.8636;transform:translate(33.5394vw,-10px) scale(.3168);animation:fall-288 19s -1s linear infinite}@keyframes fall-288{62.154%{transform:translate(37.7007vw,62.154vh) scale(.3168)}to{transform:translate(35.62005vw,99vh) scale(.3168)}}.snow:nth-child(289){opacity:.2144;transform:translate(1.6539vw,-10px) scale(.298);animation:fall-289 28s -26s linear infinite}@keyframes fall-289{76.576%{transform:translate(.7455vw,76.576vh) scale(.298)}to{transform:translate(1.1997vw,99vh) scale(.298)}}.snow:nth-child(290){opacity:.673;transform:translate(62.1221vw,-10px) scale(.3728);animation:fall-290 15s -28s linear infinite}@keyframes fall-290{74.361%{transform:translate(60.8488vw,74.361vh) scale(.3728)}to{transform:translate(61.48545vw,99vh) scale(.3728)}}.snow:nth-child(291){opacity:1.7982;transform:translate(89.8473vw,-10px) scale(.4347);animation:fall-291 27s -24s linear infinite}@keyframes fall-291{63.046%{transform:translate(85.113vw,63.046vh) scale(.4347)}to{transform:translate(87.48015vw,99vh) scale(.4347)}}.snow:nth-child(292){opacity:1.3364;transform:translate(68.4514vw,-10px) scale(.156);animation:fall-292 10s -19s linear infinite}@keyframes fall-292{57.347%{transform:translate(72.6364vw,57.347vh) scale(.156)}to{transform:translate(70.5439vw,99vh) scale(.156)}}.snow:nth-child(293){opacity:1.2986;transform:translate(7.258vw,-10px) scale(.0655);animation:fall-293 27s -13s linear infinite}@keyframes fall-293{55.216%{transform:translate(8.8913vw,55.216vh) scale(.0655)}to{transform:translate(8.07465vw,99vh) scale(.0655)}}.snow:nth-child(294){opacity:1.0554;transform:translate(42.2919vw,-10px) scale(.1949);animation:fall-294 21s -6s linear infinite}@keyframes fall-294{63.479%{transform:translate(47.5432vw,63.479vh) scale(.1949)}to{transform:translate(44.91755vw,99vh) scale(.1949)}}.snow:nth-child(295){opacity:.7332;transform:translate(86.4126vw,-10px) scale(.3425);animation:fall-295 27s -1s linear infinite}@keyframes fall-295{74.009%{transform:translate(77.8455vw,74.009vh) scale(.3425)}to{transform:translate(82.12905vw,99vh) scale(.3425)}}.snow:nth-child(296){opacity:.7118;transform:translate(64.466vw,-10px) scale(.5848);animation:fall-296 18s -21s linear infinite}@keyframes fall-296{77.483%{transform:translate(66.3424vw,77.483vh) scale(.5848)}to{transform:translate(65.4042vw,99vh) scale(.5848)}}.snow:nth-child(297){opacity:.0474;transform:translate(26.8496vw,-10px) scale(.4658);animation:fall-297 12s -8s linear infinite}@keyframes fall-297{65.039%{transform:translate(36.2407vw,65.039vh) scale(.4658)}to{transform:translate(31.54515vw,99vh) scale(.4658)}}.snow:nth-child(298){opacity:.0388;transform:translate(2.6537vw,-10px) scale(.6832);animation:fall-298 10s -10s linear infinite}@keyframes fall-298{58.445%{transform:translate(4.0235vw,58.445vh) scale(.6832)}to{transform:translate(3.3386vw,99vh) scale(.6832)}}.snow:nth-child(299){opacity:1.9978;transform:translate(43.1374vw,-10px) scale(.3894);animation:fall-299 24s -30s linear infinite}@keyframes fall-299{55.644%{transform:translate(52.2487vw,55.644vh) scale(.3894)}to{transform:translate(47.69305vw,99vh) scale(.3894)}}.snow:nth-child(300){opacity:1.7842;transform:translate(73.7745vw,-10px) scale(.9512);animation:fall-300 12s -11s linear infinite}@keyframes fall-300{79.232%{transform:translate(79.847vw,79.232vh) scale(.9512)}to{transform:translate(76.81075vw,99vh) scale(.9512)}}.snow:nth-child(301){opacity:.4292;transform:translate(18.6691vw,-10px) scale(.8934);animation:fall-301 24s -24s linear infinite}@keyframes fall-301{34.977%{transform:translate(16.1474vw,34.977vh) scale(.8934)}to{transform:translate(17.40825vw,99vh) scale(.8934)}}.snow:nth-child(302){opacity:1.6816;transform:translate(92.5488vw,-10px) scale(.386);animation:fall-302 10s -22s linear infinite}@keyframes fall-302{58.292%{transform:translate(98.4967vw,58.292vh) scale(.386)}to{transform:translate(95.52275vw,99vh) scale(.386)}}.snow:nth-child(303){opacity:.1076;transform:translate(71.1116vw,-10px) scale(.2366);animation:fall-303 15s -28s linear infinite}@keyframes fall-303{51.165%{transform:translate(80.3791vw,51.165vh) scale(.2366)}to{transform:translate(75.74535vw,99vh) scale(.2366)}}.snow:nth-child(304){opacity:1.7974;transform:translate(98.1332vw,-10px) scale(.8719);animation:fall-304 17s -5s linear infinite}@keyframes fall-304{53.691%{transform:translate(103.4799vw,53.691vh) scale(.8719)}to{transform:translate(100.80655vw,99vh) scale(.8719)}}.snow:nth-child(305){opacity:.0796;transform:translate(22.1862vw,-10px) scale(.4232);animation:fall-305 21s -14s linear infinite}@keyframes fall-305{37.31%{transform:translate(17.3734vw,37.31vh) scale(.4232)}to{transform:translate(19.7798vw,99vh) scale(.4232)}}.snow:nth-child(306){opacity:.6294;transform:translate(53.1978vw,-10px) scale(.2124);animation:fall-306 26s -30s linear infinite}@keyframes fall-306{52.969%{transform:translate(52.3641vw,52.969vh) scale(.2124)}to{transform:translate(52.78095vw,99vh) scale(.2124)}}.snow:nth-child(307){opacity:.8946;transform:translate(20.1961vw,-10px) scale(.1816);animation:fall-307 16s -8s linear infinite}@keyframes fall-307{62.581%{transform:translate(14.7504vw,62.581vh) scale(.1816)}to{transform:translate(17.47325vw,99vh) scale(.1816)}}.snow:nth-child(308){opacity:.259;transform:translate(15.8789vw,-10px) scale(.5317);animation:fall-308 22s -12s linear infinite}@keyframes fall-308{76.343%{transform:translate(8.3706vw,76.343vh) scale(.5317)}to{transform:translate(12.12475vw,99vh) scale(.5317)}}.snow:nth-child(309){opacity:1.6204;transform:translate(82.3007vw,-10px) scale(.6941);animation:fall-309 15s -7s linear infinite}@keyframes fall-309{75.808%{transform:translate(86.9348vw,75.808vh) scale(.6941)}to{transform:translate(84.61775vw,99vh) scale(.6941)}}.snow:nth-child(310){opacity:.3622;transform:translate(29.7603vw,-10px) scale(.5261);animation:fall-310 25s -8s linear infinite}@keyframes fall-310{64.62%{transform:translate(37.3764vw,64.62vh) scale(.5261)}to{transform:translate(33.56835vw,99vh) scale(.5261)}}.snow:nth-child(311){opacity:.1122;transform:translate(15.8234vw,-10px) scale(.0043);animation:fall-311 18s -29s linear infinite}@keyframes fall-311{79.044%{transform:translate(11.838vw,79.044vh) scale(.0043)}to{transform:translate(13.8307vw,99vh) scale(.0043)}}.snow:nth-child(312){opacity:1.1946;transform:translate(27.1752vw,-10px) scale(.2135);animation:fall-312 20s -29s linear infinite}@keyframes fall-312{64.119%{transform:translate(32.9727vw,64.119vh) scale(.2135)}to{transform:translate(30.07395vw,99vh) scale(.2135)}}.snow:nth-child(313){opacity:.3828;transform:translate(9.5228vw,-10px) scale(.5737);animation:fall-313 26s -11s linear infinite}@keyframes fall-313{42.634%{transform:translate(6.4459vw,42.634vh) scale(.5737)}to{transform:translate(7.98435vw,99vh) scale(.5737)}}.snow:nth-child(314){opacity:.2052;transform:translate(50.2047vw,-10px) scale(.1544);animation:fall-314 18s -3s linear infinite}@keyframes fall-314{78.491%{transform:translate(40.7244vw,78.491vh) scale(.1544)}to{transform:translate(45.46455vw,99vh) scale(.1544)}}.snow:nth-child(315){opacity:.6586;transform:translate(79.4937vw,-10px) scale(.6666);animation:fall-315 29s -30s linear infinite}@keyframes fall-315{62.954%{transform:translate(87.8164vw,62.954vh) scale(.6666)}to{transform:translate(83.65505vw,99vh) scale(.6666)}}.snow:nth-child(316){opacity:.1942;transform:translate(23.6485vw,-10px) scale(.1367);animation:fall-316 15s -16s linear infinite}@keyframes fall-316{77.238%{transform:translate(19.024vw,77.238vh) scale(.1367)}to{transform:translate(21.33625vw,99vh) scale(.1367)}}.snow:nth-child(317){opacity:.584;transform:translate(75.9841vw,-10px) scale(.0739);animation:fall-317 13s -22s linear infinite}@keyframes fall-317{52.243%{transform:translate(84.5958vw,52.243vh) scale(.0739)}to{transform:translate(80.28995vw,99vh) scale(.0739)}}.snow:nth-child(318){opacity:1.8558;transform:translate(65.675vw,-10px) scale(.4444);animation:fall-318 26s -16s linear infinite}@keyframes fall-318{35.565%{transform:translate(66.1655vw,35.565vh) scale(.4444)}to{transform:translate(65.92025vw,99vh) scale(.4444)}}.snow:nth-child(319){opacity:1.1356;transform:translate(47.4065vw,-10px) scale(.0874);animation:fall-319 25s -30s linear infinite}@keyframes fall-319{54.977%{transform:translate(42.5415vw,54.977vh) scale(.0874)}to{transform:translate(44.974vw,99vh) scale(.0874)}}.snow:nth-child(320){opacity:.7366;transform:translate(23.735vw,-10px) scale(.0381);animation:fall-320 19s -5s linear infinite}@keyframes fall-320{48.022%{transform:translate(17.6652vw,48.022vh) scale(.0381)}to{transform:translate(20.7001vw,99vh) scale(.0381)}}.snow:nth-child(321){opacity:1.5264;transform:translate(87.6474vw,-10px) scale(.5446);animation:fall-321 14s -13s linear infinite}@keyframes fall-321{65.679%{transform:translate(93.0196vw,65.679vh) scale(.5446)}to{transform:translate(90.3335vw,99vh) scale(.5446)}}.snow:nth-child(322){opacity:1.2434;transform:translate(79.2206vw,-10px) scale(.4151);animation:fall-322 20s -3s linear infinite}@keyframes fall-322{76.891%{transform:translate(78.2214vw,76.891vh) scale(.4151)}to{transform:translate(78.721vw,99vh) scale(.4151)}}.snow:nth-child(323){opacity:.2454;transform:translate(16.2922vw,-10px) scale(.9895);animation:fall-323 13s -18s linear infinite}@keyframes fall-323{40.597%{transform:translate(17.5085vw,40.597vh) scale(.9895)}to{transform:translate(16.90035vw,99vh) scale(.9895)}}.snow:nth-child(324){opacity:.9668;transform:translate(27.9635vw,-10px) scale(.5764);animation:fall-324 19s -27s linear infinite}@keyframes fall-324{44.86%{transform:translate(18.539vw,44.86vh) scale(.5764)}to{transform:translate(23.25125vw,99vh) scale(.5764)}}.snow:nth-child(325){opacity:1.9204;transform:translate(99.255vw,-10px) scale(.6845);animation:fall-325 22s -17s linear infinite}@keyframes fall-325{33.169%{transform:translate(91.0053vw,33.169vh) scale(.6845)}to{transform:translate(95.13015vw,99vh) scale(.6845)}}.snow:nth-child(326){opacity:1.7592;transform:translate(41.3412vw,-10px) scale(.9019);animation:fall-326 10s -9s linear infinite}@keyframes fall-326{42.399%{transform:translate(39.8846vw,42.399vh) scale(.9019)}to{transform:translate(40.6129vw,99vh) scale(.9019)}}.snow:nth-child(327){opacity:.4998;transform:translate(19.9012vw,-10px) scale(.7687);animation:fall-327 15s -30s linear infinite}@keyframes fall-327{52.166%{transform:translate(18.6373vw,52.166vh) scale(.7687)}to{transform:translate(19.26925vw,99vh) scale(.7687)}}.snow:nth-child(328){opacity:1.599;transform:translate(19.4613vw,-10px) scale(.4735);animation:fall-328 27s -24s linear infinite}@keyframes fall-328{66.318%{transform:translate(13.5996vw,66.318vh) scale(.4735)}to{transform:translate(16.53045vw,99vh) scale(.4735)}}.snow:nth-child(329){opacity:.8548;transform:translate(35.8227vw,-10px) scale(.3289);animation:fall-329 17s -27s linear infinite}@keyframes fall-329{32.385%{transform:translate(37.2742vw,32.385vh) scale(.3289)}to{transform:translate(36.54845vw,99vh) scale(.3289)}}.snow:nth-child(330){opacity:1.7128;transform:translate(86.1548vw,-10px) scale(.3436);animation:fall-330 11s -8s linear infinite}@keyframes fall-330{68.159%{transform:translate(91.066vw,68.159vh) scale(.3436)}to{transform:translate(88.6104vw,99vh) scale(.3436)}}.snow:nth-child(331){opacity:1.4874;transform:translate(63.9931vw,-10px) scale(.5319);animation:fall-331 24s -15s linear infinite}@keyframes fall-331{60.269%{transform:translate(57.4512vw,60.269vh) scale(.5319)}to{transform:translate(60.72215vw,99vh) scale(.5319)}}.snow:nth-child(332){opacity:1.846;transform:translate(13.5816vw,-10px) scale(.8235);animation:fall-332 29s -3s linear infinite}@keyframes fall-332{64.97%{transform:translate(16.0625vw,64.97vh) scale(.8235)}to{transform:translate(14.82205vw,99vh) scale(.8235)}}.snow:nth-child(333){opacity:1.0764;transform:translate(1.4514vw,-10px) scale(.5329);animation:fall-333 24s -28s linear infinite}@keyframes fall-333{40.826%{transform:translate(.8104vw,40.826vh) scale(.5329)}to{transform:translate(1.1309vw,99vh) scale(.5329)}}.snow:nth-child(334){opacity:1.8714;transform:translate(16.223vw,-10px) scale(.5066);animation:fall-334 30s -27s linear infinite}@keyframes fall-334{32.805%{transform:translate(22.1726vw,32.805vh) scale(.5066)}to{transform:translate(19.1978vw,99vh) scale(.5066)}}.snow:nth-child(335){opacity:1.7106;transform:translate(24.7519vw,-10px) scale(.5319);animation:fall-335 18s -14s linear infinite}@keyframes fall-335{66.232%{transform:translate(27.7022vw,66.232vh) scale(.5319)}to{transform:translate(26.22705vw,99vh) scale(.5319)}}.snow:nth-child(336){opacity:1.2752;transform:translate(74.7441vw,-10px) scale(.8132);animation:fall-336 14s -16s linear infinite}@keyframes fall-336{64.737%{transform:translate(73.2586vw,64.737vh) scale(.8132)}to{transform:translate(74.00135vw,99vh) scale(.8132)}}.snow:nth-child(337){opacity:.6086;transform:translate(40.2927vw,-10px) scale(.76);animation:fall-337 16s -3s linear infinite}@keyframes fall-337{68.422%{transform:translate(45.7769vw,68.422vh) scale(.76)}to{transform:translate(43.0348vw,99vh) scale(.76)}}.snow:nth-child(338){opacity:1.9418;transform:translate(12.1277vw,-10px) scale(.9687);animation:fall-338 26s -7s linear infinite}@keyframes fall-338{44.337%{transform:translate(11.1516vw,44.337vh) scale(.9687)}to{transform:translate(11.63965vw,99vh) scale(.9687)}}.snow:nth-child(339){opacity:1.1276;transform:translate(35.3057vw,-10px) scale(.795);animation:fall-339 26s -4s linear infinite}@keyframes fall-339{70.688%{transform:translate(27.5642vw,70.688vh) scale(.795)}to{transform:translate(31.43495vw,99vh) scale(.795)}}.snow:nth-child(340){opacity:.7576;transform:translate(94.2717vw,-10px) scale(.2178);animation:fall-340 30s -11s linear infinite}@keyframes fall-340{72.329%{transform:translate(99.6499vw,72.329vh) scale(.2178)}to{transform:translate(96.9608vw,99vh) scale(.2178)}}.snow:nth-child(341){opacity:1.686;transform:translate(78.317vw,-10px) scale(.6799);animation:fall-341 26s -2s linear infinite}@keyframes fall-341{50.612%{transform:translate(86.7721vw,50.612vh) scale(.6799)}to{transform:translate(82.54455vw,99vh) scale(.6799)}}.snow:nth-child(342){opacity:1.2718;transform:translate(38.5297vw,-10px) scale(.1305);animation:fall-342 25s -15s linear infinite}@keyframes fall-342{52.514%{transform:translate(48.0917vw,52.514vh) scale(.1305)}to{transform:translate(43.3107vw,99vh) scale(.1305)}}.snow:nth-child(343){opacity:.8616;transform:translate(82.6022vw,-10px) scale(.2941);animation:fall-343 12s -23s linear infinite}@keyframes fall-343{37.752%{transform:translate(80.398vw,37.752vh) scale(.2941)}to{transform:translate(81.5001vw,99vh) scale(.2941)}}.snow:nth-child(344){opacity:.766;transform:translate(27.164vw,-10px) scale(.3455);animation:fall-344 26s -28s linear infinite}@keyframes fall-344{65.541%{transform:translate(31.4024vw,65.541vh) scale(.3455)}to{transform:translate(29.2832vw,99vh) scale(.3455)}}.snow:nth-child(345){opacity:.4638;transform:translate(58.3723vw,-10px) scale(.6032);animation:fall-345 24s -13s linear infinite}@keyframes fall-345{47.274%{transform:translate(61.9269vw,47.274vh) scale(.6032)}to{transform:translate(60.1496vw,99vh) scale(.6032)}}.snow:nth-child(346){opacity:1.6622;transform:translate(21.4725vw,-10px) scale(.2569);animation:fall-346 26s -21s linear infinite}@keyframes fall-346{54.255%{transform:translate(15.3668vw,54.255vh) scale(.2569)}to{transform:translate(18.41965vw,99vh) scale(.2569)}}.snow:nth-child(347){opacity:1.3662;transform:translate(58.6351vw,-10px) scale(.7091);animation:fall-347 15s -29s linear infinite}@keyframes fall-347{51.581%{transform:translate(49.8519vw,51.581vh) scale(.7091)}to{transform:translate(54.2435vw,99vh) scale(.7091)}}.snow:nth-child(348){opacity:.3422;transform:translate(31.4142vw,-10px) scale(.0751);animation:fall-348 17s -21s linear infinite}@keyframes fall-348{43.194%{transform:translate(41.2866vw,43.194vh) scale(.0751)}to{transform:translate(36.3504vw,99vh) scale(.0751)}}.snow:nth-child(349){opacity:.1912;transform:translate(48.8602vw,-10px) scale(.0228);animation:fall-349 20s -25s linear infinite}@keyframes fall-349{31.168%{transform:translate(40.0016vw,31.168vh) scale(.0228)}to{transform:translate(44.4309vw,99vh) scale(.0228)}}.snow:nth-child(350){opacity:.4568;transform:translate(42.0821vw,-10px) scale(.3787);animation:fall-350 29s -13s linear infinite}@keyframes fall-350{58.815%{transform:translate(45.6168vw,58.815vh) scale(.3787)}to{transform:translate(43.84945vw,99vh) scale(.3787)}}.snow:nth-child(351){opacity:1.4942;transform:translate(99.0328vw,-10px) scale(.6853);animation:fall-351 10s -14s linear infinite}@keyframes fall-351{32.235%{transform:translate(106.3097vw,32.235vh) scale(.6853)}to{transform:translate(102.67125vw,99vh) scale(.6853)}}.snow:nth-child(352){opacity:.519;transform:translate(1.0883vw,-10px) scale(.9157);animation:fall-352 12s -25s linear infinite}@keyframes fall-352{52.134%{transform:translate(-7.7299vw,52.134vh) scale(.9157)}to{transform:translate(-3.3208vw,99vh) scale(.9157)}}.snow:nth-child(353){opacity:1.9194;transform:translate(75.3435vw,-10px) scale(.2934);animation:fall-353 24s -19s linear infinite}@keyframes fall-353{54.194%{transform:translate(78.2027vw,54.194vh) scale(.2934)}to{transform:translate(76.7731vw,99vh) scale(.2934)}}.snow:nth-child(354){opacity:.8706;transform:translate(47.4544vw,-10px) scale(.4682);animation:fall-354 29s -3s linear infinite}@keyframes fall-354{62.835%{transform:translate(45.4977vw,62.835vh) scale(.4682)}to{transform:translate(46.47605vw,99vh) scale(.4682)}}.snow:nth-child(355){opacity:.9766;transform:translate(85.3573vw,-10px) scale(.8221);animation:fall-355 24s -9s linear infinite}@keyframes fall-355{54.681%{transform:translate(90.4423vw,54.681vh) scale(.8221)}to{transform:translate(87.8998vw,99vh) scale(.8221)}}.snow:nth-child(356){opacity:.7436;transform:translate(3.0148vw,-10px) scale(.4224);animation:fall-356 15s -19s linear infinite}@keyframes fall-356{64.413%{transform:translate(.4219vw,64.413vh) scale(.4224)}to{transform:translate(1.71835vw,99vh) scale(.4224)}}.snow:nth-child(357){opacity:1.9892;transform:translate(2.9454vw,-10px) scale(.7334);animation:fall-357 11s -22s linear infinite}@keyframes fall-357{62.85%{transform:translate(-.8596vw,62.85vh) scale(.7334)}to{transform:translate(1.0429vw,99vh) scale(.7334)}}.snow:nth-child(358){opacity:1.266;transform:translate(54.4606vw,-10px) scale(.3455);animation:fall-358 16s -16s linear infinite}@keyframes fall-358{75.748%{transform:translate(46.281vw,75.748vh) scale(.3455)}to{transform:translate(50.3708vw,99vh) scale(.3455)}}.snow:nth-child(359){opacity:1.3526;transform:translate(79.712vw,-10px) scale(.3006);animation:fall-359 25s -8s linear infinite}@keyframes fall-359{69.945%{transform:translate(83.6729vw,69.945vh) scale(.3006)}to{transform:translate(81.69245vw,99vh) scale(.3006)}}.snow:nth-child(360){opacity:1.8284;transform:translate(26.4731vw,-10px) scale(.9868);animation:fall-360 21s -20s linear infinite}@keyframes fall-360{71.471%{transform:translate(30.205vw,71.471vh) scale(.9868)}to{transform:translate(28.33905vw,99vh) scale(.9868)}}.snow:nth-child(361){opacity:1.06;transform:translate(8.552vw,-10px) scale(.1568);animation:fall-361 20s -19s linear infinite}@keyframes fall-361{43.368%{transform:translate(5.4726vw,43.368vh) scale(.1568)}to{transform:translate(7.0123vw,99vh) scale(.1568)}}.snow:nth-child(362){opacity:1.7112;transform:translate(11.6269vw,-10px) scale(.9754);animation:fall-362 13s -28s linear infinite}@keyframes fall-362{79.383%{transform:translate(10.9218vw,79.383vh) scale(.9754)}to{transform:translate(11.27435vw,99vh) scale(.9754)}}.snow:nth-child(363){opacity:1.0132;transform:translate(99.8913vw,-10px) scale(.6575);animation:fall-363 20s -6s linear infinite}@keyframes fall-363{57.02%{transform:translate(99.1506vw,57.02vh) scale(.6575)}to{transform:translate(99.52095vw,99vh) scale(.6575)}}.snow:nth-child(364){opacity:1.9622;transform:translate(98.5722vw,-10px) scale(.1957);animation:fall-364 11s -19s linear infinite}@keyframes fall-364{47.358%{transform:translate(95.3775vw,47.358vh) scale(.1957)}to{transform:translate(96.97485vw,99vh) scale(.1957)}}.snow:nth-child(365){opacity:1.0044;transform:translate(16.8183vw,-10px) scale(.7938);animation:fall-365 11s -21s linear infinite}@keyframes fall-365{34.867%{transform:translate(23.7863vw,34.867vh) scale(.7938)}to{transform:translate(20.3023vw,99vh) scale(.7938)}}.snow:nth-child(366){opacity:.8376;transform:translate(52.0723vw,-10px) scale(.1811);animation:fall-366 15s -9s linear infinite}@keyframes fall-366{65.271%{transform:translate(61.522vw,65.271vh) scale(.1811)}to{transform:translate(56.79715vw,99vh) scale(.1811)}}.snow:nth-child(367){opacity:1.948;transform:translate(23.9813vw,-10px) scale(.1624);animation:fall-367 22s -7s linear infinite}@keyframes fall-367{31.586%{transform:translate(20.7298vw,31.586vh) scale(.1624)}to{transform:translate(22.35555vw,99vh) scale(.1624)}}.snow:nth-child(368){opacity:.4546;transform:translate(9.5263vw,-10px) scale(.0683);animation:fall-368 22s -5s linear infinite}@keyframes fall-368{51.445%{transform:translate(5.0995vw,51.445vh) scale(.0683)}to{transform:translate(7.3129vw,99vh) scale(.0683)}}.snow:nth-child(369){opacity:1.8374;transform:translate(28.4043vw,-10px) scale(.8362);animation:fall-369 25s -22s linear infinite}@keyframes fall-369{46.195%{transform:translate(30.2241vw,46.195vh) scale(.8362)}to{transform:translate(29.3142vw,99vh) scale(.8362)}}.snow:nth-child(370){opacity:.6046;transform:translate(93.0573vw,-10px) scale(.1697);animation:fall-370 19s -14s linear infinite}@keyframes fall-370{36.432%{transform:translate(93.6768vw,36.432vh) scale(.1697)}to{transform:translate(93.36705vw,99vh) scale(.1697)}}.snow:nth-child(371){opacity:.4962;transform:translate(78.7882vw,-10px) scale(.5509);animation:fall-371 10s -26s linear infinite}@keyframes fall-371{74.658%{transform:translate(73.768vw,74.658vh) scale(.5509)}to{transform:translate(76.2781vw,99vh) scale(.5509)}}.snow:nth-child(372){opacity:1.9802;transform:translate(10.5249vw,-10px) scale(.9229);animation:fall-372 10s -4s linear infinite}@keyframes fall-372{55.302%{transform:translate(14.332vw,55.302vh) scale(.9229)}to{transform:translate(12.42845vw,99vh) scale(.9229)}}.snow:nth-child(373){opacity:.0608;transform:translate(15.3081vw,-10px) scale(.6482);animation:fall-373 19s -29s linear infinite}@keyframes fall-373{71.752%{transform:translate(7.3469vw,71.752vh) scale(.6482)}to{transform:translate(11.3275vw,99vh) scale(.6482)}}.snow:nth-child(374){opacity:1.1696;transform:translate(71.5839vw,-10px) scale(.8394);animation:fall-374 22s -14s linear infinite}@keyframes fall-374{74.96%{transform:translate(69.3086vw,74.96vh) scale(.8394)}to{transform:translate(70.44625vw,99vh) scale(.8394)}}.snow:nth-child(375){opacity:1.4562;transform:translate(13.2142vw,-10px) scale(.3468);animation:fall-375 24s -8s linear infinite}@keyframes fall-375{45.681%{transform:translate(17.6479vw,45.681vh) scale(.3468)}to{transform:translate(15.43105vw,99vh) scale(.3468)}}.snow:nth-child(376){opacity:.1168;transform:translate(40.7651vw,-10px) scale(.9688);animation:fall-376 22s -14s linear infinite}@keyframes fall-376{76.172%{transform:translate(42.889vw,76.172vh) scale(.9688)}to{transform:translate(41.82705vw,99vh) scale(.9688)}}.snow:nth-child(377){opacity:.6598;transform:translate(53.84vw,-10px) scale(.0148);animation:fall-377 16s -25s linear infinite}@keyframes fall-377{31.571%{transform:translate(44.1469vw,31.571vh) scale(.0148)}to{transform:translate(48.99345vw,99vh) scale(.0148)}}.snow:nth-child(378){opacity:1.951;transform:translate(56.7752vw,-10px) scale(.9564);animation:fall-378 22s -19s linear infinite}@keyframes fall-378{74.447%{transform:translate(64.9413vw,74.447vh) scale(.9564)}to{transform:translate(60.85825vw,99vh) scale(.9564)}}.snow:nth-child(379){opacity:1.0858;transform:translate(74.9006vw,-10px) scale(.5748);animation:fall-379 21s -10s linear infinite}@keyframes fall-379{57.401%{transform:translate(79.3122vw,57.401vh) scale(.5748)}to{transform:translate(77.1064vw,99vh) scale(.5748)}}.snow:nth-child(380){opacity:.547;transform:translate(59.7483vw,-10px) scale(.9986);animation:fall-380 14s -20s linear infinite}@keyframes fall-380{49.049%{transform:translate(53.6969vw,49.049vh) scale(.9986)}to{transform:translate(56.7226vw,99vh) scale(.9986)}}.snow:nth-child(381){opacity:1.1366;transform:translate(55.8254vw,-10px) scale(.1317);animation:fall-381 24s -27s linear infinite}@keyframes fall-381{72.369%{transform:translate(56.5081vw,72.369vh) scale(.1317)}to{transform:translate(56.16675vw,99vh) scale(.1317)}}.snow:nth-child(382){opacity:1.5084;transform:translate(50.0548vw,-10px) scale(.8448);animation:fall-382 27s -19s linear infinite}@keyframes fall-382{65.356%{transform:translate(40.3525vw,65.356vh) scale(.8448)}to{transform:translate(45.20365vw,99vh) scale(.8448)}}.snow:nth-child(383){opacity:1.8218;transform:translate(65.0242vw,-10px) scale(.7868);animation:fall-383 12s -10s linear infinite}@keyframes fall-383{39.227%{transform:translate(64.3494vw,39.227vh) scale(.7868)}to{transform:translate(64.6868vw,99vh) scale(.7868)}}.snow:nth-child(384){opacity:1.0064;transform:translate(8.9679vw,-10px) scale(.3499);animation:fall-384 26s -1s linear infinite}@keyframes fall-384{63.836%{transform:translate(8.2064vw,63.836vh) scale(.3499)}to{transform:translate(8.58715vw,99vh) scale(.3499)}}.snow:nth-child(385){opacity:1.8298;transform:translate(7.7035vw,-10px) scale(.0104);animation:fall-385 12s -21s linear infinite}@keyframes fall-385{66.715%{transform:translate(10.2029vw,66.715vh) scale(.0104)}to{transform:translate(8.9532vw,99vh) scale(.0104)}}.snow:nth-child(386){opacity:.653;transform:translate(53.4195vw,-10px) scale(.6037);animation:fall-386 21s -12s linear infinite}@keyframes fall-386{69.255%{transform:translate(58.0348vw,69.255vh) scale(.6037)}to{transform:translate(55.72715vw,99vh) scale(.6037)}}.snow:nth-child(387){opacity:1.3112;transform:translate(93.6907vw,-10px) scale(.8058);animation:fall-387 10s -18s linear infinite}@keyframes fall-387{69.647%{transform:translate(99.0841vw,69.647vh) scale(.8058)}to{transform:translate(96.3874vw,99vh) scale(.8058)}}.snow:nth-child(388){opacity:1.8816;transform:translate(26.1115vw,-10px) scale(.5327);animation:fall-388 24s -12s linear infinite}@keyframes fall-388{64.015%{transform:translate(20.0274vw,64.015vh) scale(.5327)}to{transform:translate(23.06945vw,99vh) scale(.5327)}}.snow:nth-child(389){opacity:.0494;transform:translate(81.6954vw,-10px) scale(.8976);animation:fall-389 30s -9s linear infinite}@keyframes fall-389{71.55%{transform:translate(89.7372vw,71.55vh) scale(.8976)}to{transform:translate(85.7163vw,99vh) scale(.8976)}}.snow:nth-child(390){opacity:.0268;transform:translate(1.4844vw,-10px) scale(.676);animation:fall-390 28s -6s linear infinite}@keyframes fall-390{51.639%{transform:translate(2.1885vw,51.639vh) scale(.676)}to{transform:translate(1.83645vw,99vh) scale(.676)}}.snow:nth-child(391){opacity:1.7958;transform:translate(8.1945vw,-10px) scale(.0754);animation:fall-391 18s -30s linear infinite}@keyframes fall-391{38.986%{transform:translate(14.8494vw,38.986vh) scale(.0754)}to{transform:translate(11.52195vw,99vh) scale(.0754)}}.snow:nth-child(392){opacity:.015;transform:translate(5.3724vw,-10px) scale(.3129);animation:fall-392 23s -12s linear infinite}@keyframes fall-392{36.286%{transform:translate(-1.4441vw,36.286vh) scale(.3129)}to{transform:translate(1.96415vw,99vh) scale(.3129)}}.snow:nth-child(393){opacity:.87;transform:translate(70.2099vw,-10px) scale(.4346);animation:fall-393 29s -25s linear infinite}@keyframes fall-393{74.699%{transform:translate(72.2702vw,74.699vh) scale(.4346)}to{transform:translate(71.24005vw,99vh) scale(.4346)}}.snow:nth-child(394){opacity:1.9174;transform:translate(77.1942vw,-10px) scale(.7197);animation:fall-394 11s -26s linear infinite}@keyframes fall-394{43.356%{transform:translate(72.245vw,43.356vh) scale(.7197)}to{transform:translate(74.7196vw,99vh) scale(.7197)}}.snow:nth-child(395){opacity:.3678;transform:translate(36.8559vw,-10px) scale(.3339);animation:fall-395 11s -9s linear infinite}@keyframes fall-395{79.273%{transform:translate(35.14vw,79.273vh) scale(.3339)}to{transform:translate(35.99795vw,99vh) scale(.3339)}}.snow:nth-child(396){opacity:.7124;transform:translate(6.808vw,-10px) scale(.1738);animation:fall-396 28s -1s linear infinite}@keyframes fall-396{55.306%{transform:translate(13.1099vw,55.306vh) scale(.1738)}to{transform:translate(9.95895vw,99vh) scale(.1738)}}.snow:nth-child(397){opacity:1.787;transform:translate(28.4322vw,-10px) scale(.2527);animation:fall-397 19s -29s linear infinite}@keyframes fall-397{52.934%{transform:translate(36.3763vw,52.934vh) scale(.2527)}to{transform:translate(32.40425vw,99vh) scale(.2527)}}.snow:nth-child(398){opacity:.6944;transform:translate(91.5329vw,-10px) scale(.9168);animation:fall-398 11s -29s linear infinite}@keyframes fall-398{64.928%{transform:translate(91.4531vw,64.928vh) scale(.9168)}to{transform:translate(91.493vw,99vh) scale(.9168)}}.snow:nth-child(399){opacity:1.7034;transform:translate(64.9252vw,-10px) scale(.2302);animation:fall-399 30s -26s linear infinite}@keyframes fall-399{45.427%{transform:translate(57.4872vw,45.427vh) scale(.2302)}to{transform:translate(61.2062vw,99vh) scale(.2302)}}.snow:nth-child(400){opacity:1.7678;transform:translate(32.8579vw,-10px) scale(.4361);animation:fall-400 17s -27s linear infinite}@keyframes fall-400{76.481%{transform:translate(30.2456vw,76.481vh) scale(.4361)}to{transform:translate(31.55175vw,99vh) scale(.4361)}}\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 });
|
|
79
79
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AppComponent, decorators: [{
|
|
80
80
|
type: Component,
|
|
81
|
-
args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:1.8224;transform:translate(6.2463vw,-10px) scale(.1134);animation:fall-1 28s -15s linear infinite}@keyframes fall-1{78.03%{transform:translate(-2.1929vw,78.03vh) scale(.1134)}to{transform:translate(2.0267vw,99vh) scale(.1134)}}.snow:nth-child(2){opacity:.1578;transform:translate(88.203vw,-10px) scale(.2023);animation:fall-2 15s -12s linear infinite}@keyframes fall-2{74.245%{transform:translate(89.022vw,74.245vh) scale(.2023)}to{transform:translate(88.6125vw,99vh) scale(.2023)}}.snow:nth-child(3){opacity:.749;transform:translate(62.2956vw,-10px) scale(.6729);animation:fall-3 24s -13s linear infinite}@keyframes fall-3{67.85%{transform:translate(69.8108vw,67.85vh) scale(.6729)}to{transform:translate(66.0532vw,99vh) scale(.6729)}}.snow:nth-child(4){opacity:.0278;transform:translate(38.8296vw,-10px) scale(.59);animation:fall-4 26s -27s linear infinite}@keyframes fall-4{43.952%{transform:translate(35.08vw,43.952vh) scale(.59)}to{transform:translate(36.9548vw,99vh) scale(.59)}}.snow:nth-child(5){opacity:1.7356;transform:translate(53.1102vw,-10px) scale(.7842);animation:fall-5 15s -22s linear infinite}@keyframes fall-5{39.561%{transform:translate(45.4488vw,39.561vh) scale(.7842)}to{transform:translate(49.2795vw,99vh) scale(.7842)}}.snow:nth-child(6){opacity:1.8418;transform:translate(75.7853vw,-10px) scale(.0329);animation:fall-6 13s -3s linear infinite}@keyframes fall-6{68.092%{transform:translate(85.4034vw,68.092vh) scale(.0329)}to{transform:translate(80.59435vw,99vh) scale(.0329)}}.snow:nth-child(7){opacity:1.8808;transform:translate(75.8466vw,-10px) scale(.5139);animation:fall-7 18s -23s linear infinite}@keyframes fall-7{52.669%{transform:translate(73.7096vw,52.669vh) scale(.5139)}to{transform:translate(74.7781vw,99vh) scale(.5139)}}.snow:nth-child(8){opacity:.5694;transform:translate(23.738vw,-10px) scale(.5754);animation:fall-8 12s -28s linear infinite}@keyframes fall-8{62.5%{transform:translate(18.0128vw,62.5vh) scale(.5754)}to{transform:translate(20.8754vw,99vh) scale(.5754)}}.snow:nth-child(9){opacity:.9864;transform:translate(70.3507vw,-10px) scale(.6874);animation:fall-9 25s -7s linear infinite}@keyframes fall-9{77.964%{transform:translate(72.867vw,77.964vh) scale(.6874)}to{transform:translate(71.60885vw,99vh) scale(.6874)}}.snow:nth-child(10){opacity:1.1228;transform:translate(84.5203vw,-10px) scale(.205);animation:fall-10 12s -3s linear infinite}@keyframes fall-10{54.043%{transform:translate(82.8137vw,54.043vh) scale(.205)}to{transform:translate(83.667vw,99vh) scale(.205)}}.snow:nth-child(11){opacity:.847;transform:translate(8.6409vw,-10px) scale(.3227);animation:fall-11 24s -30s linear infinite}@keyframes fall-11{60.314%{transform:translate(11.6325vw,60.314vh) scale(.3227)}to{transform:translate(10.1367vw,99vh) scale(.3227)}}.snow:nth-child(12){opacity:1.5918;transform:translate(20.0058vw,-10px) scale(.5513);animation:fall-12 27s -28s linear infinite}@keyframes fall-12{60.572%{transform:translate(17.3535vw,60.572vh) scale(.5513)}to{transform:translate(18.67965vw,99vh) scale(.5513)}}.snow:nth-child(13){opacity:1.381;transform:translate(48.4554vw,-10px) scale(.7161);animation:fall-13 24s -28s linear infinite}@keyframes fall-13{36.446%{transform:translate(41.4446vw,36.446vh) scale(.7161)}to{transform:translate(44.95vw,99vh) scale(.7161)}}.snow:nth-child(14){opacity:1.3304;transform:translate(60.9087vw,-10px) scale(.0603);animation:fall-14 18s -9s linear infinite}@keyframes fall-14{71.041%{transform:translate(59.7788vw,71.041vh) scale(.0603)}to{transform:translate(60.34375vw,99vh) scale(.0603)}}.snow:nth-child(15){opacity:.6016;transform:translate(49.1351vw,-10px) scale(.9122);animation:fall-15 23s -2s linear infinite}@keyframes fall-15{40.612%{transform:translate(47.5574vw,40.612vh) scale(.9122)}to{transform:translate(48.34625vw,99vh) scale(.9122)}}.snow:nth-child(16){opacity:.1412;transform:translate(18.7949vw,-10px) scale(.1138);animation:fall-16 22s -13s linear infinite}@keyframes fall-16{41.988%{transform:translate(13.6551vw,41.988vh) scale(.1138)}to{transform:translate(16.225vw,99vh) scale(.1138)}}.snow:nth-child(17){opacity:1.7688;transform:translate(23.3423vw,-10px) scale(.5408);animation:fall-17 11s -12s linear infinite}@keyframes fall-17{74.699%{transform:translate(30.2043vw,74.699vh) scale(.5408)}to{transform:translate(26.7733vw,99vh) scale(.5408)}}.snow:nth-child(18){opacity:.3014;transform:translate(95.8933vw,-10px) scale(.8094);animation:fall-18 15s -2s linear infinite}@keyframes fall-18{30.467%{transform:translate(96.074vw,30.467vh) scale(.8094)}to{transform:translate(95.98365vw,99vh) scale(.8094)}}.snow:nth-child(19){opacity:1.8126;transform:translate(66.9007vw,-10px) scale(.9727);animation:fall-19 27s -10s linear infinite}@keyframes fall-19{49.405%{transform:translate(61.1975vw,49.405vh) scale(.9727)}to{transform:translate(64.0491vw,99vh) scale(.9727)}}.snow:nth-child(20){opacity:.22;transform:translate(95.5555vw,-10px) scale(.658);animation:fall-20 11s -27s linear infinite}@keyframes fall-20{33.462%{transform:translate(87.7604vw,33.462vh) scale(.658)}to{transform:translate(91.65795vw,99vh) scale(.658)}}.snow:nth-child(21){opacity:.7584;transform:translate(90.0355vw,-10px) scale(.2392);animation:fall-21 29s -28s linear infinite}@keyframes fall-21{69.135%{transform:translate(84.1618vw,69.135vh) scale(.2392)}to{transform:translate(87.09865vw,99vh) scale(.2392)}}.snow:nth-child(22){opacity:.1568;transform:translate(74.0427vw,-10px) scale(.1827);animation:fall-22 10s -26s linear infinite}@keyframes fall-22{37.434%{transform:translate(74.2717vw,37.434vh) scale(.1827)}to{transform:translate(74.1572vw,99vh) scale(.1827)}}.snow:nth-child(23){opacity:.2166;transform:translate(79.5873vw,-10px) scale(.23);animation:fall-23 30s -20s linear infinite}@keyframes fall-23{56.479%{transform:translate(79.2293vw,56.479vh) scale(.23)}to{transform:translate(79.4083vw,99vh) scale(.23)}}.snow:nth-child(24){opacity:1.7016;transform:translate(27.3172vw,-10px) scale(.6864);animation:fall-24 27s -17s linear infinite}@keyframes fall-24{46.18%{transform:translate(35.7351vw,46.18vh) scale(.6864)}to{transform:translate(31.52615vw,99vh) scale(.6864)}}.snow:nth-child(25){opacity:.7806;transform:translate(59.1565vw,-10px) scale(.0805);animation:fall-25 28s -19s linear infinite}@keyframes fall-25{55.55%{transform:translate(53.9016vw,55.55vh) scale(.0805)}to{transform:translate(56.52905vw,99vh) scale(.0805)}}.snow:nth-child(26){opacity:1.2444;transform:translate(72.0468vw,-10px) scale(.0895);animation:fall-26 14s -19s linear infinite}@keyframes fall-26{45.809%{transform:translate(63.2098vw,45.809vh) scale(.0895)}to{transform:translate(67.6283vw,99vh) scale(.0895)}}.snow:nth-child(27){opacity:1.3516;transform:translate(43.0612vw,-10px) scale(.3179);animation:fall-27 25s -13s linear infinite}@keyframes fall-27{68.983%{transform:translate(48.0106vw,68.983vh) scale(.3179)}to{transform:translate(45.5359vw,99vh) scale(.3179)}}.snow:nth-child(28){opacity:1.887;transform:translate(38.2578vw,-10px) scale(.3695);animation:fall-28 25s -23s linear infinite}@keyframes fall-28{57.995%{transform:translate(36.2901vw,57.995vh) scale(.3695)}to{transform:translate(37.27395vw,99vh) scale(.3695)}}.snow:nth-child(29){opacity:1.6028;transform:translate(74.8166vw,-10px) scale(.6282);animation:fall-29 12s -24s linear infinite}@keyframes fall-29{74.595%{transform:translate(80.5868vw,74.595vh) scale(.6282)}to{transform:translate(77.7017vw,99vh) scale(.6282)}}.snow:nth-child(30){opacity:1.789;transform:translate(91.0313vw,-10px) scale(.8643);animation:fall-30 29s -9s linear infinite}@keyframes fall-30{61.375%{transform:translate(89.7329vw,61.375vh) scale(.8643)}to{transform:translate(90.3821vw,99vh) scale(.8643)}}.snow:nth-child(31){opacity:.521;transform:translate(66.1265vw,-10px) scale(.3978);animation:fall-31 25s -15s linear infinite}@keyframes fall-31{45.007%{transform:translate(57.6102vw,45.007vh) scale(.3978)}to{transform:translate(61.86835vw,99vh) scale(.3978)}}.snow:nth-child(32){opacity:.783;transform:translate(87.8571vw,-10px) scale(.7173);animation:fall-32 12s -7s linear infinite}@keyframes fall-32{39.422%{transform:translate(79.56vw,39.422vh) scale(.7173)}to{transform:translate(83.70855vw,99vh) scale(.7173)}}.snow:nth-child(33){opacity:.757;transform:translate(38.9811vw,-10px) scale(.7133);animation:fall-33 16s -25s linear infinite}@keyframes fall-33{67.919%{transform:translate(42.9201vw,67.919vh) scale(.7133)}to{transform:translate(40.9506vw,99vh) scale(.7133)}}.snow:nth-child(34){opacity:.4094;transform:translate(15.1873vw,-10px) scale(.9899);animation:fall-34 21s -9s linear infinite}@keyframes fall-34{69.619%{transform:translate(9.3645vw,69.619vh) scale(.9899)}to{transform:translate(12.2759vw,99vh) scale(.9899)}}.snow:nth-child(35){opacity:1.986;transform:translate(86.3258vw,-10px) scale(.6397);animation:fall-35 10s -11s linear infinite}@keyframes fall-35{76.088%{transform:translate(94.1113vw,76.088vh) scale(.6397)}to{transform:translate(90.21855vw,99vh) scale(.6397)}}.snow:nth-child(36){opacity:1.2676;transform:translate(61.3362vw,-10px) scale(.6588);animation:fall-36 27s -10s linear infinite}@keyframes fall-36{32.751%{transform:translate(51.9716vw,32.751vh) scale(.6588)}to{transform:translate(56.6539vw,99vh) scale(.6588)}}.snow:nth-child(37){opacity:1.0722;transform:translate(76.831vw,-10px) scale(.975);animation:fall-37 11s -1s linear infinite}@keyframes fall-37{37.769%{transform:translate(86.2634vw,37.769vh) scale(.975)}to{transform:translate(81.5472vw,99vh) scale(.975)}}.snow:nth-child(38){opacity:1.238;transform:translate(82.9201vw,-10px) scale(.9972);animation:fall-38 12s -28s linear infinite}@keyframes fall-38{36.308%{transform:translate(74.9218vw,36.308vh) scale(.9972)}to{transform:translate(78.92095vw,99vh) scale(.9972)}}.snow:nth-child(39){opacity:1.8072;transform:translate(39.426vw,-10px) scale(.3565);animation:fall-39 24s -8s linear infinite}@keyframes fall-39{36.532%{transform:translate(33.1584vw,36.532vh) scale(.3565)}to{transform:translate(36.2922vw,99vh) scale(.3565)}}.snow:nth-child(40){opacity:.4618;transform:translate(38.3678vw,-10px) scale(.6583);animation:fall-40 11s -17s linear infinite}@keyframes fall-40{67.695%{transform:translate(38.7688vw,67.695vh) scale(.6583)}to{transform:translate(38.5683vw,99vh) scale(.6583)}}.snow:nth-child(41){opacity:.9748;transform:translate(85.0991vw,-10px) scale(.1909);animation:fall-41 24s -6s linear infinite}@keyframes fall-41{53.541%{transform:translate(80.3114vw,53.541vh) scale(.1909)}to{transform:translate(82.70525vw,99vh) scale(.1909)}}.snow:nth-child(42){opacity:1.2708;transform:translate(83.1646vw,-10px) scale(.7775);animation:fall-42 27s -13s linear infinite}@keyframes fall-42{30.911%{transform:translate(91.8155vw,30.911vh) scale(.7775)}to{transform:translate(87.49005vw,99vh) scale(.7775)}}.snow:nth-child(43){opacity:.085;transform:translate(2.9vw,-10px) scale(.8999);animation:fall-43 14s -24s linear infinite}@keyframes fall-43{53.23%{transform:translate(4.0464vw,53.23vh) scale(.8999)}to{transform:translate(3.4732vw,99vh) scale(.8999)}}.snow:nth-child(44){opacity:1.264;transform:translate(38.9387vw,-10px) scale(.5182);animation:fall-44 11s -7s linear infinite}@keyframes fall-44{70.72%{transform:translate(42.0442vw,70.72vh) scale(.5182)}to{transform:translate(40.49145vw,99vh) scale(.5182)}}.snow:nth-child(45){opacity:1.3316;transform:translate(93.4315vw,-10px) scale(.0004);animation:fall-45 25s -24s linear infinite}@keyframes fall-45{77.613%{transform:translate(99.9649vw,77.613vh) scale(.0004)}to{transform:translate(96.6982vw,99vh) scale(.0004)}}.snow:nth-child(46){opacity:1.3552;transform:translate(53.3331vw,-10px) scale(.0184);animation:fall-46 29s -14s linear infinite}@keyframes fall-46{50.369%{transform:translate(61.0793vw,50.369vh) scale(.0184)}to{transform:translate(57.2062vw,99vh) scale(.0184)}}.snow:nth-child(47){opacity:.1736;transform:translate(99.5435vw,-10px) scale(.4679);animation:fall-47 22s -14s linear infinite}@keyframes fall-47{36.02%{transform:translate(103.8489vw,36.02vh) scale(.4679)}to{transform:translate(101.6962vw,99vh) scale(.4679)}}.snow:nth-child(48){opacity:1.961;transform:translate(21.9475vw,-10px) scale(.5875);animation:fall-48 25s -16s linear infinite}@keyframes fall-48{34.117%{transform:translate(19.5996vw,34.117vh) scale(.5875)}to{transform:translate(20.77355vw,99vh) scale(.5875)}}.snow:nth-child(49){opacity:.0242;transform:translate(86.7238vw,-10px) scale(.8025);animation:fall-49 13s -1s linear infinite}@keyframes fall-49{51.24%{transform:translate(90.3545vw,51.24vh) scale(.8025)}to{transform:translate(88.53915vw,99vh) scale(.8025)}}.snow:nth-child(50){opacity:.7042;transform:translate(64.4534vw,-10px) scale(.7724);animation:fall-50 30s -22s linear infinite}@keyframes fall-50{62.385%{transform:translate(63.8808vw,62.385vh) scale(.7724)}to{transform:translate(64.1671vw,99vh) scale(.7724)}}.snow:nth-child(51){opacity:1.3972;transform:translate(95.39vw,-10px) scale(.2505);animation:fall-51 28s -27s linear infinite}@keyframes fall-51{53.339%{transform:translate(87.563vw,53.339vh) scale(.2505)}to{transform:translate(91.4765vw,99vh) scale(.2505)}}.snow:nth-child(52){opacity:.2178;transform:translate(84.2738vw,-10px) scale(.9512);animation:fall-52 17s -29s linear infinite}@keyframes fall-52{40.42%{transform:translate(79.4269vw,40.42vh) scale(.9512)}to{transform:translate(81.85035vw,99vh) scale(.9512)}}.snow:nth-child(53){opacity:1.8226;transform:translate(28.4645vw,-10px) scale(.1236);animation:fall-53 28s -29s linear infinite}@keyframes fall-53{58.563%{transform:translate(33.846vw,58.563vh) scale(.1236)}to{transform:translate(31.15525vw,99vh) scale(.1236)}}.snow:nth-child(54){opacity:1.3096;transform:translate(43.2072vw,-10px) scale(.466);animation:fall-54 23s -21s linear infinite}@keyframes fall-54{63.078%{transform:translate(36.1998vw,63.078vh) scale(.466)}to{transform:translate(39.7035vw,99vh) scale(.466)}}.snow:nth-child(55){opacity:1.7052;transform:translate(72.6308vw,-10px) scale(.6339);animation:fall-55 20s -5s linear infinite}@keyframes fall-55{36.347%{transform:translate(73.8937vw,36.347vh) scale(.6339)}to{transform:translate(73.26225vw,99vh) scale(.6339)}}.snow:nth-child(56){opacity:.0792;transform:translate(68.936vw,-10px) scale(.5338);animation:fall-56 29s -14s linear infinite}@keyframes fall-56{42.789%{transform:translate(66.3285vw,42.789vh) scale(.5338)}to{transform:translate(67.63225vw,99vh) scale(.5338)}}.snow:nth-child(57){opacity:.1832;transform:translate(60.7464vw,-10px) scale(.2839);animation:fall-57 13s -19s linear infinite}@keyframes fall-57{54.588%{transform:translate(65.3711vw,54.588vh) scale(.2839)}to{transform:translate(63.05875vw,99vh) scale(.2839)}}.snow:nth-child(58){opacity:.1574;transform:translate(96.3858vw,-10px) scale(.8477);animation:fall-58 26s -8s linear infinite}@keyframes fall-58{35.687%{transform:translate(100.6684vw,35.687vh) scale(.8477)}to{transform:translate(98.5271vw,99vh) scale(.8477)}}.snow:nth-child(59){opacity:1.6164;transform:translate(42.9955vw,-10px) scale(.2142);animation:fall-59 28s -6s linear infinite}@keyframes fall-59{66.789%{transform:translate(43.0162vw,66.789vh) scale(.2142)}to{transform:translate(43.00585vw,99vh) scale(.2142)}}.snow:nth-child(60){opacity:.9172;transform:translate(59.8678vw,-10px) scale(.7949);animation:fall-60 30s -10s linear infinite}@keyframes fall-60{64.587%{transform:translate(69.0163vw,64.587vh) scale(.7949)}to{transform:translate(64.44205vw,99vh) scale(.7949)}}.snow:nth-child(61){opacity:.1928;transform:translate(9.1561vw,-10px) scale(.5471);animation:fall-61 14s -18s linear infinite}@keyframes fall-61{67.286%{transform:translate(9.8774vw,67.286vh) scale(.5471)}to{transform:translate(9.51675vw,99vh) scale(.5471)}}.snow:nth-child(62){opacity:.0942;transform:translate(41.6209vw,-10px) scale(.7785);animation:fall-62 22s -29s linear infinite}@keyframes fall-62{75.843%{transform:translate(42.5965vw,75.843vh) scale(.7785)}to{transform:translate(42.1087vw,99vh) scale(.7785)}}.snow:nth-child(63){opacity:1.1008;transform:translate(5.3593vw,-10px) scale(.8488);animation:fall-63 27s -28s linear infinite}@keyframes fall-63{71.25%{transform:translate(-2.2767vw,71.25vh) scale(.8488)}to{transform:translate(1.5413vw,99vh) scale(.8488)}}.snow:nth-child(64){opacity:.3874;transform:translate(4.0695vw,-10px) scale(.2382);animation:fall-64 11s -16s linear infinite}@keyframes fall-64{32.353%{transform:translate(9.6019vw,32.353vh) scale(.2382)}to{transform:translate(6.8357vw,99vh) scale(.2382)}}.snow:nth-child(65){opacity:.3146;transform:translate(98.9581vw,-10px) scale(.4019);animation:fall-65 27s -6s linear infinite}@keyframes fall-65{60.999%{transform:translate(95.3217vw,60.999vh) scale(.4019)}to{transform:translate(97.1399vw,99vh) scale(.4019)}}.snow:nth-child(66){opacity:.7638;transform:translate(11.7856vw,-10px) scale(.1613);animation:fall-66 30s -23s linear infinite}@keyframes fall-66{49.196%{transform:translate(7.2701vw,49.196vh) scale(.1613)}to{transform:translate(9.52785vw,99vh) scale(.1613)}}.snow:nth-child(67){opacity:.9646;transform:translate(61.4544vw,-10px) scale(.4307);animation:fall-67 20s -8s linear infinite}@keyframes fall-67{49.21%{transform:translate(66.4301vw,49.21vh) scale(.4307)}to{transform:translate(63.94225vw,99vh) scale(.4307)}}.snow:nth-child(68){opacity:.5666;transform:translate(25.1633vw,-10px) scale(.8882);animation:fall-68 24s -30s linear infinite}@keyframes fall-68{77.543%{transform:translate(29.6145vw,77.543vh) scale(.8882)}to{transform:translate(27.3889vw,99vh) scale(.8882)}}.snow:nth-child(69){opacity:1.9652;transform:translate(75.0097vw,-10px) scale(.7528);animation:fall-69 14s -7s linear infinite}@keyframes fall-69{66.094%{transform:translate(81.9571vw,66.094vh) scale(.7528)}to{transform:translate(78.4834vw,99vh) scale(.7528)}}.snow:nth-child(70){opacity:1.5864;transform:translate(86.274vw,-10px) scale(.8491);animation:fall-70 26s -10s linear infinite}@keyframes fall-70{34.16%{transform:translate(88.3154vw,34.16vh) scale(.8491)}to{transform:translate(87.2947vw,99vh) scale(.8491)}}.snow:nth-child(71){opacity:.0776;transform:translate(61.5936vw,-10px) scale(.8841);animation:fall-71 13s -15s linear infinite}@keyframes fall-71{60.17%{transform:translate(59.8921vw,60.17vh) scale(.8841)}to{transform:translate(60.74285vw,99vh) scale(.8841)}}.snow:nth-child(72){opacity:.6722;transform:translate(31.4668vw,-10px) scale(.8392);animation:fall-72 22s -23s linear infinite}@keyframes fall-72{75.827%{transform:translate(29.3248vw,75.827vh) scale(.8392)}to{transform:translate(30.3958vw,99vh) scale(.8392)}}.snow:nth-child(73){opacity:.7278;transform:translate(40.1456vw,-10px) scale(.7604);animation:fall-73 27s -14s linear infinite}@keyframes fall-73{46.84%{transform:translate(44.1716vw,46.84vh) scale(.7604)}to{transform:translate(42.1586vw,99vh) scale(.7604)}}.snow:nth-child(74){opacity:1.5046;transform:translate(52.5478vw,-10px) scale(.921);animation:fall-74 12s -27s linear infinite}@keyframes fall-74{67.631%{transform:translate(52.0063vw,67.631vh) scale(.921)}to{transform:translate(52.27705vw,99vh) scale(.921)}}.snow:nth-child(75){opacity:.7086;transform:translate(94.7044vw,-10px) scale(.7573);animation:fall-75 11s -29s linear infinite}@keyframes fall-75{48.099%{transform:translate(87.5738vw,48.099vh) scale(.7573)}to{transform:translate(91.1391vw,99vh) scale(.7573)}}.snow:nth-child(76){opacity:1.0578;transform:translate(58.099vw,-10px) scale(.72);animation:fall-76 20s -12s linear infinite}@keyframes fall-76{34.085%{transform:translate(58.6184vw,34.085vh) scale(.72)}to{transform:translate(58.3587vw,99vh) scale(.72)}}.snow:nth-child(77){opacity:1.8306;transform:translate(64.4137vw,-10px) scale(.9598);animation:fall-77 16s -29s linear infinite}@keyframes fall-77{47.12%{transform:translate(65.3956vw,47.12vh) scale(.9598)}to{transform:translate(64.90465vw,99vh) scale(.9598)}}.snow:nth-child(78){opacity:1.0506;transform:translate(35.5591vw,-10px) scale(.6322);animation:fall-78 19s -24s linear infinite}@keyframes fall-78{77.383%{transform:translate(39.1359vw,77.383vh) scale(.6322)}to{transform:translate(37.3475vw,99vh) scale(.6322)}}.snow:nth-child(79){opacity:.3052;transform:translate(14.704vw,-10px) scale(.6412);animation:fall-79 25s -22s linear infinite}@keyframes fall-79{53.26%{transform:translate(21.5979vw,53.26vh) scale(.6412)}to{transform:translate(18.15095vw,99vh) scale(.6412)}}.snow:nth-child(80){opacity:1.0418;transform:translate(42.8086vw,-10px) scale(.1608);animation:fall-80 27s -19s linear infinite}@keyframes fall-80{64.961%{transform:translate(45.0632vw,64.961vh) scale(.1608)}to{transform:translate(43.9359vw,99vh) scale(.1608)}}.snow:nth-child(81){opacity:1.254;transform:translate(65.9732vw,-10px) scale(.2508);animation:fall-81 28s -8s linear infinite}@keyframes fall-81{70.999%{transform:translate(57.8482vw,70.999vh) scale(.2508)}to{transform:translate(61.9107vw,99vh) scale(.2508)}}.snow:nth-child(82){opacity:.788;transform:translate(23.9518vw,-10px) scale(.5165);animation:fall-82 18s -12s linear infinite}@keyframes fall-82{30.772%{transform:translate(19.0657vw,30.772vh) scale(.5165)}to{transform:translate(21.50875vw,99vh) scale(.5165)}}.snow:nth-child(83){opacity:.6092;transform:translate(77.5663vw,-10px) scale(.8179);animation:fall-83 11s -2s linear infinite}@keyframes fall-83{40.387%{transform:translate(73.7412vw,40.387vh) scale(.8179)}to{transform:translate(75.65375vw,99vh) scale(.8179)}}.snow:nth-child(84){opacity:1.6742;transform:translate(14.6583vw,-10px) scale(.273);animation:fall-84 21s -6s linear infinite}@keyframes fall-84{51.686%{transform:translate(15.6956vw,51.686vh) scale(.273)}to{transform:translate(15.17695vw,99vh) scale(.273)}}.snow:nth-child(85){opacity:.0058;transform:translate(50.0904vw,-10px) scale(.1943);animation:fall-85 27s -13s linear infinite}@keyframes fall-85{58.978%{transform:translate(55.7237vw,58.978vh) scale(.1943)}to{transform:translate(52.90705vw,99vh) scale(.1943)}}.snow:nth-child(86){opacity:.7698;transform:translate(92.9002vw,-10px) scale(.6672);animation:fall-86 19s -14s linear infinite}@keyframes fall-86{77.247%{transform:translate(88.3259vw,77.247vh) scale(.6672)}to{transform:translate(90.61305vw,99vh) scale(.6672)}}.snow:nth-child(87){opacity:.848;transform:translate(65.8739vw,-10px) scale(.0745);animation:fall-87 13s -5s linear infinite}@keyframes fall-87{46.565%{transform:translate(61.5762vw,46.565vh) scale(.0745)}to{transform:translate(63.72505vw,99vh) scale(.0745)}}.snow:nth-child(88){opacity:.8894;transform:translate(76.0627vw,-10px) scale(.3506);animation:fall-88 18s -5s linear infinite}@keyframes fall-88{69.634%{transform:translate(79.9604vw,69.634vh) scale(.3506)}to{transform:translate(78.01155vw,99vh) scale(.3506)}}.snow:nth-child(89){opacity:1.3558;transform:translate(47.2016vw,-10px) scale(.8737);animation:fall-89 23s -24s linear infinite}@keyframes fall-89{42.118%{transform:translate(46.9314vw,42.118vh) scale(.8737)}to{transform:translate(47.0665vw,99vh) scale(.8737)}}.snow:nth-child(90){opacity:1.1828;transform:translate(60.1099vw,-10px) scale(.5276);animation:fall-90 22s -26s linear infinite}@keyframes fall-90{48.271%{transform:translate(54.9945vw,48.271vh) scale(.5276)}to{transform:translate(57.5522vw,99vh) scale(.5276)}}.snow:nth-child(91){opacity:.1118;transform:translate(32.9214vw,-10px) scale(.0313);animation:fall-91 29s -1s linear infinite}@keyframes fall-91{78.27%{transform:translate(33.6311vw,78.27vh) scale(.0313)}to{transform:translate(33.27625vw,99vh) scale(.0313)}}.snow:nth-child(92){opacity:.1744;transform:translate(64.7435vw,-10px) scale(.0212);animation:fall-92 19s -7s linear infinite}@keyframes fall-92{78.055%{transform:translate(60.6574vw,78.055vh) scale(.0212)}to{transform:translate(62.70045vw,99vh) scale(.0212)}}.snow:nth-child(93){opacity:.0236;transform:translate(33.3908vw,-10px) scale(.1616);animation:fall-93 24s -29s linear infinite}@keyframes fall-93{49.769%{transform:translate(42.9471vw,49.769vh) scale(.1616)}to{transform:translate(38.16895vw,99vh) scale(.1616)}}.snow:nth-child(94){opacity:1.1362;transform:translate(85.7755vw,-10px) scale(.8239);animation:fall-94 21s -15s linear infinite}@keyframes fall-94{49.204%{transform:translate(84.3921vw,49.204vh) scale(.8239)}to{transform:translate(85.0838vw,99vh) scale(.8239)}}.snow:nth-child(95){opacity:1.2774;transform:translate(74.0235vw,-10px) scale(.6386);animation:fall-95 25s -24s linear infinite}@keyframes fall-95{41.602%{transform:translate(75.137vw,41.602vh) scale(.6386)}to{transform:translate(74.58025vw,99vh) scale(.6386)}}.snow:nth-child(96){opacity:1.4974;transform:translate(81.9889vw,-10px) scale(.3422);animation:fall-96 23s -2s linear infinite}@keyframes fall-96{37.861%{transform:translate(83.9744vw,37.861vh) scale(.3422)}to{transform:translate(82.98165vw,99vh) scale(.3422)}}.snow:nth-child(97){opacity:1.5546;transform:translate(54.9698vw,-10px) scale(.1119);animation:fall-97 17s -23s linear infinite}@keyframes fall-97{48.489%{transform:translate(50.2209vw,48.489vh) scale(.1119)}to{transform:translate(52.59535vw,99vh) scale(.1119)}}.snow:nth-child(98){opacity:.6382;transform:translate(70.0688vw,-10px) scale(.9779);animation:fall-98 13s -25s linear infinite}@keyframes fall-98{39.983%{transform:translate(71.3744vw,39.983vh) scale(.9779)}to{transform:translate(70.7216vw,99vh) scale(.9779)}}.snow:nth-child(99){opacity:1.9376;transform:translate(26.7497vw,-10px) scale(.3327);animation:fall-99 22s -13s linear infinite}@keyframes fall-99{67.775%{transform:translate(24.7019vw,67.775vh) scale(.3327)}to{transform:translate(25.7258vw,99vh) scale(.3327)}}.snow:nth-child(100){opacity:.4414;transform:translate(55.8422vw,-10px) scale(.9396);animation:fall-100 24s -16s linear infinite}@keyframes fall-100{45.041%{transform:translate(49.6916vw,45.041vh) scale(.9396)}to{transform:translate(52.7669vw,99vh) scale(.9396)}}.snow:nth-child(101){opacity:1.6266;transform:translate(4.4447vw,-10px) scale(.3014);animation:fall-101 22s -8s linear infinite}@keyframes fall-101{41.102%{transform:translate(2.7157vw,41.102vh) scale(.3014)}to{transform:translate(3.5802vw,99vh) scale(.3014)}}.snow:nth-child(102){opacity:.1848;transform:translate(57.0606vw,-10px) scale(.2505);animation:fall-102 28s -4s linear infinite}@keyframes fall-102{49.066%{transform:translate(52.187vw,49.066vh) scale(.2505)}to{transform:translate(54.6238vw,99vh) scale(.2505)}}.snow:nth-child(103){opacity:1.0924;transform:translate(68.3144vw,-10px) scale(.6884);animation:fall-103 20s -13s linear infinite}@keyframes fall-103{58.909%{transform:translate(58.6436vw,58.909vh) scale(.6884)}to{transform:translate(63.479vw,99vh) scale(.6884)}}.snow:nth-child(104){opacity:.212;transform:translate(56.982vw,-10px) scale(.8143);animation:fall-104 10s -30s linear infinite}@keyframes fall-104{68.79%{transform:translate(60.6253vw,68.79vh) scale(.8143)}to{transform:translate(58.80365vw,99vh) scale(.8143)}}.snow:nth-child(105){opacity:.2808;transform:translate(46.2515vw,-10px) scale(.0272);animation:fall-105 14s -24s linear infinite}@keyframes fall-105{43.029%{transform:translate(48.0153vw,43.029vh) scale(.0272)}to{transform:translate(47.1334vw,99vh) scale(.0272)}}.snow:nth-child(106){opacity:.3394;transform:translate(29.4532vw,-10px) scale(.0312);animation:fall-106 20s -26s linear infinite}@keyframes fall-106{75.708%{transform:translate(29.7485vw,75.708vh) scale(.0312)}to{transform:translate(29.60085vw,99vh) scale(.0312)}}.snow:nth-child(107){opacity:1.6274;transform:translate(12.3384vw,-10px) scale(.0414);animation:fall-107 13s -14s linear infinite}@keyframes fall-107{32.767%{transform:translate(17.5772vw,32.767vh) scale(.0414)}to{transform:translate(14.9578vw,99vh) scale(.0414)}}.snow:nth-child(108){opacity:1.9182;transform:translate(75.799vw,-10px) scale(.9704);animation:fall-108 16s -9s linear infinite}@keyframes fall-108{70.855%{transform:translate(75.9428vw,70.855vh) scale(.9704)}to{transform:translate(75.8709vw,99vh) scale(.9704)}}.snow:nth-child(109){opacity:.1606;transform:translate(87.2555vw,-10px) scale(.0037);animation:fall-109 13s -26s linear infinite}@keyframes fall-109{75.46%{transform:translate(89.7612vw,75.46vh) scale(.0037)}to{transform:translate(88.50835vw,99vh) scale(.0037)}}.snow:nth-child(110){opacity:1.9186;transform:translate(13.4072vw,-10px) scale(.7155);animation:fall-110 29s -4s linear infinite}@keyframes fall-110{62.02%{transform:translate(11.8629vw,62.02vh) scale(.7155)}to{transform:translate(12.63505vw,99vh) scale(.7155)}}.snow:nth-child(111){opacity:.2644;transform:translate(95.648vw,-10px) scale(.3858);animation:fall-111 22s -13s linear infinite}@keyframes fall-111{60.436%{transform:translate(89.6883vw,60.436vh) scale(.3858)}to{transform:translate(92.66815vw,99vh) scale(.3858)}}.snow:nth-child(112){opacity:.2346;transform:translate(11.2123vw,-10px) scale(.0255);animation:fall-112 16s -18s linear infinite}@keyframes fall-112{60.643%{transform:translate(6.0956vw,60.643vh) scale(.0255)}to{transform:translate(8.65395vw,99vh) scale(.0255)}}.snow:nth-child(113){opacity:.9442;transform:translate(60.085vw,-10px) scale(.1895);animation:fall-113 27s -2s linear infinite}@keyframes fall-113{46.953%{transform:translate(57.7311vw,46.953vh) scale(.1895)}to{transform:translate(58.90805vw,99vh) scale(.1895)}}.snow:nth-child(114){opacity:.4006;transform:translate(12.4858vw,-10px) scale(.0553);animation:fall-114 22s -5s linear infinite}@keyframes fall-114{60.456%{transform:translate(10.4086vw,60.456vh) scale(.0553)}to{transform:translate(11.4472vw,99vh) scale(.0553)}}.snow:nth-child(115){opacity:1.144;transform:translate(30.9818vw,-10px) scale(.3539);animation:fall-115 27s -9s linear infinite}@keyframes fall-115{75.666%{transform:translate(22.032vw,75.666vh) scale(.3539)}to{transform:translate(26.5069vw,99vh) scale(.3539)}}.snow:nth-child(116){opacity:.6532;transform:translate(20.3044vw,-10px) scale(.6497);animation:fall-116 22s -9s linear infinite}@keyframes fall-116{51.78%{transform:translate(13.8171vw,51.78vh) scale(.6497)}to{transform:translate(17.06075vw,99vh) scale(.6497)}}.snow:nth-child(117){opacity:1.1742;transform:translate(27.8757vw,-10px) scale(.9389);animation:fall-117 27s -21s linear infinite}@keyframes fall-117{75.243%{transform:translate(23.857vw,75.243vh) scale(.9389)}to{transform:translate(25.86635vw,99vh) scale(.9389)}}.snow:nth-child(118){opacity:.7356;transform:translate(72.8488vw,-10px) scale(.97);animation:fall-118 17s -28s linear infinite}@keyframes fall-118{53.329%{transform:translate(74.0136vw,53.329vh) scale(.97)}to{transform:translate(73.4312vw,99vh) scale(.97)}}.snow:nth-child(119){opacity:.6816;transform:translate(78.5092vw,-10px) scale(.7428);animation:fall-119 24s -10s linear infinite}@keyframes fall-119{64.888%{transform:translate(78.2463vw,64.888vh) scale(.7428)}to{transform:translate(78.37775vw,99vh) scale(.7428)}}.snow:nth-child(120){opacity:1.7908;transform:translate(56.5137vw,-10px) scale(.6791);animation:fall-120 11s -29s linear infinite}@keyframes fall-120{77.817%{transform:translate(46.8431vw,77.817vh) scale(.6791)}to{transform:translate(51.6784vw,99vh) scale(.6791)}}.snow:nth-child(121){opacity:.5268;transform:translate(34.7212vw,-10px) scale(.4853);animation:fall-121 20s -29s linear infinite}@keyframes fall-121{61.106%{transform:translate(40.9488vw,61.106vh) scale(.4853)}to{transform:translate(37.835vw,99vh) scale(.4853)}}.snow:nth-child(122){opacity:1.1114;transform:translate(6.6045vw,-10px) scale(.7955);animation:fall-122 14s -11s linear infinite}@keyframes fall-122{78.188%{transform:translate(.5014vw,78.188vh) scale(.7955)}to{transform:translate(3.55295vw,99vh) scale(.7955)}}.snow:nth-child(123){opacity:.3504;transform:translate(67.0987vw,-10px) scale(.5202);animation:fall-123 11s -22s linear infinite}@keyframes fall-123{72.585%{transform:translate(69.2338vw,72.585vh) scale(.5202)}to{transform:translate(68.16625vw,99vh) scale(.5202)}}.snow:nth-child(124){opacity:.4596;transform:translate(32.6732vw,-10px) scale(.1589);animation:fall-124 28s -27s linear infinite}@keyframes fall-124{62.683%{transform:translate(25.925vw,62.683vh) scale(.1589)}to{transform:translate(29.2991vw,99vh) scale(.1589)}}.snow:nth-child(125){opacity:.1258;transform:translate(46.6822vw,-10px) scale(.4196);animation:fall-125 17s -23s linear infinite}@keyframes fall-125{51.907%{transform:translate(47.9222vw,51.907vh) scale(.4196)}to{transform:translate(47.3022vw,99vh) scale(.4196)}}.snow:nth-child(126){opacity:.8482;transform:translate(36.35vw,-10px) scale(.2145);animation:fall-126 16s -27s linear infinite}@keyframes fall-126{37.26%{transform:translate(31.2198vw,37.26vh) scale(.2145)}to{transform:translate(33.7849vw,99vh) scale(.2145)}}.snow:nth-child(127){opacity:1.5808;transform:translate(30.9746vw,-10px) scale(.8445);animation:fall-127 15s -17s linear infinite}@keyframes fall-127{44.185%{transform:translate(29.6328vw,44.185vh) scale(.8445)}to{transform:translate(30.3037vw,99vh) scale(.8445)}}.snow:nth-child(128){opacity:1.4444;transform:translate(13.5955vw,-10px) scale(.5562);animation:fall-128 13s -8s linear infinite}@keyframes fall-128{44.741%{transform:translate(9.1541vw,44.741vh) scale(.5562)}to{transform:translate(11.3748vw,99vh) scale(.5562)}}.snow:nth-child(129){opacity:1.6668;transform:translate(86.1319vw,-10px) scale(.2727);animation:fall-129 24s -30s linear infinite}@keyframes fall-129{57.07%{transform:translate(89.9419vw,57.07vh) scale(.2727)}to{transform:translate(88.0369vw,99vh) scale(.2727)}}.snow:nth-child(130){opacity:1.8406;transform:translate(10.6051vw,-10px) scale(.1055);animation:fall-130 14s -18s linear infinite}@keyframes fall-130{76.4%{transform:translate(20.1425vw,76.4vh) scale(.1055)}to{transform:translate(15.3738vw,99vh) scale(.1055)}}.snow:nth-child(131){opacity:.7954;transform:translate(71.3501vw,-10px) scale(.9259);animation:fall-131 26s -5s linear infinite}@keyframes fall-131{50.081%{transform:translate(77.5068vw,50.081vh) scale(.9259)}to{transform:translate(74.42845vw,99vh) scale(.9259)}}.snow:nth-child(132){opacity:.293;transform:translate(10.4614vw,-10px) scale(.8921);animation:fall-132 26s -14s linear infinite}@keyframes fall-132{37.054%{transform:translate(16.7315vw,37.054vh) scale(.8921)}to{transform:translate(13.59645vw,99vh) scale(.8921)}}.snow:nth-child(133){opacity:.463;transform:translate(58.3607vw,-10px) scale(.0525);animation:fall-133 26s -11s linear infinite}@keyframes fall-133{50.18%{transform:translate(58.3295vw,50.18vh) scale(.0525)}to{transform:translate(58.3451vw,99vh) scale(.0525)}}.snow:nth-child(134){opacity:1.9008;transform:translate(21.3471vw,-10px) scale(.8528);animation:fall-134 23s -1s linear infinite}@keyframes fall-134{45.102%{transform:translate(18.925vw,45.102vh) scale(.8528)}to{transform:translate(20.13605vw,99vh) scale(.8528)}}.snow:nth-child(135){opacity:.588;transform:translate(7.5936vw,-10px) scale(.9958);animation:fall-135 10s -17s linear infinite}@keyframes fall-135{69.028%{transform:translate(4.2933vw,69.028vh) scale(.9958)}to{transform:translate(5.94345vw,99vh) scale(.9958)}}.snow:nth-child(136){opacity:1.1514;transform:translate(72.2297vw,-10px) scale(.0925);animation:fall-136 29s -20s linear infinite}@keyframes fall-136{34.79%{transform:translate(65.474vw,34.79vh) scale(.0925)}to{transform:translate(68.85185vw,99vh) scale(.0925)}}.snow:nth-child(137){opacity:.5034;transform:translate(95.5647vw,-10px) scale(.0547);animation:fall-137 13s -22s linear infinite}@keyframes fall-137{64.822%{transform:translate(91.9213vw,64.822vh) scale(.0547)}to{transform:translate(93.743vw,99vh) scale(.0547)}}.snow:nth-child(138){opacity:.381;transform:translate(14.4691vw,-10px) scale(.7574);animation:fall-138 21s -22s linear infinite}@keyframes fall-138{60.132%{transform:translate(22.3418vw,60.132vh) scale(.7574)}to{transform:translate(18.40545vw,99vh) scale(.7574)}}.snow:nth-child(139){opacity:.8342;transform:translate(46.5844vw,-10px) scale(.7105);animation:fall-139 20s -25s linear infinite}@keyframes fall-139{39.135%{transform:translate(49.1174vw,39.135vh) scale(.7105)}to{transform:translate(47.8509vw,99vh) scale(.7105)}}.snow:nth-child(140){opacity:1.2672;transform:translate(6.1038vw,-10px) scale(.3076);animation:fall-140 23s -27s linear infinite}@keyframes fall-140{79.438%{transform:translate(11.8675vw,79.438vh) scale(.3076)}to{transform:translate(8.98565vw,99vh) scale(.3076)}}.snow:nth-child(141){opacity:.524;transform:translate(12.0559vw,-10px) scale(.8621);animation:fall-141 15s -15s linear infinite}@keyframes fall-141{61.125%{transform:translate(4.0985vw,61.125vh) scale(.8621)}to{transform:translate(8.0772vw,99vh) scale(.8621)}}.snow:nth-child(142){opacity:.7414;transform:translate(12.7075vw,-10px) scale(.4551);animation:fall-142 20s -21s linear infinite}@keyframes fall-142{52.693%{transform:translate(9.7553vw,52.693vh) scale(.4551)}to{transform:translate(11.2314vw,99vh) scale(.4551)}}.snow:nth-child(143){opacity:1.9712;transform:translate(11.2288vw,-10px) scale(.6413);animation:fall-143 20s -30s linear infinite}@keyframes fall-143{49.666%{transform:translate(19.557vw,49.666vh) scale(.6413)}to{transform:translate(15.3929vw,99vh) scale(.6413)}}.snow:nth-child(144){opacity:1.0482;transform:translate(6.8063vw,-10px) scale(.8071);animation:fall-144 23s -25s linear infinite}@keyframes fall-144{47.022%{transform:translate(13.809vw,47.022vh) scale(.8071)}to{transform:translate(10.30765vw,99vh) scale(.8071)}}.snow:nth-child(145){opacity:.0998;transform:translate(26.3304vw,-10px) scale(.5596);animation:fall-145 27s -7s linear infinite}@keyframes fall-145{75.755%{transform:translate(30.22vw,75.755vh) scale(.5596)}to{transform:translate(28.2752vw,99vh) scale(.5596)}}.snow:nth-child(146){opacity:.7882;transform:translate(80.9673vw,-10px) scale(.4851);animation:fall-146 30s -22s linear infinite}@keyframes fall-146{38.057%{transform:translate(84.7441vw,38.057vh) scale(.4851)}to{transform:translate(82.8557vw,99vh) scale(.4851)}}.snow:nth-child(147){opacity:.4852;transform:translate(80.3738vw,-10px) scale(.5516);animation:fall-147 11s -4s linear infinite}@keyframes fall-147{52.334%{transform:translate(77.6133vw,52.334vh) scale(.5516)}to{transform:translate(78.99355vw,99vh) scale(.5516)}}.snow:nth-child(148){opacity:.932;transform:translate(67.3178vw,-10px) scale(.6305);animation:fall-148 28s -14s linear infinite}@keyframes fall-148{42.028%{transform:translate(68.4549vw,42.028vh) scale(.6305)}to{transform:translate(67.88635vw,99vh) scale(.6305)}}.snow:nth-child(149){opacity:1.9122;transform:translate(35.9256vw,-10px) scale(.348);animation:fall-149 24s -16s linear infinite}@keyframes fall-149{45.096%{transform:translate(30.3091vw,45.096vh) scale(.348)}to{transform:translate(33.11735vw,99vh) scale(.348)}}.snow:nth-child(150){opacity:1.007;transform:translate(65.9303vw,-10px) scale(.1683);animation:fall-150 16s -29s linear infinite}@keyframes fall-150{62.816%{transform:translate(71.9405vw,62.816vh) scale(.1683)}to{transform:translate(68.9354vw,99vh) scale(.1683)}}.snow:nth-child(151){opacity:1.7804;transform:translate(96.3356vw,-10px) scale(.7814);animation:fall-151 12s -21s linear infinite}@keyframes fall-151{77.58%{transform:translate(105.3983vw,77.58vh) scale(.7814)}to{transform:translate(100.86695vw,99vh) scale(.7814)}}.snow:nth-child(152){opacity:1.0874;transform:translate(66.6672vw,-10px) scale(.0667);animation:fall-152 22s -10s linear infinite}@keyframes fall-152{35.505%{transform:translate(57.8559vw,35.505vh) scale(.0667)}to{transform:translate(62.26155vw,99vh) scale(.0667)}}.snow:nth-child(153){opacity:1.8894;transform:translate(42.3593vw,-10px) scale(.5549);animation:fall-153 27s -21s linear infinite}@keyframes fall-153{61.353%{transform:translate(39.2285vw,61.353vh) scale(.5549)}to{transform:translate(40.7939vw,99vh) scale(.5549)}}.snow:nth-child(154){opacity:.272;transform:translate(96.3921vw,-10px) scale(.8471);animation:fall-154 21s -2s linear infinite}@keyframes fall-154{75.583%{transform:translate(98.9635vw,75.583vh) scale(.8471)}to{transform:translate(97.6778vw,99vh) scale(.8471)}}.snow:nth-child(155){opacity:.202;transform:translate(92.2707vw,-10px) scale(.0643);animation:fall-155 13s -10s linear infinite}@keyframes fall-155{52.293%{transform:translate(98.8149vw,52.293vh) scale(.0643)}to{transform:translate(95.5428vw,99vh) scale(.0643)}}.snow:nth-child(156){opacity:.0418;transform:translate(68.0846vw,-10px) scale(.2201);animation:fall-156 11s -25s linear infinite}@keyframes fall-156{54.968%{transform:translate(70.3498vw,54.968vh) scale(.2201)}to{transform:translate(69.2172vw,99vh) scale(.2201)}}.snow:nth-child(157){opacity:.0766;transform:translate(77.8475vw,-10px) scale(.8073);animation:fall-157 21s -3s linear infinite}@keyframes fall-157{61.693%{transform:translate(71.6249vw,61.693vh) scale(.8073)}to{transform:translate(74.7362vw,99vh) scale(.8073)}}.snow:nth-child(158){opacity:.9886;transform:translate(70.3587vw,-10px) scale(.9137);animation:fall-158 29s -23s linear infinite}@keyframes fall-158{59.769%{transform:translate(75.9265vw,59.769vh) scale(.9137)}to{transform:translate(73.1426vw,99vh) scale(.9137)}}.snow:nth-child(159){opacity:1.4194;transform:translate(.9829vw,-10px) scale(.2867);animation:fall-159 19s -10s linear infinite}@keyframes fall-159{51.245%{transform:translate(3.9136vw,51.245vh) scale(.2867)}to{transform:translate(2.44825vw,99vh) scale(.2867)}}.snow:nth-child(160){opacity:.853;transform:translate(42.8125vw,-10px) scale(.9526);animation:fall-160 11s -14s linear infinite}@keyframes fall-160{30.237%{transform:translate(36.4459vw,30.237vh) scale(.9526)}to{transform:translate(39.6292vw,99vh) scale(.9526)}}.snow:nth-child(161){opacity:.7046;transform:translate(22.8555vw,-10px) scale(.2473);animation:fall-161 24s -28s linear infinite}@keyframes fall-161{35.125%{transform:translate(25.4929vw,35.125vh) scale(.2473)}to{transform:translate(24.1742vw,99vh) scale(.2473)}}.snow:nth-child(162){opacity:.0682;transform:translate(4.1842vw,-10px) scale(.79);animation:fall-162 21s -11s linear infinite}@keyframes fall-162{36.288%{transform:translate(7.96vw,36.288vh) scale(.79)}to{transform:translate(6.0721vw,99vh) scale(.79)}}.snow:nth-child(163){opacity:1.038;transform:translate(84.4925vw,-10px) scale(.44);animation:fall-163 29s -12s linear infinite}@keyframes fall-163{38.238%{transform:translate(76.5907vw,38.238vh) scale(.44)}to{transform:translate(80.5416vw,99vh) scale(.44)}}.snow:nth-child(164){opacity:1.4996;transform:translate(94.9831vw,-10px) scale(.6413);animation:fall-164 11s -2s linear infinite}@keyframes fall-164{72.484%{transform:translate(98.0272vw,72.484vh) scale(.6413)}to{transform:translate(96.50515vw,99vh) scale(.6413)}}.snow:nth-child(165){opacity:1.9422;transform:translate(58.754vw,-10px) scale(.9909);animation:fall-165 10s -24s linear infinite}@keyframes fall-165{72.308%{transform:translate(68.4074vw,72.308vh) scale(.9909)}to{transform:translate(63.5807vw,99vh) scale(.9909)}}.snow:nth-child(166){opacity:.2884;transform:translate(8.3336vw,-10px) scale(.1898);animation:fall-166 11s -11s linear infinite}@keyframes fall-166{34.311%{transform:translate(6.4372vw,34.311vh) scale(.1898)}to{transform:translate(7.3854vw,99vh) scale(.1898)}}.snow:nth-child(167){opacity:1.4774;transform:translate(20.1687vw,-10px) scale(.7084);animation:fall-167 18s -25s linear infinite}@keyframes fall-167{77.972%{transform:translate(15.232vw,77.972vh) scale(.7084)}to{transform:translate(17.70035vw,99vh) scale(.7084)}}.snow:nth-child(168){opacity:1.0746;transform:translate(77.8397vw,-10px) scale(.5851);animation:fall-168 25s -27s linear infinite}@keyframes fall-168{57.076%{transform:translate(80.4021vw,57.076vh) scale(.5851)}to{transform:translate(79.1209vw,99vh) scale(.5851)}}.snow:nth-child(169){opacity:1.3568;transform:translate(72.0105vw,-10px) scale(.0641);animation:fall-169 23s -15s linear infinite}@keyframes fall-169{67.678%{transform:translate(73.8176vw,67.678vh) scale(.0641)}to{transform:translate(72.91405vw,99vh) scale(.0641)}}.snow:nth-child(170){opacity:.5472;transform:translate(63.0665vw,-10px) scale(.3836);animation:fall-170 15s -6s linear infinite}@keyframes fall-170{73.26%{transform:translate(54.1249vw,73.26vh) scale(.3836)}to{transform:translate(58.5957vw,99vh) scale(.3836)}}.snow:nth-child(171){opacity:1.7542;transform:translate(64.3028vw,-10px) scale(.7302);animation:fall-171 24s -22s linear infinite}@keyframes fall-171{38.648%{transform:translate(55.5618vw,38.648vh) scale(.7302)}to{transform:translate(59.9323vw,99vh) scale(.7302)}}.snow:nth-child(172){opacity:.2398;transform:translate(80.2234vw,-10px) scale(.6492);animation:fall-172 27s -19s linear infinite}@keyframes fall-172{38.295%{transform:translate(74.5088vw,38.295vh) scale(.6492)}to{transform:translate(77.3661vw,99vh) scale(.6492)}}.snow:nth-child(173){opacity:.517;transform:translate(44.4171vw,-10px) scale(.0265);animation:fall-173 13s -1s linear infinite}@keyframes fall-173{39.618%{transform:translate(44.73vw,39.618vh) scale(.0265)}to{transform:translate(44.57355vw,99vh) scale(.0265)}}.snow:nth-child(174){opacity:1.206;transform:translate(.7493vw,-10px) scale(.267);animation:fall-174 18s -8s linear infinite}@keyframes fall-174{40.427%{transform:translate(-1.8922vw,40.427vh) scale(.267)}to{transform:translate(-.57145vw,99vh) scale(.267)}}.snow:nth-child(175){opacity:.0988;transform:translate(59.93vw,-10px) scale(.5113);animation:fall-175 21s -25s linear infinite}@keyframes fall-175{57.851%{transform:translate(50.9486vw,57.851vh) scale(.5113)}to{transform:translate(55.4393vw,99vh) scale(.5113)}}.snow:nth-child(176){opacity:1.5768;transform:translate(42.3692vw,-10px) scale(.8952);animation:fall-176 21s -17s linear infinite}@keyframes fall-176{30.356%{transform:translate(45.4453vw,30.356vh) scale(.8952)}to{transform:translate(43.90725vw,99vh) scale(.8952)}}.snow:nth-child(177){opacity:1.9426;transform:translate(84.5513vw,-10px) scale(.5186);animation:fall-177 10s -1s linear infinite}@keyframes fall-177{42.348%{transform:translate(81.7101vw,42.348vh) scale(.5186)}to{transform:translate(83.1307vw,99vh) scale(.5186)}}.snow:nth-child(178){opacity:.2566;transform:translate(16.2042vw,-10px) scale(.1213);animation:fall-178 26s -1s linear infinite}@keyframes fall-178{60.726%{transform:translate(17.3939vw,60.726vh) scale(.1213)}to{transform:translate(16.79905vw,99vh) scale(.1213)}}.snow:nth-child(179){opacity:1.798;transform:translate(43.5542vw,-10px) scale(.0869);animation:fall-179 29s -12s linear infinite}@keyframes fall-179{40.617%{transform:translate(43.7922vw,40.617vh) scale(.0869)}to{transform:translate(43.6732vw,99vh) scale(.0869)}}.snow:nth-child(180){opacity:1.6566;transform:translate(1.9722vw,-10px) scale(.7789);animation:fall-180 29s -11s linear infinite}@keyframes fall-180{65.992%{transform:translate(8.9773vw,65.992vh) scale(.7789)}to{transform:translate(5.47475vw,99vh) scale(.7789)}}.snow:nth-child(181){opacity:1.6544;transform:translate(31.556vw,-10px) scale(.658);animation:fall-181 21s -21s linear infinite}@keyframes fall-181{55.759%{transform:translate(30.876vw,55.759vh) scale(.658)}to{transform:translate(31.216vw,99vh) scale(.658)}}.snow:nth-child(182){opacity:1.5148;transform:translate(12.9432vw,-10px) scale(.4584);animation:fall-182 11s -25s linear infinite}@keyframes fall-182{31.674%{transform:translate(12.8979vw,31.674vh) scale(.4584)}to{transform:translate(12.92055vw,99vh) scale(.4584)}}.snow:nth-child(183){opacity:.5394;transform:translate(44.999vw,-10px) scale(.8855);animation:fall-183 18s -12s linear infinite}@keyframes fall-183{52.072%{transform:translate(49.2266vw,52.072vh) scale(.8855)}to{transform:translate(47.1128vw,99vh) scale(.8855)}}.snow:nth-child(184){opacity:1.6472;transform:translate(77.9547vw,-10px) scale(.7496);animation:fall-184 20s -2s linear infinite}@keyframes fall-184{42.393%{transform:translate(82.6074vw,42.393vh) scale(.7496)}to{transform:translate(80.28105vw,99vh) scale(.7496)}}.snow:nth-child(185){opacity:1.8362;transform:translate(6.8085vw,-10px) scale(.8239);animation:fall-185 27s -5s linear infinite}@keyframes fall-185{60.883%{transform:translate(14.3267vw,60.883vh) scale(.8239)}to{transform:translate(10.5676vw,99vh) scale(.8239)}}.snow:nth-child(186){opacity:1.7096;transform:translate(14.1096vw,-10px) scale(.5131);animation:fall-186 16s -14s linear infinite}@keyframes fall-186{39.595%{transform:translate(4.4851vw,39.595vh) scale(.5131)}to{transform:translate(9.29735vw,99vh) scale(.5131)}}.snow:nth-child(187){opacity:1.7424;transform:translate(51.7099vw,-10px) scale(.265);animation:fall-187 25s -22s linear infinite}@keyframes fall-187{34.527%{transform:translate(58.7387vw,34.527vh) scale(.265)}to{transform:translate(55.2243vw,99vh) scale(.265)}}.snow:nth-child(188){opacity:1.019;transform:translate(16.936vw,-10px) scale(.2186);animation:fall-188 19s -3s linear infinite}@keyframes fall-188{43.497%{transform:translate(18.2884vw,43.497vh) scale(.2186)}to{transform:translate(17.6122vw,99vh) scale(.2186)}}.snow:nth-child(189){opacity:.6912;transform:translate(25.4556vw,-10px) scale(.0338);animation:fall-189 20s -22s linear infinite}@keyframes fall-189{52.612%{transform:translate(29.4536vw,52.612vh) scale(.0338)}to{transform:translate(27.4546vw,99vh) scale(.0338)}}.snow:nth-child(190){opacity:.6632;transform:translate(33.3285vw,-10px) scale(.1228);animation:fall-190 21s -6s linear infinite}@keyframes fall-190{61.611%{transform:translate(34.8399vw,61.611vh) scale(.1228)}to{transform:translate(34.0842vw,99vh) scale(.1228)}}.snow:nth-child(191){opacity:.3834;transform:translate(30.6197vw,-10px) scale(.182);animation:fall-191 28s -9s linear infinite}@keyframes fall-191{51.286%{transform:translate(32.8717vw,51.286vh) scale(.182)}to{transform:translate(31.7457vw,99vh) scale(.182)}}.snow:nth-child(192){opacity:1.7542;transform:translate(27.1543vw,-10px) scale(.08);animation:fall-192 26s -30s linear infinite}@keyframes fall-192{43.039%{transform:translate(20.5425vw,43.039vh) scale(.08)}to{transform:translate(23.8484vw,99vh) scale(.08)}}.snow:nth-child(193){opacity:1.4118;transform:translate(99.8459vw,-10px) scale(.6676);animation:fall-193 11s -2s linear infinite}@keyframes fall-193{75.156%{transform:translate(98.0954vw,75.156vh) scale(.6676)}to{transform:translate(98.97065vw,99vh) scale(.6676)}}.snow:nth-child(194){opacity:.3288;transform:translate(39.9565vw,-10px) scale(.715);animation:fall-194 24s -29s linear infinite}@keyframes fall-194{64.524%{transform:translate(35.017vw,64.524vh) scale(.715)}to{transform:translate(37.48675vw,99vh) scale(.715)}}.snow:nth-child(195){opacity:1.4236;transform:translate(65.7086vw,-10px) scale(.8224);animation:fall-195 14s -27s linear infinite}@keyframes fall-195{63.337%{transform:translate(57.9166vw,63.337vh) scale(.8224)}to{transform:translate(61.8126vw,99vh) scale(.8224)}}.snow:nth-child(196){opacity:1.8854;transform:translate(38.546vw,-10px) scale(.516);animation:fall-196 11s -27s linear infinite}@keyframes fall-196{59.08%{transform:translate(43.0094vw,59.08vh) scale(.516)}to{transform:translate(40.7777vw,99vh) scale(.516)}}.snow:nth-child(197){opacity:.905;transform:translate(87.4245vw,-10px) scale(.5503);animation:fall-197 19s -29s linear infinite}@keyframes fall-197{33.013%{transform:translate(84.2765vw,33.013vh) scale(.5503)}to{transform:translate(85.8505vw,99vh) scale(.5503)}}.snow:nth-child(198){opacity:1.3114;transform:translate(5.0283vw,-10px) scale(.7791);animation:fall-198 24s -14s linear infinite}@keyframes fall-198{75.508%{transform:translate(5.3792vw,75.508vh) scale(.7791)}to{transform:translate(5.20375vw,99vh) scale(.7791)}}.snow:nth-child(199){opacity:.822;transform:translate(97.6236vw,-10px) scale(.6758);animation:fall-199 27s -13s linear infinite}@keyframes fall-199{38.306%{transform:translate(91.7084vw,38.306vh) scale(.6758)}to{transform:translate(94.666vw,99vh) scale(.6758)}}.snow:nth-child(200){opacity:.8484;transform:translate(2.1369vw,-10px) scale(.9968);animation:fall-200 20s -10s linear infinite}@keyframes fall-200{56.954%{transform:translate(5.7256vw,56.954vh) scale(.9968)}to{transform:translate(3.93125vw,99vh) scale(.9968)}}.snow:nth-child(201){opacity:.003;transform:translate(21.8571vw,-10px) scale(.1627);animation:fall-201 19s -12s linear infinite}@keyframes fall-201{49.111%{transform:translate(14.5567vw,49.111vh) scale(.1627)}to{transform:translate(18.2069vw,99vh) scale(.1627)}}.snow:nth-child(202){opacity:1.719;transform:translate(42.7946vw,-10px) scale(.7394);animation:fall-202 18s -20s linear infinite}@keyframes fall-202{58.113%{transform:translate(45.1768vw,58.113vh) scale(.7394)}to{transform:translate(43.9857vw,99vh) scale(.7394)}}.snow:nth-child(203){opacity:1.4772;transform:translate(86.8473vw,-10px) scale(.5656);animation:fall-203 24s -9s linear infinite}@keyframes fall-203{31.539%{transform:translate(78.5021vw,31.539vh) scale(.5656)}to{transform:translate(82.6747vw,99vh) scale(.5656)}}.snow:nth-child(204){opacity:.8586;transform:translate(29.4027vw,-10px) scale(.6898);animation:fall-204 19s -22s linear infinite}@keyframes fall-204{36.892%{transform:translate(39.2884vw,36.892vh) scale(.6898)}to{transform:translate(34.34555vw,99vh) scale(.6898)}}.snow:nth-child(205){opacity:1.1964;transform:translate(79.3703vw,-10px) scale(.4665);animation:fall-205 12s -14s linear infinite}@keyframes fall-205{40.903%{transform:translate(73.0231vw,40.903vh) scale(.4665)}to{transform:translate(76.1967vw,99vh) scale(.4665)}}.snow:nth-child(206){opacity:1.5204;transform:translate(.3743vw,-10px) scale(.05);animation:fall-206 15s -29s linear infinite}@keyframes fall-206{38.214%{transform:translate(.9941vw,38.214vh) scale(.05)}to{transform:translate(.6842vw,99vh) scale(.05)}}.snow:nth-child(207){opacity:.9774;transform:translate(5.7167vw,-10px) scale(.2281);animation:fall-207 19s -16s linear infinite}@keyframes fall-207{63.012%{transform:translate(13.8919vw,63.012vh) scale(.2281)}to{transform:translate(9.8043vw,99vh) scale(.2281)}}.snow:nth-child(208){opacity:.6268;transform:translate(79.7993vw,-10px) scale(.5664);animation:fall-208 27s -6s linear infinite}@keyframes fall-208{73.676%{transform:translate(78.0571vw,73.676vh) scale(.5664)}to{transform:translate(78.9282vw,99vh) scale(.5664)}}.snow:nth-child(209){opacity:1.4856;transform:translate(66.8432vw,-10px) scale(.9588);animation:fall-209 14s -1s linear infinite}@keyframes fall-209{38.35%{transform:translate(72.5443vw,38.35vh) scale(.9588)}to{transform:translate(69.69375vw,99vh) scale(.9588)}}.snow:nth-child(210){opacity:1.5864;transform:translate(36.5224vw,-10px) scale(.0032);animation:fall-210 11s -26s linear infinite}@keyframes fall-210{79.727%{transform:translate(39.213vw,79.727vh) scale(.0032)}to{transform:translate(37.8677vw,99vh) scale(.0032)}}.snow:nth-child(211){opacity:1.3912;transform:translate(83.5518vw,-10px) scale(.1751);animation:fall-211 18s -17s linear infinite}@keyframes fall-211{61.169%{transform:translate(88.7716vw,61.169vh) scale(.1751)}to{transform:translate(86.1617vw,99vh) scale(.1751)}}.snow:nth-child(212){opacity:.8596;transform:translate(79.8339vw,-10px) scale(.6675);animation:fall-212 22s -18s linear infinite}@keyframes fall-212{76.233%{transform:translate(85.2952vw,76.233vh) scale(.6675)}to{transform:translate(82.56455vw,99vh) scale(.6675)}}.snow:nth-child(213){opacity:1.3808;transform:translate(72.8885vw,-10px) scale(.1812);animation:fall-213 12s -18s linear infinite}@keyframes fall-213{50.623%{transform:translate(67.6154vw,50.623vh) scale(.1812)}to{transform:translate(70.25195vw,99vh) scale(.1812)}}.snow:nth-child(214){opacity:1.4998;transform:translate(22.1591vw,-10px) scale(.2626);animation:fall-214 23s -2s linear infinite}@keyframes fall-214{61.467%{transform:translate(20.3228vw,61.467vh) scale(.2626)}to{transform:translate(21.24095vw,99vh) scale(.2626)}}.snow:nth-child(215){opacity:.261;transform:translate(74.1994vw,-10px) scale(.4916);animation:fall-215 25s -27s linear infinite}@keyframes fall-215{61.539%{transform:translate(70.8953vw,61.539vh) scale(.4916)}to{transform:translate(72.54735vw,99vh) scale(.4916)}}.snow:nth-child(216){opacity:.7098;transform:translate(28.5068vw,-10px) scale(.1981);animation:fall-216 28s -3s linear infinite}@keyframes fall-216{61.234%{transform:translate(27.99vw,61.234vh) scale(.1981)}to{transform:translate(28.2484vw,99vh) scale(.1981)}}.snow:nth-child(217){opacity:1.762;transform:translate(50.5801vw,-10px) scale(.4748);animation:fall-217 15s -2s linear infinite}@keyframes fall-217{76.744%{transform:translate(59.0347vw,76.744vh) scale(.4748)}to{transform:translate(54.8074vw,99vh) scale(.4748)}}.snow:nth-child(218){opacity:.6566;transform:translate(54.5809vw,-10px) scale(.7166);animation:fall-218 30s -27s linear infinite}@keyframes fall-218{53.955%{transform:translate(57.8721vw,53.955vh) scale(.7166)}to{transform:translate(56.2265vw,99vh) scale(.7166)}}.snow:nth-child(219){opacity:1.4882;transform:translate(84.3664vw,-10px) scale(.6386);animation:fall-219 26s -18s linear infinite}@keyframes fall-219{46.863%{transform:translate(87.5619vw,46.863vh) scale(.6386)}to{transform:translate(85.96415vw,99vh) scale(.6386)}}.snow:nth-child(220){opacity:.7676;transform:translate(46.2058vw,-10px) scale(.9072);animation:fall-220 20s -30s linear infinite}@keyframes fall-220{40.756%{transform:translate(38.4176vw,40.756vh) scale(.9072)}to{transform:translate(42.3117vw,99vh) scale(.9072)}}.snow:nth-child(221){opacity:.0172;transform:translate(31.434vw,-10px) scale(.3068);animation:fall-221 26s -23s linear infinite}@keyframes fall-221{66.433%{transform:translate(33.1507vw,66.433vh) scale(.3068)}to{transform:translate(32.29235vw,99vh) scale(.3068)}}.snow:nth-child(222){opacity:1.8364;transform:translate(84.0656vw,-10px) scale(.7697);animation:fall-222 22s -9s linear infinite}@keyframes fall-222{30.366%{transform:translate(90.1841vw,30.366vh) scale(.7697)}to{transform:translate(87.12485vw,99vh) scale(.7697)}}.snow:nth-child(223){opacity:.3614;transform:translate(39.7199vw,-10px) scale(.2772);animation:fall-223 23s -18s linear infinite}@keyframes fall-223{45.218%{transform:translate(48.285vw,45.218vh) scale(.2772)}to{transform:translate(44.00245vw,99vh) scale(.2772)}}.snow:nth-child(224){opacity:1.772;transform:translate(38.6619vw,-10px) scale(.1569);animation:fall-224 27s -9s linear infinite}@keyframes fall-224{54.891%{transform:translate(46.9386vw,54.891vh) scale(.1569)}to{transform:translate(42.80025vw,99vh) scale(.1569)}}.snow:nth-child(225){opacity:.4894;transform:translate(27.4868vw,-10px) scale(.513);animation:fall-225 28s -30s linear infinite}@keyframes fall-225{62.386%{transform:translate(24.4133vw,62.386vh) scale(.513)}to{transform:translate(25.95005vw,99vh) scale(.513)}}.snow:nth-child(226){opacity:1.0166;transform:translate(80.6721vw,-10px) scale(.3705);animation:fall-226 12s -8s linear infinite}@keyframes fall-226{59.531%{transform:translate(88.2585vw,59.531vh) scale(.3705)}to{transform:translate(84.4653vw,99vh) scale(.3705)}}.snow:nth-child(227){opacity:.1522;transform:translate(6.0655vw,-10px) scale(.271);animation:fall-227 10s -29s linear infinite}@keyframes fall-227{75.549%{transform:translate(15.2046vw,75.549vh) scale(.271)}to{transform:translate(10.63505vw,99vh) scale(.271)}}.snow:nth-child(228){opacity:.2292;transform:translate(17.4772vw,-10px) scale(.781);animation:fall-228 14s -4s linear infinite}@keyframes fall-228{66.872%{transform:translate(12.2149vw,66.872vh) scale(.781)}to{transform:translate(14.84605vw,99vh) scale(.781)}}.snow:nth-child(229){opacity:1.3394;transform:translate(76.5471vw,-10px) scale(.8155);animation:fall-229 20s -15s linear infinite}@keyframes fall-229{48.369%{transform:translate(78.2522vw,48.369vh) scale(.8155)}to{transform:translate(77.39965vw,99vh) scale(.8155)}}.snow:nth-child(230){opacity:1.9134;transform:translate(93.8503vw,-10px) scale(.2552);animation:fall-230 15s -24s linear infinite}@keyframes fall-230{51.984%{transform:translate(103.7239vw,51.984vh) scale(.2552)}to{transform:translate(98.7871vw,99vh) scale(.2552)}}.snow:nth-child(231){opacity:.7716;transform:translate(67.8844vw,-10px) scale(.5557);animation:fall-231 20s -12s linear infinite}@keyframes fall-231{48.646%{transform:translate(63.3812vw,48.646vh) scale(.5557)}to{transform:translate(65.6328vw,99vh) scale(.5557)}}.snow:nth-child(232){opacity:1.054;transform:translate(78.2921vw,-10px) scale(.7673);animation:fall-232 11s -13s linear infinite}@keyframes fall-232{78.064%{transform:translate(72.8254vw,78.064vh) scale(.7673)}to{transform:translate(75.55875vw,99vh) scale(.7673)}}.snow:nth-child(233){opacity:1.084;transform:translate(52.2866vw,-10px) scale(.4223);animation:fall-233 12s -15s linear infinite}@keyframes fall-233{71.691%{transform:translate(48.2028vw,71.691vh) scale(.4223)}to{transform:translate(50.2447vw,99vh) scale(.4223)}}.snow:nth-child(234){opacity:.3924;transform:translate(84.4936vw,-10px) scale(.1829);animation:fall-234 15s -22s linear infinite}@keyframes fall-234{55.587%{transform:translate(78.2444vw,55.587vh) scale(.1829)}to{transform:translate(81.369vw,99vh) scale(.1829)}}.snow:nth-child(235){opacity:.8838;transform:translate(96.4119vw,-10px) scale(.3498);animation:fall-235 30s -13s linear infinite}@keyframes fall-235{45.798%{transform:translate(93.2514vw,45.798vh) scale(.3498)}to{transform:translate(94.83165vw,99vh) scale(.3498)}}.snow:nth-child(236){opacity:.2546;transform:translate(65.6445vw,-10px) scale(.4602);animation:fall-236 29s -25s linear infinite}@keyframes fall-236{70.143%{transform:translate(56.282vw,70.143vh) scale(.4602)}to{transform:translate(60.96325vw,99vh) scale(.4602)}}.snow:nth-child(237){opacity:.937;transform:translate(30.4704vw,-10px) scale(.2885);animation:fall-237 20s -14s linear infinite}@keyframes fall-237{79.264%{transform:translate(20.7044vw,79.264vh) scale(.2885)}to{transform:translate(25.5874vw,99vh) scale(.2885)}}.snow:nth-child(238){opacity:1.2688;transform:translate(38.5759vw,-10px) scale(.2147);animation:fall-238 27s -10s linear infinite}@keyframes fall-238{31.45%{transform:translate(41.7826vw,31.45vh) scale(.2147)}to{transform:translate(40.17925vw,99vh) scale(.2147)}}.snow:nth-child(239){opacity:.5092;transform:translate(51.8359vw,-10px) scale(.9587);animation:fall-239 17s -4s linear infinite}@keyframes fall-239{35.608%{transform:translate(51.2651vw,35.608vh) scale(.9587)}to{transform:translate(51.5505vw,99vh) scale(.9587)}}.snow:nth-child(240){opacity:.5296;transform:translate(59.9174vw,-10px) scale(.031);animation:fall-240 28s -7s linear infinite}@keyframes fall-240{44.691%{transform:translate(68.2834vw,44.691vh) scale(.031)}to{transform:translate(64.1004vw,99vh) scale(.031)}}.snow:nth-child(241){opacity:1.6174;transform:translate(61.6443vw,-10px) scale(.592);animation:fall-241 27s -9s linear infinite}@keyframes fall-241{77.45%{transform:translate(53.2894vw,77.45vh) scale(.592)}to{transform:translate(57.46685vw,99vh) scale(.592)}}.snow:nth-child(242){opacity:1.8896;transform:translate(7.126vw,-10px) scale(.2206);animation:fall-242 16s -11s linear infinite}@keyframes fall-242{60.507%{transform:translate(7.4393vw,60.507vh) scale(.2206)}to{transform:translate(7.28265vw,99vh) scale(.2206)}}.snow:nth-child(243){opacity:.038;transform:translate(88.3589vw,-10px) scale(.4242);animation:fall-243 16s -5s linear infinite}@keyframes fall-243{47.466%{transform:translate(90.5428vw,47.466vh) scale(.4242)}to{transform:translate(89.45085vw,99vh) scale(.4242)}}.snow:nth-child(244){opacity:.0104;transform:translate(30.1085vw,-10px) scale(.1252);animation:fall-244 12s -1s linear infinite}@keyframes fall-244{46.266%{transform:translate(36.9349vw,46.266vh) scale(.1252)}to{transform:translate(33.5217vw,99vh) scale(.1252)}}.snow:nth-child(245){opacity:.355;transform:translate(14.3433vw,-10px) scale(.8571);animation:fall-245 19s -23s linear infinite}@keyframes fall-245{48.129%{transform:translate(7.8294vw,48.129vh) scale(.8571)}to{transform:translate(11.08635vw,99vh) scale(.8571)}}.snow:nth-child(246){opacity:1.5186;transform:translate(19.4934vw,-10px) scale(.3854);animation:fall-246 18s -15s linear infinite}@keyframes fall-246{60.049%{transform:translate(12.9265vw,60.049vh) scale(.3854)}to{transform:translate(16.20995vw,99vh) scale(.3854)}}.snow:nth-child(247){opacity:.9316;transform:translate(81.0136vw,-10px) scale(.6394);animation:fall-247 30s -26s linear infinite}@keyframes fall-247{70.698%{transform:translate(86.1001vw,70.698vh) scale(.6394)}to{transform:translate(83.55685vw,99vh) scale(.6394)}}.snow:nth-child(248){opacity:.1558;transform:translate(63.1483vw,-10px) scale(.9883);animation:fall-248 12s -11s linear infinite}@keyframes fall-248{38.918%{transform:translate(53.7171vw,38.918vh) scale(.9883)}to{transform:translate(58.4327vw,99vh) scale(.9883)}}.snow:nth-child(249){opacity:.046;transform:translate(88.936vw,-10px) scale(.6548);animation:fall-249 22s -8s linear infinite}@keyframes fall-249{62.835%{transform:translate(81.5417vw,62.835vh) scale(.6548)}to{transform:translate(85.23885vw,99vh) scale(.6548)}}.snow:nth-child(250){opacity:.7626;transform:translate(26.5545vw,-10px) scale(.7359);animation:fall-250 14s -5s linear infinite}@keyframes fall-250{68.16%{transform:translate(28.2809vw,68.16vh) scale(.7359)}to{transform:translate(27.4177vw,99vh) scale(.7359)}}.snow:nth-child(251){opacity:1.0052;transform:translate(72.3978vw,-10px) scale(.9984);animation:fall-251 26s -26s linear infinite}@keyframes fall-251{73.574%{transform:translate(69.1309vw,73.574vh) scale(.9984)}to{transform:translate(70.76435vw,99vh) scale(.9984)}}.snow:nth-child(252){opacity:1.407;transform:translate(45.4352vw,-10px) scale(.7687);animation:fall-252 19s -16s linear infinite}@keyframes fall-252{73.602%{transform:translate(53.8968vw,73.602vh) scale(.7687)}to{transform:translate(49.666vw,99vh) scale(.7687)}}.snow:nth-child(253){opacity:1.9038;transform:translate(65.6423vw,-10px) scale(.7648);animation:fall-253 23s -27s linear infinite}@keyframes fall-253{32.854%{transform:translate(61.3944vw,32.854vh) scale(.7648)}to{transform:translate(63.51835vw,99vh) scale(.7648)}}.snow:nth-child(254){opacity:1.2618;transform:translate(29.7388vw,-10px) scale(.2116);animation:fall-254 29s -26s linear infinite}@keyframes fall-254{56.705%{transform:translate(32.307vw,56.705vh) scale(.2116)}to{transform:translate(31.0229vw,99vh) scale(.2116)}}.snow:nth-child(255){opacity:1.6002;transform:translate(58.0618vw,-10px) scale(.6147);animation:fall-255 18s -21s linear infinite}@keyframes fall-255{41.802%{transform:translate(55.7917vw,41.802vh) scale(.6147)}to{transform:translate(56.92675vw,99vh) scale(.6147)}}.snow:nth-child(256){opacity:.2036;transform:translate(8.6502vw,-10px) scale(.4749);animation:fall-256 26s -25s linear infinite}@keyframes fall-256{75.439%{transform:translate(12.5931vw,75.439vh) scale(.4749)}to{transform:translate(10.62165vw,99vh) scale(.4749)}}.snow:nth-child(257){opacity:1.5962;transform:translate(49.0096vw,-10px) scale(.7105);animation:fall-257 30s -26s linear infinite}@keyframes fall-257{70.893%{transform:translate(54.5637vw,70.893vh) scale(.7105)}to{transform:translate(51.78665vw,99vh) scale(.7105)}}.snow:nth-child(258){opacity:.5368;transform:translate(79.0625vw,-10px) scale(.6735);animation:fall-258 23s -20s linear infinite}@keyframes fall-258{62.622%{transform:translate(87.6942vw,62.622vh) scale(.6735)}to{transform:translate(83.37835vw,99vh) scale(.6735)}}.snow:nth-child(259){opacity:.1538;transform:translate(90.0398vw,-10px) scale(.668);animation:fall-259 11s -27s linear infinite}@keyframes fall-259{58.782%{transform:translate(84.1572vw,58.782vh) scale(.668)}to{transform:translate(87.0985vw,99vh) scale(.668)}}.snow:nth-child(260){opacity:1.4398;transform:translate(78.2519vw,-10px) scale(.4488);animation:fall-260 20s -16s linear infinite}@keyframes fall-260{58.997%{transform:translate(68.5404vw,58.997vh) scale(.4488)}to{transform:translate(73.39615vw,99vh) scale(.4488)}}.snow:nth-child(261){opacity:1.193;transform:translate(81.652vw,-10px) scale(.1906);animation:fall-261 20s -3s linear infinite}@keyframes fall-261{38.945%{transform:translate(91.3641vw,38.945vh) scale(.1906)}to{transform:translate(86.50805vw,99vh) scale(.1906)}}.snow:nth-child(262){opacity:.473;transform:translate(25.0357vw,-10px) scale(.3492);animation:fall-262 15s -10s linear infinite}@keyframes fall-262{61.269%{transform:translate(15.323vw,61.269vh) scale(.3492)}to{transform:translate(20.17935vw,99vh) scale(.3492)}}.snow:nth-child(263){opacity:.593;transform:translate(43.7497vw,-10px) scale(.9719);animation:fall-263 26s -19s linear infinite}@keyframes fall-263{32.512%{transform:translate(51.8708vw,32.512vh) scale(.9719)}to{transform:translate(47.81025vw,99vh) scale(.9719)}}.snow:nth-child(264){opacity:1.6614;transform:translate(88.4807vw,-10px) scale(.2094);animation:fall-264 25s -18s linear infinite}@keyframes fall-264{67.008%{transform:translate(85.5105vw,67.008vh) scale(.2094)}to{transform:translate(86.9956vw,99vh) scale(.2094)}}.snow:nth-child(265){opacity:.2526;transform:translate(57.8064vw,-10px) scale(.6788);animation:fall-265 23s -9s linear infinite}@keyframes fall-265{76.961%{transform:translate(53.6641vw,76.961vh) scale(.6788)}to{transform:translate(55.73525vw,99vh) scale(.6788)}}.snow:nth-child(266){opacity:1.6698;transform:translate(39.8082vw,-10px) scale(.7795);animation:fall-266 19s -20s linear infinite}@keyframes fall-266{75.356%{transform:translate(47.0036vw,75.356vh) scale(.7795)}to{transform:translate(43.4059vw,99vh) scale(.7795)}}.snow:nth-child(267){opacity:1.7546;transform:translate(71.0518vw,-10px) scale(.2661);animation:fall-267 27s -13s linear infinite}@keyframes fall-267{58.529%{transform:translate(61.9771vw,58.529vh) scale(.2661)}to{transform:translate(66.51445vw,99vh) scale(.2661)}}.snow:nth-child(268){opacity:.857;transform:translate(56.7342vw,-10px) scale(.0912);animation:fall-268 16s -3s linear infinite}@keyframes fall-268{50.58%{transform:translate(55.8636vw,50.58vh) scale(.0912)}to{transform:translate(56.2989vw,99vh) scale(.0912)}}.snow:nth-child(269){opacity:1.9034;transform:translate(45.5175vw,-10px) scale(.754);animation:fall-269 10s -4s linear infinite}@keyframes fall-269{55.438%{transform:translate(54.4225vw,55.438vh) scale(.754)}to{transform:translate(49.97vw,99vh) scale(.754)}}.snow:nth-child(270){opacity:.0578;transform:translate(40.5095vw,-10px) scale(.2871);animation:fall-270 30s -5s linear infinite}@keyframes fall-270{32.344%{transform:translate(37.1709vw,32.344vh) scale(.2871)}to{transform:translate(38.8402vw,99vh) scale(.2871)}}.snow:nth-child(271){opacity:.6272;transform:translate(91.9695vw,-10px) scale(.3535);animation:fall-271 21s -13s linear infinite}@keyframes fall-271{78.597%{transform:translate(98.0427vw,78.597vh) scale(.3535)}to{transform:translate(95.0061vw,99vh) scale(.3535)}}.snow:nth-child(272){opacity:1.927;transform:translate(83.2907vw,-10px) scale(.3842);animation:fall-272 15s -15s linear infinite}@keyframes fall-272{67.693%{transform:translate(88.0428vw,67.693vh) scale(.3842)}to{transform:translate(85.66675vw,99vh) scale(.3842)}}.snow:nth-child(273){opacity:.7222;transform:translate(84.3965vw,-10px) scale(.1497);animation:fall-273 23s -26s linear infinite}@keyframes fall-273{79.429%{transform:translate(86.0556vw,79.429vh) scale(.1497)}to{transform:translate(85.22605vw,99vh) scale(.1497)}}.snow:nth-child(274){opacity:.4198;transform:translate(73.4001vw,-10px) scale(.2026);animation:fall-274 18s -21s linear infinite}@keyframes fall-274{53.339%{transform:translate(70.5354vw,53.339vh) scale(.2026)}to{transform:translate(71.96775vw,99vh) scale(.2026)}}.snow:nth-child(275){opacity:.384;transform:translate(44.1204vw,-10px) scale(.0973);animation:fall-275 25s -29s linear infinite}@keyframes fall-275{34.942%{transform:translate(52.2719vw,34.942vh) scale(.0973)}to{transform:translate(48.19615vw,99vh) scale(.0973)}}.snow:nth-child(276){opacity:1.0502;transform:translate(35.1204vw,-10px) scale(.9147);animation:fall-276 10s -25s linear infinite}@keyframes fall-276{52.97%{transform:translate(27.9764vw,52.97vh) scale(.9147)}to{transform:translate(31.5484vw,99vh) scale(.9147)}}.snow:nth-child(277){opacity:1.1282;transform:translate(83.6903vw,-10px) scale(.4021);animation:fall-277 21s -26s linear infinite}@keyframes fall-277{39.265%{transform:translate(75.0488vw,39.265vh) scale(.4021)}to{transform:translate(79.36955vw,99vh) scale(.4021)}}.snow:nth-child(278){opacity:.136;transform:translate(47.1682vw,-10px) scale(.0574);animation:fall-278 13s -6s linear infinite}@keyframes fall-278{78.509%{transform:translate(41.4512vw,78.509vh) scale(.0574)}to{transform:translate(44.3097vw,99vh) scale(.0574)}}.snow:nth-child(279){opacity:.0464;transform:translate(91.6138vw,-10px) scale(.2671);animation:fall-279 23s -17s linear infinite}@keyframes fall-279{62.692%{transform:translate(93.2418vw,62.692vh) scale(.2671)}to{transform:translate(92.4278vw,99vh) scale(.2671)}}.snow:nth-child(280){opacity:.125;transform:translate(33.4038vw,-10px) scale(.1053);animation:fall-280 22s -24s linear infinite}@keyframes fall-280{68.638%{transform:translate(24.2848vw,68.638vh) scale(.1053)}to{transform:translate(28.8443vw,99vh) scale(.1053)}}.snow:nth-child(281){opacity:.655;transform:translate(42.9429vw,-10px) scale(.4034);animation:fall-281 11s -4s linear infinite}@keyframes fall-281{77.478%{transform:translate(46.4791vw,77.478vh) scale(.4034)}to{transform:translate(44.711vw,99vh) scale(.4034)}}.snow:nth-child(282){opacity:.8648;transform:translate(22.6186vw,-10px) scale(.6268);animation:fall-282 19s -20s linear infinite}@keyframes fall-282{68.684%{transform:translate(22.1999vw,68.684vh) scale(.6268)}to{transform:translate(22.40925vw,99vh) scale(.6268)}}.snow:nth-child(283){opacity:.1422;transform:translate(90.1452vw,-10px) scale(.5257);animation:fall-283 18s -14s linear infinite}@keyframes fall-283{64.747%{transform:translate(82.3783vw,64.747vh) scale(.5257)}to{transform:translate(86.26175vw,99vh) scale(.5257)}}.snow:nth-child(284){opacity:.3138;transform:translate(93.2892vw,-10px) scale(.9079);animation:fall-284 17s -2s linear infinite}@keyframes fall-284{34.283%{transform:translate(89.0565vw,34.283vh) scale(.9079)}to{transform:translate(91.17285vw,99vh) scale(.9079)}}.snow:nth-child(285){opacity:1.2236;transform:translate(54.8738vw,-10px) scale(.3421);animation:fall-285 14s -15s linear infinite}@keyframes fall-285{38.441%{transform:translate(62.8932vw,38.441vh) scale(.3421)}to{transform:translate(58.8835vw,99vh) scale(.3421)}}.snow:nth-child(286){opacity:.3238;transform:translate(47.4325vw,-10px) scale(.6021);animation:fall-286 10s -8s linear infinite}@keyframes fall-286{59.918%{transform:translate(54.1573vw,59.918vh) scale(.6021)}to{transform:translate(50.7949vw,99vh) scale(.6021)}}.snow:nth-child(287){opacity:1.81;transform:translate(2.1738vw,-10px) scale(.9472);animation:fall-287 24s -4s linear infinite}@keyframes fall-287{41.798%{transform:translate(8.5051vw,41.798vh) scale(.9472)}to{transform:translate(5.33945vw,99vh) scale(.9472)}}.snow:nth-child(288){opacity:1.3874;transform:translate(44.3166vw,-10px) scale(.7996);animation:fall-288 11s -15s linear infinite}@keyframes fall-288{61.627%{transform:translate(42.6346vw,61.627vh) scale(.7996)}to{transform:translate(43.4756vw,99vh) scale(.7996)}}.snow:nth-child(289){opacity:1.1642;transform:translate(6.6128vw,-10px) scale(.0371);animation:fall-289 29s -10s linear infinite}@keyframes fall-289{31.859%{transform:translate(3.0332vw,31.859vh) scale(.0371)}to{transform:translate(4.823vw,99vh) scale(.0371)}}.snow:nth-child(290){opacity:1.9332;transform:translate(51.5013vw,-10px) scale(.3412);animation:fall-290 26s -30s linear infinite}@keyframes fall-290{32.626%{transform:translate(43.1611vw,32.626vh) scale(.3412)}to{transform:translate(47.3312vw,99vh) scale(.3412)}}.snow:nth-child(291){opacity:1.1432;transform:translate(70.0989vw,-10px) scale(.2353);animation:fall-291 15s -27s linear infinite}@keyframes fall-291{46.892%{transform:translate(71.7527vw,46.892vh) scale(.2353)}to{transform:translate(70.9258vw,99vh) scale(.2353)}}.snow:nth-child(292){opacity:1.1942;transform:translate(89.5497vw,-10px) scale(.263);animation:fall-292 20s -27s linear infinite}@keyframes fall-292{47.9%{transform:translate(83.481vw,47.9vh) scale(.263)}to{transform:translate(86.51535vw,99vh) scale(.263)}}.snow:nth-child(293){opacity:1.217;transform:translate(12.0032vw,-10px) scale(.2232);animation:fall-293 20s -8s linear infinite}@keyframes fall-293{49.888%{transform:translate(5.0471vw,49.888vh) scale(.2232)}to{transform:translate(8.52515vw,99vh) scale(.2232)}}.snow:nth-child(294){opacity:.4438;transform:translate(36.8241vw,-10px) scale(.5736);animation:fall-294 12s -4s linear infinite}@keyframes fall-294{59.843%{transform:translate(26.9683vw,59.843vh) scale(.5736)}to{transform:translate(31.8962vw,99vh) scale(.5736)}}.snow:nth-child(295){opacity:1.9312;transform:translate(64.4512vw,-10px) scale(.8147);animation:fall-295 13s -15s linear infinite}@keyframes fall-295{77.275%{transform:translate(72.242vw,77.275vh) scale(.8147)}to{transform:translate(68.3466vw,99vh) scale(.8147)}}.snow:nth-child(296){opacity:.0274;transform:translate(29.3848vw,-10px) scale(.4054);animation:fall-296 10s -27s linear infinite}@keyframes fall-296{32.891%{transform:translate(34.2835vw,32.891vh) scale(.4054)}to{transform:translate(31.83415vw,99vh) scale(.4054)}}.snow:nth-child(297){opacity:.5858;transform:translate(49.215vw,-10px) scale(.8221);animation:fall-297 29s -27s linear infinite}@keyframes fall-297{38.16%{transform:translate(48.7641vw,38.16vh) scale(.8221)}to{transform:translate(48.98955vw,99vh) scale(.8221)}}.snow:nth-child(298){opacity:1.2176;transform:translate(73.4368vw,-10px) scale(.3432);animation:fall-298 24s -22s linear infinite}@keyframes fall-298{78.953%{transform:translate(73.5994vw,78.953vh) scale(.3432)}to{transform:translate(73.5181vw,99vh) scale(.3432)}}.snow:nth-child(299){opacity:1.8162;transform:translate(19.1936vw,-10px) scale(.4726);animation:fall-299 16s -7s linear infinite}@keyframes fall-299{75.813%{transform:translate(19.5744vw,75.813vh) scale(.4726)}to{transform:translate(19.384vw,99vh) scale(.4726)}}.snow:nth-child(300){opacity:1.6212;transform:translate(20.6921vw,-10px) scale(.9887);animation:fall-300 11s -17s linear infinite}@keyframes fall-300{54.114%{transform:translate(13.8047vw,54.114vh) scale(.9887)}to{transform:translate(17.2484vw,99vh) scale(.9887)}}.snow:nth-child(301){opacity:1.6968;transform:translate(9.8098vw,-10px) scale(.6217);animation:fall-301 13s -18s linear infinite}@keyframes fall-301{36.481%{transform:translate(9.6341vw,36.481vh) scale(.6217)}to{transform:translate(9.72195vw,99vh) scale(.6217)}}.snow:nth-child(302){opacity:1.9038;transform:translate(29.9248vw,-10px) scale(.8768);animation:fall-302 26s -14s linear infinite}@keyframes fall-302{79.709%{transform:translate(26.5653vw,79.709vh) scale(.8768)}to{transform:translate(28.24505vw,99vh) scale(.8768)}}.snow:nth-child(303){opacity:1.8434;transform:translate(73.0185vw,-10px) scale(.2194);animation:fall-303 10s -28s linear infinite}@keyframes fall-303{62.476%{transform:translate(65.6156vw,62.476vh) scale(.2194)}to{transform:translate(69.31705vw,99vh) scale(.2194)}}.snow:nth-child(304){opacity:1.3432;transform:translate(51.3784vw,-10px) scale(.5255);animation:fall-304 18s -7s linear infinite}@keyframes fall-304{72.209%{transform:translate(54.0144vw,72.209vh) scale(.5255)}to{transform:translate(52.6964vw,99vh) scale(.5255)}}.snow:nth-child(305){opacity:1.4942;transform:translate(94.4026vw,-10px) scale(.4635);animation:fall-305 29s -17s linear infinite}@keyframes fall-305{79.119%{transform:translate(98.0038vw,79.119vh) scale(.4635)}to{transform:translate(96.2032vw,99vh) scale(.4635)}}.snow:nth-child(306){opacity:1.2174;transform:translate(78.9857vw,-10px) scale(.0252);animation:fall-306 15s -25s linear infinite}@keyframes fall-306{59.333%{transform:translate(72.0141vw,59.333vh) scale(.0252)}to{transform:translate(75.4999vw,99vh) scale(.0252)}}.snow:nth-child(307){opacity:.8832;transform:translate(22.1197vw,-10px) scale(.7055);animation:fall-307 19s -6s linear infinite}@keyframes fall-307{36.061%{transform:translate(28.1399vw,36.061vh) scale(.7055)}to{transform:translate(25.1298vw,99vh) scale(.7055)}}.snow:nth-child(308){opacity:1.091;transform:translate(79.9989vw,-10px) scale(.6052);animation:fall-308 12s -28s linear infinite}@keyframes fall-308{57.299%{transform:translate(85.6903vw,57.299vh) scale(.6052)}to{transform:translate(82.8446vw,99vh) scale(.6052)}}.snow:nth-child(309){opacity:1.7332;transform:translate(7.6478vw,-10px) scale(.5506);animation:fall-309 30s -6s linear infinite}@keyframes fall-309{55.621%{transform:translate(16.5589vw,55.621vh) scale(.5506)}to{transform:translate(12.10335vw,99vh) scale(.5506)}}.snow:nth-child(310){opacity:1.04;transform:translate(89.8157vw,-10px) scale(.7457);animation:fall-310 13s -3s linear infinite}@keyframes fall-310{38.142%{transform:translate(94.3583vw,38.142vh) scale(.7457)}to{transform:translate(92.087vw,99vh) scale(.7457)}}.snow:nth-child(311){opacity:.954;transform:translate(80.048vw,-10px) scale(.2743);animation:fall-311 28s -8s linear infinite}@keyframes fall-311{34.764%{transform:translate(72.5806vw,34.764vh) scale(.2743)}to{transform:translate(76.3143vw,99vh) scale(.2743)}}.snow:nth-child(312){opacity:1.7686;transform:translate(59.5317vw,-10px) scale(.8759);animation:fall-312 29s -20s linear infinite}@keyframes fall-312{42.003%{transform:translate(56.6717vw,42.003vh) scale(.8759)}to{transform:translate(58.1017vw,99vh) scale(.8759)}}.snow:nth-child(313){opacity:.1628;transform:translate(66.1691vw,-10px) scale(.7017);animation:fall-313 20s -26s linear infinite}@keyframes fall-313{52.174%{transform:translate(56.8431vw,52.174vh) scale(.7017)}to{transform:translate(61.5061vw,99vh) scale(.7017)}}.snow:nth-child(314){opacity:1.7646;transform:translate(30.7975vw,-10px) scale(.37);animation:fall-314 19s -9s linear infinite}@keyframes fall-314{75.966%{transform:translate(28.8358vw,75.966vh) scale(.37)}to{transform:translate(29.81665vw,99vh) scale(.37)}}.snow:nth-child(315){opacity:1.1842;transform:translate(94.4644vw,-10px) scale(.8672);animation:fall-315 28s -5s linear infinite}@keyframes fall-315{39.143%{transform:translate(99.9125vw,39.143vh) scale(.8672)}to{transform:translate(97.18845vw,99vh) scale(.8672)}}.snow:nth-child(316){opacity:1.595;transform:translate(39.3917vw,-10px) scale(.5431);animation:fall-316 30s -27s linear infinite}@keyframes fall-316{37.549%{transform:translate(45.0265vw,37.549vh) scale(.5431)}to{transform:translate(42.2091vw,99vh) scale(.5431)}}.snow:nth-child(317){opacity:1.5212;transform:translate(.2666vw,-10px) scale(.1219);animation:fall-317 24s -15s linear infinite}@keyframes fall-317{34.358%{transform:translate(-8.2731vw,34.358vh) scale(.1219)}to{transform:translate(-4.00325vw,99vh) scale(.1219)}}.snow:nth-child(318){opacity:1.3704;transform:translate(82.2388vw,-10px) scale(.2624);animation:fall-318 13s -26s linear infinite}@keyframes fall-318{49.188%{transform:translate(85.7692vw,49.188vh) scale(.2624)}to{transform:translate(84.004vw,99vh) scale(.2624)}}.snow:nth-child(319){opacity:.1446;transform:translate(57.2409vw,-10px) scale(.8609);animation:fall-319 16s -6s linear infinite}@keyframes fall-319{71.767%{transform:translate(51.523vw,71.767vh) scale(.8609)}to{transform:translate(54.38195vw,99vh) scale(.8609)}}.snow:nth-child(320){opacity:.9224;transform:translate(56.5315vw,-10px) scale(.3922);animation:fall-320 26s -1s linear infinite}@keyframes fall-320{79.585%{transform:translate(63.8395vw,79.585vh) scale(.3922)}to{transform:translate(60.1855vw,99vh) scale(.3922)}}.snow:nth-child(321){opacity:.9018;transform:translate(88.0481vw,-10px) scale(.5531);animation:fall-321 15s -27s linear infinite}@keyframes fall-321{61.454%{transform:translate(97.9305vw,61.454vh) scale(.5531)}to{transform:translate(92.9893vw,99vh) scale(.5531)}}.snow:nth-child(322){opacity:.428;transform:translate(60.1126vw,-10px) scale(.1404);animation:fall-322 14s -25s linear infinite}@keyframes fall-322{71.197%{transform:translate(52.3828vw,71.197vh) scale(.1404)}to{transform:translate(56.2477vw,99vh) scale(.1404)}}.snow:nth-child(323){opacity:1.2316;transform:translate(90.6496vw,-10px) scale(.6376);animation:fall-323 14s -2s linear infinite}@keyframes fall-323{35.216%{transform:translate(83.4236vw,35.216vh) scale(.6376)}to{transform:translate(87.0366vw,99vh) scale(.6376)}}.snow:nth-child(324){opacity:.599;transform:translate(1.6408vw,-10px) scale(.6051);animation:fall-324 14s -2s linear infinite}@keyframes fall-324{49.851%{transform:translate(.9241vw,49.851vh) scale(.6051)}to{transform:translate(1.28245vw,99vh) scale(.6051)}}.snow:nth-child(325){opacity:1.7838;transform:translate(7.5264vw,-10px) scale(.7737);animation:fall-325 22s -8s linear infinite}@keyframes fall-325{44.086%{transform:translate(7.8244vw,44.086vh) scale(.7737)}to{transform:translate(7.6754vw,99vh) scale(.7737)}}.snow:nth-child(326){opacity:1.9864;transform:translate(86.391vw,-10px) scale(.5291);animation:fall-326 22s -1s linear infinite}@keyframes fall-326{30.906%{transform:translate(83.7674vw,30.906vh) scale(.5291)}to{transform:translate(85.0792vw,99vh) scale(.5291)}}.snow:nth-child(327){opacity:1.2776;transform:translate(7.1914vw,-10px) scale(.7374);animation:fall-327 25s -3s linear infinite}@keyframes fall-327{31.539%{transform:translate(14.4151vw,31.539vh) scale(.7374)}to{transform:translate(10.80325vw,99vh) scale(.7374)}}.snow:nth-child(328){opacity:1.4766;transform:translate(80.407vw,-10px) scale(.2982);animation:fall-328 14s -7s linear infinite}@keyframes fall-328{41.066%{transform:translate(90.3295vw,41.066vh) scale(.2982)}to{transform:translate(85.36825vw,99vh) scale(.2982)}}.snow:nth-child(329){opacity:.653;transform:translate(67.4956vw,-10px) scale(.1305);animation:fall-329 10s -22s linear infinite}@keyframes fall-329{72.487%{transform:translate(70.8609vw,72.487vh) scale(.1305)}to{transform:translate(69.17825vw,99vh) scale(.1305)}}.snow:nth-child(330){opacity:1.7926;transform:translate(48.4509vw,-10px) scale(.4703);animation:fall-330 21s -27s linear infinite}@keyframes fall-330{36.99%{transform:translate(43.7054vw,36.99vh) scale(.4703)}to{transform:translate(46.07815vw,99vh) scale(.4703)}}.snow:nth-child(331){opacity:1.5896;transform:translate(27.3373vw,-10px) scale(.8891);animation:fall-331 27s -14s linear infinite}@keyframes fall-331{49.391%{transform:translate(21.9772vw,49.391vh) scale(.8891)}to{transform:translate(24.65725vw,99vh) scale(.8891)}}.snow:nth-child(332){opacity:1.957;transform:translate(46.9613vw,-10px) scale(.8436);animation:fall-332 15s -29s linear infinite}@keyframes fall-332{76.33%{transform:translate(50.1446vw,76.33vh) scale(.8436)}to{transform:translate(48.55295vw,99vh) scale(.8436)}}.snow:nth-child(333){opacity:.144;transform:translate(96.5273vw,-10px) scale(.1715);animation:fall-333 24s -26s linear infinite}@keyframes fall-333{70.931%{transform:translate(97.7295vw,70.931vh) scale(.1715)}to{transform:translate(97.1284vw,99vh) scale(.1715)}}.snow:nth-child(334){opacity:.4598;transform:translate(46.1137vw,-10px) scale(.8721);animation:fall-334 25s -29s linear infinite}@keyframes fall-334{65.273%{transform:translate(37.0649vw,65.273vh) scale(.8721)}to{transform:translate(41.5893vw,99vh) scale(.8721)}}.snow:nth-child(335){opacity:.1648;transform:translate(8.534vw,-10px) scale(.6778);animation:fall-335 15s -16s linear infinite}@keyframes fall-335{72.493%{transform:translate(17.4112vw,72.493vh) scale(.6778)}to{transform:translate(12.9726vw,99vh) scale(.6778)}}.snow:nth-child(336){opacity:.903;transform:translate(35.104vw,-10px) scale(.7885);animation:fall-336 12s -18s linear infinite}@keyframes fall-336{57.444%{transform:translate(27.5989vw,57.444vh) scale(.7885)}to{transform:translate(31.35145vw,99vh) scale(.7885)}}.snow:nth-child(337){opacity:1.3792;transform:translate(4.7954vw,-10px) scale(.1308);animation:fall-337 11s -19s linear infinite}@keyframes fall-337{60.261%{transform:translate(-.8878vw,60.261vh) scale(.1308)}to{transform:translate(1.9538vw,99vh) scale(.1308)}}.snow:nth-child(338){opacity:.1164;transform:translate(35.4013vw,-10px) scale(.1348);animation:fall-338 14s -16s linear infinite}@keyframes fall-338{34.145%{transform:translate(32.1168vw,34.145vh) scale(.1348)}to{transform:translate(33.75905vw,99vh) scale(.1348)}}.snow:nth-child(339){opacity:1.4812;transform:translate(21.0225vw,-10px) scale(.3222);animation:fall-339 26s -11s linear infinite}@keyframes fall-339{33.868%{transform:translate(11.4051vw,33.868vh) scale(.3222)}to{transform:translate(16.2138vw,99vh) scale(.3222)}}.snow:nth-child(340){opacity:.3796;transform:translate(3.6778vw,-10px) scale(.9201);animation:fall-340 28s -6s linear infinite}@keyframes fall-340{61.032%{transform:translate(9.8402vw,61.032vh) scale(.9201)}to{transform:translate(6.759vw,99vh) scale(.9201)}}.snow:nth-child(341){opacity:.7774;transform:translate(55.5444vw,-10px) scale(.8943);animation:fall-341 12s -5s linear infinite}@keyframes fall-341{32.087%{transform:translate(49.4246vw,32.087vh) scale(.8943)}to{transform:translate(52.4845vw,99vh) scale(.8943)}}.snow:nth-child(342){opacity:.4522;transform:translate(10.1397vw,-10px) scale(.4201);animation:fall-342 23s -6s linear infinite}@keyframes fall-342{67.497%{transform:translate(2.9309vw,67.497vh) scale(.4201)}to{transform:translate(6.5353vw,99vh) scale(.4201)}}.snow:nth-child(343){opacity:.9072;transform:translate(38.156vw,-10px) scale(.7544);animation:fall-343 23s -3s linear infinite}@keyframes fall-343{31.615%{transform:translate(31.9826vw,31.615vh) scale(.7544)}to{transform:translate(35.0693vw,99vh) scale(.7544)}}.snow:nth-child(344){opacity:.0406;transform:translate(60.3091vw,-10px) scale(.5149);animation:fall-344 10s -19s linear infinite}@keyframes fall-344{47.881%{transform:translate(59.3517vw,47.881vh) scale(.5149)}to{transform:translate(59.8304vw,99vh) scale(.5149)}}.snow:nth-child(345){opacity:1.932;transform:translate(19.7505vw,-10px) scale(.7897);animation:fall-345 30s -1s linear infinite}@keyframes fall-345{41.747%{transform:translate(25.6736vw,41.747vh) scale(.7897)}to{transform:translate(22.71205vw,99vh) scale(.7897)}}.snow:nth-child(346){opacity:1.6084;transform:translate(10.5623vw,-10px) scale(.353);animation:fall-346 20s -10s linear infinite}@keyframes fall-346{78.772%{transform:translate(19.4765vw,78.772vh) scale(.353)}to{transform:translate(15.0194vw,99vh) scale(.353)}}.snow:nth-child(347){opacity:1.4316;transform:translate(26.0227vw,-10px) scale(.9489);animation:fall-347 21s -25s linear infinite}@keyframes fall-347{73.952%{transform:translate(29.5976vw,73.952vh) scale(.9489)}to{transform:translate(27.81015vw,99vh) scale(.9489)}}.snow:nth-child(348){opacity:.0348;transform:translate(12.5488vw,-10px) scale(.8483);animation:fall-348 30s -8s linear infinite}@keyframes fall-348{70.465%{transform:translate(12.4239vw,70.465vh) scale(.8483)}to{transform:translate(12.48635vw,99vh) scale(.8483)}}.snow:nth-child(349){opacity:1.5558;transform:translate(78.3517vw,-10px) scale(.2748);animation:fall-349 24s -1s linear infinite}@keyframes fall-349{40.387%{transform:translate(73.0649vw,40.387vh) scale(.2748)}to{transform:translate(75.7083vw,99vh) scale(.2748)}}.snow:nth-child(350){opacity:1.9144;transform:translate(15.763vw,-10px) scale(.8175);animation:fall-350 26s -22s linear infinite}@keyframes fall-350{30.202%{transform:translate(11.1512vw,30.202vh) scale(.8175)}to{transform:translate(13.4571vw,99vh) scale(.8175)}}.snow:nth-child(351){opacity:.5426;transform:translate(93.0169vw,-10px) scale(.6095);animation:fall-351 11s -25s linear infinite}@keyframes fall-351{44.978%{transform:translate(89.6052vw,44.978vh) scale(.6095)}to{transform:translate(91.31105vw,99vh) scale(.6095)}}.snow:nth-child(352){opacity:1.2808;transform:translate(60.92vw,-10px) scale(.4907);animation:fall-352 16s -4s linear infinite}@keyframes fall-352{66.304%{transform:translate(54.9854vw,66.304vh) scale(.4907)}to{transform:translate(57.9527vw,99vh) scale(.4907)}}.snow:nth-child(353){opacity:1.0596;transform:translate(74.7359vw,-10px) scale(.4735);animation:fall-353 23s -3s linear infinite}@keyframes fall-353{62.305%{transform:translate(70.3154vw,62.305vh) scale(.4735)}to{transform:translate(72.52565vw,99vh) scale(.4735)}}.snow:nth-child(354){opacity:1.0912;transform:translate(38.4267vw,-10px) scale(.0043);animation:fall-354 21s -9s linear infinite}@keyframes fall-354{62.469%{transform:translate(39.1811vw,62.469vh) scale(.0043)}to{transform:translate(38.8039vw,99vh) scale(.0043)}}.snow:nth-child(355){opacity:.7254;transform:translate(85.7865vw,-10px) scale(.9262);animation:fall-355 23s -20s linear infinite}@keyframes fall-355{73.675%{transform:translate(85.5916vw,73.675vh) scale(.9262)}to{transform:translate(85.68905vw,99vh) scale(.9262)}}.snow:nth-child(356){opacity:1.2854;transform:translate(63.2504vw,-10px) scale(.6018);animation:fall-356 27s -14s linear infinite}@keyframes fall-356{52.759%{transform:translate(63.0613vw,52.759vh) scale(.6018)}to{transform:translate(63.15585vw,99vh) scale(.6018)}}.snow:nth-child(357){opacity:1.0312;transform:translate(41.2169vw,-10px) scale(.8285);animation:fall-357 17s -3s linear infinite}@keyframes fall-357{64.638%{transform:translate(47.5551vw,64.638vh) scale(.8285)}to{transform:translate(44.386vw,99vh) scale(.8285)}}.snow:nth-child(358){opacity:1.6696;transform:translate(81.2094vw,-10px) scale(.0973);animation:fall-358 23s -16s linear infinite}@keyframes fall-358{69.577%{transform:translate(89.2337vw,69.577vh) scale(.0973)}to{transform:translate(85.22155vw,99vh) scale(.0973)}}.snow:nth-child(359){opacity:1.6402;transform:translate(45.6787vw,-10px) scale(.7697);animation:fall-359 11s -20s linear infinite}@keyframes fall-359{38.092%{transform:translate(48.6407vw,38.092vh) scale(.7697)}to{transform:translate(47.1597vw,99vh) scale(.7697)}}.snow:nth-child(360){opacity:.5274;transform:translate(77.7562vw,-10px) scale(.6272);animation:fall-360 18s -5s linear infinite}@keyframes fall-360{52.794%{transform:translate(68.0184vw,52.794vh) scale(.6272)}to{transform:translate(72.8873vw,99vh) scale(.6272)}}.snow:nth-child(361){opacity:1.4214;transform:translate(69.2074vw,-10px) scale(.1083);animation:fall-361 16s -6s linear infinite}@keyframes fall-361{61.661%{transform:translate(60.3597vw,61.661vh) scale(.1083)}to{transform:translate(64.78355vw,99vh) scale(.1083)}}.snow:nth-child(362){opacity:1.2258;transform:translate(.9115vw,-10px) scale(.3042);animation:fall-362 20s -12s linear infinite}@keyframes fall-362{30.174%{transform:translate(-5.6467vw,30.174vh) scale(.3042)}to{transform:translate(-2.3676vw,99vh) scale(.3042)}}.snow:nth-child(363){opacity:.8944;transform:translate(13.9447vw,-10px) scale(.3463);animation:fall-363 13s -12s linear infinite}@keyframes fall-363{55.615%{transform:translate(17.0209vw,55.615vh) scale(.3463)}to{transform:translate(15.4828vw,99vh) scale(.3463)}}.snow:nth-child(364){opacity:.2498;transform:translate(97.7805vw,-10px) scale(.3107);animation:fall-364 21s -15s linear infinite}@keyframes fall-364{77.562%{transform:translate(102.8929vw,77.562vh) scale(.3107)}to{transform:translate(100.3367vw,99vh) scale(.3107)}}.snow:nth-child(365){opacity:1.5796;transform:translate(59.7828vw,-10px) scale(.1553);animation:fall-365 30s -7s linear infinite}@keyframes fall-365{38.738%{transform:translate(51.7105vw,38.738vh) scale(.1553)}to{transform:translate(55.74665vw,99vh) scale(.1553)}}.snow:nth-child(366){opacity:1.7634;transform:translate(2.012vw,-10px) scale(.8997);animation:fall-366 23s -1s linear infinite}@keyframes fall-366{37.327%{transform:translate(-.6215vw,37.327vh) scale(.8997)}to{transform:translate(.69525vw,99vh) scale(.8997)}}.snow:nth-child(367){opacity:1.111;transform:translate(44.7061vw,-10px) scale(.4868);animation:fall-367 30s -17s linear infinite}@keyframes fall-367{31.297%{transform:translate(53.5279vw,31.297vh) scale(.4868)}to{transform:translate(49.117vw,99vh) scale(.4868)}}.snow:nth-child(368){opacity:.01;transform:translate(41.7516vw,-10px) scale(.9205);animation:fall-368 15s -3s linear infinite}@keyframes fall-368{61.769%{transform:translate(50.7501vw,61.769vh) scale(.9205)}to{transform:translate(46.25085vw,99vh) scale(.9205)}}.snow:nth-child(369){opacity:.9496;transform:translate(16.8448vw,-10px) scale(.1015);animation:fall-369 30s -14s linear infinite}@keyframes fall-369{42.494%{transform:translate(16.964vw,42.494vh) scale(.1015)}to{transform:translate(16.9044vw,99vh) scale(.1015)}}.snow:nth-child(370){opacity:.8442;transform:translate(2.3327vw,-10px) scale(.3663);animation:fall-370 23s -20s linear infinite}@keyframes fall-370{77.258%{transform:translate(-2.8841vw,77.258vh) scale(.3663)}to{transform:translate(-.2757vw,99vh) scale(.3663)}}.snow:nth-child(371){opacity:.1514;transform:translate(33.5037vw,-10px) scale(.0425);animation:fall-371 26s -20s linear infinite}@keyframes fall-371{43.844%{transform:translate(40.8748vw,43.844vh) scale(.0425)}to{transform:translate(37.18925vw,99vh) scale(.0425)}}.snow:nth-child(372){opacity:.1054;transform:translate(9.3102vw,-10px) scale(.6162);animation:fall-372 30s -29s linear infinite}@keyframes fall-372{44.472%{transform:translate(9.2002vw,44.472vh) scale(.6162)}to{transform:translate(9.2552vw,99vh) scale(.6162)}}.snow:nth-child(373){opacity:.5386;transform:translate(3.5946vw,-10px) scale(.3172);animation:fall-373 24s -26s linear infinite}@keyframes fall-373{66.394%{transform:translate(-1.7287vw,66.394vh) scale(.3172)}to{transform:translate(.93295vw,99vh) scale(.3172)}}.snow:nth-child(374){opacity:1.359;transform:translate(94.6188vw,-10px) scale(.8932);animation:fall-374 24s -25s linear infinite}@keyframes fall-374{35.705%{transform:translate(97.7056vw,35.705vh) scale(.8932)}to{transform:translate(96.1622vw,99vh) scale(.8932)}}.snow:nth-child(375){opacity:.838;transform:translate(75.8311vw,-10px) scale(.9335);animation:fall-375 16s -6s linear infinite}@keyframes fall-375{32.486%{transform:translate(70.7527vw,32.486vh) scale(.9335)}to{transform:translate(73.2919vw,99vh) scale(.9335)}}.snow:nth-child(376){opacity:1.0822;transform:translate(54.6381vw,-10px) scale(.8107);animation:fall-376 29s -2s linear infinite}@keyframes fall-376{72.236%{transform:translate(46.2922vw,72.236vh) scale(.8107)}to{transform:translate(50.46515vw,99vh) scale(.8107)}}.snow:nth-child(377){opacity:.0732;transform:translate(39.372vw,-10px) scale(.7303);animation:fall-377 23s -20s linear infinite}@keyframes fall-377{67.362%{transform:translate(40.347vw,67.362vh) scale(.7303)}to{transform:translate(39.8595vw,99vh) scale(.7303)}}.snow:nth-child(378){opacity:1.1328;transform:translate(27.9272vw,-10px) scale(.3965);animation:fall-378 17s -5s linear infinite}@keyframes fall-378{74.196%{transform:translate(19.4937vw,74.196vh) scale(.3965)}to{transform:translate(23.71045vw,99vh) scale(.3965)}}.snow:nth-child(379){opacity:1.8284;transform:translate(11.3925vw,-10px) scale(.9172);animation:fall-379 28s -12s linear infinite}@keyframes fall-379{54.078%{transform:translate(4.8665vw,54.078vh) scale(.9172)}to{transform:translate(8.1295vw,99vh) scale(.9172)}}.snow:nth-child(380){opacity:1.6896;transform:translate(52.9398vw,-10px) scale(.2739);animation:fall-380 22s -11s linear infinite}@keyframes fall-380{35.666%{transform:translate(47.7683vw,35.666vh) scale(.2739)}to{transform:translate(50.35405vw,99vh) scale(.2739)}}.snow:nth-child(381){opacity:.3146;transform:translate(20.1507vw,-10px) scale(.2034);animation:fall-381 17s -16s linear infinite}@keyframes fall-381{33.353%{transform:translate(10.8612vw,33.353vh) scale(.2034)}to{transform:translate(15.50595vw,99vh) scale(.2034)}}.snow:nth-child(382){opacity:1.4514;transform:translate(59.6421vw,-10px) scale(.9562);animation:fall-382 28s -11s linear infinite}@keyframes fall-382{69.956%{transform:translate(60.5758vw,69.956vh) scale(.9562)}to{transform:translate(60.10895vw,99vh) scale(.9562)}}.snow:nth-child(383){opacity:1.712;transform:translate(.4918vw,-10px) scale(.4795);animation:fall-383 18s -24s linear infinite}@keyframes fall-383{47.339%{transform:translate(7.2487vw,47.339vh) scale(.4795)}to{transform:translate(3.87025vw,99vh) scale(.4795)}}.snow:nth-child(384){opacity:.9258;transform:translate(83.2183vw,-10px) scale(.5574);animation:fall-384 18s -24s linear infinite}@keyframes fall-384{31.64%{transform:translate(93.0878vw,31.64vh) scale(.5574)}to{transform:translate(88.15305vw,99vh) scale(.5574)}}.snow:nth-child(385){opacity:1.1944;transform:translate(15.4845vw,-10px) scale(.8099);animation:fall-385 20s -6s linear infinite}@keyframes fall-385{65.634%{transform:translate(12.7093vw,65.634vh) scale(.8099)}to{transform:translate(14.0969vw,99vh) scale(.8099)}}.snow:nth-child(386){opacity:.9752;transform:translate(70.9689vw,-10px) scale(.3054);animation:fall-386 23s -9s linear infinite}@keyframes fall-386{36.389%{transform:translate(62.106vw,36.389vh) scale(.3054)}to{transform:translate(66.53745vw,99vh) scale(.3054)}}.snow:nth-child(387){opacity:1.4002;transform:translate(2.6134vw,-10px) scale(.0045);animation:fall-387 13s -23s linear infinite}@keyframes fall-387{62.182%{transform:translate(6.6316vw,62.182vh) scale(.0045)}to{transform:translate(4.6225vw,99vh) scale(.0045)}}.snow:nth-child(388){opacity:1.4292;transform:translate(79.5298vw,-10px) scale(.8136);animation:fall-388 18s -28s linear infinite}@keyframes fall-388{73.385%{transform:translate(83.3729vw,73.385vh) scale(.8136)}to{transform:translate(81.45135vw,99vh) scale(.8136)}}.snow:nth-child(389){opacity:1.7714;transform:translate(55.5583vw,-10px) scale(.6434);animation:fall-389 13s -5s linear infinite}@keyframes fall-389{57.301%{transform:translate(54.6725vw,57.301vh) scale(.6434)}to{transform:translate(55.1154vw,99vh) scale(.6434)}}.snow:nth-child(390){opacity:1.779;transform:translate(28.7507vw,-10px) scale(.8159);animation:fall-390 26s -4s linear infinite}@keyframes fall-390{68.455%{transform:translate(32.4995vw,68.455vh) scale(.8159)}to{transform:translate(30.6251vw,99vh) scale(.8159)}}.snow:nth-child(391){opacity:.852;transform:translate(83.5936vw,-10px) scale(.9836);animation:fall-391 15s -17s linear infinite}@keyframes fall-391{74.306%{transform:translate(88.117vw,74.306vh) scale(.9836)}to{transform:translate(85.8553vw,99vh) scale(.9836)}}.snow:nth-child(392){opacity:.9672;transform:translate(73.9768vw,-10px) scale(.1583);animation:fall-392 11s -19s linear infinite}@keyframes fall-392{78.314%{transform:translate(78.0338vw,78.314vh) scale(.1583)}to{transform:translate(76.0053vw,99vh) scale(.1583)}}.snow:nth-child(393){opacity:.8224;transform:translate(67.6902vw,-10px) scale(.5574);animation:fall-393 24s -18s linear infinite}@keyframes fall-393{60.341%{transform:translate(74.437vw,60.341vh) scale(.5574)}to{transform:translate(71.0636vw,99vh) scale(.5574)}}.snow:nth-child(394){opacity:1.1676;transform:translate(90.0604vw,-10px) scale(.3198);animation:fall-394 30s -15s linear infinite}@keyframes fall-394{53.198%{transform:translate(87.6954vw,53.198vh) scale(.3198)}to{transform:translate(88.8779vw,99vh) scale(.3198)}}.snow:nth-child(395){opacity:1.174;transform:translate(69.7215vw,-10px) scale(.5262);animation:fall-395 17s -1s linear infinite}@keyframes fall-395{74.444%{transform:translate(63.552vw,74.444vh) scale(.5262)}to{transform:translate(66.63675vw,99vh) scale(.5262)}}.snow:nth-child(396){opacity:.2226;transform:translate(85.8468vw,-10px) scale(.9652);animation:fall-396 26s -3s linear infinite}@keyframes fall-396{37.733%{transform:translate(93.4217vw,37.733vh) scale(.9652)}to{transform:translate(89.63425vw,99vh) scale(.9652)}}.snow:nth-child(397){opacity:.4078;transform:translate(97.2463vw,-10px) scale(.0123);animation:fall-397 20s -5s linear infinite}@keyframes fall-397{77.148%{transform:translate(101.1789vw,77.148vh) scale(.0123)}to{transform:translate(99.2126vw,99vh) scale(.0123)}}.snow:nth-child(398){opacity:.0556;transform:translate(29.6874vw,-10px) scale(.0644);animation:fall-398 20s -6s linear infinite}@keyframes fall-398{48.83%{transform:translate(20.9953vw,48.83vh) scale(.0644)}to{transform:translate(25.34135vw,99vh) scale(.0644)}}.snow:nth-child(399){opacity:1.1106;transform:translate(67.1801vw,-10px) scale(.2946);animation:fall-399 16s -21s linear infinite}@keyframes fall-399{71.608%{transform:translate(74.2784vw,71.608vh) scale(.2946)}to{transform:translate(70.72925vw,99vh) scale(.2946)}}.snow:nth-child(400){opacity:1.1848;transform:translate(76.0018vw,-10px) scale(.7681);animation:fall-400 10s -24s linear infinite}@keyframes fall-400{37.282%{transform:translate(70.2207vw,37.282vh) scale(.7681)}to{transform:translate(73.11125vw,99vh) scale(.7681)}}\n"] }]
|
|
81
|
+
args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:.9888;transform:translate(36.7329vw,-10px) scale(.3651);animation:fall-1 21s -22s linear infinite}@keyframes fall-1{76.307%{transform:translate(38.5023vw,76.307vh) scale(.3651)}to{transform:translate(37.6176vw,99vh) scale(.3651)}}.snow:nth-child(2){opacity:.0156;transform:translate(99.0236vw,-10px) scale(.1944);animation:fall-2 14s -11s linear infinite}@keyframes fall-2{73.06%{transform:translate(99.7312vw,73.06vh) scale(.1944)}to{transform:translate(99.3774vw,99vh) scale(.1944)}}.snow:nth-child(3){opacity:.3342;transform:translate(63.9094vw,-10px) scale(.2623);animation:fall-3 23s -5s linear infinite}@keyframes fall-3{60.779%{transform:translate(70.5639vw,60.779vh) scale(.2623)}to{transform:translate(67.23665vw,99vh) scale(.2623)}}.snow:nth-child(4){opacity:1.9462;transform:translate(70.2898vw,-10px) scale(.8249);animation:fall-4 28s -12s linear infinite}@keyframes fall-4{62.48%{transform:translate(64.8368vw,62.48vh) scale(.8249)}to{transform:translate(67.5633vw,99vh) scale(.8249)}}.snow:nth-child(5){opacity:.3828;transform:translate(4.4878vw,-10px) scale(.6105);animation:fall-5 16s -21s linear infinite}@keyframes fall-5{43.293%{transform:translate(3.3029vw,43.293vh) scale(.6105)}to{transform:translate(3.89535vw,99vh) scale(.6105)}}.snow:nth-child(6){opacity:1.1342;transform:translate(20.5803vw,-10px) scale(.6386);animation:fall-6 29s -3s linear infinite}@keyframes fall-6{78.711%{transform:translate(27.5303vw,78.711vh) scale(.6386)}to{transform:translate(24.0553vw,99vh) scale(.6386)}}.snow:nth-child(7){opacity:1.64;transform:translate(22.1151vw,-10px) scale(.3554);animation:fall-7 14s -29s linear infinite}@keyframes fall-7{77.359%{transform:translate(27.633vw,77.359vh) scale(.3554)}to{transform:translate(24.87405vw,99vh) scale(.3554)}}.snow:nth-child(8){opacity:.249;transform:translate(90.4146vw,-10px) scale(.8207);animation:fall-8 18s -10s linear infinite}@keyframes fall-8{72.241%{transform:translate(99.5021vw,72.241vh) scale(.8207)}to{transform:translate(94.95835vw,99vh) scale(.8207)}}.snow:nth-child(9){opacity:1.6868;transform:translate(46.5992vw,-10px) scale(.9033);animation:fall-9 19s -24s linear infinite}@keyframes fall-9{59.982%{transform:translate(44.621vw,59.982vh) scale(.9033)}to{transform:translate(45.6101vw,99vh) scale(.9033)}}.snow:nth-child(10){opacity:.1782;transform:translate(26.6723vw,-10px) scale(.8233);animation:fall-10 30s -15s linear infinite}@keyframes fall-10{63.979%{transform:translate(34.7777vw,63.979vh) scale(.8233)}to{transform:translate(30.725vw,99vh) scale(.8233)}}.snow:nth-child(11){opacity:1.9346;transform:translate(23.4031vw,-10px) scale(.4255);animation:fall-11 26s -11s linear infinite}@keyframes fall-11{30.097%{transform:translate(24.3795vw,30.097vh) scale(.4255)}to{transform:translate(23.8913vw,99vh) scale(.4255)}}.snow:nth-child(12){opacity:1.6978;transform:translate(55.2002vw,-10px) scale(.997);animation:fall-12 15s -7s linear infinite}@keyframes fall-12{37.522%{transform:translate(58.3696vw,37.522vh) scale(.997)}to{transform:translate(56.7849vw,99vh) scale(.997)}}.snow:nth-child(13){opacity:.752;transform:translate(32.7397vw,-10px) scale(.4716);animation:fall-13 12s -24s linear infinite}@keyframes fall-13{71.703%{transform:translate(34.8018vw,71.703vh) scale(.4716)}to{transform:translate(33.77075vw,99vh) scale(.4716)}}.snow:nth-child(14){opacity:.2856;transform:translate(52.0039vw,-10px) scale(.4614);animation:fall-14 23s -11s linear infinite}@keyframes fall-14{57.119%{transform:translate(52.81vw,57.119vh) scale(.4614)}to{transform:translate(52.40695vw,99vh) scale(.4614)}}.snow:nth-child(15){opacity:1.7556;transform:translate(49.9169vw,-10px) scale(.2577);animation:fall-15 11s -5s linear infinite}@keyframes fall-15{62.479%{transform:translate(40.1437vw,62.479vh) scale(.2577)}to{transform:translate(45.0303vw,99vh) scale(.2577)}}.snow:nth-child(16){opacity:1.6234;transform:translate(62.6102vw,-10px) scale(.5748);animation:fall-16 10s -17s linear infinite}@keyframes fall-16{75.826%{transform:translate(56.7185vw,75.826vh) scale(.5748)}to{transform:translate(59.66435vw,99vh) scale(.5748)}}.snow:nth-child(17){opacity:1.7648;transform:translate(54.4858vw,-10px) scale(.116);animation:fall-17 30s -14s linear infinite}@keyframes fall-17{46.853%{transform:translate(55.8514vw,46.853vh) scale(.116)}to{transform:translate(55.1686vw,99vh) scale(.116)}}.snow:nth-child(18){opacity:1.5074;transform:translate(26.1523vw,-10px) scale(.1043);animation:fall-18 22s -11s linear infinite}@keyframes fall-18{61.823%{transform:translate(26.6032vw,61.823vh) scale(.1043)}to{transform:translate(26.37775vw,99vh) scale(.1043)}}.snow:nth-child(19){opacity:1.9044;transform:translate(68.6215vw,-10px) scale(.3319);animation:fall-19 23s -19s linear infinite}@keyframes fall-19{52.763%{transform:translate(63.9974vw,52.763vh) scale(.3319)}to{transform:translate(66.30945vw,99vh) scale(.3319)}}.snow:nth-child(20){opacity:1.2716;transform:translate(2.9612vw,-10px) scale(.7025);animation:fall-20 19s -19s linear infinite}@keyframes fall-20{48.918%{transform:translate(-2.691vw,48.918vh) scale(.7025)}to{transform:translate(.1351vw,99vh) scale(.7025)}}.snow:nth-child(21){opacity:1.6508;transform:translate(88.3281vw,-10px) scale(.0753);animation:fall-21 18s -29s linear infinite}@keyframes fall-21{67.239%{transform:translate(96.6944vw,67.239vh) scale(.0753)}to{transform:translate(92.51125vw,99vh) scale(.0753)}}.snow:nth-child(22){opacity:1.6358;transform:translate(91.6439vw,-10px) scale(.5237);animation:fall-22 29s -29s linear infinite}@keyframes fall-22{64.308%{transform:translate(99.7296vw,64.308vh) scale(.5237)}to{transform:translate(95.68675vw,99vh) scale(.5237)}}.snow:nth-child(23){opacity:.8578;transform:translate(67.4614vw,-10px) scale(.6662);animation:fall-23 20s -11s linear infinite}@keyframes fall-23{68.709%{transform:translate(76.532vw,68.709vh) scale(.6662)}to{transform:translate(71.9967vw,99vh) scale(.6662)}}.snow:nth-child(24){opacity:.7976;transform:translate(91.7273vw,-10px) scale(.5219);animation:fall-24 28s -15s linear infinite}@keyframes fall-24{35.736%{transform:translate(92.4865vw,35.736vh) scale(.5219)}to{transform:translate(92.1069vw,99vh) scale(.5219)}}.snow:nth-child(25){opacity:.958;transform:translate(91.3938vw,-10px) scale(.0825);animation:fall-25 22s -26s linear infinite}@keyframes fall-25{30.891%{transform:translate(86.858vw,30.891vh) scale(.0825)}to{transform:translate(89.1259vw,99vh) scale(.0825)}}.snow:nth-child(26){opacity:.8654;transform:translate(8.995vw,-10px) scale(.7125);animation:fall-26 14s -5s linear infinite}@keyframes fall-26{39.378%{transform:translate(4.6096vw,39.378vh) scale(.7125)}to{transform:translate(6.8023vw,99vh) scale(.7125)}}.snow:nth-child(27){opacity:1.4202;transform:translate(1.5378vw,-10px) scale(.46);animation:fall-27 23s -2s linear infinite}@keyframes fall-27{41.707%{transform:translate(-1.6848vw,41.707vh) scale(.46)}to{transform:translate(-.0735vw,99vh) scale(.46)}}.snow:nth-child(28){opacity:.2996;transform:translate(29.9845vw,-10px) scale(.1995);animation:fall-28 18s -6s linear infinite}@keyframes fall-28{55.965%{transform:translate(34.0905vw,55.965vh) scale(.1995)}to{transform:translate(32.0375vw,99vh) scale(.1995)}}.snow:nth-child(29){opacity:.7542;transform:translate(64.8063vw,-10px) scale(.3563);animation:fall-29 17s -28s linear infinite}@keyframes fall-29{42.327%{transform:translate(65.4794vw,42.327vh) scale(.3563)}to{transform:translate(65.14285vw,99vh) scale(.3563)}}.snow:nth-child(30){opacity:1.7206;transform:translate(80.2758vw,-10px) scale(.9112);animation:fall-30 19s -8s linear infinite}@keyframes fall-30{70.724%{transform:translate(70.6786vw,70.724vh) scale(.9112)}to{transform:translate(75.4772vw,99vh) scale(.9112)}}.snow:nth-child(31){opacity:.2294;transform:translate(78.1839vw,-10px) scale(.6564);animation:fall-31 29s -15s linear infinite}@keyframes fall-31{47.261%{transform:translate(82.4724vw,47.261vh) scale(.6564)}to{transform:translate(80.32815vw,99vh) scale(.6564)}}.snow:nth-child(32){opacity:1.3868;transform:translate(28.0084vw,-10px) scale(.968);animation:fall-32 12s -3s linear infinite}@keyframes fall-32{46.96%{transform:translate(20.5704vw,46.96vh) scale(.968)}to{transform:translate(24.2894vw,99vh) scale(.968)}}.snow:nth-child(33){opacity:1.5082;transform:translate(33.6694vw,-10px) scale(.9121);animation:fall-33 21s -24s linear infinite}@keyframes fall-33{47.669%{transform:translate(39.9375vw,47.669vh) scale(.9121)}to{transform:translate(36.80345vw,99vh) scale(.9121)}}.snow:nth-child(34){opacity:1.1636;transform:translate(65.5741vw,-10px) scale(.6814);animation:fall-34 21s -21s linear infinite}@keyframes fall-34{66.703%{transform:translate(69.9912vw,66.703vh) scale(.6814)}to{transform:translate(67.78265vw,99vh) scale(.6814)}}.snow:nth-child(35){opacity:1.163;transform:translate(2.8919vw,-10px) scale(.9873);animation:fall-35 18s -27s linear infinite}@keyframes fall-35{46.216%{transform:translate(-1.6347vw,46.216vh) scale(.9873)}to{transform:translate(.6286vw,99vh) scale(.9873)}}.snow:nth-child(36){opacity:1.2602;transform:translate(29.4961vw,-10px) scale(.1707);animation:fall-36 10s -1s linear infinite}@keyframes fall-36{43.714%{transform:translate(25.6081vw,43.714vh) scale(.1707)}to{transform:translate(27.5521vw,99vh) scale(.1707)}}.snow:nth-child(37){opacity:.377;transform:translate(6.2771vw,-10px) scale(.2464);animation:fall-37 22s -1s linear infinite}@keyframes fall-37{32.243%{transform:translate(1.5984vw,32.243vh) scale(.2464)}to{transform:translate(3.93775vw,99vh) scale(.2464)}}.snow:nth-child(38){opacity:1.7544;transform:translate(92.0209vw,-10px) scale(.6082);animation:fall-38 18s -20s linear infinite}@keyframes fall-38{56.69%{transform:translate(94.3811vw,56.69vh) scale(.6082)}to{transform:translate(93.201vw,99vh) scale(.6082)}}.snow:nth-child(39){opacity:1.8596;transform:translate(21.8334vw,-10px) scale(.9025);animation:fall-39 12s -18s linear infinite}@keyframes fall-39{75.94%{transform:translate(22.7041vw,75.94vh) scale(.9025)}to{transform:translate(22.26875vw,99vh) scale(.9025)}}.snow:nth-child(40){opacity:1.8008;transform:translate(76.5047vw,-10px) scale(.2578);animation:fall-40 19s -11s linear infinite}@keyframes fall-40{64.215%{transform:translate(69.1018vw,64.215vh) scale(.2578)}to{transform:translate(72.80325vw,99vh) scale(.2578)}}.snow:nth-child(41){opacity:.8926;transform:translate(17.2178vw,-10px) scale(.895);animation:fall-41 28s -11s linear infinite}@keyframes fall-41{78.494%{transform:translate(19.1503vw,78.494vh) scale(.895)}to{transform:translate(18.18405vw,99vh) scale(.895)}}.snow:nth-child(42){opacity:.7808;transform:translate(75.2033vw,-10px) scale(.4631);animation:fall-42 27s -12s linear infinite}@keyframes fall-42{71.705%{transform:translate(71.4058vw,71.705vh) scale(.4631)}to{transform:translate(73.30455vw,99vh) scale(.4631)}}.snow:nth-child(43){opacity:1.5752;transform:translate(84.3817vw,-10px) scale(.372);animation:fall-43 19s -27s linear infinite}@keyframes fall-43{77.468%{transform:translate(90.6862vw,77.468vh) scale(.372)}to{transform:translate(87.53395vw,99vh) scale(.372)}}.snow:nth-child(44){opacity:1.3552;transform:translate(3.0134vw,-10px) scale(.5425);animation:fall-44 25s -27s linear infinite}@keyframes fall-44{68.587%{transform:translate(-2.4173vw,68.587vh) scale(.5425)}to{transform:translate(.29805vw,99vh) scale(.5425)}}.snow:nth-child(45){opacity:.8842;transform:translate(20.0146vw,-10px) scale(.1935);animation:fall-45 18s -10s linear infinite}@keyframes fall-45{36.922%{transform:translate(12.9819vw,36.922vh) scale(.1935)}to{transform:translate(16.49825vw,99vh) scale(.1935)}}.snow:nth-child(46){opacity:1.3908;transform:translate(8.3688vw,-10px) scale(.9155);animation:fall-46 28s -6s linear infinite}@keyframes fall-46{33.949%{transform:translate(6.8978vw,33.949vh) scale(.9155)}to{transform:translate(7.6333vw,99vh) scale(.9155)}}.snow:nth-child(47){opacity:.5668;transform:translate(28.6255vw,-10px) scale(.3893);animation:fall-47 28s -20s linear infinite}@keyframes fall-47{67.774%{transform:translate(31.8227vw,67.774vh) scale(.3893)}to{transform:translate(30.2241vw,99vh) scale(.3893)}}.snow:nth-child(48){opacity:1.6548;transform:translate(53.1089vw,-10px) scale(.2003);animation:fall-48 18s -17s linear infinite}@keyframes fall-48{37.175%{transform:translate(43.7498vw,37.175vh) scale(.2003)}to{transform:translate(48.42935vw,99vh) scale(.2003)}}.snow:nth-child(49){opacity:1.9532;transform:translate(36.5123vw,-10px) scale(.1075);animation:fall-49 10s -6s linear infinite}@keyframes fall-49{64.207%{transform:translate(41.9094vw,64.207vh) scale(.1075)}to{transform:translate(39.21085vw,99vh) scale(.1075)}}.snow:nth-child(50){opacity:.134;transform:translate(85.5371vw,-10px) scale(.9501);animation:fall-50 28s -1s linear infinite}@keyframes fall-50{76.44%{transform:translate(92.3954vw,76.44vh) scale(.9501)}to{transform:translate(88.96625vw,99vh) scale(.9501)}}.snow:nth-child(51){opacity:.1288;transform:translate(36.56vw,-10px) scale(.3388);animation:fall-51 29s -14s linear infinite}@keyframes fall-51{34.98%{transform:translate(26.829vw,34.98vh) scale(.3388)}to{transform:translate(31.6945vw,99vh) scale(.3388)}}.snow:nth-child(52){opacity:.9744;transform:translate(9.3031vw,-10px) scale(.4966);animation:fall-52 14s -2s linear infinite}@keyframes fall-52{45.23%{transform:translate(2.2744vw,45.23vh) scale(.4966)}to{transform:translate(5.78875vw,99vh) scale(.4966)}}.snow:nth-child(53){opacity:1.8904;transform:translate(6.5172vw,-10px) scale(.6401);animation:fall-53 14s -28s linear infinite}@keyframes fall-53{69.591%{transform:translate(9.834vw,69.591vh) scale(.6401)}to{transform:translate(8.1756vw,99vh) scale(.6401)}}.snow:nth-child(54){opacity:1.2202;transform:translate(63.1974vw,-10px) scale(.0533);animation:fall-54 14s -27s linear infinite}@keyframes fall-54{43.305%{transform:translate(59.2001vw,43.305vh) scale(.0533)}to{transform:translate(61.19875vw,99vh) scale(.0533)}}.snow:nth-child(55){opacity:.8412;transform:translate(16.1682vw,-10px) scale(.3027);animation:fall-55 21s -22s linear infinite}@keyframes fall-55{56.501%{transform:translate(6.2988vw,56.501vh) scale(.3027)}to{transform:translate(11.2335vw,99vh) scale(.3027)}}.snow:nth-child(56){opacity:.1708;transform:translate(28.824vw,-10px) scale(.3826);animation:fall-56 24s -11s linear infinite}@keyframes fall-56{57.341%{transform:translate(27.2952vw,57.341vh) scale(.3826)}to{transform:translate(28.0596vw,99vh) scale(.3826)}}.snow:nth-child(57){opacity:.0768;transform:translate(92.9094vw,-10px) scale(.7985);animation:fall-57 25s -27s linear infinite}@keyframes fall-57{51.337%{transform:translate(92.7948vw,51.337vh) scale(.7985)}to{transform:translate(92.8521vw,99vh) scale(.7985)}}.snow:nth-child(58){opacity:.845;transform:translate(58.8894vw,-10px) scale(.3801);animation:fall-58 24s -24s linear infinite}@keyframes fall-58{72.389%{transform:translate(62.4491vw,72.389vh) scale(.3801)}to{transform:translate(60.66925vw,99vh) scale(.3801)}}.snow:nth-child(59){opacity:.374;transform:translate(16.8236vw,-10px) scale(.6579);animation:fall-59 20s -15s linear infinite}@keyframes fall-59{59.835%{transform:translate(12.2364vw,59.835vh) scale(.6579)}to{transform:translate(14.53vw,99vh) scale(.6579)}}.snow:nth-child(60){opacity:.2424;transform:translate(80.586vw,-10px) scale(.7716);animation:fall-60 15s -18s linear infinite}@keyframes fall-60{35.942%{transform:translate(80.3049vw,35.942vh) scale(.7716)}to{transform:translate(80.44545vw,99vh) scale(.7716)}}.snow:nth-child(61){opacity:1.5752;transform:translate(43.2061vw,-10px) scale(.8875);animation:fall-61 15s -24s linear infinite}@keyframes fall-61{62.369%{transform:translate(52.2449vw,62.369vh) scale(.8875)}to{transform:translate(47.7255vw,99vh) scale(.8875)}}.snow:nth-child(62){opacity:.0852;transform:translate(85.4743vw,-10px) scale(.4708);animation:fall-62 17s -29s linear infinite}@keyframes fall-62{58.305%{transform:translate(76.7466vw,58.305vh) scale(.4708)}to{transform:translate(81.11045vw,99vh) scale(.4708)}}.snow:nth-child(63){opacity:1.0166;transform:translate(94.229vw,-10px) scale(.1974);animation:fall-63 28s -20s linear infinite}@keyframes fall-63{63.237%{transform:translate(93.8228vw,63.237vh) scale(.1974)}to{transform:translate(94.0259vw,99vh) scale(.1974)}}.snow:nth-child(64){opacity:.6396;transform:translate(84.2555vw,-10px) scale(.5338);animation:fall-64 12s -13s linear infinite}@keyframes fall-64{58.404%{transform:translate(86.7332vw,58.404vh) scale(.5338)}to{transform:translate(85.49435vw,99vh) scale(.5338)}}.snow:nth-child(65){opacity:.8926;transform:translate(47.601vw,-10px) scale(.0245);animation:fall-65 10s -8s linear infinite}@keyframes fall-65{67.031%{transform:translate(55.7941vw,67.031vh) scale(.0245)}to{transform:translate(51.69755vw,99vh) scale(.0245)}}.snow:nth-child(66){opacity:1.6342;transform:translate(49.7157vw,-10px) scale(.328);animation:fall-66 12s -14s linear infinite}@keyframes fall-66{47.989%{transform:translate(41.4085vw,47.989vh) scale(.328)}to{transform:translate(45.5621vw,99vh) scale(.328)}}.snow:nth-child(67){opacity:1.231;transform:translate(32.1505vw,-10px) scale(.5324);animation:fall-67 19s -27s linear infinite}@keyframes fall-67{77.035%{transform:translate(29.3526vw,77.035vh) scale(.5324)}to{transform:translate(30.75155vw,99vh) scale(.5324)}}.snow:nth-child(68){opacity:.3414;transform:translate(24.2657vw,-10px) scale(.4595);animation:fall-68 30s -29s linear infinite}@keyframes fall-68{37.985%{transform:translate(20.7074vw,37.985vh) scale(.4595)}to{transform:translate(22.48655vw,99vh) scale(.4595)}}.snow:nth-child(69){opacity:1.0902;transform:translate(24.5066vw,-10px) scale(.7841);animation:fall-69 27s -23s linear infinite}@keyframes fall-69{74.417%{transform:translate(34.1009vw,74.417vh) scale(.7841)}to{transform:translate(29.30375vw,99vh) scale(.7841)}}.snow:nth-child(70){opacity:.687;transform:translate(41.2104vw,-10px) scale(.8232);animation:fall-70 27s -9s linear infinite}@keyframes fall-70{47.308%{transform:translate(35.2032vw,47.308vh) scale(.8232)}to{transform:translate(38.2068vw,99vh) scale(.8232)}}.snow:nth-child(71){opacity:1.0268;transform:translate(27.0703vw,-10px) scale(.7846);animation:fall-71 29s -17s linear infinite}@keyframes fall-71{76.981%{transform:translate(35.6024vw,76.981vh) scale(.7846)}to{transform:translate(31.33635vw,99vh) scale(.7846)}}.snow:nth-child(72){opacity:1.734;transform:translate(48.8578vw,-10px) scale(.5251);animation:fall-72 30s -24s linear infinite}@keyframes fall-72{57.414%{transform:translate(45.803vw,57.414vh) scale(.5251)}to{transform:translate(47.3304vw,99vh) scale(.5251)}}.snow:nth-child(73){opacity:.4468;transform:translate(8.1903vw,-10px) scale(.3203);animation:fall-73 20s -15s linear infinite}@keyframes fall-73{76.02%{transform:translate(3.2774vw,76.02vh) scale(.3203)}to{transform:translate(5.73385vw,99vh) scale(.3203)}}.snow:nth-child(74){opacity:.3382;transform:translate(54.1653vw,-10px) scale(.8944);animation:fall-74 30s -28s linear infinite}@keyframes fall-74{42.982%{transform:translate(44.8463vw,42.982vh) scale(.8944)}to{transform:translate(49.5058vw,99vh) scale(.8944)}}.snow:nth-child(75){opacity:1.038;transform:translate(89.4645vw,-10px) scale(.7097);animation:fall-75 21s -25s linear infinite}@keyframes fall-75{32.925%{transform:translate(94.2042vw,32.925vh) scale(.7097)}to{transform:translate(91.83435vw,99vh) scale(.7097)}}.snow:nth-child(76){opacity:.765;transform:translate(31.1121vw,-10px) scale(.7319);animation:fall-76 29s -27s linear infinite}@keyframes fall-76{32.182%{transform:translate(39.7234vw,32.182vh) scale(.7319)}to{transform:translate(35.41775vw,99vh) scale(.7319)}}.snow:nth-child(77){opacity:.678;transform:translate(23.8682vw,-10px) scale(.2656);animation:fall-77 12s -16s linear infinite}@keyframes fall-77{48.732%{transform:translate(17.8132vw,48.732vh) scale(.2656)}to{transform:translate(20.8407vw,99vh) scale(.2656)}}.snow:nth-child(78){opacity:1.7136;transform:translate(43.5329vw,-10px) scale(.0758);animation:fall-78 17s -1s linear infinite}@keyframes fall-78{34.612%{transform:translate(44.7141vw,34.612vh) scale(.0758)}to{transform:translate(44.1235vw,99vh) scale(.0758)}}.snow:nth-child(79){opacity:.3744;transform:translate(9.2787vw,-10px) scale(.5865);animation:fall-79 18s -22s linear infinite}@keyframes fall-79{79.227%{transform:translate(.3778vw,79.227vh) scale(.5865)}to{transform:translate(4.82825vw,99vh) scale(.5865)}}.snow:nth-child(80){opacity:1.6014;transform:translate(36.8179vw,-10px) scale(.5823);animation:fall-80 26s -13s linear infinite}@keyframes fall-80{33.183%{transform:translate(44.136vw,33.183vh) scale(.5823)}to{transform:translate(40.47695vw,99vh) scale(.5823)}}.snow:nth-child(81){opacity:1.4842;transform:translate(78.4287vw,-10px) scale(.2766);animation:fall-81 26s -27s linear infinite}@keyframes fall-81{46.717%{transform:translate(71.3697vw,46.717vh) scale(.2766)}to{transform:translate(74.8992vw,99vh) scale(.2766)}}.snow:nth-child(82){opacity:1.7922;transform:translate(41.8814vw,-10px) scale(.4206);animation:fall-82 17s -16s linear infinite}@keyframes fall-82{35.113%{transform:translate(37.5271vw,35.113vh) scale(.4206)}to{transform:translate(39.70425vw,99vh) scale(.4206)}}.snow:nth-child(83){opacity:1.766;transform:translate(10.6251vw,-10px) scale(.4825);animation:fall-83 23s -28s linear infinite}@keyframes fall-83{59.169%{transform:translate(19.9856vw,59.169vh) scale(.4825)}to{transform:translate(15.30535vw,99vh) scale(.4825)}}.snow:nth-child(84){opacity:.564;transform:translate(90.0706vw,-10px) scale(.4522);animation:fall-84 28s -2s linear infinite}@keyframes fall-84{49.611%{transform:translate(80.9169vw,49.611vh) scale(.4522)}to{transform:translate(85.49375vw,99vh) scale(.4522)}}.snow:nth-child(85){opacity:.346;transform:translate(21.2934vw,-10px) scale(.3753);animation:fall-85 14s -19s linear infinite}@keyframes fall-85{45.474%{transform:translate(26.0545vw,45.474vh) scale(.3753)}to{transform:translate(23.67395vw,99vh) scale(.3753)}}.snow:nth-child(86){opacity:1.4522;transform:translate(52.1455vw,-10px) scale(.2942);animation:fall-86 16s -14s linear infinite}@keyframes fall-86{40.53%{transform:translate(47.7193vw,40.53vh) scale(.2942)}to{transform:translate(49.9324vw,99vh) scale(.2942)}}.snow:nth-child(87){opacity:1.762;transform:translate(39.8036vw,-10px) scale(.6996);animation:fall-87 28s -6s linear infinite}@keyframes fall-87{64.263%{transform:translate(37.9518vw,64.263vh) scale(.6996)}to{transform:translate(38.8777vw,99vh) scale(.6996)}}.snow:nth-child(88){opacity:1.1226;transform:translate(45.9441vw,-10px) scale(.9696);animation:fall-88 24s -12s linear infinite}@keyframes fall-88{34.266%{transform:translate(37.388vw,34.266vh) scale(.9696)}to{transform:translate(41.66605vw,99vh) scale(.9696)}}.snow:nth-child(89){opacity:1.7936;transform:translate(83.3915vw,-10px) scale(.8196);animation:fall-89 26s -29s linear infinite}@keyframes fall-89{49.113%{transform:translate(83.1188vw,49.113vh) scale(.8196)}to{transform:translate(83.25515vw,99vh) scale(.8196)}}.snow:nth-child(90){opacity:1.585;transform:translate(31.4141vw,-10px) scale(.1721);animation:fall-90 10s -14s linear infinite}@keyframes fall-90{40.262%{transform:translate(40.5934vw,40.262vh) scale(.1721)}to{transform:translate(36.00375vw,99vh) scale(.1721)}}.snow:nth-child(91){opacity:.2374;transform:translate(98.1441vw,-10px) scale(.0521);animation:fall-91 16s -24s linear infinite}@keyframes fall-91{33.333%{transform:translate(100.9649vw,33.333vh) scale(.0521)}to{transform:translate(99.5545vw,99vh) scale(.0521)}}.snow:nth-child(92){opacity:.9032;transform:translate(3.987vw,-10px) scale(.3169);animation:fall-92 19s -28s linear infinite}@keyframes fall-92{51.785%{transform:translate(-5.1647vw,51.785vh) scale(.3169)}to{transform:translate(-.58885vw,99vh) scale(.3169)}}.snow:nth-child(93){opacity:1.091;transform:translate(88.7048vw,-10px) scale(.8786);animation:fall-93 28s -6s linear infinite}@keyframes fall-93{38.543%{transform:translate(91.9774vw,38.543vh) scale(.8786)}to{transform:translate(90.3411vw,99vh) scale(.8786)}}.snow:nth-child(94){opacity:1.7266;transform:translate(12.1479vw,-10px) scale(.9356);animation:fall-94 28s -15s linear infinite}@keyframes fall-94{58.144%{transform:translate(22.0483vw,58.144vh) scale(.9356)}to{transform:translate(17.0981vw,99vh) scale(.9356)}}.snow:nth-child(95){opacity:.7024;transform:translate(25.5825vw,-10px) scale(.4108);animation:fall-95 21s -19s linear infinite}@keyframes fall-95{35.047%{transform:translate(28.8253vw,35.047vh) scale(.4108)}to{transform:translate(27.2039vw,99vh) scale(.4108)}}.snow:nth-child(96){opacity:.1006;transform:translate(45.3266vw,-10px) scale(.7083);animation:fall-96 18s -25s linear infinite}@keyframes fall-96{75.716%{transform:translate(45.3468vw,75.716vh) scale(.7083)}to{transform:translate(45.3367vw,99vh) scale(.7083)}}.snow:nth-child(97){opacity:1.4318;transform:translate(86.7601vw,-10px) scale(.2286);animation:fall-97 17s -25s linear infinite}@keyframes fall-97{54.984%{transform:translate(87.3074vw,54.984vh) scale(.2286)}to{transform:translate(87.03375vw,99vh) scale(.2286)}}.snow:nth-child(98){opacity:1.6844;transform:translate(43.113vw,-10px) scale(.5117);animation:fall-98 12s -3s linear infinite}@keyframes fall-98{65.578%{transform:translate(42.6526vw,65.578vh) scale(.5117)}to{transform:translate(42.8828vw,99vh) scale(.5117)}}.snow:nth-child(99){opacity:1.0298;transform:translate(75.3948vw,-10px) scale(.8306);animation:fall-99 27s -1s linear infinite}@keyframes fall-99{72.068%{transform:translate(82.686vw,72.068vh) scale(.8306)}to{transform:translate(79.0404vw,99vh) scale(.8306)}}.snow:nth-child(100){opacity:1.5092;transform:translate(81.0397vw,-10px) scale(.3088);animation:fall-100 25s -29s linear infinite}@keyframes fall-100{61.067%{transform:translate(90.5218vw,61.067vh) scale(.3088)}to{transform:translate(85.78075vw,99vh) scale(.3088)}}.snow:nth-child(101){opacity:1.7478;transform:translate(82.392vw,-10px) scale(.9892);animation:fall-101 24s -12s linear infinite}@keyframes fall-101{70.568%{transform:translate(81.7447vw,70.568vh) scale(.9892)}to{transform:translate(82.06835vw,99vh) scale(.9892)}}.snow:nth-child(102){opacity:1.3184;transform:translate(39.3352vw,-10px) scale(.7738);animation:fall-102 14s -23s linear infinite}@keyframes fall-102{58.614%{transform:translate(32.3706vw,58.614vh) scale(.7738)}to{transform:translate(35.8529vw,99vh) scale(.7738)}}.snow:nth-child(103){opacity:1.1528;transform:translate(83.9276vw,-10px) scale(.2361);animation:fall-103 20s -3s linear infinite}@keyframes fall-103{61.747%{transform:translate(85.2558vw,61.747vh) scale(.2361)}to{transform:translate(84.5917vw,99vh) scale(.2361)}}.snow:nth-child(104){opacity:.9526;transform:translate(30.6837vw,-10px) scale(.7735);animation:fall-104 11s -8s linear infinite}@keyframes fall-104{59.94%{transform:translate(22.9108vw,59.94vh) scale(.7735)}to{transform:translate(26.79725vw,99vh) scale(.7735)}}.snow:nth-child(105){opacity:1.7114;transform:translate(96.1755vw,-10px) scale(.5526);animation:fall-105 30s -12s linear infinite}@keyframes fall-105{32.409%{transform:translate(101.5924vw,32.409vh) scale(.5526)}to{transform:translate(98.88395vw,99vh) scale(.5526)}}.snow:nth-child(106){opacity:.223;transform:translate(62.5196vw,-10px) scale(.7178);animation:fall-106 19s -2s linear infinite}@keyframes fall-106{63.67%{transform:translate(64.6116vw,63.67vh) scale(.7178)}to{transform:translate(63.5656vw,99vh) scale(.7178)}}.snow:nth-child(107){opacity:.4828;transform:translate(70.412vw,-10px) scale(.2645);animation:fall-107 18s -1s linear infinite}@keyframes fall-107{53.671%{transform:translate(78.8071vw,53.671vh) scale(.2645)}to{transform:translate(74.60955vw,99vh) scale(.2645)}}.snow:nth-child(108){opacity:.467;transform:translate(69.9155vw,-10px) scale(.6265);animation:fall-108 24s -20s linear infinite}@keyframes fall-108{44.51%{transform:translate(72.0329vw,44.51vh) scale(.6265)}to{transform:translate(70.9742vw,99vh) scale(.6265)}}.snow:nth-child(109){opacity:1.1194;transform:translate(39.3153vw,-10px) scale(.3723);animation:fall-109 17s -24s linear infinite}@keyframes fall-109{34.299%{transform:translate(44.6212vw,34.299vh) scale(.3723)}to{transform:translate(41.96825vw,99vh) scale(.3723)}}.snow:nth-child(110){opacity:.1206;transform:translate(47.5698vw,-10px) scale(.2952);animation:fall-110 22s -25s linear infinite}@keyframes fall-110{38.108%{transform:translate(55.7832vw,38.108vh) scale(.2952)}to{transform:translate(51.6765vw,99vh) scale(.2952)}}.snow:nth-child(111){opacity:1.298;transform:translate(56.2268vw,-10px) scale(.071);animation:fall-111 30s -11s linear infinite}@keyframes fall-111{51.934%{transform:translate(59.1778vw,51.934vh) scale(.071)}to{transform:translate(57.7023vw,99vh) scale(.071)}}.snow:nth-child(112){opacity:1.5988;transform:translate(17.3892vw,-10px) scale(.9473);animation:fall-112 14s -24s linear infinite}@keyframes fall-112{55.316%{transform:translate(8.1257vw,55.316vh) scale(.9473)}to{transform:translate(12.75745vw,99vh) scale(.9473)}}.snow:nth-child(113){opacity:1.0738;transform:translate(22.8902vw,-10px) scale(.1398);animation:fall-113 15s -10s linear infinite}@keyframes fall-113{52.211%{transform:translate(28.1724vw,52.211vh) scale(.1398)}to{transform:translate(25.5313vw,99vh) scale(.1398)}}.snow:nth-child(114){opacity:.1744;transform:translate(59.1736vw,-10px) scale(.0489);animation:fall-114 16s -27s linear infinite}@keyframes fall-114{46.42%{transform:translate(60.1679vw,46.42vh) scale(.0489)}to{transform:translate(59.67075vw,99vh) scale(.0489)}}.snow:nth-child(115){opacity:.0944;transform:translate(90.6715vw,-10px) scale(.5297);animation:fall-115 21s -11s linear infinite}@keyframes fall-115{48.609%{transform:translate(94.1177vw,48.609vh) scale(.5297)}to{transform:translate(92.3946vw,99vh) scale(.5297)}}.snow:nth-child(116){opacity:1.9566;transform:translate(35.0706vw,-10px) scale(.4745);animation:fall-116 19s -15s linear infinite}@keyframes fall-116{60.653%{transform:translate(34.6186vw,60.653vh) scale(.4745)}to{transform:translate(34.8446vw,99vh) scale(.4745)}}.snow:nth-child(117){opacity:1.8414;transform:translate(36.8592vw,-10px) scale(.0999);animation:fall-117 21s -19s linear infinite}@keyframes fall-117{71.565%{transform:translate(46.5696vw,71.565vh) scale(.0999)}to{transform:translate(41.7144vw,99vh) scale(.0999)}}.snow:nth-child(118){opacity:1.7134;transform:translate(79.4114vw,-10px) scale(.4155);animation:fall-118 16s -27s linear infinite}@keyframes fall-118{54.849%{transform:translate(87.636vw,54.849vh) scale(.4155)}to{transform:translate(83.5237vw,99vh) scale(.4155)}}.snow:nth-child(119){opacity:.3812;transform:translate(57.9353vw,-10px) scale(.6439);animation:fall-119 29s -22s linear infinite}@keyframes fall-119{63.588%{transform:translate(48.8494vw,63.588vh) scale(.6439)}to{transform:translate(53.39235vw,99vh) scale(.6439)}}.snow:nth-child(120){opacity:1.293;transform:translate(61.5202vw,-10px) scale(.4339);animation:fall-120 16s -2s linear infinite}@keyframes fall-120{63.822%{transform:translate(58.5153vw,63.822vh) scale(.4339)}to{transform:translate(60.01775vw,99vh) scale(.4339)}}.snow:nth-child(121){opacity:1.7938;transform:translate(94.7242vw,-10px) scale(.8367);animation:fall-121 24s -3s linear infinite}@keyframes fall-121{47.815%{transform:translate(95.8957vw,47.815vh) scale(.8367)}to{transform:translate(95.30995vw,99vh) scale(.8367)}}.snow:nth-child(122){opacity:.3762;transform:translate(96.0504vw,-10px) scale(.0565);animation:fall-122 21s -3s linear infinite}@keyframes fall-122{30.96%{transform:translate(101.5917vw,30.96vh) scale(.0565)}to{transform:translate(98.82105vw,99vh) scale(.0565)}}.snow:nth-child(123){opacity:1.8146;transform:translate(96.4595vw,-10px) scale(.0007);animation:fall-123 17s -29s linear infinite}@keyframes fall-123{41.943%{transform:translate(91.3011vw,41.943vh) scale(.0007)}to{transform:translate(93.8803vw,99vh) scale(.0007)}}.snow:nth-child(124){opacity:1.4864;transform:translate(36.8224vw,-10px) scale(.272);animation:fall-124 29s -13s linear infinite}@keyframes fall-124{33.473%{transform:translate(29.9779vw,33.473vh) scale(.272)}to{transform:translate(33.40015vw,99vh) scale(.272)}}.snow:nth-child(125){opacity:.319;transform:translate(28.0567vw,-10px) scale(.2137);animation:fall-125 18s -13s linear infinite}@keyframes fall-125{43.505%{transform:translate(32.5601vw,43.505vh) scale(.2137)}to{transform:translate(30.3084vw,99vh) scale(.2137)}}.snow:nth-child(126){opacity:1.924;transform:translate(73.249vw,-10px) scale(.7059);animation:fall-126 21s -29s linear infinite}@keyframes fall-126{58.318%{transform:translate(80.9029vw,58.318vh) scale(.7059)}to{transform:translate(77.07595vw,99vh) scale(.7059)}}.snow:nth-child(127){opacity:.3066;transform:translate(85.5034vw,-10px) scale(.7066);animation:fall-127 10s -6s linear infinite}@keyframes fall-127{30.63%{transform:translate(92.4358vw,30.63vh) scale(.7066)}to{transform:translate(88.9696vw,99vh) scale(.7066)}}.snow:nth-child(128){opacity:1.8902;transform:translate(85.4538vw,-10px) scale(.2363);animation:fall-128 16s -29s linear infinite}@keyframes fall-128{62.124%{transform:translate(86.5892vw,62.124vh) scale(.2363)}to{transform:translate(86.0215vw,99vh) scale(.2363)}}.snow:nth-child(129){opacity:.249;transform:translate(68.2558vw,-10px) scale(.4533);animation:fall-129 10s -13s linear infinite}@keyframes fall-129{39.166%{transform:translate(74.9574vw,39.166vh) scale(.4533)}to{transform:translate(71.6066vw,99vh) scale(.4533)}}.snow:nth-child(130){opacity:.834;transform:translate(1.7734vw,-10px) scale(.497);animation:fall-130 14s -30s linear infinite}@keyframes fall-130{49.65%{transform:translate(.8102vw,49.65vh) scale(.497)}to{transform:translate(1.2918vw,99vh) scale(.497)}}.snow:nth-child(131){opacity:.8692;transform:translate(57.5253vw,-10px) scale(.4228);animation:fall-131 21s -28s linear infinite}@keyframes fall-131{47.51%{transform:translate(53.0471vw,47.51vh) scale(.4228)}to{transform:translate(55.2862vw,99vh) scale(.4228)}}.snow:nth-child(132){opacity:1.397;transform:translate(79.4712vw,-10px) scale(.6165);animation:fall-132 23s -15s linear infinite}@keyframes fall-132{74.195%{transform:translate(78.1794vw,74.195vh) scale(.6165)}to{transform:translate(78.8253vw,99vh) scale(.6165)}}.snow:nth-child(133){opacity:1.4734;transform:translate(76.0585vw,-10px) scale(.0566);animation:fall-133 22s -9s linear infinite}@keyframes fall-133{44.452%{transform:translate(85.7248vw,44.452vh) scale(.0566)}to{transform:translate(80.89165vw,99vh) scale(.0566)}}.snow:nth-child(134){opacity:1.7734;transform:translate(36.2184vw,-10px) scale(.7328);animation:fall-134 15s -13s linear infinite}@keyframes fall-134{39.914%{transform:translate(42.6997vw,39.914vh) scale(.7328)}to{transform:translate(39.45905vw,99vh) scale(.7328)}}.snow:nth-child(135){opacity:.0984;transform:translate(11.1144vw,-10px) scale(.9818);animation:fall-135 23s -18s linear infinite}@keyframes fall-135{67.36%{transform:translate(9.2525vw,67.36vh) scale(.9818)}to{transform:translate(10.18345vw,99vh) scale(.9818)}}.snow:nth-child(136){opacity:.563;transform:translate(.2123vw,-10px) scale(.645);animation:fall-136 16s -9s linear infinite}@keyframes fall-136{73.2%{transform:translate(-9.6978vw,73.2vh) scale(.645)}to{transform:translate(-4.74275vw,99vh) scale(.645)}}.snow:nth-child(137){opacity:.8994;transform:translate(74.415vw,-10px) scale(.465);animation:fall-137 27s -7s linear infinite}@keyframes fall-137{50.7%{transform:translate(71.3515vw,50.7vh) scale(.465)}to{transform:translate(72.88325vw,99vh) scale(.465)}}.snow:nth-child(138){opacity:.7476;transform:translate(26.0215vw,-10px) scale(.9593);animation:fall-138 29s -26s linear infinite}@keyframes fall-138{67.348%{transform:translate(24.7655vw,67.348vh) scale(.9593)}to{transform:translate(25.3935vw,99vh) scale(.9593)}}.snow:nth-child(139){opacity:1.9798;transform:translate(20.1826vw,-10px) scale(.5169);animation:fall-139 28s -1s linear infinite}@keyframes fall-139{70.932%{transform:translate(28.9404vw,70.932vh) scale(.5169)}to{transform:translate(24.5615vw,99vh) scale(.5169)}}.snow:nth-child(140){opacity:.438;transform:translate(1.1106vw,-10px) scale(.7032);animation:fall-140 23s -6s linear infinite}@keyframes fall-140{63.995%{transform:translate(3.218vw,63.995vh) scale(.7032)}to{transform:translate(2.1643vw,99vh) scale(.7032)}}.snow:nth-child(141){opacity:.7802;transform:translate(51.7872vw,-10px) scale(.7981);animation:fall-141 16s -24s linear infinite}@keyframes fall-141{39.991%{transform:translate(46.5418vw,39.991vh) scale(.7981)}to{transform:translate(49.1645vw,99vh) scale(.7981)}}.snow:nth-child(142){opacity:.736;transform:translate(49.3089vw,-10px) scale(.0151);animation:fall-142 22s -6s linear infinite}@keyframes fall-142{74.047%{transform:translate(45.5526vw,74.047vh) scale(.0151)}to{transform:translate(47.43075vw,99vh) scale(.0151)}}.snow:nth-child(143){opacity:.3514;transform:translate(52.5384vw,-10px) scale(.7323);animation:fall-143 29s -4s linear infinite}@keyframes fall-143{34.792%{transform:translate(52.2362vw,34.792vh) scale(.7323)}to{transform:translate(52.3873vw,99vh) scale(.7323)}}.snow:nth-child(144){opacity:1.4806;transform:translate(41.4022vw,-10px) scale(.7932);animation:fall-144 21s -24s linear infinite}@keyframes fall-144{49.851%{transform:translate(43.6331vw,49.851vh) scale(.7932)}to{transform:translate(42.51765vw,99vh) scale(.7932)}}.snow:nth-child(145){opacity:1.849;transform:translate(49.3974vw,-10px) scale(.1696);animation:fall-145 12s -21s linear infinite}@keyframes fall-145{33.469%{transform:translate(45.0705vw,33.469vh) scale(.1696)}to{transform:translate(47.23395vw,99vh) scale(.1696)}}.snow:nth-child(146){opacity:1.4936;transform:translate(81.1411vw,-10px) scale(.5232);animation:fall-146 23s -4s linear infinite}@keyframes fall-146{75.233%{transform:translate(84.4787vw,75.233vh) scale(.5232)}to{transform:translate(82.8099vw,99vh) scale(.5232)}}.snow:nth-child(147){opacity:1.3654;transform:translate(13.8121vw,-10px) scale(.4151);animation:fall-147 26s -7s linear infinite}@keyframes fall-147{30.082%{transform:translate(15.3002vw,30.082vh) scale(.4151)}to{transform:translate(14.55615vw,99vh) scale(.4151)}}.snow:nth-child(148){opacity:.4706;transform:translate(4.1463vw,-10px) scale(.2938);animation:fall-148 12s -3s linear infinite}@keyframes fall-148{48.626%{transform:translate(2.4521vw,48.626vh) scale(.2938)}to{transform:translate(3.2992vw,99vh) scale(.2938)}}.snow:nth-child(149){opacity:.2772;transform:translate(20.6027vw,-10px) scale(.6169);animation:fall-149 29s -16s linear infinite}@keyframes fall-149{51.015%{transform:translate(12.058vw,51.015vh) scale(.6169)}to{transform:translate(16.33035vw,99vh) scale(.6169)}}.snow:nth-child(150){opacity:1.8226;transform:translate(22.383vw,-10px) scale(.0349);animation:fall-150 15s -14s linear infinite}@keyframes fall-150{76.044%{transform:translate(13.368vw,76.044vh) scale(.0349)}to{transform:translate(17.8755vw,99vh) scale(.0349)}}.snow:nth-child(151){opacity:.5246;transform:translate(15.6795vw,-10px) scale(.3422);animation:fall-151 30s -17s linear infinite}@keyframes fall-151{57.103%{transform:translate(8.1979vw,57.103vh) scale(.3422)}to{transform:translate(11.9387vw,99vh) scale(.3422)}}.snow:nth-child(152){opacity:1.6364;transform:translate(32.9573vw,-10px) scale(.84);animation:fall-152 20s -14s linear infinite}@keyframes fall-152{55.572%{transform:translate(29.5533vw,55.572vh) scale(.84)}to{transform:translate(31.2553vw,99vh) scale(.84)}}.snow:nth-child(153){opacity:.3446;transform:translate(99.5934vw,-10px) scale(.4721);animation:fall-153 28s -21s linear infinite}@keyframes fall-153{61.702%{transform:translate(90.3987vw,61.702vh) scale(.4721)}to{transform:translate(94.99605vw,99vh) scale(.4721)}}.snow:nth-child(154){opacity:.1424;transform:translate(11.5635vw,-10px) scale(.5832);animation:fall-154 11s -20s linear infinite}@keyframes fall-154{72.586%{transform:translate(5.3507vw,72.586vh) scale(.5832)}to{transform:translate(8.4571vw,99vh) scale(.5832)}}.snow:nth-child(155){opacity:1.3602;transform:translate(20.8953vw,-10px) scale(.2916);animation:fall-155 19s -2s linear infinite}@keyframes fall-155{52.206%{transform:translate(28.6832vw,52.206vh) scale(.2916)}to{transform:translate(24.78925vw,99vh) scale(.2916)}}.snow:nth-child(156){opacity:1.1066;transform:translate(93.0816vw,-10px) scale(.3409);animation:fall-156 19s -5s linear infinite}@keyframes fall-156{63.16%{transform:translate(94.255vw,63.16vh) scale(.3409)}to{transform:translate(93.6683vw,99vh) scale(.3409)}}.snow:nth-child(157){opacity:1.1584;transform:translate(36.9875vw,-10px) scale(.3836);animation:fall-157 28s -6s linear infinite}@keyframes fall-157{59.16%{transform:translate(31.7394vw,59.16vh) scale(.3836)}to{transform:translate(34.36345vw,99vh) scale(.3836)}}.snow:nth-child(158){opacity:.8076;transform:translate(91.261vw,-10px) scale(.7413);animation:fall-158 11s -26s linear infinite}@keyframes fall-158{76.467%{transform:translate(87.2024vw,76.467vh) scale(.7413)}to{transform:translate(89.2317vw,99vh) scale(.7413)}}.snow:nth-child(159){opacity:1.6682;transform:translate(91.839vw,-10px) scale(.8577);animation:fall-159 27s -19s linear infinite}@keyframes fall-159{64.495%{transform:translate(99.8329vw,64.495vh) scale(.8577)}to{transform:translate(95.83595vw,99vh) scale(.8577)}}.snow:nth-child(160){opacity:.7054;transform:translate(75.0637vw,-10px) scale(.3238);animation:fall-160 27s -10s linear infinite}@keyframes fall-160{55.509%{transform:translate(69.8438vw,55.509vh) scale(.3238)}to{transform:translate(72.45375vw,99vh) scale(.3238)}}.snow:nth-child(161){opacity:1.3248;transform:translate(22.5965vw,-10px) scale(.6754);animation:fall-161 21s -3s linear infinite}@keyframes fall-161{32.425%{transform:translate(19.2601vw,32.425vh) scale(.6754)}to{transform:translate(20.9283vw,99vh) scale(.6754)}}.snow:nth-child(162){opacity:1.9722;transform:translate(3.7429vw,-10px) scale(.6652);animation:fall-162 30s -16s linear infinite}@keyframes fall-162{67.922%{transform:translate(8.8792vw,67.922vh) scale(.6652)}to{transform:translate(6.31105vw,99vh) scale(.6652)}}.snow:nth-child(163){opacity:1.553;transform:translate(9.2478vw,-10px) scale(.739);animation:fall-163 27s -28s linear infinite}@keyframes fall-163{74.731%{transform:translate(.0325vw,74.731vh) scale(.739)}to{transform:translate(4.64015vw,99vh) scale(.739)}}.snow:nth-child(164){opacity:1.0582;transform:translate(92.3283vw,-10px) scale(.0341);animation:fall-164 25s -15s linear infinite}@keyframes fall-164{36.923%{transform:translate(102.0705vw,36.923vh) scale(.0341)}to{transform:translate(97.1994vw,99vh) scale(.0341)}}.snow:nth-child(165){opacity:1.9908;transform:translate(88.2585vw,-10px) scale(.915);animation:fall-165 14s -21s linear infinite}@keyframes fall-165{56.503%{transform:translate(93.3075vw,56.503vh) scale(.915)}to{transform:translate(90.783vw,99vh) scale(.915)}}.snow:nth-child(166){opacity:.5306;transform:translate(47.7662vw,-10px) scale(.87);animation:fall-166 20s -13s linear infinite}@keyframes fall-166{76.711%{transform:translate(56.2664vw,76.711vh) scale(.87)}to{transform:translate(52.0163vw,99vh) scale(.87)}}.snow:nth-child(167){opacity:1.5128;transform:translate(30.7605vw,-10px) scale(.4972);animation:fall-167 19s -11s linear infinite}@keyframes fall-167{57.976%{transform:translate(23.5889vw,57.976vh) scale(.4972)}to{transform:translate(27.1747vw,99vh) scale(.4972)}}.snow:nth-child(168){opacity:1.3554;transform:translate(99.347vw,-10px) scale(.6016);animation:fall-168 12s -26s linear infinite}@keyframes fall-168{75.879%{transform:translate(91.2653vw,75.879vh) scale(.6016)}to{transform:translate(95.30615vw,99vh) scale(.6016)}}.snow:nth-child(169){opacity:.2118;transform:translate(92.9485vw,-10px) scale(.8549);animation:fall-169 27s -23s linear infinite}@keyframes fall-169{67.777%{transform:translate(97.3106vw,67.777vh) scale(.8549)}to{transform:translate(95.12955vw,99vh) scale(.8549)}}.snow:nth-child(170){opacity:.3676;transform:translate(68.7289vw,-10px) scale(.4208);animation:fall-170 26s -10s linear infinite}@keyframes fall-170{72.952%{transform:translate(73.9981vw,72.952vh) scale(.4208)}to{transform:translate(71.3635vw,99vh) scale(.4208)}}.snow:nth-child(171){opacity:1.586;transform:translate(12.2206vw,-10px) scale(.1556);animation:fall-171 19s -18s linear infinite}@keyframes fall-171{57.366%{transform:translate(19.999vw,57.366vh) scale(.1556)}to{transform:translate(16.1098vw,99vh) scale(.1556)}}.snow:nth-child(172){opacity:1.238;transform:translate(16.6934vw,-10px) scale(.1802);animation:fall-172 14s -14s linear infinite}@keyframes fall-172{44.08%{transform:translate(18.8895vw,44.08vh) scale(.1802)}to{transform:translate(17.79145vw,99vh) scale(.1802)}}.snow:nth-child(173){opacity:1.6136;transform:translate(66.5683vw,-10px) scale(.6877);animation:fall-173 24s -7s linear infinite}@keyframes fall-173{40.257%{transform:translate(58.1702vw,40.257vh) scale(.6877)}to{transform:translate(62.36925vw,99vh) scale(.6877)}}.snow:nth-child(174){opacity:1.0396;transform:translate(40.8909vw,-10px) scale(.9322);animation:fall-174 28s -4s linear infinite}@keyframes fall-174{69.659%{transform:translate(32.5681vw,69.659vh) scale(.9322)}to{transform:translate(36.7295vw,99vh) scale(.9322)}}.snow:nth-child(175){opacity:.5634;transform:translate(2.5116vw,-10px) scale(.264);animation:fall-175 26s -22s linear infinite}@keyframes fall-175{60.491%{transform:translate(-5.9385vw,60.491vh) scale(.264)}to{transform:translate(-1.71345vw,99vh) scale(.264)}}.snow:nth-child(176){opacity:1.9094;transform:translate(18.9412vw,-10px) scale(.1995);animation:fall-176 29s -1s linear infinite}@keyframes fall-176{36.155%{transform:translate(16.8199vw,36.155vh) scale(.1995)}to{transform:translate(17.88055vw,99vh) scale(.1995)}}.snow:nth-child(177){opacity:.3054;transform:translate(12.5556vw,-10px) scale(.0837);animation:fall-177 11s -22s linear infinite}@keyframes fall-177{37.595%{transform:translate(3.9319vw,37.595vh) scale(.0837)}to{transform:translate(8.24375vw,99vh) scale(.0837)}}.snow:nth-child(178){opacity:1.4674;transform:translate(79.4564vw,-10px) scale(.8636);animation:fall-178 26s -7s linear infinite}@keyframes fall-178{32.695%{transform:translate(86.1016vw,32.695vh) scale(.8636)}to{transform:translate(82.779vw,99vh) scale(.8636)}}.snow:nth-child(179){opacity:.6072;transform:translate(44.3905vw,-10px) scale(.2408);animation:fall-179 24s -23s linear infinite}@keyframes fall-179{54.972%{transform:translate(51.2468vw,54.972vh) scale(.2408)}to{transform:translate(47.81865vw,99vh) scale(.2408)}}.snow:nth-child(180){opacity:1.7482;transform:translate(27.2689vw,-10px) scale(.9734);animation:fall-180 26s -25s linear infinite}@keyframes fall-180{78.055%{transform:translate(32.7183vw,78.055vh) scale(.9734)}to{transform:translate(29.9936vw,99vh) scale(.9734)}}.snow:nth-child(181){opacity:.8118;transform:translate(24.2012vw,-10px) scale(.9819);animation:fall-181 21s -4s linear infinite}@keyframes fall-181{47.407%{transform:translate(23.4764vw,47.407vh) scale(.9819)}to{transform:translate(23.8388vw,99vh) scale(.9819)}}.snow:nth-child(182){opacity:.3976;transform:translate(46.1618vw,-10px) scale(.4437);animation:fall-182 11s -24s linear infinite}@keyframes fall-182{67.711%{transform:translate(50.9462vw,67.711vh) scale(.4437)}to{transform:translate(48.554vw,99vh) scale(.4437)}}.snow:nth-child(183){opacity:1.3152;transform:translate(39.6019vw,-10px) scale(.4781);animation:fall-183 23s -14s linear infinite}@keyframes fall-183{33.644%{transform:translate(41.6283vw,33.644vh) scale(.4781)}to{transform:translate(40.6151vw,99vh) scale(.4781)}}.snow:nth-child(184){opacity:1.6892;transform:translate(79.3867vw,-10px) scale(.2411);animation:fall-184 26s -8s linear infinite}@keyframes fall-184{66.701%{transform:translate(81.3754vw,66.701vh) scale(.2411)}to{transform:translate(80.38105vw,99vh) scale(.2411)}}.snow:nth-child(185){opacity:1.3748;transform:translate(53.1474vw,-10px) scale(.7652);animation:fall-185 24s -27s linear infinite}@keyframes fall-185{65.597%{transform:translate(59.3782vw,65.597vh) scale(.7652)}to{transform:translate(56.2628vw,99vh) scale(.7652)}}.snow:nth-child(186){opacity:.9412;transform:translate(6.4333vw,-10px) scale(.2397);animation:fall-186 22s -17s linear infinite}@keyframes fall-186{59.021%{transform:translate(7.6576vw,59.021vh) scale(.2397)}to{transform:translate(7.04545vw,99vh) scale(.2397)}}.snow:nth-child(187){opacity:.6844;transform:translate(75.1351vw,-10px) scale(.913);animation:fall-187 27s -23s linear infinite}@keyframes fall-187{55.597%{transform:translate(77.2767vw,55.597vh) scale(.913)}to{transform:translate(76.2059vw,99vh) scale(.913)}}.snow:nth-child(188){opacity:1.2964;transform:translate(46.465vw,-10px) scale(.54);animation:fall-188 12s -13s linear infinite}@keyframes fall-188{65.415%{transform:translate(55.6633vw,65.415vh) scale(.54)}to{transform:translate(51.06415vw,99vh) scale(.54)}}.snow:nth-child(189){opacity:.0872;transform:translate(98.8541vw,-10px) scale(.3673);animation:fall-189 10s -7s linear infinite}@keyframes fall-189{42.474%{transform:translate(91.9945vw,42.474vh) scale(.3673)}to{transform:translate(95.4243vw,99vh) scale(.3673)}}.snow:nth-child(190){opacity:.9132;transform:translate(58.4828vw,-10px) scale(.8075);animation:fall-190 23s -6s linear infinite}@keyframes fall-190{54.108%{transform:translate(62.363vw,54.108vh) scale(.8075)}to{transform:translate(60.4229vw,99vh) scale(.8075)}}.snow:nth-child(191){opacity:1.9262;transform:translate(66.0782vw,-10px) scale(.2986);animation:fall-191 24s -18s linear infinite}@keyframes fall-191{31.009%{transform:translate(73.9528vw,31.009vh) scale(.2986)}to{transform:translate(70.0155vw,99vh) scale(.2986)}}.snow:nth-child(192){opacity:1.3736;transform:translate(57.9148vw,-10px) scale(.7398);animation:fall-192 28s -5s linear infinite}@keyframes fall-192{42.828%{transform:translate(60.979vw,42.828vh) scale(.7398)}to{transform:translate(59.4469vw,99vh) scale(.7398)}}.snow:nth-child(193){opacity:.8096;transform:translate(82.7639vw,-10px) scale(.4084);animation:fall-193 27s -22s linear infinite}@keyframes fall-193{52.517%{transform:translate(74.5463vw,52.517vh) scale(.4084)}to{transform:translate(78.6551vw,99vh) scale(.4084)}}.snow:nth-child(194){opacity:1.079;transform:translate(50.3716vw,-10px) scale(.0133);animation:fall-194 30s -24s linear infinite}@keyframes fall-194{39.75%{transform:translate(41.4774vw,39.75vh) scale(.0133)}to{transform:translate(45.9245vw,99vh) scale(.0133)}}.snow:nth-child(195){opacity:1.3922;transform:translate(86.5116vw,-10px) scale(.5831);animation:fall-195 29s -24s linear infinite}@keyframes fall-195{79.65%{transform:translate(95.5219vw,79.65vh) scale(.5831)}to{transform:translate(91.01675vw,99vh) scale(.5831)}}.snow:nth-child(196){opacity:.0352;transform:translate(86.7591vw,-10px) scale(.9703);animation:fall-196 13s -2s linear infinite}@keyframes fall-196{77.171%{transform:translate(93.9665vw,77.171vh) scale(.9703)}to{transform:translate(90.3628vw,99vh) scale(.9703)}}.snow:nth-child(197){opacity:.4836;transform:translate(55.921vw,-10px) scale(.1224);animation:fall-197 13s -12s linear infinite}@keyframes fall-197{44.583%{transform:translate(47.5172vw,44.583vh) scale(.1224)}to{transform:translate(51.7191vw,99vh) scale(.1224)}}.snow:nth-child(198){opacity:.1844;transform:translate(28.3075vw,-10px) scale(.7202);animation:fall-198 21s -18s linear infinite}@keyframes fall-198{32.781%{transform:translate(38.2579vw,32.781vh) scale(.7202)}to{transform:translate(33.2827vw,99vh) scale(.7202)}}.snow:nth-child(199){opacity:1.323;transform:translate(39.8588vw,-10px) scale(.2919);animation:fall-199 30s -21s linear infinite}@keyframes fall-199{75.957%{transform:translate(41.8326vw,75.957vh) scale(.2919)}to{transform:translate(40.8457vw,99vh) scale(.2919)}}.snow:nth-child(200){opacity:1.901;transform:translate(67.6502vw,-10px) scale(.3072);animation:fall-200 25s -17s linear infinite}@keyframes fall-200{36.014%{transform:translate(77.3003vw,36.014vh) scale(.3072)}to{transform:translate(72.47525vw,99vh) scale(.3072)}}.snow:nth-child(201){opacity:1.781;transform:translate(7.0549vw,-10px) scale(.1062);animation:fall-201 15s -3s linear infinite}@keyframes fall-201{58.278%{transform:translate(2.8077vw,58.278vh) scale(.1062)}to{transform:translate(4.9313vw,99vh) scale(.1062)}}.snow:nth-child(202){opacity:.9146;transform:translate(12.3033vw,-10px) scale(.0627);animation:fall-202 21s -24s linear infinite}@keyframes fall-202{54.668%{transform:translate(16.6393vw,54.668vh) scale(.0627)}to{transform:translate(14.4713vw,99vh) scale(.0627)}}.snow:nth-child(203){opacity:.1698;transform:translate(58.6909vw,-10px) scale(.5776);animation:fall-203 22s -25s linear infinite}@keyframes fall-203{65.294%{transform:translate(58.2487vw,65.294vh) scale(.5776)}to{transform:translate(58.4698vw,99vh) scale(.5776)}}.snow:nth-child(204){opacity:.5328;transform:translate(1.7132vw,-10px) scale(.533);animation:fall-204 26s -5s linear infinite}@keyframes fall-204{75.192%{transform:translate(10.3867vw,75.192vh) scale(.533)}to{transform:translate(6.04995vw,99vh) scale(.533)}}.snow:nth-child(205){opacity:.3578;transform:translate(4.6343vw,-10px) scale(.338);animation:fall-205 21s -17s linear infinite}@keyframes fall-205{45.188%{transform:translate(11.7528vw,45.188vh) scale(.338)}to{transform:translate(8.19355vw,99vh) scale(.338)}}.snow:nth-child(206){opacity:1.9954;transform:translate(46.7917vw,-10px) scale(.5075);animation:fall-206 24s -22s linear infinite}@keyframes fall-206{51.15%{transform:translate(40.2952vw,51.15vh) scale(.5075)}to{transform:translate(43.54345vw,99vh) scale(.5075)}}.snow:nth-child(207){opacity:1.3292;transform:translate(63.4283vw,-10px) scale(.208);animation:fall-207 14s -5s linear infinite}@keyframes fall-207{48.077%{transform:translate(54.9299vw,48.077vh) scale(.208)}to{transform:translate(59.1791vw,99vh) scale(.208)}}.snow:nth-child(208){opacity:1.408;transform:translate(14.587vw,-10px) scale(.6698);animation:fall-208 14s -28s linear infinite}@keyframes fall-208{67.572%{transform:translate(20.9521vw,67.572vh) scale(.6698)}to{transform:translate(17.76955vw,99vh) scale(.6698)}}.snow:nth-child(209){opacity:1.1672;transform:translate(36.4168vw,-10px) scale(.1045);animation:fall-209 28s -4s linear infinite}@keyframes fall-209{78.171%{transform:translate(31.1295vw,78.171vh) scale(.1045)}to{transform:translate(33.77315vw,99vh) scale(.1045)}}.snow:nth-child(210){opacity:.6404;transform:translate(64.0117vw,-10px) scale(.7693);animation:fall-210 13s -4s linear infinite}@keyframes fall-210{77.382%{transform:translate(54.8149vw,77.382vh) scale(.7693)}to{transform:translate(59.4133vw,99vh) scale(.7693)}}.snow:nth-child(211){opacity:.8412;transform:translate(83.6619vw,-10px) scale(.1797);animation:fall-211 12s -6s linear infinite}@keyframes fall-211{51.885%{transform:translate(83.8586vw,51.885vh) scale(.1797)}to{transform:translate(83.76025vw,99vh) scale(.1797)}}.snow:nth-child(212){opacity:.5014;transform:translate(15.5568vw,-10px) scale(.8153);animation:fall-212 14s -5s linear infinite}@keyframes fall-212{31.963%{transform:translate(15.9849vw,31.963vh) scale(.8153)}to{transform:translate(15.77085vw,99vh) scale(.8153)}}.snow:nth-child(213){opacity:.8012;transform:translate(38.0481vw,-10px) scale(.7273);animation:fall-213 24s -10s linear infinite}@keyframes fall-213{47.713%{transform:translate(32.24vw,47.713vh) scale(.7273)}to{transform:translate(35.14405vw,99vh) scale(.7273)}}.snow:nth-child(214){opacity:.2332;transform:translate(92.2339vw,-10px) scale(.4362);animation:fall-214 27s -6s linear infinite}@keyframes fall-214{55.489%{transform:translate(88.01vw,55.489vh) scale(.4362)}to{transform:translate(90.12195vw,99vh) scale(.4362)}}.snow:nth-child(215){opacity:1.4826;transform:translate(65.6485vw,-10px) scale(.6741);animation:fall-215 20s -7s linear infinite}@keyframes fall-215{46.931%{transform:translate(72.5669vw,46.931vh) scale(.6741)}to{transform:translate(69.1077vw,99vh) scale(.6741)}}.snow:nth-child(216){opacity:.4412;transform:translate(31.615vw,-10px) scale(.1402);animation:fall-216 15s -6s linear infinite}@keyframes fall-216{70.578%{transform:translate(29.2065vw,70.578vh) scale(.1402)}to{transform:translate(30.41075vw,99vh) scale(.1402)}}.snow:nth-child(217){opacity:.0306;transform:translate(84.45vw,-10px) scale(.6206);animation:fall-217 23s -29s linear infinite}@keyframes fall-217{80%{transform:translate(78.2486vw,80vh) scale(.6206)}to{transform:translate(81.3493vw,99vh) scale(.6206)}}.snow:nth-child(218){opacity:1.3298;transform:translate(12.8786vw,-10px) scale(.8196);animation:fall-218 23s -7s linear infinite}@keyframes fall-218{46.42%{transform:translate(15.776vw,46.42vh) scale(.8196)}to{transform:translate(14.3273vw,99vh) scale(.8196)}}.snow:nth-child(219){opacity:1.4416;transform:translate(72.7598vw,-10px) scale(.3873);animation:fall-219 11s -16s linear infinite}@keyframes fall-219{70.228%{transform:translate(74.1099vw,70.228vh) scale(.3873)}to{transform:translate(73.43485vw,99vh) scale(.3873)}}.snow:nth-child(220){opacity:.4378;transform:translate(16.0886vw,-10px) scale(.3743);animation:fall-220 23s -30s linear infinite}@keyframes fall-220{68.699%{transform:translate(6.4505vw,68.699vh) scale(.3743)}to{transform:translate(11.26955vw,99vh) scale(.3743)}}.snow:nth-child(221){opacity:1.56;transform:translate(18.7956vw,-10px) scale(.6064);animation:fall-221 27s -8s linear infinite}@keyframes fall-221{41.98%{transform:translate(20.6171vw,41.98vh) scale(.6064)}to{transform:translate(19.70635vw,99vh) scale(.6064)}}.snow:nth-child(222){opacity:1.4352;transform:translate(61.8537vw,-10px) scale(.8898);animation:fall-222 10s -2s linear infinite}@keyframes fall-222{67.278%{transform:translate(54.0299vw,67.278vh) scale(.8898)}to{transform:translate(57.9418vw,99vh) scale(.8898)}}.snow:nth-child(223){opacity:.9948;transform:translate(91.6867vw,-10px) scale(.4127);animation:fall-223 13s -17s linear infinite}@keyframes fall-223{77.345%{transform:translate(101.0428vw,77.345vh) scale(.4127)}to{transform:translate(96.36475vw,99vh) scale(.4127)}}.snow:nth-child(224){opacity:.6904;transform:translate(11.6762vw,-10px) scale(.5947);animation:fall-224 28s -17s linear infinite}@keyframes fall-224{32.465%{transform:translate(20.6514vw,32.465vh) scale(.5947)}to{transform:translate(16.1638vw,99vh) scale(.5947)}}.snow:nth-child(225){opacity:.3424;transform:translate(89.8694vw,-10px) scale(.3672);animation:fall-225 27s -7s linear infinite}@keyframes fall-225{57.937%{transform:translate(94.1846vw,57.937vh) scale(.3672)}to{transform:translate(92.027vw,99vh) scale(.3672)}}.snow:nth-child(226){opacity:.7404;transform:translate(2.4609vw,-10px) scale(.1042);animation:fall-226 29s -28s linear infinite}@keyframes fall-226{69.111%{transform:translate(-.1076vw,69.111vh) scale(.1042)}to{transform:translate(1.17665vw,99vh) scale(.1042)}}.snow:nth-child(227){opacity:1.3808;transform:translate(82.9295vw,-10px) scale(.2881);animation:fall-227 14s -17s linear infinite}@keyframes fall-227{68.166%{transform:translate(89.7988vw,68.166vh) scale(.2881)}to{transform:translate(86.36415vw,99vh) scale(.2881)}}.snow:nth-child(228){opacity:.1624;transform:translate(73.6901vw,-10px) scale(.0412);animation:fall-228 16s -16s linear infinite}@keyframes fall-228{33.842%{transform:translate(75.5557vw,33.842vh) scale(.0412)}to{transform:translate(74.6229vw,99vh) scale(.0412)}}.snow:nth-child(229){opacity:.5674;transform:translate(24.1907vw,-10px) scale(.8538);animation:fall-229 18s -18s linear infinite}@keyframes fall-229{31.782%{transform:translate(18.4836vw,31.782vh) scale(.8538)}to{transform:translate(21.33715vw,99vh) scale(.8538)}}.snow:nth-child(230){opacity:.2338;transform:translate(95.2936vw,-10px) scale(.1131);animation:fall-230 29s -14s linear infinite}@keyframes fall-230{54.868%{transform:translate(95.8446vw,54.868vh) scale(.1131)}to{transform:translate(95.5691vw,99vh) scale(.1131)}}.snow:nth-child(231){opacity:.345;transform:translate(42.4088vw,-10px) scale(.1832);animation:fall-231 25s -26s linear infinite}@keyframes fall-231{60.029%{transform:translate(46.4398vw,60.029vh) scale(.1832)}to{transform:translate(44.4243vw,99vh) scale(.1832)}}.snow:nth-child(232){opacity:.0964;transform:translate(26.421vw,-10px) scale(.3938);animation:fall-232 18s -11s linear infinite}@keyframes fall-232{35.032%{transform:translate(23.1649vw,35.032vh) scale(.3938)}to{transform:translate(24.79295vw,99vh) scale(.3938)}}.snow:nth-child(233){opacity:1.4374;transform:translate(11.1423vw,-10px) scale(.6526);animation:fall-233 27s -27s linear infinite}@keyframes fall-233{34.013%{transform:translate(13.4072vw,34.013vh) scale(.6526)}to{transform:translate(12.27475vw,99vh) scale(.6526)}}.snow:nth-child(234){opacity:.6964;transform:translate(21.5079vw,-10px) scale(.956);animation:fall-234 20s -30s linear infinite}@keyframes fall-234{54.589%{transform:translate(24.3746vw,54.589vh) scale(.956)}to{transform:translate(22.94125vw,99vh) scale(.956)}}.snow:nth-child(235){opacity:1.0082;transform:translate(21.4802vw,-10px) scale(.5268);animation:fall-235 24s -30s linear infinite}@keyframes fall-235{37.229%{transform:translate(16.5065vw,37.229vh) scale(.5268)}to{transform:translate(18.99335vw,99vh) scale(.5268)}}.snow:nth-child(236){opacity:.031;transform:translate(14.0873vw,-10px) scale(.4974);animation:fall-236 13s -25s linear infinite}@keyframes fall-236{74.056%{transform:translate(11.4602vw,74.056vh) scale(.4974)}to{transform:translate(12.77375vw,99vh) scale(.4974)}}.snow:nth-child(237){opacity:1.1998;transform:translate(19.2484vw,-10px) scale(.6873);animation:fall-237 11s -23s linear infinite}@keyframes fall-237{53.591%{transform:translate(9.5028vw,53.591vh) scale(.6873)}to{transform:translate(14.3756vw,99vh) scale(.6873)}}.snow:nth-child(238){opacity:.6178;transform:translate(75.1021vw,-10px) scale(.5142);animation:fall-238 17s -4s linear infinite}@keyframes fall-238{32.199%{transform:translate(66.5271vw,32.199vh) scale(.5142)}to{transform:translate(70.8146vw,99vh) scale(.5142)}}.snow:nth-child(239){opacity:1.3636;transform:translate(86.4414vw,-10px) scale(.5103);animation:fall-239 11s -9s linear infinite}@keyframes fall-239{76.293%{transform:translate(81.8083vw,76.293vh) scale(.5103)}to{transform:translate(84.12485vw,99vh) scale(.5103)}}.snow:nth-child(240){opacity:1.9726;transform:translate(7.1631vw,-10px) scale(.7866);animation:fall-240 26s -9s linear infinite}@keyframes fall-240{52.886%{transform:translate(-1.6591vw,52.886vh) scale(.7866)}to{transform:translate(2.752vw,99vh) scale(.7866)}}.snow:nth-child(241){opacity:1.8492;transform:translate(17.3949vw,-10px) scale(.9986);animation:fall-241 23s -1s linear infinite}@keyframes fall-241{49.969%{transform:translate(26.0854vw,49.969vh) scale(.9986)}to{transform:translate(21.74015vw,99vh) scale(.9986)}}.snow:nth-child(242){opacity:.9918;transform:translate(89.6166vw,-10px) scale(.6378);animation:fall-242 25s -18s linear infinite}@keyframes fall-242{55.434%{transform:translate(85.1166vw,55.434vh) scale(.6378)}to{transform:translate(87.3666vw,99vh) scale(.6378)}}.snow:nth-child(243){opacity:.9436;transform:translate(76.0642vw,-10px) scale(.5281);animation:fall-243 23s -14s linear infinite}@keyframes fall-243{74.115%{transform:translate(77.0319vw,74.115vh) scale(.5281)}to{transform:translate(76.54805vw,99vh) scale(.5281)}}.snow:nth-child(244){opacity:.4772;transform:translate(21.7848vw,-10px) scale(.7177);animation:fall-244 17s -14s linear infinite}@keyframes fall-244{66.837%{transform:translate(25.4122vw,66.837vh) scale(.7177)}to{transform:translate(23.5985vw,99vh) scale(.7177)}}.snow:nth-child(245){opacity:1.4148;transform:translate(31.553vw,-10px) scale(.4745);animation:fall-245 16s -27s linear infinite}@keyframes fall-245{67.84%{transform:translate(24.6957vw,67.84vh) scale(.4745)}to{transform:translate(28.12435vw,99vh) scale(.4745)}}.snow:nth-child(246){opacity:.2052;transform:translate(37.8024vw,-10px) scale(.2161);animation:fall-246 14s -25s linear infinite}@keyframes fall-246{52.828%{transform:translate(45.1947vw,52.828vh) scale(.2161)}to{transform:translate(41.49855vw,99vh) scale(.2161)}}.snow:nth-child(247){opacity:.5312;transform:translate(23.0353vw,-10px) scale(.8134);animation:fall-247 12s -7s linear infinite}@keyframes fall-247{43.213%{transform:translate(15.3003vw,43.213vh) scale(.8134)}to{transform:translate(19.1678vw,99vh) scale(.8134)}}.snow:nth-child(248){opacity:.1334;transform:translate(78.4474vw,-10px) scale(.8921);animation:fall-248 30s -14s linear infinite}@keyframes fall-248{60.131%{transform:translate(80.9187vw,60.131vh) scale(.8921)}to{transform:translate(79.68305vw,99vh) scale(.8921)}}.snow:nth-child(249){opacity:.8198;transform:translate(49.9916vw,-10px) scale(.6978);animation:fall-249 30s -23s linear infinite}@keyframes fall-249{73.582%{transform:translate(59.8415vw,73.582vh) scale(.6978)}to{transform:translate(54.91655vw,99vh) scale(.6978)}}.snow:nth-child(250){opacity:1.927;transform:translate(1.7397vw,-10px) scale(.3499);animation:fall-250 25s -17s linear infinite}@keyframes fall-250{73.916%{transform:translate(4.142vw,73.916vh) scale(.3499)}to{transform:translate(2.94085vw,99vh) scale(.3499)}}.snow:nth-child(251){opacity:1.4842;transform:translate(95.1645vw,-10px) scale(.0131);animation:fall-251 27s -5s linear infinite}@keyframes fall-251{60.363%{transform:translate(96.235vw,60.363vh) scale(.0131)}to{transform:translate(95.69975vw,99vh) scale(.0131)}}.snow:nth-child(252){opacity:.5612;transform:translate(35.7964vw,-10px) scale(.9114);animation:fall-252 14s -10s linear infinite}@keyframes fall-252{43.949%{transform:translate(45.1625vw,43.949vh) scale(.9114)}to{transform:translate(40.47945vw,99vh) scale(.9114)}}.snow:nth-child(253){opacity:1.7406;transform:translate(55.9967vw,-10px) scale(.0409);animation:fall-253 23s -14s linear infinite}@keyframes fall-253{73.036%{transform:translate(47.9159vw,73.036vh) scale(.0409)}to{transform:translate(51.9563vw,99vh) scale(.0409)}}.snow:nth-child(254){opacity:.1026;transform:translate(58.0947vw,-10px) scale(.2618);animation:fall-254 19s -21s linear infinite}@keyframes fall-254{78.973%{transform:translate(64.0535vw,78.973vh) scale(.2618)}to{transform:translate(61.0741vw,99vh) scale(.2618)}}.snow:nth-child(255){opacity:.6634;transform:translate(51.6488vw,-10px) scale(.6611);animation:fall-255 25s -22s linear infinite}@keyframes fall-255{51.99%{transform:translate(57.5297vw,51.99vh) scale(.6611)}to{transform:translate(54.58925vw,99vh) scale(.6611)}}.snow:nth-child(256){opacity:1.4414;transform:translate(80.7204vw,-10px) scale(.9599);animation:fall-256 30s -21s linear infinite}@keyframes fall-256{64.416%{transform:translate(78.3211vw,64.416vh) scale(.9599)}to{transform:translate(79.52075vw,99vh) scale(.9599)}}.snow:nth-child(257){opacity:.3358;transform:translate(48.6254vw,-10px) scale(.2371);animation:fall-257 15s -22s linear infinite}@keyframes fall-257{44.976%{transform:translate(57.7646vw,44.976vh) scale(.2371)}to{transform:translate(53.195vw,99vh) scale(.2371)}}.snow:nth-child(258){opacity:.9632;transform:translate(40.2388vw,-10px) scale(.7874);animation:fall-258 16s -5s linear infinite}@keyframes fall-258{79.367%{transform:translate(46.328vw,79.367vh) scale(.7874)}to{transform:translate(43.2834vw,99vh) scale(.7874)}}.snow:nth-child(259){opacity:.751;transform:translate(5.3944vw,-10px) scale(.3829);animation:fall-259 10s -3s linear infinite}@keyframes fall-259{44.488%{transform:translate(7.6853vw,44.488vh) scale(.3829)}to{transform:translate(6.53985vw,99vh) scale(.3829)}}.snow:nth-child(260){opacity:1.9904;transform:translate(57.3894vw,-10px) scale(.2243);animation:fall-260 28s -5s linear infinite}@keyframes fall-260{49.712%{transform:translate(57.6337vw,49.712vh) scale(.2243)}to{transform:translate(57.51155vw,99vh) scale(.2243)}}.snow:nth-child(261){opacity:1;transform:translate(14.7277vw,-10px) scale(.2505);animation:fall-261 19s -15s linear infinite}@keyframes fall-261{36.883%{transform:translate(23.7481vw,36.883vh) scale(.2505)}to{transform:translate(19.2379vw,99vh) scale(.2505)}}.snow:nth-child(262){opacity:.9288;transform:translate(69.6166vw,-10px) scale(.9172);animation:fall-262 15s -3s linear infinite}@keyframes fall-262{52.366%{transform:translate(64.8238vw,52.366vh) scale(.9172)}to{transform:translate(67.2202vw,99vh) scale(.9172)}}.snow:nth-child(263){opacity:1.7956;transform:translate(76.3052vw,-10px) scale(.5792);animation:fall-263 12s -11s linear infinite}@keyframes fall-263{63.79%{transform:translate(82.9283vw,63.79vh) scale(.5792)}to{transform:translate(79.61675vw,99vh) scale(.5792)}}.snow:nth-child(264){opacity:1.7296;transform:translate(78.0753vw,-10px) scale(.5489);animation:fall-264 14s -11s linear infinite}@keyframes fall-264{76.738%{transform:translate(76.5114vw,76.738vh) scale(.5489)}to{transform:translate(77.29335vw,99vh) scale(.5489)}}.snow:nth-child(265){opacity:.4404;transform:translate(28.7943vw,-10px) scale(.9443);animation:fall-265 14s -22s linear infinite}@keyframes fall-265{78.752%{transform:translate(23.3792vw,78.752vh) scale(.9443)}to{transform:translate(26.08675vw,99vh) scale(.9443)}}.snow:nth-child(266){opacity:.9842;transform:translate(42.976vw,-10px) scale(.9964);animation:fall-266 24s -3s linear infinite}@keyframes fall-266{69.53%{transform:translate(43.2082vw,69.53vh) scale(.9964)}to{transform:translate(43.0921vw,99vh) scale(.9964)}}.snow:nth-child(267){opacity:1.9964;transform:translate(25.5804vw,-10px) scale(.0217);animation:fall-267 20s -23s linear infinite}@keyframes fall-267{78.228%{transform:translate(34.9678vw,78.228vh) scale(.0217)}to{transform:translate(30.2741vw,99vh) scale(.0217)}}.snow:nth-child(268){opacity:1.848;transform:translate(30.9932vw,-10px) scale(.5697);animation:fall-268 26s -4s linear infinite}@keyframes fall-268{32.028%{transform:translate(21.6171vw,32.028vh) scale(.5697)}to{transform:translate(26.30515vw,99vh) scale(.5697)}}.snow:nth-child(269){opacity:1.7032;transform:translate(51.3571vw,-10px) scale(.8509);animation:fall-269 28s -17s linear infinite}@keyframes fall-269{74.366%{transform:translate(60.2624vw,74.366vh) scale(.8509)}to{transform:translate(55.80975vw,99vh) scale(.8509)}}.snow:nth-child(270){opacity:1.6186;transform:translate(16.9329vw,-10px) scale(.186);animation:fall-270 24s -11s linear infinite}@keyframes fall-270{52.851%{transform:translate(13.6261vw,52.851vh) scale(.186)}to{transform:translate(15.2795vw,99vh) scale(.186)}}.snow:nth-child(271){opacity:.6838;transform:translate(74.8596vw,-10px) scale(.1789);animation:fall-271 12s -24s linear infinite}@keyframes fall-271{67.653%{transform:translate(68.6766vw,67.653vh) scale(.1789)}to{transform:translate(71.7681vw,99vh) scale(.1789)}}.snow:nth-child(272){opacity:1.527;transform:translate(45.6082vw,-10px) scale(.048);animation:fall-272 27s -22s linear infinite}@keyframes fall-272{59.552%{transform:translate(42.7127vw,59.552vh) scale(.048)}to{transform:translate(44.16045vw,99vh) scale(.048)}}.snow:nth-child(273){opacity:1.6824;transform:translate(68.0526vw,-10px) scale(.063);animation:fall-273 29s -13s linear infinite}@keyframes fall-273{72.858%{transform:translate(69.8986vw,72.858vh) scale(.063)}to{transform:translate(68.9756vw,99vh) scale(.063)}}.snow:nth-child(274){opacity:1.3428;transform:translate(14.3779vw,-10px) scale(.9672);animation:fall-274 29s -30s linear infinite}@keyframes fall-274{60.897%{transform:translate(22.2455vw,60.897vh) scale(.9672)}to{transform:translate(18.3117vw,99vh) scale(.9672)}}.snow:nth-child(275){opacity:1.0984;transform:translate(26.4519vw,-10px) scale(.1275);animation:fall-275 20s -19s linear infinite}@keyframes fall-275{48.066%{transform:translate(20.3983vw,48.066vh) scale(.1275)}to{transform:translate(23.4251vw,99vh) scale(.1275)}}.snow:nth-child(276){opacity:1.7686;transform:translate(11.4316vw,-10px) scale(.0528);animation:fall-276 17s -24s linear infinite}@keyframes fall-276{69.371%{transform:translate(20.4723vw,69.371vh) scale(.0528)}to{transform:translate(15.95195vw,99vh) scale(.0528)}}.snow:nth-child(277){opacity:1.223;transform:translate(67.5644vw,-10px) scale(.1551);animation:fall-277 20s -9s linear infinite}@keyframes fall-277{73.711%{transform:translate(71.1968vw,73.711vh) scale(.1551)}to{transform:translate(69.3806vw,99vh) scale(.1551)}}.snow:nth-child(278){opacity:1.189;transform:translate(82.1345vw,-10px) scale(.146);animation:fall-278 25s -6s linear infinite}@keyframes fall-278{59.475%{transform:translate(75.6116vw,59.475vh) scale(.146)}to{transform:translate(78.87305vw,99vh) scale(.146)}}.snow:nth-child(279){opacity:.6524;transform:translate(20.146vw,-10px) scale(.4085);animation:fall-279 30s -4s linear infinite}@keyframes fall-279{37.468%{transform:translate(28.9414vw,37.468vh) scale(.4085)}to{transform:translate(24.5437vw,99vh) scale(.4085)}}.snow:nth-child(280){opacity:1.7034;transform:translate(8.7843vw,-10px) scale(.9509);animation:fall-280 25s -15s linear infinite}@keyframes fall-280{67.321%{transform:translate(13.6752vw,67.321vh) scale(.9509)}to{transform:translate(11.22975vw,99vh) scale(.9509)}}.snow:nth-child(281){opacity:1.1426;transform:translate(62.2261vw,-10px) scale(.4792);animation:fall-281 26s -13s linear infinite}@keyframes fall-281{43.538%{transform:translate(58.7217vw,43.538vh) scale(.4792)}to{transform:translate(60.4739vw,99vh) scale(.4792)}}.snow:nth-child(282){opacity:1.643;transform:translate(42.5253vw,-10px) scale(.5323);animation:fall-282 16s -15s linear infinite}@keyframes fall-282{34.655%{transform:translate(41.668vw,34.655vh) scale(.5323)}to{transform:translate(42.09665vw,99vh) scale(.5323)}}.snow:nth-child(283){opacity:1.6068;transform:translate(86.043vw,-10px) scale(.4916);animation:fall-283 26s -28s linear infinite}@keyframes fall-283{49.592%{transform:translate(93.2831vw,49.592vh) scale(.4916)}to{transform:translate(89.66305vw,99vh) scale(.4916)}}.snow:nth-child(284){opacity:1.0532;transform:translate(44.5644vw,-10px) scale(.4576);animation:fall-284 21s -17s linear infinite}@keyframes fall-284{54.931%{transform:translate(41.8297vw,54.931vh) scale(.4576)}to{transform:translate(43.19705vw,99vh) scale(.4576)}}.snow:nth-child(285){opacity:1.524;transform:translate(18.5185vw,-10px) scale(.7479);animation:fall-285 20s -24s linear infinite}@keyframes fall-285{77.144%{transform:translate(26.3855vw,77.144vh) scale(.7479)}to{transform:translate(22.452vw,99vh) scale(.7479)}}.snow:nth-child(286){opacity:.4172;transform:translate(42.5866vw,-10px) scale(.0855);animation:fall-286 25s -23s linear infinite}@keyframes fall-286{68.558%{transform:translate(40.9057vw,68.558vh) scale(.0855)}to{transform:translate(41.74615vw,99vh) scale(.0855)}}.snow:nth-child(287){opacity:1.023;transform:translate(35.4476vw,-10px) scale(.9876);animation:fall-287 13s -16s linear infinite}@keyframes fall-287{43.037%{transform:translate(28.4705vw,43.037vh) scale(.9876)}to{transform:translate(31.95905vw,99vh) scale(.9876)}}.snow:nth-child(288){opacity:.8636;transform:translate(33.5394vw,-10px) scale(.3168);animation:fall-288 19s -1s linear infinite}@keyframes fall-288{62.154%{transform:translate(37.7007vw,62.154vh) scale(.3168)}to{transform:translate(35.62005vw,99vh) scale(.3168)}}.snow:nth-child(289){opacity:.2144;transform:translate(1.6539vw,-10px) scale(.298);animation:fall-289 28s -26s linear infinite}@keyframes fall-289{76.576%{transform:translate(.7455vw,76.576vh) scale(.298)}to{transform:translate(1.1997vw,99vh) scale(.298)}}.snow:nth-child(290){opacity:.673;transform:translate(62.1221vw,-10px) scale(.3728);animation:fall-290 15s -28s linear infinite}@keyframes fall-290{74.361%{transform:translate(60.8488vw,74.361vh) scale(.3728)}to{transform:translate(61.48545vw,99vh) scale(.3728)}}.snow:nth-child(291){opacity:1.7982;transform:translate(89.8473vw,-10px) scale(.4347);animation:fall-291 27s -24s linear infinite}@keyframes fall-291{63.046%{transform:translate(85.113vw,63.046vh) scale(.4347)}to{transform:translate(87.48015vw,99vh) scale(.4347)}}.snow:nth-child(292){opacity:1.3364;transform:translate(68.4514vw,-10px) scale(.156);animation:fall-292 10s -19s linear infinite}@keyframes fall-292{57.347%{transform:translate(72.6364vw,57.347vh) scale(.156)}to{transform:translate(70.5439vw,99vh) scale(.156)}}.snow:nth-child(293){opacity:1.2986;transform:translate(7.258vw,-10px) scale(.0655);animation:fall-293 27s -13s linear infinite}@keyframes fall-293{55.216%{transform:translate(8.8913vw,55.216vh) scale(.0655)}to{transform:translate(8.07465vw,99vh) scale(.0655)}}.snow:nth-child(294){opacity:1.0554;transform:translate(42.2919vw,-10px) scale(.1949);animation:fall-294 21s -6s linear infinite}@keyframes fall-294{63.479%{transform:translate(47.5432vw,63.479vh) scale(.1949)}to{transform:translate(44.91755vw,99vh) scale(.1949)}}.snow:nth-child(295){opacity:.7332;transform:translate(86.4126vw,-10px) scale(.3425);animation:fall-295 27s -1s linear infinite}@keyframes fall-295{74.009%{transform:translate(77.8455vw,74.009vh) scale(.3425)}to{transform:translate(82.12905vw,99vh) scale(.3425)}}.snow:nth-child(296){opacity:.7118;transform:translate(64.466vw,-10px) scale(.5848);animation:fall-296 18s -21s linear infinite}@keyframes fall-296{77.483%{transform:translate(66.3424vw,77.483vh) scale(.5848)}to{transform:translate(65.4042vw,99vh) scale(.5848)}}.snow:nth-child(297){opacity:.0474;transform:translate(26.8496vw,-10px) scale(.4658);animation:fall-297 12s -8s linear infinite}@keyframes fall-297{65.039%{transform:translate(36.2407vw,65.039vh) scale(.4658)}to{transform:translate(31.54515vw,99vh) scale(.4658)}}.snow:nth-child(298){opacity:.0388;transform:translate(2.6537vw,-10px) scale(.6832);animation:fall-298 10s -10s linear infinite}@keyframes fall-298{58.445%{transform:translate(4.0235vw,58.445vh) scale(.6832)}to{transform:translate(3.3386vw,99vh) scale(.6832)}}.snow:nth-child(299){opacity:1.9978;transform:translate(43.1374vw,-10px) scale(.3894);animation:fall-299 24s -30s linear infinite}@keyframes fall-299{55.644%{transform:translate(52.2487vw,55.644vh) scale(.3894)}to{transform:translate(47.69305vw,99vh) scale(.3894)}}.snow:nth-child(300){opacity:1.7842;transform:translate(73.7745vw,-10px) scale(.9512);animation:fall-300 12s -11s linear infinite}@keyframes fall-300{79.232%{transform:translate(79.847vw,79.232vh) scale(.9512)}to{transform:translate(76.81075vw,99vh) scale(.9512)}}.snow:nth-child(301){opacity:.4292;transform:translate(18.6691vw,-10px) scale(.8934);animation:fall-301 24s -24s linear infinite}@keyframes fall-301{34.977%{transform:translate(16.1474vw,34.977vh) scale(.8934)}to{transform:translate(17.40825vw,99vh) scale(.8934)}}.snow:nth-child(302){opacity:1.6816;transform:translate(92.5488vw,-10px) scale(.386);animation:fall-302 10s -22s linear infinite}@keyframes fall-302{58.292%{transform:translate(98.4967vw,58.292vh) scale(.386)}to{transform:translate(95.52275vw,99vh) scale(.386)}}.snow:nth-child(303){opacity:.1076;transform:translate(71.1116vw,-10px) scale(.2366);animation:fall-303 15s -28s linear infinite}@keyframes fall-303{51.165%{transform:translate(80.3791vw,51.165vh) scale(.2366)}to{transform:translate(75.74535vw,99vh) scale(.2366)}}.snow:nth-child(304){opacity:1.7974;transform:translate(98.1332vw,-10px) scale(.8719);animation:fall-304 17s -5s linear infinite}@keyframes fall-304{53.691%{transform:translate(103.4799vw,53.691vh) scale(.8719)}to{transform:translate(100.80655vw,99vh) scale(.8719)}}.snow:nth-child(305){opacity:.0796;transform:translate(22.1862vw,-10px) scale(.4232);animation:fall-305 21s -14s linear infinite}@keyframes fall-305{37.31%{transform:translate(17.3734vw,37.31vh) scale(.4232)}to{transform:translate(19.7798vw,99vh) scale(.4232)}}.snow:nth-child(306){opacity:.6294;transform:translate(53.1978vw,-10px) scale(.2124);animation:fall-306 26s -30s linear infinite}@keyframes fall-306{52.969%{transform:translate(52.3641vw,52.969vh) scale(.2124)}to{transform:translate(52.78095vw,99vh) scale(.2124)}}.snow:nth-child(307){opacity:.8946;transform:translate(20.1961vw,-10px) scale(.1816);animation:fall-307 16s -8s linear infinite}@keyframes fall-307{62.581%{transform:translate(14.7504vw,62.581vh) scale(.1816)}to{transform:translate(17.47325vw,99vh) scale(.1816)}}.snow:nth-child(308){opacity:.259;transform:translate(15.8789vw,-10px) scale(.5317);animation:fall-308 22s -12s linear infinite}@keyframes fall-308{76.343%{transform:translate(8.3706vw,76.343vh) scale(.5317)}to{transform:translate(12.12475vw,99vh) scale(.5317)}}.snow:nth-child(309){opacity:1.6204;transform:translate(82.3007vw,-10px) scale(.6941);animation:fall-309 15s -7s linear infinite}@keyframes fall-309{75.808%{transform:translate(86.9348vw,75.808vh) scale(.6941)}to{transform:translate(84.61775vw,99vh) scale(.6941)}}.snow:nth-child(310){opacity:.3622;transform:translate(29.7603vw,-10px) scale(.5261);animation:fall-310 25s -8s linear infinite}@keyframes fall-310{64.62%{transform:translate(37.3764vw,64.62vh) scale(.5261)}to{transform:translate(33.56835vw,99vh) scale(.5261)}}.snow:nth-child(311){opacity:.1122;transform:translate(15.8234vw,-10px) scale(.0043);animation:fall-311 18s -29s linear infinite}@keyframes fall-311{79.044%{transform:translate(11.838vw,79.044vh) scale(.0043)}to{transform:translate(13.8307vw,99vh) scale(.0043)}}.snow:nth-child(312){opacity:1.1946;transform:translate(27.1752vw,-10px) scale(.2135);animation:fall-312 20s -29s linear infinite}@keyframes fall-312{64.119%{transform:translate(32.9727vw,64.119vh) scale(.2135)}to{transform:translate(30.07395vw,99vh) scale(.2135)}}.snow:nth-child(313){opacity:.3828;transform:translate(9.5228vw,-10px) scale(.5737);animation:fall-313 26s -11s linear infinite}@keyframes fall-313{42.634%{transform:translate(6.4459vw,42.634vh) scale(.5737)}to{transform:translate(7.98435vw,99vh) scale(.5737)}}.snow:nth-child(314){opacity:.2052;transform:translate(50.2047vw,-10px) scale(.1544);animation:fall-314 18s -3s linear infinite}@keyframes fall-314{78.491%{transform:translate(40.7244vw,78.491vh) scale(.1544)}to{transform:translate(45.46455vw,99vh) scale(.1544)}}.snow:nth-child(315){opacity:.6586;transform:translate(79.4937vw,-10px) scale(.6666);animation:fall-315 29s -30s linear infinite}@keyframes fall-315{62.954%{transform:translate(87.8164vw,62.954vh) scale(.6666)}to{transform:translate(83.65505vw,99vh) scale(.6666)}}.snow:nth-child(316){opacity:.1942;transform:translate(23.6485vw,-10px) scale(.1367);animation:fall-316 15s -16s linear infinite}@keyframes fall-316{77.238%{transform:translate(19.024vw,77.238vh) scale(.1367)}to{transform:translate(21.33625vw,99vh) scale(.1367)}}.snow:nth-child(317){opacity:.584;transform:translate(75.9841vw,-10px) scale(.0739);animation:fall-317 13s -22s linear infinite}@keyframes fall-317{52.243%{transform:translate(84.5958vw,52.243vh) scale(.0739)}to{transform:translate(80.28995vw,99vh) scale(.0739)}}.snow:nth-child(318){opacity:1.8558;transform:translate(65.675vw,-10px) scale(.4444);animation:fall-318 26s -16s linear infinite}@keyframes fall-318{35.565%{transform:translate(66.1655vw,35.565vh) scale(.4444)}to{transform:translate(65.92025vw,99vh) scale(.4444)}}.snow:nth-child(319){opacity:1.1356;transform:translate(47.4065vw,-10px) scale(.0874);animation:fall-319 25s -30s linear infinite}@keyframes fall-319{54.977%{transform:translate(42.5415vw,54.977vh) scale(.0874)}to{transform:translate(44.974vw,99vh) scale(.0874)}}.snow:nth-child(320){opacity:.7366;transform:translate(23.735vw,-10px) scale(.0381);animation:fall-320 19s -5s linear infinite}@keyframes fall-320{48.022%{transform:translate(17.6652vw,48.022vh) scale(.0381)}to{transform:translate(20.7001vw,99vh) scale(.0381)}}.snow:nth-child(321){opacity:1.5264;transform:translate(87.6474vw,-10px) scale(.5446);animation:fall-321 14s -13s linear infinite}@keyframes fall-321{65.679%{transform:translate(93.0196vw,65.679vh) scale(.5446)}to{transform:translate(90.3335vw,99vh) scale(.5446)}}.snow:nth-child(322){opacity:1.2434;transform:translate(79.2206vw,-10px) scale(.4151);animation:fall-322 20s -3s linear infinite}@keyframes fall-322{76.891%{transform:translate(78.2214vw,76.891vh) scale(.4151)}to{transform:translate(78.721vw,99vh) scale(.4151)}}.snow:nth-child(323){opacity:.2454;transform:translate(16.2922vw,-10px) scale(.9895);animation:fall-323 13s -18s linear infinite}@keyframes fall-323{40.597%{transform:translate(17.5085vw,40.597vh) scale(.9895)}to{transform:translate(16.90035vw,99vh) scale(.9895)}}.snow:nth-child(324){opacity:.9668;transform:translate(27.9635vw,-10px) scale(.5764);animation:fall-324 19s -27s linear infinite}@keyframes fall-324{44.86%{transform:translate(18.539vw,44.86vh) scale(.5764)}to{transform:translate(23.25125vw,99vh) scale(.5764)}}.snow:nth-child(325){opacity:1.9204;transform:translate(99.255vw,-10px) scale(.6845);animation:fall-325 22s -17s linear infinite}@keyframes fall-325{33.169%{transform:translate(91.0053vw,33.169vh) scale(.6845)}to{transform:translate(95.13015vw,99vh) scale(.6845)}}.snow:nth-child(326){opacity:1.7592;transform:translate(41.3412vw,-10px) scale(.9019);animation:fall-326 10s -9s linear infinite}@keyframes fall-326{42.399%{transform:translate(39.8846vw,42.399vh) scale(.9019)}to{transform:translate(40.6129vw,99vh) scale(.9019)}}.snow:nth-child(327){opacity:.4998;transform:translate(19.9012vw,-10px) scale(.7687);animation:fall-327 15s -30s linear infinite}@keyframes fall-327{52.166%{transform:translate(18.6373vw,52.166vh) scale(.7687)}to{transform:translate(19.26925vw,99vh) scale(.7687)}}.snow:nth-child(328){opacity:1.599;transform:translate(19.4613vw,-10px) scale(.4735);animation:fall-328 27s -24s linear infinite}@keyframes fall-328{66.318%{transform:translate(13.5996vw,66.318vh) scale(.4735)}to{transform:translate(16.53045vw,99vh) scale(.4735)}}.snow:nth-child(329){opacity:.8548;transform:translate(35.8227vw,-10px) scale(.3289);animation:fall-329 17s -27s linear infinite}@keyframes fall-329{32.385%{transform:translate(37.2742vw,32.385vh) scale(.3289)}to{transform:translate(36.54845vw,99vh) scale(.3289)}}.snow:nth-child(330){opacity:1.7128;transform:translate(86.1548vw,-10px) scale(.3436);animation:fall-330 11s -8s linear infinite}@keyframes fall-330{68.159%{transform:translate(91.066vw,68.159vh) scale(.3436)}to{transform:translate(88.6104vw,99vh) scale(.3436)}}.snow:nth-child(331){opacity:1.4874;transform:translate(63.9931vw,-10px) scale(.5319);animation:fall-331 24s -15s linear infinite}@keyframes fall-331{60.269%{transform:translate(57.4512vw,60.269vh) scale(.5319)}to{transform:translate(60.72215vw,99vh) scale(.5319)}}.snow:nth-child(332){opacity:1.846;transform:translate(13.5816vw,-10px) scale(.8235);animation:fall-332 29s -3s linear infinite}@keyframes fall-332{64.97%{transform:translate(16.0625vw,64.97vh) scale(.8235)}to{transform:translate(14.82205vw,99vh) scale(.8235)}}.snow:nth-child(333){opacity:1.0764;transform:translate(1.4514vw,-10px) scale(.5329);animation:fall-333 24s -28s linear infinite}@keyframes fall-333{40.826%{transform:translate(.8104vw,40.826vh) scale(.5329)}to{transform:translate(1.1309vw,99vh) scale(.5329)}}.snow:nth-child(334){opacity:1.8714;transform:translate(16.223vw,-10px) scale(.5066);animation:fall-334 30s -27s linear infinite}@keyframes fall-334{32.805%{transform:translate(22.1726vw,32.805vh) scale(.5066)}to{transform:translate(19.1978vw,99vh) scale(.5066)}}.snow:nth-child(335){opacity:1.7106;transform:translate(24.7519vw,-10px) scale(.5319);animation:fall-335 18s -14s linear infinite}@keyframes fall-335{66.232%{transform:translate(27.7022vw,66.232vh) scale(.5319)}to{transform:translate(26.22705vw,99vh) scale(.5319)}}.snow:nth-child(336){opacity:1.2752;transform:translate(74.7441vw,-10px) scale(.8132);animation:fall-336 14s -16s linear infinite}@keyframes fall-336{64.737%{transform:translate(73.2586vw,64.737vh) scale(.8132)}to{transform:translate(74.00135vw,99vh) scale(.8132)}}.snow:nth-child(337){opacity:.6086;transform:translate(40.2927vw,-10px) scale(.76);animation:fall-337 16s -3s linear infinite}@keyframes fall-337{68.422%{transform:translate(45.7769vw,68.422vh) scale(.76)}to{transform:translate(43.0348vw,99vh) scale(.76)}}.snow:nth-child(338){opacity:1.9418;transform:translate(12.1277vw,-10px) scale(.9687);animation:fall-338 26s -7s linear infinite}@keyframes fall-338{44.337%{transform:translate(11.1516vw,44.337vh) scale(.9687)}to{transform:translate(11.63965vw,99vh) scale(.9687)}}.snow:nth-child(339){opacity:1.1276;transform:translate(35.3057vw,-10px) scale(.795);animation:fall-339 26s -4s linear infinite}@keyframes fall-339{70.688%{transform:translate(27.5642vw,70.688vh) scale(.795)}to{transform:translate(31.43495vw,99vh) scale(.795)}}.snow:nth-child(340){opacity:.7576;transform:translate(94.2717vw,-10px) scale(.2178);animation:fall-340 30s -11s linear infinite}@keyframes fall-340{72.329%{transform:translate(99.6499vw,72.329vh) scale(.2178)}to{transform:translate(96.9608vw,99vh) scale(.2178)}}.snow:nth-child(341){opacity:1.686;transform:translate(78.317vw,-10px) scale(.6799);animation:fall-341 26s -2s linear infinite}@keyframes fall-341{50.612%{transform:translate(86.7721vw,50.612vh) scale(.6799)}to{transform:translate(82.54455vw,99vh) scale(.6799)}}.snow:nth-child(342){opacity:1.2718;transform:translate(38.5297vw,-10px) scale(.1305);animation:fall-342 25s -15s linear infinite}@keyframes fall-342{52.514%{transform:translate(48.0917vw,52.514vh) scale(.1305)}to{transform:translate(43.3107vw,99vh) scale(.1305)}}.snow:nth-child(343){opacity:.8616;transform:translate(82.6022vw,-10px) scale(.2941);animation:fall-343 12s -23s linear infinite}@keyframes fall-343{37.752%{transform:translate(80.398vw,37.752vh) scale(.2941)}to{transform:translate(81.5001vw,99vh) scale(.2941)}}.snow:nth-child(344){opacity:.766;transform:translate(27.164vw,-10px) scale(.3455);animation:fall-344 26s -28s linear infinite}@keyframes fall-344{65.541%{transform:translate(31.4024vw,65.541vh) scale(.3455)}to{transform:translate(29.2832vw,99vh) scale(.3455)}}.snow:nth-child(345){opacity:.4638;transform:translate(58.3723vw,-10px) scale(.6032);animation:fall-345 24s -13s linear infinite}@keyframes fall-345{47.274%{transform:translate(61.9269vw,47.274vh) scale(.6032)}to{transform:translate(60.1496vw,99vh) scale(.6032)}}.snow:nth-child(346){opacity:1.6622;transform:translate(21.4725vw,-10px) scale(.2569);animation:fall-346 26s -21s linear infinite}@keyframes fall-346{54.255%{transform:translate(15.3668vw,54.255vh) scale(.2569)}to{transform:translate(18.41965vw,99vh) scale(.2569)}}.snow:nth-child(347){opacity:1.3662;transform:translate(58.6351vw,-10px) scale(.7091);animation:fall-347 15s -29s linear infinite}@keyframes fall-347{51.581%{transform:translate(49.8519vw,51.581vh) scale(.7091)}to{transform:translate(54.2435vw,99vh) scale(.7091)}}.snow:nth-child(348){opacity:.3422;transform:translate(31.4142vw,-10px) scale(.0751);animation:fall-348 17s -21s linear infinite}@keyframes fall-348{43.194%{transform:translate(41.2866vw,43.194vh) scale(.0751)}to{transform:translate(36.3504vw,99vh) scale(.0751)}}.snow:nth-child(349){opacity:.1912;transform:translate(48.8602vw,-10px) scale(.0228);animation:fall-349 20s -25s linear infinite}@keyframes fall-349{31.168%{transform:translate(40.0016vw,31.168vh) scale(.0228)}to{transform:translate(44.4309vw,99vh) scale(.0228)}}.snow:nth-child(350){opacity:.4568;transform:translate(42.0821vw,-10px) scale(.3787);animation:fall-350 29s -13s linear infinite}@keyframes fall-350{58.815%{transform:translate(45.6168vw,58.815vh) scale(.3787)}to{transform:translate(43.84945vw,99vh) scale(.3787)}}.snow:nth-child(351){opacity:1.4942;transform:translate(99.0328vw,-10px) scale(.6853);animation:fall-351 10s -14s linear infinite}@keyframes fall-351{32.235%{transform:translate(106.3097vw,32.235vh) scale(.6853)}to{transform:translate(102.67125vw,99vh) scale(.6853)}}.snow:nth-child(352){opacity:.519;transform:translate(1.0883vw,-10px) scale(.9157);animation:fall-352 12s -25s linear infinite}@keyframes fall-352{52.134%{transform:translate(-7.7299vw,52.134vh) scale(.9157)}to{transform:translate(-3.3208vw,99vh) scale(.9157)}}.snow:nth-child(353){opacity:1.9194;transform:translate(75.3435vw,-10px) scale(.2934);animation:fall-353 24s -19s linear infinite}@keyframes fall-353{54.194%{transform:translate(78.2027vw,54.194vh) scale(.2934)}to{transform:translate(76.7731vw,99vh) scale(.2934)}}.snow:nth-child(354){opacity:.8706;transform:translate(47.4544vw,-10px) scale(.4682);animation:fall-354 29s -3s linear infinite}@keyframes fall-354{62.835%{transform:translate(45.4977vw,62.835vh) scale(.4682)}to{transform:translate(46.47605vw,99vh) scale(.4682)}}.snow:nth-child(355){opacity:.9766;transform:translate(85.3573vw,-10px) scale(.8221);animation:fall-355 24s -9s linear infinite}@keyframes fall-355{54.681%{transform:translate(90.4423vw,54.681vh) scale(.8221)}to{transform:translate(87.8998vw,99vh) scale(.8221)}}.snow:nth-child(356){opacity:.7436;transform:translate(3.0148vw,-10px) scale(.4224);animation:fall-356 15s -19s linear infinite}@keyframes fall-356{64.413%{transform:translate(.4219vw,64.413vh) scale(.4224)}to{transform:translate(1.71835vw,99vh) scale(.4224)}}.snow:nth-child(357){opacity:1.9892;transform:translate(2.9454vw,-10px) scale(.7334);animation:fall-357 11s -22s linear infinite}@keyframes fall-357{62.85%{transform:translate(-.8596vw,62.85vh) scale(.7334)}to{transform:translate(1.0429vw,99vh) scale(.7334)}}.snow:nth-child(358){opacity:1.266;transform:translate(54.4606vw,-10px) scale(.3455);animation:fall-358 16s -16s linear infinite}@keyframes fall-358{75.748%{transform:translate(46.281vw,75.748vh) scale(.3455)}to{transform:translate(50.3708vw,99vh) scale(.3455)}}.snow:nth-child(359){opacity:1.3526;transform:translate(79.712vw,-10px) scale(.3006);animation:fall-359 25s -8s linear infinite}@keyframes fall-359{69.945%{transform:translate(83.6729vw,69.945vh) scale(.3006)}to{transform:translate(81.69245vw,99vh) scale(.3006)}}.snow:nth-child(360){opacity:1.8284;transform:translate(26.4731vw,-10px) scale(.9868);animation:fall-360 21s -20s linear infinite}@keyframes fall-360{71.471%{transform:translate(30.205vw,71.471vh) scale(.9868)}to{transform:translate(28.33905vw,99vh) scale(.9868)}}.snow:nth-child(361){opacity:1.06;transform:translate(8.552vw,-10px) scale(.1568);animation:fall-361 20s -19s linear infinite}@keyframes fall-361{43.368%{transform:translate(5.4726vw,43.368vh) scale(.1568)}to{transform:translate(7.0123vw,99vh) scale(.1568)}}.snow:nth-child(362){opacity:1.7112;transform:translate(11.6269vw,-10px) scale(.9754);animation:fall-362 13s -28s linear infinite}@keyframes fall-362{79.383%{transform:translate(10.9218vw,79.383vh) scale(.9754)}to{transform:translate(11.27435vw,99vh) scale(.9754)}}.snow:nth-child(363){opacity:1.0132;transform:translate(99.8913vw,-10px) scale(.6575);animation:fall-363 20s -6s linear infinite}@keyframes fall-363{57.02%{transform:translate(99.1506vw,57.02vh) scale(.6575)}to{transform:translate(99.52095vw,99vh) scale(.6575)}}.snow:nth-child(364){opacity:1.9622;transform:translate(98.5722vw,-10px) scale(.1957);animation:fall-364 11s -19s linear infinite}@keyframes fall-364{47.358%{transform:translate(95.3775vw,47.358vh) scale(.1957)}to{transform:translate(96.97485vw,99vh) scale(.1957)}}.snow:nth-child(365){opacity:1.0044;transform:translate(16.8183vw,-10px) scale(.7938);animation:fall-365 11s -21s linear infinite}@keyframes fall-365{34.867%{transform:translate(23.7863vw,34.867vh) scale(.7938)}to{transform:translate(20.3023vw,99vh) scale(.7938)}}.snow:nth-child(366){opacity:.8376;transform:translate(52.0723vw,-10px) scale(.1811);animation:fall-366 15s -9s linear infinite}@keyframes fall-366{65.271%{transform:translate(61.522vw,65.271vh) scale(.1811)}to{transform:translate(56.79715vw,99vh) scale(.1811)}}.snow:nth-child(367){opacity:1.948;transform:translate(23.9813vw,-10px) scale(.1624);animation:fall-367 22s -7s linear infinite}@keyframes fall-367{31.586%{transform:translate(20.7298vw,31.586vh) scale(.1624)}to{transform:translate(22.35555vw,99vh) scale(.1624)}}.snow:nth-child(368){opacity:.4546;transform:translate(9.5263vw,-10px) scale(.0683);animation:fall-368 22s -5s linear infinite}@keyframes fall-368{51.445%{transform:translate(5.0995vw,51.445vh) scale(.0683)}to{transform:translate(7.3129vw,99vh) scale(.0683)}}.snow:nth-child(369){opacity:1.8374;transform:translate(28.4043vw,-10px) scale(.8362);animation:fall-369 25s -22s linear infinite}@keyframes fall-369{46.195%{transform:translate(30.2241vw,46.195vh) scale(.8362)}to{transform:translate(29.3142vw,99vh) scale(.8362)}}.snow:nth-child(370){opacity:.6046;transform:translate(93.0573vw,-10px) scale(.1697);animation:fall-370 19s -14s linear infinite}@keyframes fall-370{36.432%{transform:translate(93.6768vw,36.432vh) scale(.1697)}to{transform:translate(93.36705vw,99vh) scale(.1697)}}.snow:nth-child(371){opacity:.4962;transform:translate(78.7882vw,-10px) scale(.5509);animation:fall-371 10s -26s linear infinite}@keyframes fall-371{74.658%{transform:translate(73.768vw,74.658vh) scale(.5509)}to{transform:translate(76.2781vw,99vh) scale(.5509)}}.snow:nth-child(372){opacity:1.9802;transform:translate(10.5249vw,-10px) scale(.9229);animation:fall-372 10s -4s linear infinite}@keyframes fall-372{55.302%{transform:translate(14.332vw,55.302vh) scale(.9229)}to{transform:translate(12.42845vw,99vh) scale(.9229)}}.snow:nth-child(373){opacity:.0608;transform:translate(15.3081vw,-10px) scale(.6482);animation:fall-373 19s -29s linear infinite}@keyframes fall-373{71.752%{transform:translate(7.3469vw,71.752vh) scale(.6482)}to{transform:translate(11.3275vw,99vh) scale(.6482)}}.snow:nth-child(374){opacity:1.1696;transform:translate(71.5839vw,-10px) scale(.8394);animation:fall-374 22s -14s linear infinite}@keyframes fall-374{74.96%{transform:translate(69.3086vw,74.96vh) scale(.8394)}to{transform:translate(70.44625vw,99vh) scale(.8394)}}.snow:nth-child(375){opacity:1.4562;transform:translate(13.2142vw,-10px) scale(.3468);animation:fall-375 24s -8s linear infinite}@keyframes fall-375{45.681%{transform:translate(17.6479vw,45.681vh) scale(.3468)}to{transform:translate(15.43105vw,99vh) scale(.3468)}}.snow:nth-child(376){opacity:.1168;transform:translate(40.7651vw,-10px) scale(.9688);animation:fall-376 22s -14s linear infinite}@keyframes fall-376{76.172%{transform:translate(42.889vw,76.172vh) scale(.9688)}to{transform:translate(41.82705vw,99vh) scale(.9688)}}.snow:nth-child(377){opacity:.6598;transform:translate(53.84vw,-10px) scale(.0148);animation:fall-377 16s -25s linear infinite}@keyframes fall-377{31.571%{transform:translate(44.1469vw,31.571vh) scale(.0148)}to{transform:translate(48.99345vw,99vh) scale(.0148)}}.snow:nth-child(378){opacity:1.951;transform:translate(56.7752vw,-10px) scale(.9564);animation:fall-378 22s -19s linear infinite}@keyframes fall-378{74.447%{transform:translate(64.9413vw,74.447vh) scale(.9564)}to{transform:translate(60.85825vw,99vh) scale(.9564)}}.snow:nth-child(379){opacity:1.0858;transform:translate(74.9006vw,-10px) scale(.5748);animation:fall-379 21s -10s linear infinite}@keyframes fall-379{57.401%{transform:translate(79.3122vw,57.401vh) scale(.5748)}to{transform:translate(77.1064vw,99vh) scale(.5748)}}.snow:nth-child(380){opacity:.547;transform:translate(59.7483vw,-10px) scale(.9986);animation:fall-380 14s -20s linear infinite}@keyframes fall-380{49.049%{transform:translate(53.6969vw,49.049vh) scale(.9986)}to{transform:translate(56.7226vw,99vh) scale(.9986)}}.snow:nth-child(381){opacity:1.1366;transform:translate(55.8254vw,-10px) scale(.1317);animation:fall-381 24s -27s linear infinite}@keyframes fall-381{72.369%{transform:translate(56.5081vw,72.369vh) scale(.1317)}to{transform:translate(56.16675vw,99vh) scale(.1317)}}.snow:nth-child(382){opacity:1.5084;transform:translate(50.0548vw,-10px) scale(.8448);animation:fall-382 27s -19s linear infinite}@keyframes fall-382{65.356%{transform:translate(40.3525vw,65.356vh) scale(.8448)}to{transform:translate(45.20365vw,99vh) scale(.8448)}}.snow:nth-child(383){opacity:1.8218;transform:translate(65.0242vw,-10px) scale(.7868);animation:fall-383 12s -10s linear infinite}@keyframes fall-383{39.227%{transform:translate(64.3494vw,39.227vh) scale(.7868)}to{transform:translate(64.6868vw,99vh) scale(.7868)}}.snow:nth-child(384){opacity:1.0064;transform:translate(8.9679vw,-10px) scale(.3499);animation:fall-384 26s -1s linear infinite}@keyframes fall-384{63.836%{transform:translate(8.2064vw,63.836vh) scale(.3499)}to{transform:translate(8.58715vw,99vh) scale(.3499)}}.snow:nth-child(385){opacity:1.8298;transform:translate(7.7035vw,-10px) scale(.0104);animation:fall-385 12s -21s linear infinite}@keyframes fall-385{66.715%{transform:translate(10.2029vw,66.715vh) scale(.0104)}to{transform:translate(8.9532vw,99vh) scale(.0104)}}.snow:nth-child(386){opacity:.653;transform:translate(53.4195vw,-10px) scale(.6037);animation:fall-386 21s -12s linear infinite}@keyframes fall-386{69.255%{transform:translate(58.0348vw,69.255vh) scale(.6037)}to{transform:translate(55.72715vw,99vh) scale(.6037)}}.snow:nth-child(387){opacity:1.3112;transform:translate(93.6907vw,-10px) scale(.8058);animation:fall-387 10s -18s linear infinite}@keyframes fall-387{69.647%{transform:translate(99.0841vw,69.647vh) scale(.8058)}to{transform:translate(96.3874vw,99vh) scale(.8058)}}.snow:nth-child(388){opacity:1.8816;transform:translate(26.1115vw,-10px) scale(.5327);animation:fall-388 24s -12s linear infinite}@keyframes fall-388{64.015%{transform:translate(20.0274vw,64.015vh) scale(.5327)}to{transform:translate(23.06945vw,99vh) scale(.5327)}}.snow:nth-child(389){opacity:.0494;transform:translate(81.6954vw,-10px) scale(.8976);animation:fall-389 30s -9s linear infinite}@keyframes fall-389{71.55%{transform:translate(89.7372vw,71.55vh) scale(.8976)}to{transform:translate(85.7163vw,99vh) scale(.8976)}}.snow:nth-child(390){opacity:.0268;transform:translate(1.4844vw,-10px) scale(.676);animation:fall-390 28s -6s linear infinite}@keyframes fall-390{51.639%{transform:translate(2.1885vw,51.639vh) scale(.676)}to{transform:translate(1.83645vw,99vh) scale(.676)}}.snow:nth-child(391){opacity:1.7958;transform:translate(8.1945vw,-10px) scale(.0754);animation:fall-391 18s -30s linear infinite}@keyframes fall-391{38.986%{transform:translate(14.8494vw,38.986vh) scale(.0754)}to{transform:translate(11.52195vw,99vh) scale(.0754)}}.snow:nth-child(392){opacity:.015;transform:translate(5.3724vw,-10px) scale(.3129);animation:fall-392 23s -12s linear infinite}@keyframes fall-392{36.286%{transform:translate(-1.4441vw,36.286vh) scale(.3129)}to{transform:translate(1.96415vw,99vh) scale(.3129)}}.snow:nth-child(393){opacity:.87;transform:translate(70.2099vw,-10px) scale(.4346);animation:fall-393 29s -25s linear infinite}@keyframes fall-393{74.699%{transform:translate(72.2702vw,74.699vh) scale(.4346)}to{transform:translate(71.24005vw,99vh) scale(.4346)}}.snow:nth-child(394){opacity:1.9174;transform:translate(77.1942vw,-10px) scale(.7197);animation:fall-394 11s -26s linear infinite}@keyframes fall-394{43.356%{transform:translate(72.245vw,43.356vh) scale(.7197)}to{transform:translate(74.7196vw,99vh) scale(.7197)}}.snow:nth-child(395){opacity:.3678;transform:translate(36.8559vw,-10px) scale(.3339);animation:fall-395 11s -9s linear infinite}@keyframes fall-395{79.273%{transform:translate(35.14vw,79.273vh) scale(.3339)}to{transform:translate(35.99795vw,99vh) scale(.3339)}}.snow:nth-child(396){opacity:.7124;transform:translate(6.808vw,-10px) scale(.1738);animation:fall-396 28s -1s linear infinite}@keyframes fall-396{55.306%{transform:translate(13.1099vw,55.306vh) scale(.1738)}to{transform:translate(9.95895vw,99vh) scale(.1738)}}.snow:nth-child(397){opacity:1.787;transform:translate(28.4322vw,-10px) scale(.2527);animation:fall-397 19s -29s linear infinite}@keyframes fall-397{52.934%{transform:translate(36.3763vw,52.934vh) scale(.2527)}to{transform:translate(32.40425vw,99vh) scale(.2527)}}.snow:nth-child(398){opacity:.6944;transform:translate(91.5329vw,-10px) scale(.9168);animation:fall-398 11s -29s linear infinite}@keyframes fall-398{64.928%{transform:translate(91.4531vw,64.928vh) scale(.9168)}to{transform:translate(91.493vw,99vh) scale(.9168)}}.snow:nth-child(399){opacity:1.7034;transform:translate(64.9252vw,-10px) scale(.2302);animation:fall-399 30s -26s linear infinite}@keyframes fall-399{45.427%{transform:translate(57.4872vw,45.427vh) scale(.2302)}to{transform:translate(61.2062vw,99vh) scale(.2302)}}.snow:nth-child(400){opacity:1.7678;transform:translate(32.8579vw,-10px) scale(.4361);animation:fall-400 17s -27s linear infinite}@keyframes fall-400{76.481%{transform:translate(30.2456vw,76.481vh) scale(.4361)}to{transform:translate(31.55175vw,99vh) scale(.4361)}}\n"] }]
|
|
82
82
|
}], ctorParameters: function () { return [{ type: i1.TokenService }, { type: i1.AppState }, { type: i2.Router }]; } });
|
|
83
83
|
|
|
84
84
|
// Angular
|
|
@@ -203,6 +203,7 @@ class EsFaenzaCoreModule {
|
|
|
203
203
|
{ provide: SGR_DEBUG_MODE, useValue: config.debugMode ? (config.debugMode & DebugFlags.SignalR) == DebugFlags.SignalR : false },
|
|
204
204
|
{ provide: PREF_DEBUG_MODE, useValue: config.debugMode ? (config.debugMode & DebugFlags.Preferences) == DebugFlags.Preferences : false },
|
|
205
205
|
{ provide: ESC_DEBUG_MODE, useValue: config.debugMode ? (config.debugMode & DebugFlags.Charts) == DebugFlags.Charts : false },
|
|
206
|
+
//TODO: NUOVO AUTH
|
|
206
207
|
{ provide: LOGIN_URL_LEGACY, useValue: config.legacyLogin !== null && config.legacyLogin !== undefined ? config.legacyLogin : true },
|
|
207
208
|
{ provide: NAVBAR_EXTENSIONS, useValue: config.navbarExtensions ? config.navbarExtensions : [] },
|
|
208
209
|
{ provide: BaseAdapter, useClass: (config === null || config === void 0 ? void 0 : config.chartsAdapter) || BaseAdapter },
|