@esfaenza/core 15.2.8 → 15.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/base/{navigable.component.d.ts → base.component.d.ts} +4 -4
- package/components/error/404/pagenotfound.component.d.ts +3 -2
- package/components/error/Angular/angularerror.component.d.ts +3 -4
- package/components/public-api.d.ts +1 -1
- package/directives/directives.module.d.ts +2 -1
- package/directives/es-routerLink/es-routerLink.directive.d.ts +12 -0
- package/directives/public-api.d.ts +1 -0
- package/domain/models/core/ApplicationRoutes.d.ts +2 -0
- package/domain/public-api.d.ts +1 -0
- package/esm2020/components/base/base.component.mjs +46 -0
- package/esm2020/components/error/404/pagenotfound.component.mjs +11 -8
- package/esm2020/components/error/500/servererror.component.mjs +6 -2
- package/esm2020/components/error/Angular/angularerror.component.mjs +14 -11
- package/esm2020/components/public-api.mjs +2 -2
- package/esm2020/directives/directives.module.mjs +4 -3
- package/esm2020/directives/es-routerLink/es-routerLink.directive.mjs +42 -0
- package/esm2020/directives/public-api.mjs +2 -1
- package/esm2020/domain/models/core/ApplicationRoutes.mjs +3 -0
- package/esm2020/domain/public-api.mjs +2 -1
- package/esm2020/lib/app.component.mjs +2 -2
- package/esm2020/lib/core.module.mjs +4 -3
- package/esm2020/services/classes/app.state.mjs +10 -4
- package/fesm2015/esfaenza-core-components.mjs +40 -27
- package/fesm2015/esfaenza-core-components.mjs.map +1 -1
- package/fesm2015/esfaenza-core-directives.mjs +45 -4
- package/fesm2015/esfaenza-core-directives.mjs.map +1 -1
- package/fesm2015/esfaenza-core-domain.mjs +4 -1
- package/fesm2015/esfaenza-core-domain.mjs.map +1 -1
- package/fesm2015/esfaenza-core-services.mjs +30 -25
- package/fesm2015/esfaenza-core-services.mjs.map +1 -1
- package/fesm2015/esfaenza-core.mjs +5 -5
- package/fesm2015/esfaenza-core.mjs.map +1 -1
- package/fesm2020/esfaenza-core-components.mjs +40 -27
- package/fesm2020/esfaenza-core-components.mjs.map +1 -1
- package/fesm2020/esfaenza-core-directives.mjs +43 -4
- package/fesm2020/esfaenza-core-directives.mjs.map +1 -1
- package/fesm2020/esfaenza-core-domain.mjs +4 -1
- package/fesm2020/esfaenza-core-domain.mjs.map +1 -1
- package/fesm2020/esfaenza-core-services.mjs +21 -16
- package/fesm2020/esfaenza-core-services.mjs.map +1 -1
- package/fesm2020/esfaenza-core.mjs +5 -5
- package/fesm2020/esfaenza-core.mjs.map +1 -1
- package/package.json +1 -1
- package/services/classes/app.state.d.ts +3 -2
- package/esm2020/components/base/navigable.component.mjs +0 -43
|
@@ -18,9 +18,9 @@ export class AppComponent {
|
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
AppComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AppComponent, deps: [{ token: i1.TokenService }, { token: i1.AppState }, { token: i2.Router }], target: i0.ɵɵFactoryTarget.Component });
|
|
21
|
-
AppComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: AppComponent, selector: "app-root", ngImport: i0, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:.0896;transform:translate(67.5114vw,-10px) scale(.4411);animation:fall-1 23s -5s linear infinite}@keyframes fall-1{63.335%{transform:translate(57.9472vw,63.335vh) scale(.4411)}to{transform:translate(62.7293vw,100vh) scale(.4411)}}.snow:nth-child(2){opacity:.703;transform:translate(28.5508vw,-10px) scale(.7044);animation:fall-2 28s -4s linear infinite}@keyframes fall-2{71.493%{transform:translate(23.0519vw,71.493vh) scale(.7044)}to{transform:translate(25.80135vw,100vh) scale(.7044)}}.snow:nth-child(3){opacity:1.3878;transform:translate(8.1597vw,-10px) scale(.7833);animation:fall-3 25s -25s linear infinite}@keyframes fall-3{46.531%{transform:translate(15.5141vw,46.531vh) scale(.7833)}to{transform:translate(11.8369vw,100vh) scale(.7833)}}.snow:nth-child(4){opacity:1.2216;transform:translate(60.0292vw,-10px) scale(.375);animation:fall-4 22s -6s linear infinite}@keyframes fall-4{45.785%{transform:translate(67.547vw,45.785vh) scale(.375)}to{transform:translate(63.7881vw,100vh) scale(.375)}}.snow:nth-child(5){opacity:1.9694;transform:translate(85.8439vw,-10px) scale(.2742);animation:fall-5 29s -27s linear infinite}@keyframes fall-5{32.368%{transform:translate(95.1063vw,32.368vh) scale(.2742)}to{transform:translate(90.4751vw,100vh) scale(.2742)}}.snow:nth-child(6){opacity:1.484;transform:translate(45.4577vw,-10px) scale(.9393);animation:fall-6 26s -12s linear infinite}@keyframes fall-6{56.446%{transform:translate(37.0802vw,56.446vh) scale(.9393)}to{transform:translate(41.26895vw,100vh) scale(.9393)}}.snow:nth-child(7){opacity:.188;transform:translate(21.9608vw,-10px) scale(.4177);animation:fall-7 19s -3s linear infinite}@keyframes fall-7{61.121%{transform:translate(28.2636vw,61.121vh) scale(.4177)}to{transform:translate(25.1122vw,100vh) scale(.4177)}}.snow:nth-child(8){opacity:1.3428;transform:translate(31.8805vw,-10px) scale(.9111);animation:fall-8 20s -3s linear infinite}@keyframes fall-8{31.982%{transform:translate(29.5201vw,31.982vh) scale(.9111)}to{transform:translate(30.7003vw,100vh) scale(.9111)}}.snow:nth-child(9){opacity:.2764;transform:translate(25.6976vw,-10px) scale(.4989);animation:fall-9 22s -17s linear infinite}@keyframes fall-9{47.497%{transform:translate(17.2663vw,47.497vh) scale(.4989)}to{transform:translate(21.48195vw,100vh) scale(.4989)}}.snow:nth-child(10){opacity:.8986;transform:translate(47.6908vw,-10px) scale(.4549);animation:fall-10 20s -12s linear infinite}@keyframes fall-10{66.437%{transform:translate(43.1523vw,66.437vh) scale(.4549)}to{transform:translate(45.42155vw,100vh) scale(.4549)}}.snow:nth-child(11){opacity:1.5252;transform:translate(71.3561vw,-10px) scale(.7532);animation:fall-11 23s -13s linear infinite}@keyframes fall-11{54.047%{transform:translate(77.4869vw,54.047vh) scale(.7532)}to{transform:translate(74.4215vw,100vh) scale(.7532)}}.snow:nth-child(12){opacity:1.3256;transform:translate(26.1105vw,-10px) scale(.7578);animation:fall-12 21s -3s linear infinite}@keyframes fall-12{74.788%{transform:translate(26.2743vw,74.788vh) scale(.7578)}to{transform:translate(26.1924vw,100vh) scale(.7578)}}.snow:nth-child(13){opacity:1.2408;transform:translate(84.6882vw,-10px) scale(.9689);animation:fall-13 16s -5s linear infinite}@keyframes fall-13{51.117%{transform:translate(93.5556vw,51.117vh) scale(.9689)}to{transform:translate(89.1219vw,100vh) scale(.9689)}}.snow:nth-child(14){opacity:.2254;transform:translate(46.2353vw,-10px) scale(.2502);animation:fall-14 11s -22s linear infinite}@keyframes fall-14{36.213%{transform:translate(49.1312vw,36.213vh) scale(.2502)}to{transform:translate(47.68325vw,100vh) scale(.2502)}}.snow:nth-child(15){opacity:1.5458;transform:translate(31.4008vw,-10px) scale(.9073);animation:fall-15 15s -19s linear infinite}@keyframes fall-15{66.931%{transform:translate(24.4826vw,66.931vh) scale(.9073)}to{transform:translate(27.9417vw,100vh) scale(.9073)}}.snow:nth-child(16){opacity:1.7834;transform:translate(38.3653vw,-10px) scale(.3887);animation:fall-16 21s -4s linear infinite}@keyframes fall-16{43.667%{transform:translate(29.7924vw,43.667vh) scale(.3887)}to{transform:translate(34.07885vw,100vh) scale(.3887)}}.snow:nth-child(17){opacity:.0582;transform:translate(4.7343vw,-10px) scale(.0491);animation:fall-17 22s -14s linear infinite}@keyframes fall-17{48.908%{transform:translate(12.4475vw,48.908vh) scale(.0491)}to{transform:translate(8.5909vw,100vh) scale(.0491)}}.snow:nth-child(18){opacity:1.3714;transform:translate(.2604vw,-10px) scale(.7458);animation:fall-18 23s -17s linear infinite}@keyframes fall-18{66.416%{transform:translate(-9.275vw,66.416vh) scale(.7458)}to{transform:translate(-4.5073vw,100vh) scale(.7458)}}.snow:nth-child(19){opacity:1.8036;transform:translate(5.0589vw,-10px) scale(.1467);animation:fall-19 12s -6s linear infinite}@keyframes fall-19{73.076%{transform:translate(11.7707vw,73.076vh) scale(.1467)}to{transform:translate(8.4148vw,100vh) scale(.1467)}}.snow:nth-child(20){opacity:1.812;transform:translate(74.2937vw,-10px) scale(.3127);animation:fall-20 18s -15s linear infinite}@keyframes fall-20{38.132%{transform:translate(70.5924vw,38.132vh) scale(.3127)}to{transform:translate(72.44305vw,100vh) scale(.3127)}}.snow:nth-child(21){opacity:.9792;transform:translate(83.5285vw,-10px) scale(.5685);animation:fall-21 15s -6s linear infinite}@keyframes fall-21{79.654%{transform:translate(80.3255vw,79.654vh) scale(.5685)}to{transform:translate(81.927vw,100vh) scale(.5685)}}.snow:nth-child(22){opacity:.4574;transform:translate(62.7708vw,-10px) scale(.5943);animation:fall-22 13s -26s linear infinite}@keyframes fall-22{64.062%{transform:translate(69.7438vw,64.062vh) scale(.5943)}to{transform:translate(66.2573vw,100vh) scale(.5943)}}.snow:nth-child(23){opacity:.451;transform:translate(57.3929vw,-10px) scale(.4771);animation:fall-23 28s -1s linear infinite}@keyframes fall-23{30.316%{transform:translate(59.5288vw,30.316vh) scale(.4771)}to{transform:translate(58.46085vw,100vh) scale(.4771)}}.snow:nth-child(24){opacity:.0478;transform:translate(50.7527vw,-10px) scale(.535);animation:fall-24 13s -2s linear infinite}@keyframes fall-24{33.934%{transform:translate(50.8993vw,33.934vh) scale(.535)}to{transform:translate(50.826vw,100vh) scale(.535)}}.snow:nth-child(25){opacity:1.1272;transform:translate(26.9789vw,-10px) scale(.9736);animation:fall-25 18s -15s linear infinite}@keyframes fall-25{42.945%{transform:translate(18.3694vw,42.945vh) scale(.9736)}to{transform:translate(22.67415vw,100vh) scale(.9736)}}.snow:nth-child(26){opacity:1.7506;transform:translate(72.6785vw,-10px) scale(.5157);animation:fall-26 22s -19s linear infinite}@keyframes fall-26{44.921%{transform:translate(75.2392vw,44.921vh) scale(.5157)}to{transform:translate(73.95885vw,100vh) scale(.5157)}}.snow:nth-child(27){opacity:1.9168;transform:translate(81.2397vw,-10px) scale(.4302);animation:fall-27 16s -25s linear infinite}@keyframes fall-27{43.873%{transform:translate(73.4629vw,43.873vh) scale(.4302)}to{transform:translate(77.3513vw,100vh) scale(.4302)}}.snow:nth-child(28){opacity:.263;transform:translate(28.6067vw,-10px) scale(.5572);animation:fall-28 10s -20s linear infinite}@keyframes fall-28{43.949%{transform:translate(30.4041vw,43.949vh) scale(.5572)}to{transform:translate(29.5054vw,100vh) scale(.5572)}}.snow:nth-child(29){opacity:1.1388;transform:translate(80.212vw,-10px) scale(.1686);animation:fall-29 28s -15s linear infinite}@keyframes fall-29{74.26%{transform:translate(83.4563vw,74.26vh) scale(.1686)}to{transform:translate(81.83415vw,100vh) scale(.1686)}}.snow:nth-child(30){opacity:1.814;transform:translate(49.4553vw,-10px) scale(.3904);animation:fall-30 22s -30s linear infinite}@keyframes fall-30{56.548%{transform:translate(41.489vw,56.548vh) scale(.3904)}to{transform:translate(45.47215vw,100vh) scale(.3904)}}.snow:nth-child(31){opacity:.2048;transform:translate(35.5285vw,-10px) scale(.7799);animation:fall-31 24s -28s linear infinite}@keyframes fall-31{74.953%{transform:translate(30.6477vw,74.953vh) scale(.7799)}to{transform:translate(33.0881vw,100vh) scale(.7799)}}.snow:nth-child(32){opacity:.0618;transform:translate(71.2736vw,-10px) scale(.5202);animation:fall-32 21s -9s linear infinite}@keyframes fall-32{60.427%{transform:translate(80.7362vw,60.427vh) scale(.5202)}to{transform:translate(76.0049vw,100vh) scale(.5202)}}.snow:nth-child(33){opacity:1.0232;transform:translate(97.4127vw,-10px) scale(.9811);animation:fall-33 12s -15s linear infinite}@keyframes fall-33{34.718%{transform:translate(95.6853vw,34.718vh) scale(.9811)}to{transform:translate(96.549vw,100vh) scale(.9811)}}.snow:nth-child(34){opacity:1.3538;transform:translate(28.3953vw,-10px) scale(.1192);animation:fall-34 24s -5s linear infinite}@keyframes fall-34{33.804%{transform:translate(36.6556vw,33.804vh) scale(.1192)}to{transform:translate(32.52545vw,100vh) scale(.1192)}}.snow:nth-child(35){opacity:1.4856;transform:translate(82.819vw,-10px) scale(.6551);animation:fall-35 19s -20s linear infinite}@keyframes fall-35{61.192%{transform:translate(86.1833vw,61.192vh) scale(.6551)}to{transform:translate(84.50115vw,100vh) scale(.6551)}}.snow:nth-child(36){opacity:.5014;transform:translate(32.3046vw,-10px) scale(.4101);animation:fall-36 26s -2s linear infinite}@keyframes fall-36{73.75%{transform:translate(41.9764vw,73.75vh) scale(.4101)}to{transform:translate(37.1405vw,100vh) scale(.4101)}}.snow:nth-child(37){opacity:1.1216;transform:translate(42.8737vw,-10px) scale(.707);animation:fall-37 17s -12s linear infinite}@keyframes fall-37{47.425%{transform:translate(38.3451vw,47.425vh) scale(.707)}to{transform:translate(40.6094vw,100vh) scale(.707)}}.snow:nth-child(38){opacity:.0676;transform:translate(.5245vw,-10px) scale(.6303);animation:fall-38 23s -24s linear infinite}@keyframes fall-38{43.893%{transform:translate(3.3788vw,43.893vh) scale(.6303)}to{transform:translate(1.95165vw,100vh) scale(.6303)}}.snow:nth-child(39){opacity:.7556;transform:translate(88.8812vw,-10px) scale(.1451);animation:fall-39 12s -6s linear infinite}@keyframes fall-39{62.476%{transform:translate(80.3027vw,62.476vh) scale(.1451)}to{transform:translate(84.59195vw,100vh) scale(.1451)}}.snow:nth-child(40){opacity:.0392;transform:translate(64.5657vw,-10px) scale(.8565);animation:fall-40 14s -6s linear infinite}@keyframes fall-40{67.907%{transform:translate(73.9407vw,67.907vh) scale(.8565)}to{transform:translate(69.2532vw,100vh) scale(.8565)}}.snow:nth-child(41){opacity:1.6954;transform:translate(39.7701vw,-10px) scale(.0831);animation:fall-41 27s -4s linear infinite}@keyframes fall-41{76.004%{transform:translate(30.5219vw,76.004vh) scale(.0831)}to{transform:translate(35.146vw,100vh) scale(.0831)}}.snow:nth-child(42){opacity:.8222;transform:translate(26.6379vw,-10px) scale(.9631);animation:fall-42 27s -14s linear infinite}@keyframes fall-42{40.02%{transform:translate(25.1577vw,40.02vh) scale(.9631)}to{transform:translate(25.8978vw,100vh) scale(.9631)}}.snow:nth-child(43){opacity:1.5552;transform:translate(71.2113vw,-10px) scale(.5867);animation:fall-43 17s -10s linear infinite}@keyframes fall-43{47.338%{transform:translate(66.2613vw,47.338vh) scale(.5867)}to{transform:translate(68.7363vw,100vh) scale(.5867)}}.snow:nth-child(44){opacity:.5356;transform:translate(38.0918vw,-10px) scale(.7658);animation:fall-44 12s -15s linear infinite}@keyframes fall-44{33.739%{transform:translate(42.1275vw,33.739vh) scale(.7658)}to{transform:translate(40.10965vw,100vh) scale(.7658)}}.snow:nth-child(45){opacity:.6062;transform:translate(89.4359vw,-10px) scale(.2992);animation:fall-45 18s -30s linear infinite}@keyframes fall-45{56.854%{transform:translate(95.2049vw,56.854vh) scale(.2992)}to{transform:translate(92.3204vw,100vh) scale(.2992)}}.snow:nth-child(46){opacity:.504;transform:translate(50.556vw,-10px) scale(.9975);animation:fall-46 19s -17s linear infinite}@keyframes fall-46{79.803%{transform:translate(54.2575vw,79.803vh) scale(.9975)}to{transform:translate(52.40675vw,100vh) scale(.9975)}}.snow:nth-child(47){opacity:.7218;transform:translate(81.5684vw,-10px) scale(.6501);animation:fall-47 30s -14s linear infinite}@keyframes fall-47{40.433%{transform:translate(85.8009vw,40.433vh) scale(.6501)}to{transform:translate(83.68465vw,100vh) scale(.6501)}}.snow:nth-child(48){opacity:.5164;transform:translate(39.1446vw,-10px) scale(.9425);animation:fall-48 13s -26s linear infinite}@keyframes fall-48{71.509%{transform:translate(42.3291vw,71.509vh) scale(.9425)}to{transform:translate(40.73685vw,100vh) scale(.9425)}}.snow:nth-child(49){opacity:.7794;transform:translate(99.8297vw,-10px) scale(.656);animation:fall-49 14s -21s linear infinite}@keyframes fall-49{77.221%{transform:translate(94.9867vw,77.221vh) scale(.656)}to{transform:translate(97.4082vw,100vh) scale(.656)}}.snow:nth-child(50){opacity:1.2184;transform:translate(80.7914vw,-10px) scale(.5358);animation:fall-50 12s -12s linear infinite}@keyframes fall-50{77.664%{transform:translate(86.4032vw,77.664vh) scale(.5358)}to{transform:translate(83.5973vw,100vh) scale(.5358)}}.snow:nth-child(51){opacity:1.925;transform:translate(10.9105vw,-10px) scale(.8549);animation:fall-51 12s -10s linear infinite}@keyframes fall-51{74.488%{transform:translate(7.8944vw,74.488vh) scale(.8549)}to{transform:translate(9.40245vw,100vh) scale(.8549)}}.snow:nth-child(52){opacity:.9312;transform:translate(23.5657vw,-10px) scale(.1746);animation:fall-52 16s -8s linear infinite}@keyframes fall-52{33.292%{transform:translate(29.7481vw,33.292vh) scale(.1746)}to{transform:translate(26.6569vw,100vh) scale(.1746)}}.snow:nth-child(53){opacity:.6652;transform:translate(27.9119vw,-10px) scale(.6222);animation:fall-53 10s -2s linear infinite}@keyframes fall-53{45.707%{transform:translate(34.6721vw,45.707vh) scale(.6222)}to{transform:translate(31.292vw,100vh) scale(.6222)}}.snow:nth-child(54){opacity:1.467;transform:translate(43.9927vw,-10px) scale(.0969);animation:fall-54 12s -4s linear infinite}@keyframes fall-54{70.714%{transform:translate(45.9173vw,70.714vh) scale(.0969)}to{transform:translate(44.955vw,100vh) scale(.0969)}}.snow:nth-child(55){opacity:1.5504;transform:translate(60.6325vw,-10px) scale(.7889);animation:fall-55 27s -18s linear infinite}@keyframes fall-55{34.728%{transform:translate(69.9788vw,34.728vh) scale(.7889)}to{transform:translate(65.30565vw,100vh) scale(.7889)}}.snow:nth-child(56){opacity:.0478;transform:translate(50.2921vw,-10px) scale(.5972);animation:fall-56 13s -25s linear infinite}@keyframes fall-56{35.569%{transform:translate(40.7002vw,35.569vh) scale(.5972)}to{transform:translate(45.49615vw,100vh) scale(.5972)}}.snow:nth-child(57){opacity:1.9208;transform:translate(32.1995vw,-10px) scale(.2755);animation:fall-57 20s -14s linear infinite}@keyframes fall-57{78.821%{transform:translate(35.3303vw,78.821vh) scale(.2755)}to{transform:translate(33.7649vw,100vh) scale(.2755)}}.snow:nth-child(58){opacity:1.6174;transform:translate(65.305vw,-10px) scale(.2787);animation:fall-58 14s -27s linear infinite}@keyframes fall-58{77.015%{transform:translate(66.0488vw,77.015vh) scale(.2787)}to{transform:translate(65.6769vw,100vh) scale(.2787)}}.snow:nth-child(59){opacity:1.212;transform:translate(41.263vw,-10px) scale(.3269);animation:fall-59 19s -17s linear infinite}@keyframes fall-59{61.611%{transform:translate(37.8855vw,61.611vh) scale(.3269)}to{transform:translate(39.57425vw,100vh) scale(.3269)}}.snow:nth-child(60){opacity:.313;transform:translate(81.5234vw,-10px) scale(.4796);animation:fall-60 22s -12s linear infinite}@keyframes fall-60{61.998%{transform:translate(79.8913vw,61.998vh) scale(.4796)}to{transform:translate(80.70735vw,100vh) scale(.4796)}}.snow:nth-child(61){opacity:1.144;transform:translate(55.2531vw,-10px) scale(.4157);animation:fall-61 30s -8s linear infinite}@keyframes fall-61{42.069%{transform:translate(53.3512vw,42.069vh) scale(.4157)}to{transform:translate(54.30215vw,100vh) scale(.4157)}}.snow:nth-child(62){opacity:.6002;transform:translate(59.9281vw,-10px) scale(.2368);animation:fall-62 12s -17s linear infinite}@keyframes fall-62{45.125%{transform:translate(52.4074vw,45.125vh) scale(.2368)}to{transform:translate(56.16775vw,100vh) scale(.2368)}}.snow:nth-child(63){opacity:.3658;transform:translate(56.4738vw,-10px) scale(.7468);animation:fall-63 18s -5s linear infinite}@keyframes fall-63{77.935%{transform:translate(58.8264vw,77.935vh) scale(.7468)}to{transform:translate(57.6501vw,100vh) scale(.7468)}}.snow:nth-child(64){opacity:.8562;transform:translate(90.1058vw,-10px) scale(.8515);animation:fall-64 23s -19s linear infinite}@keyframes fall-64{69.287%{transform:translate(93.7236vw,69.287vh) scale(.8515)}to{transform:translate(91.9147vw,100vh) scale(.8515)}}.snow:nth-child(65){opacity:.2972;transform:translate(58.2673vw,-10px) scale(.2424);animation:fall-65 19s -9s linear infinite}@keyframes fall-65{30.345%{transform:translate(52.2153vw,30.345vh) scale(.2424)}to{transform:translate(55.2413vw,100vh) scale(.2424)}}.snow:nth-child(66){opacity:1.9898;transform:translate(14.1277vw,-10px) scale(.6739);animation:fall-66 26s -19s linear infinite}@keyframes fall-66{34.105%{transform:translate(14.0553vw,34.105vh) scale(.6739)}to{transform:translate(14.0915vw,100vh) scale(.6739)}}.snow:nth-child(67){opacity:.6214;transform:translate(74.9047vw,-10px) scale(.1589);animation:fall-67 20s -19s linear infinite}@keyframes fall-67{72.293%{transform:translate(70.4303vw,72.293vh) scale(.1589)}to{transform:translate(72.6675vw,100vh) scale(.1589)}}.snow:nth-child(68){opacity:1.4774;transform:translate(43.5027vw,-10px) scale(.0575);animation:fall-68 27s -5s linear infinite}@keyframes fall-68{55.051%{transform:translate(50.071vw,55.051vh) scale(.0575)}to{transform:translate(46.78685vw,100vh) scale(.0575)}}.snow:nth-child(69){opacity:1.7234;transform:translate(44.3057vw,-10px) scale(.8155);animation:fall-69 27s -2s linear infinite}@keyframes fall-69{54.23%{transform:translate(43.395vw,54.23vh) scale(.8155)}to{transform:translate(43.85035vw,100vh) scale(.8155)}}.snow:nth-child(70){opacity:.7794;transform:translate(58.4291vw,-10px) scale(.5536);animation:fall-70 29s -11s linear infinite}@keyframes fall-70{56.525%{transform:translate(55.4798vw,56.525vh) scale(.5536)}to{transform:translate(56.95445vw,100vh) scale(.5536)}}.snow:nth-child(71){opacity:1.5762;transform:translate(35.7221vw,-10px) scale(.0628);animation:fall-71 11s -14s linear infinite}@keyframes fall-71{60.463%{transform:translate(36.805vw,60.463vh) scale(.0628)}to{transform:translate(36.26355vw,100vh) scale(.0628)}}.snow:nth-child(72){opacity:.528;transform:translate(12.5636vw,-10px) scale(.9415);animation:fall-72 19s -23s linear infinite}@keyframes fall-72{75.557%{transform:translate(12.7679vw,75.557vh) scale(.9415)}to{transform:translate(12.66575vw,100vh) scale(.9415)}}.snow:nth-child(73){opacity:1.245;transform:translate(57.3255vw,-10px) scale(.3733);animation:fall-73 26s -17s linear infinite}@keyframes fall-73{66.948%{transform:translate(65.7095vw,66.948vh) scale(.3733)}to{transform:translate(61.5175vw,100vh) scale(.3733)}}.snow:nth-child(74){opacity:1.838;transform:translate(39.4227vw,-10px) scale(.1748);animation:fall-74 29s -26s linear infinite}@keyframes fall-74{42.15%{transform:translate(46.3686vw,42.15vh) scale(.1748)}to{transform:translate(42.89565vw,100vh) scale(.1748)}}.snow:nth-child(75){opacity:1.816;transform:translate(70.7472vw,-10px) scale(.2224);animation:fall-75 10s -4s linear infinite}@keyframes fall-75{43.007%{transform:translate(70.2063vw,43.007vh) scale(.2224)}to{transform:translate(70.47675vw,100vh) scale(.2224)}}.snow:nth-child(76){opacity:.9052;transform:translate(69.7277vw,-10px) scale(.4698);animation:fall-76 20s -7s linear infinite}@keyframes fall-76{62.964%{transform:translate(79.4198vw,62.964vh) scale(.4698)}to{transform:translate(74.57375vw,100vh) scale(.4698)}}.snow:nth-child(77){opacity:1.0148;transform:translate(8.4974vw,-10px) scale(.495);animation:fall-77 15s -29s linear infinite}@keyframes fall-77{79.077%{transform:translate(10.4559vw,79.077vh) scale(.495)}to{transform:translate(9.47665vw,100vh) scale(.495)}}.snow:nth-child(78){opacity:1.5438;transform:translate(97.5557vw,-10px) scale(.2079);animation:fall-78 21s -26s linear infinite}@keyframes fall-78{76.773%{transform:translate(90.9657vw,76.773vh) scale(.2079)}to{transform:translate(94.2607vw,100vh) scale(.2079)}}.snow:nth-child(79){opacity:1.9068;transform:translate(79.3747vw,-10px) scale(.3428);animation:fall-79 30s -23s linear infinite}@keyframes fall-79{69.92%{transform:translate(74.286vw,69.92vh) scale(.3428)}to{transform:translate(76.83035vw,100vh) scale(.3428)}}.snow:nth-child(80){opacity:1.763;transform:translate(2.4835vw,-10px) scale(.1754);animation:fall-80 19s -11s linear infinite}@keyframes fall-80{51.281%{transform:translate(.0645vw,51.281vh) scale(.1754)}to{transform:translate(1.274vw,100vh) scale(.1754)}}.snow:nth-child(81){opacity:.1816;transform:translate(94.4962vw,-10px) scale(.4155);animation:fall-81 17s -14s linear infinite}@keyframes fall-81{49.55%{transform:translate(91.865vw,49.55vh) scale(.4155)}to{transform:translate(93.1806vw,100vh) scale(.4155)}}.snow:nth-child(82){opacity:1.259;transform:translate(71.5384vw,-10px) scale(.8913);animation:fall-82 26s -19s linear infinite}@keyframes fall-82{76.317%{transform:translate(63.335vw,76.317vh) scale(.8913)}to{transform:translate(67.4367vw,100vh) scale(.8913)}}.snow:nth-child(83){opacity:1.6522;transform:translate(35.5006vw,-10px) scale(.4913);animation:fall-83 17s -4s linear infinite}@keyframes fall-83{38.023%{transform:translate(36.5031vw,38.023vh) scale(.4913)}to{transform:translate(36.00185vw,100vh) scale(.4913)}}.snow:nth-child(84){opacity:1.3302;transform:translate(75.1545vw,-10px) scale(.7144);animation:fall-84 29s -14s linear infinite}@keyframes fall-84{61.952%{transform:translate(69.4109vw,61.952vh) scale(.7144)}to{transform:translate(72.2827vw,100vh) scale(.7144)}}.snow:nth-child(85){opacity:.2132;transform:translate(55.5925vw,-10px) scale(.531);animation:fall-85 15s -16s linear infinite}@keyframes fall-85{67.794%{transform:translate(49.6129vw,67.794vh) scale(.531)}to{transform:translate(52.6027vw,100vh) scale(.531)}}.snow:nth-child(86){opacity:.3178;transform:translate(80.8133vw,-10px) scale(.913);animation:fall-86 11s -27s linear infinite}@keyframes fall-86{39.046%{transform:translate(83.9199vw,39.046vh) scale(.913)}to{transform:translate(82.3666vw,100vh) scale(.913)}}.snow:nth-child(87){opacity:1.788;transform:translate(70.6429vw,-10px) scale(.6404);animation:fall-87 29s -15s linear infinite}@keyframes fall-87{44.544%{transform:translate(62.6981vw,44.544vh) scale(.6404)}to{transform:translate(66.6705vw,100vh) scale(.6404)}}.snow:nth-child(88){opacity:.9116;transform:translate(36.3229vw,-10px) scale(.9232);animation:fall-88 24s -20s linear infinite}@keyframes fall-88{41.569%{transform:translate(38.4131vw,41.569vh) scale(.9232)}to{transform:translate(37.368vw,100vh) scale(.9232)}}.snow:nth-child(89){opacity:.2286;transform:translate(63.8515vw,-10px) scale(.7454);animation:fall-89 11s -8s linear infinite}@keyframes fall-89{58.134%{transform:translate(72.7713vw,58.134vh) scale(.7454)}to{transform:translate(68.3114vw,100vh) scale(.7454)}}.snow:nth-child(90){opacity:1.1938;transform:translate(45.1639vw,-10px) scale(.2738);animation:fall-90 10s -21s linear infinite}@keyframes fall-90{45.575%{transform:translate(40.1207vw,45.575vh) scale(.2738)}to{transform:translate(42.6423vw,100vh) scale(.2738)}}.snow:nth-child(91){opacity:1.184;transform:translate(8.0683vw,-10px) scale(.7618);animation:fall-91 30s -24s linear infinite}@keyframes fall-91{61.089%{transform:translate(.0023vw,61.089vh) scale(.7618)}to{transform:translate(4.0353vw,100vh) scale(.7618)}}.snow:nth-child(92){opacity:.8118;transform:translate(45.9493vw,-10px) scale(.5487);animation:fall-92 19s -22s linear infinite}@keyframes fall-92{33.55%{transform:translate(43.6056vw,33.55vh) scale(.5487)}to{transform:translate(44.77745vw,100vh) scale(.5487)}}.snow:nth-child(93){opacity:.4298;transform:translate(27.7232vw,-10px) scale(.143);animation:fall-93 21s -24s linear infinite}@keyframes fall-93{71.202%{transform:translate(29.902vw,71.202vh) scale(.143)}to{transform:translate(28.8126vw,100vh) scale(.143)}}.snow:nth-child(94){opacity:.5416;transform:translate(64.8399vw,-10px) scale(.5843);animation:fall-94 11s -23s linear infinite}@keyframes fall-94{32.269%{transform:translate(56.7181vw,32.269vh) scale(.5843)}to{transform:translate(60.779vw,100vh) scale(.5843)}}.snow:nth-child(95){opacity:.5414;transform:translate(89.0207vw,-10px) scale(.1744);animation:fall-95 28s -8s linear infinite}@keyframes fall-95{37.521%{transform:translate(92.0472vw,37.521vh) scale(.1744)}to{transform:translate(90.53395vw,100vh) scale(.1744)}}.snow:nth-child(96){opacity:1.9868;transform:translate(33.4336vw,-10px) scale(.9576);animation:fall-96 23s -16s linear infinite}@keyframes fall-96{66.019%{transform:translate(38.4057vw,66.019vh) scale(.9576)}to{transform:translate(35.91965vw,100vh) scale(.9576)}}.snow:nth-child(97){opacity:1.1856;transform:translate(41.4561vw,-10px) scale(.2681);animation:fall-97 24s -21s linear infinite}@keyframes fall-97{37.642%{transform:translate(47.7233vw,37.642vh) scale(.2681)}to{transform:translate(44.5897vw,100vh) scale(.2681)}}.snow:nth-child(98){opacity:.111;transform:translate(39.7388vw,-10px) scale(.6983);animation:fall-98 12s -11s linear infinite}@keyframes fall-98{74.992%{transform:translate(42.1327vw,74.992vh) scale(.6983)}to{transform:translate(40.93575vw,100vh) scale(.6983)}}.snow:nth-child(99){opacity:1.6376;transform:translate(64.2818vw,-10px) scale(.0955);animation:fall-99 16s -30s linear infinite}@keyframes fall-99{40.284%{transform:translate(71.1708vw,40.284vh) scale(.0955)}to{transform:translate(67.7263vw,100vh) scale(.0955)}}.snow:nth-child(100){opacity:.9184;transform:translate(13.17vw,-10px) scale(.8447);animation:fall-100 21s -29s linear infinite}@keyframes fall-100{36.957%{transform:translate(15.5779vw,36.957vh) scale(.8447)}to{transform:translate(14.37395vw,100vh) scale(.8447)}}.snow:nth-child(101){opacity:.6824;transform:translate(39.0551vw,-10px) scale(.2673);animation:fall-101 21s -20s linear infinite}@keyframes fall-101{59.541%{transform:translate(37.9815vw,59.541vh) scale(.2673)}to{transform:translate(38.5183vw,100vh) scale(.2673)}}.snow:nth-child(102){opacity:.3862;transform:translate(10.1447vw,-10px) scale(.651);animation:fall-102 11s -28s linear infinite}@keyframes fall-102{65.653%{transform:translate(7.6736vw,65.653vh) scale(.651)}to{transform:translate(8.90915vw,100vh) scale(.651)}}.snow:nth-child(103){opacity:.2908;transform:translate(67.1927vw,-10px) scale(.4857);animation:fall-103 14s -2s linear infinite}@keyframes fall-103{43.861%{transform:translate(70.7361vw,43.861vh) scale(.4857)}to{transform:translate(68.9644vw,100vh) scale(.4857)}}.snow:nth-child(104){opacity:.3508;transform:translate(88.8954vw,-10px) scale(.1848);animation:fall-104 22s -24s linear infinite}@keyframes fall-104{38.103%{transform:translate(82.5096vw,38.103vh) scale(.1848)}to{transform:translate(85.7025vw,100vh) scale(.1848)}}.snow:nth-child(105){opacity:.3298;transform:translate(95.682vw,-10px) scale(.8491);animation:fall-105 26s -5s linear infinite}@keyframes fall-105{32.455%{transform:translate(99.1413vw,32.455vh) scale(.8491)}to{transform:translate(97.41165vw,100vh) scale(.8491)}}.snow:nth-child(106){opacity:1.0428;transform:translate(99.7513vw,-10px) scale(.0625);animation:fall-106 13s -2s linear infinite}@keyframes fall-106{50.431%{transform:translate(105.2936vw,50.431vh) scale(.0625)}to{transform:translate(102.52245vw,100vh) scale(.0625)}}.snow:nth-child(107){opacity:1.866;transform:translate(93.3876vw,-10px) scale(.0416);animation:fall-107 22s -28s linear infinite}@keyframes fall-107{39.264%{transform:translate(102.5666vw,39.264vh) scale(.0416)}to{transform:translate(97.9771vw,100vh) scale(.0416)}}.snow:nth-child(108){opacity:.8412;transform:translate(44.3609vw,-10px) scale(.9238);animation:fall-108 24s -1s linear infinite}@keyframes fall-108{51.637%{transform:translate(53.1229vw,51.637vh) scale(.9238)}to{transform:translate(48.7419vw,100vh) scale(.9238)}}.snow:nth-child(109){opacity:.4382;transform:translate(80.9148vw,-10px) scale(.419);animation:fall-109 28s -10s linear infinite}@keyframes fall-109{63.634%{transform:translate(82.7155vw,63.634vh) scale(.419)}to{transform:translate(81.81515vw,100vh) scale(.419)}}.snow:nth-child(110){opacity:.4464;transform:translate(45.4145vw,-10px) scale(.8891);animation:fall-110 26s -11s linear infinite}@keyframes fall-110{35.978%{transform:translate(39.9463vw,35.978vh) scale(.8891)}to{transform:translate(42.6804vw,100vh) scale(.8891)}}.snow:nth-child(111){opacity:.2436;transform:translate(94.574vw,-10px) scale(.3137);animation:fall-111 14s -22s linear infinite}@keyframes fall-111{57.831%{transform:translate(93.7075vw,57.831vh) scale(.3137)}to{transform:translate(94.14075vw,100vh) scale(.3137)}}.snow:nth-child(112){opacity:1.1086;transform:translate(85.2203vw,-10px) scale(.8451);animation:fall-112 20s -4s linear infinite}@keyframes fall-112{48.465%{transform:translate(80.9669vw,48.465vh) scale(.8451)}to{transform:translate(83.0936vw,100vh) scale(.8451)}}.snow:nth-child(113){opacity:1.8568;transform:translate(44.1943vw,-10px) scale(.232);animation:fall-113 24s -25s linear infinite}@keyframes fall-113{49.984%{transform:translate(47.3095vw,49.984vh) scale(.232)}to{transform:translate(45.7519vw,100vh) scale(.232)}}.snow:nth-child(114){opacity:.0676;transform:translate(60.4825vw,-10px) scale(.614);animation:fall-114 22s -26s linear infinite}@keyframes fall-114{36.948%{transform:translate(57.3836vw,36.948vh) scale(.614)}to{transform:translate(58.93305vw,100vh) scale(.614)}}.snow:nth-child(115){opacity:1.6094;transform:translate(57.3546vw,-10px) scale(.8626);animation:fall-115 17s -9s linear infinite}@keyframes fall-115{40.909%{transform:translate(61.1506vw,40.909vh) scale(.8626)}to{transform:translate(59.2526vw,100vh) scale(.8626)}}.snow:nth-child(116){opacity:1.0372;transform:translate(44.7531vw,-10px) scale(.8102);animation:fall-116 22s -27s linear infinite}@keyframes fall-116{58.266%{transform:translate(51.5436vw,58.266vh) scale(.8102)}to{transform:translate(48.14835vw,100vh) scale(.8102)}}.snow:nth-child(117){opacity:.5458;transform:translate(79.536vw,-10px) scale(.0637);animation:fall-117 29s -15s linear infinite}@keyframes fall-117{36.732%{transform:translate(79.8304vw,36.732vh) scale(.0637)}to{transform:translate(79.6832vw,100vh) scale(.0637)}}.snow:nth-child(118){opacity:.6928;transform:translate(13.9557vw,-10px) scale(.0466);animation:fall-118 21s -15s linear infinite}@keyframes fall-118{70.65%{transform:translate(16.8584vw,70.65vh) scale(.0466)}to{transform:translate(15.40705vw,100vh) scale(.0466)}}.snow:nth-child(119){opacity:1.4872;transform:translate(92.6592vw,-10px) scale(.7617);animation:fall-119 19s -5s linear infinite}@keyframes fall-119{51.038%{transform:translate(83.3899vw,51.038vh) scale(.7617)}to{transform:translate(88.02455vw,100vh) scale(.7617)}}.snow:nth-child(120){opacity:.3552;transform:translate(90.9377vw,-10px) scale(.1052);animation:fall-120 28s -9s linear infinite}@keyframes fall-120{30.22%{transform:translate(89.7664vw,30.22vh) scale(.1052)}to{transform:translate(90.35205vw,100vh) scale(.1052)}}.snow:nth-child(121){opacity:1.1894;transform:translate(46.2049vw,-10px) scale(.2123);animation:fall-121 25s -18s linear infinite}@keyframes fall-121{58.407%{transform:translate(43.6241vw,58.407vh) scale(.2123)}to{transform:translate(44.9145vw,100vh) scale(.2123)}}.snow:nth-child(122){opacity:.7056;transform:translate(31.6635vw,-10px) scale(.1418);animation:fall-122 23s -24s linear infinite}@keyframes fall-122{54.339%{transform:translate(35.0954vw,54.339vh) scale(.1418)}to{transform:translate(33.37945vw,100vh) scale(.1418)}}.snow:nth-child(123){opacity:.397;transform:translate(24.706vw,-10px) scale(.7049);animation:fall-123 14s -20s linear infinite}@keyframes fall-123{32.504%{transform:translate(29.8582vw,32.504vh) scale(.7049)}to{transform:translate(27.2821vw,100vh) scale(.7049)}}.snow:nth-child(124){opacity:.0364;transform:translate(91.4763vw,-10px) scale(.5069);animation:fall-124 16s -7s linear infinite}@keyframes fall-124{45.163%{transform:translate(95.6894vw,45.163vh) scale(.5069)}to{transform:translate(93.58285vw,100vh) scale(.5069)}}.snow:nth-child(125){opacity:.1386;transform:translate(55.1974vw,-10px) scale(.41);animation:fall-125 27s -20s linear infinite}@keyframes fall-125{75.093%{transform:translate(51.535vw,75.093vh) scale(.41)}to{transform:translate(53.3662vw,100vh) scale(.41)}}.snow:nth-child(126){opacity:1.0942;transform:translate(61.2883vw,-10px) scale(.6986);animation:fall-126 13s -26s linear infinite}@keyframes fall-126{61.501%{transform:translate(67.532vw,61.501vh) scale(.6986)}to{transform:translate(64.41015vw,100vh) scale(.6986)}}.snow:nth-child(127){opacity:1.4296;transform:translate(65.6998vw,-10px) scale(.084);animation:fall-127 28s -9s linear infinite}@keyframes fall-127{75.456%{transform:translate(73.2976vw,75.456vh) scale(.084)}to{transform:translate(69.4987vw,100vh) scale(.084)}}.snow:nth-child(128){opacity:.4632;transform:translate(90.1463vw,-10px) scale(.7173);animation:fall-128 10s -17s linear infinite}@keyframes fall-128{38.042%{transform:translate(88.4601vw,38.042vh) scale(.7173)}to{transform:translate(89.3032vw,100vh) scale(.7173)}}.snow:nth-child(129){opacity:1.4706;transform:translate(92.1261vw,-10px) scale(.8911);animation:fall-129 18s -20s linear infinite}@keyframes fall-129{65.098%{transform:translate(88.0672vw,65.098vh) scale(.8911)}to{transform:translate(90.09665vw,100vh) scale(.8911)}}.snow:nth-child(130){opacity:1.0244;transform:translate(90.1348vw,-10px) scale(.5815);animation:fall-130 15s -18s linear infinite}@keyframes fall-130{57.227%{transform:translate(95.4196vw,57.227vh) scale(.5815)}to{transform:translate(92.7772vw,100vh) scale(.5815)}}.snow:nth-child(131){opacity:.8406;transform:translate(94.0646vw,-10px) scale(.3168);animation:fall-131 17s -22s linear infinite}@keyframes fall-131{70.347%{transform:translate(94.6421vw,70.347vh) scale(.3168)}to{transform:translate(94.35335vw,100vh) scale(.3168)}}.snow:nth-child(132){opacity:.464;transform:translate(42.2483vw,-10px) scale(.1183);animation:fall-132 20s -15s linear infinite}@keyframes fall-132{64.908%{transform:translate(40.7563vw,64.908vh) scale(.1183)}to{transform:translate(41.5023vw,100vh) scale(.1183)}}.snow:nth-child(133){opacity:1.3174;transform:translate(28.13vw,-10px) scale(.543);animation:fall-133 26s -25s linear infinite}@keyframes fall-133{33.986%{transform:translate(28.6709vw,33.986vh) scale(.543)}to{transform:translate(28.40045vw,100vh) scale(.543)}}.snow:nth-child(134){opacity:1.4644;transform:translate(88.4037vw,-10px) scale(.8855);animation:fall-134 29s -23s linear infinite}@keyframes fall-134{67.097%{transform:translate(82.5401vw,67.097vh) scale(.8855)}to{transform:translate(85.4719vw,100vh) scale(.8855)}}.snow:nth-child(135){opacity:1.6264;transform:translate(40.8815vw,-10px) scale(.8062);animation:fall-135 20s -18s linear infinite}@keyframes fall-135{37.974%{transform:translate(45.1365vw,37.974vh) scale(.8062)}to{transform:translate(43.009vw,100vh) scale(.8062)}}.snow:nth-child(136){opacity:1.9444;transform:translate(63.5627vw,-10px) scale(.4795);animation:fall-136 26s -17s linear infinite}@keyframes fall-136{32.557%{transform:translate(63.0063vw,32.557vh) scale(.4795)}to{transform:translate(63.2845vw,100vh) scale(.4795)}}.snow:nth-child(137){opacity:1.5926;transform:translate(8.0361vw,-10px) scale(.5853);animation:fall-137 12s -15s linear infinite}@keyframes fall-137{35.826%{transform:translate(14.4099vw,35.826vh) scale(.5853)}to{transform:translate(11.223vw,100vh) scale(.5853)}}.snow:nth-child(138){opacity:.848;transform:translate(14.7753vw,-10px) scale(.9038);animation:fall-138 19s -20s linear infinite}@keyframes fall-138{78.52%{transform:translate(8.426vw,78.52vh) scale(.9038)}to{transform:translate(11.60065vw,100vh) scale(.9038)}}.snow:nth-child(139){opacity:.4402;transform:translate(38.5681vw,-10px) scale(.7763);animation:fall-139 28s -15s linear infinite}@keyframes fall-139{32.089%{transform:translate(33.5541vw,32.089vh) scale(.7763)}to{transform:translate(36.0611vw,100vh) scale(.7763)}}.snow:nth-child(140){opacity:1.9648;transform:translate(37.404vw,-10px) scale(.125);animation:fall-140 11s -24s linear infinite}@keyframes fall-140{34.915%{transform:translate(35.9877vw,34.915vh) scale(.125)}to{transform:translate(36.69585vw,100vh) scale(.125)}}.snow:nth-child(141){opacity:.6164;transform:translate(58.2782vw,-10px) scale(.0006);animation:fall-141 19s -5s linear infinite}@keyframes fall-141{78.634%{transform:translate(57.6691vw,78.634vh) scale(.0006)}to{transform:translate(57.97365vw,100vh) scale(.0006)}}.snow:nth-child(142){opacity:.1368;transform:translate(2.7964vw,-10px) scale(.3328);animation:fall-142 21s -25s linear infinite}@keyframes fall-142{48.516%{transform:translate(.6893vw,48.516vh) scale(.3328)}to{transform:translate(1.74285vw,100vh) scale(.3328)}}.snow:nth-child(143){opacity:1.9576;transform:translate(52.2125vw,-10px) scale(.4971);animation:fall-143 29s -14s linear infinite}@keyframes fall-143{63.445%{transform:translate(61.678vw,63.445vh) scale(.4971)}to{transform:translate(56.94525vw,100vh) scale(.4971)}}.snow:nth-child(144){opacity:1.759;transform:translate(60.2014vw,-10px) scale(.6856);animation:fall-144 30s -12s linear infinite}@keyframes fall-144{74.308%{transform:translate(60.3859vw,74.308vh) scale(.6856)}to{transform:translate(60.29365vw,100vh) scale(.6856)}}.snow:nth-child(145){opacity:.4656;transform:translate(64.9741vw,-10px) scale(.5721);animation:fall-145 15s -29s linear infinite}@keyframes fall-145{56.811%{transform:translate(60.6515vw,56.811vh) scale(.5721)}to{transform:translate(62.8128vw,100vh) scale(.5721)}}.snow:nth-child(146){opacity:.1886;transform:translate(48.5259vw,-10px) scale(.8599);animation:fall-146 29s -15s linear infinite}@keyframes fall-146{52.969%{transform:translate(56.4027vw,52.969vh) scale(.8599)}to{transform:translate(52.4643vw,100vh) scale(.8599)}}.snow:nth-child(147){opacity:1.2662;transform:translate(98.74vw,-10px) scale(.7485);animation:fall-147 26s -19s linear infinite}@keyframes fall-147{39.567%{transform:translate(96.9931vw,39.567vh) scale(.7485)}to{transform:translate(97.86655vw,100vh) scale(.7485)}}.snow:nth-child(148){opacity:1.597;transform:translate(91.217vw,-10px) scale(.4525);animation:fall-148 24s -14s linear infinite}@keyframes fall-148{67.138%{transform:translate(87.5047vw,67.138vh) scale(.4525)}to{transform:translate(89.36085vw,100vh) scale(.4525)}}.snow:nth-child(149){opacity:.6618;transform:translate(55.7928vw,-10px) scale(.772);animation:fall-149 14s -27s linear infinite}@keyframes fall-149{51.607%{transform:translate(63.6166vw,51.607vh) scale(.772)}to{transform:translate(59.7047vw,100vh) scale(.772)}}.snow:nth-child(150){opacity:1.8542;transform:translate(75.5593vw,-10px) scale(.0125);animation:fall-150 24s -8s linear infinite}@keyframes fall-150{68.362%{transform:translate(69.2297vw,68.362vh) scale(.0125)}to{transform:translate(72.3945vw,100vh) scale(.0125)}}.snow:nth-child(151){opacity:1.501;transform:translate(38.0173vw,-10px) scale(.238);animation:fall-151 13s -28s linear infinite}@keyframes fall-151{72.941%{transform:translate(34.5831vw,72.941vh) scale(.238)}to{transform:translate(36.3002vw,100vh) scale(.238)}}.snow:nth-child(152){opacity:1.2292;transform:translate(1.776vw,-10px) scale(.3807);animation:fall-152 26s -17s linear infinite}@keyframes fall-152{33.326%{transform:translate(-7.1192vw,33.326vh) scale(.3807)}to{transform:translate(-2.6716vw,100vh) scale(.3807)}}.snow:nth-child(153){opacity:1.2424;transform:translate(61.7284vw,-10px) scale(.2612);animation:fall-153 12s -27s linear infinite}@keyframes fall-153{34.626%{transform:translate(67.9834vw,34.626vh) scale(.2612)}to{transform:translate(64.8559vw,100vh) scale(.2612)}}.snow:nth-child(154){opacity:1.9828;transform:translate(84.8475vw,-10px) scale(.9012);animation:fall-154 24s -27s linear infinite}@keyframes fall-154{59.181%{transform:translate(87.8309vw,59.181vh) scale(.9012)}to{transform:translate(86.3392vw,100vh) scale(.9012)}}.snow:nth-child(155){opacity:1.7314;transform:translate(89.9044vw,-10px) scale(.5023);animation:fall-155 26s -24s linear infinite}@keyframes fall-155{78.899%{transform:translate(84.307vw,78.899vh) scale(.5023)}to{transform:translate(87.1057vw,100vh) scale(.5023)}}.snow:nth-child(156){opacity:.0014;transform:translate(97.9827vw,-10px) scale(.4687);animation:fall-156 23s -4s linear infinite}@keyframes fall-156{63.87%{transform:translate(104.487vw,63.87vh) scale(.4687)}to{transform:translate(101.23485vw,100vh) scale(.4687)}}.snow:nth-child(157){opacity:.2716;transform:translate(38.5246vw,-10px) scale(.1356);animation:fall-157 16s -11s linear infinite}@keyframes fall-157{51.866%{transform:translate(45.4411vw,51.866vh) scale(.1356)}to{transform:translate(41.98285vw,100vh) scale(.1356)}}.snow:nth-child(158){opacity:1.3036;transform:translate(74.2049vw,-10px) scale(.9976);animation:fall-158 30s -13s linear infinite}@keyframes fall-158{72.823%{transform:translate(81.0957vw,72.823vh) scale(.9976)}to{transform:translate(77.6503vw,100vh) scale(.9976)}}.snow:nth-child(159){opacity:1.6364;transform:translate(59.2608vw,-10px) scale(.8012);animation:fall-159 21s -8s linear infinite}@keyframes fall-159{73.376%{transform:translate(65.3386vw,73.376vh) scale(.8012)}to{transform:translate(62.2997vw,100vh) scale(.8012)}}.snow:nth-child(160){opacity:.0544;transform:translate(40.8686vw,-10px) scale(.644);animation:fall-160 13s -26s linear infinite}@keyframes fall-160{74.061%{transform:translate(30.9456vw,74.061vh) scale(.644)}to{transform:translate(35.9071vw,100vh) scale(.644)}}.snow:nth-child(161){opacity:1.3426;transform:translate(74.4808vw,-10px) scale(.5587);animation:fall-161 14s -1s linear infinite}@keyframes fall-161{52.118%{transform:translate(76.4952vw,52.118vh) scale(.5587)}to{transform:translate(75.488vw,100vh) scale(.5587)}}.snow:nth-child(162){opacity:1.338;transform:translate(45.1414vw,-10px) scale(.4094);animation:fall-162 10s -30s linear infinite}@keyframes fall-162{75.842%{transform:translate(50.3819vw,75.842vh) scale(.4094)}to{transform:translate(47.76165vw,100vh) scale(.4094)}}.snow:nth-child(163){opacity:.491;transform:translate(90.8903vw,-10px) scale(.4971);animation:fall-163 13s -6s linear infinite}@keyframes fall-163{79.823%{transform:translate(96.3268vw,79.823vh) scale(.4971)}to{transform:translate(93.60855vw,100vh) scale(.4971)}}.snow:nth-child(164){opacity:1.9502;transform:translate(35.6182vw,-10px) scale(.1445);animation:fall-164 25s -22s linear infinite}@keyframes fall-164{70.837%{transform:translate(37.3703vw,70.837vh) scale(.1445)}to{transform:translate(36.49425vw,100vh) scale(.1445)}}.snow:nth-child(165){opacity:.9344;transform:translate(44.7504vw,-10px) scale(.6261);animation:fall-165 20s -28s linear infinite}@keyframes fall-165{47.298%{transform:translate(48.2757vw,47.298vh) scale(.6261)}to{transform:translate(46.51305vw,100vh) scale(.6261)}}.snow:nth-child(166){opacity:.147;transform:translate(75.1293vw,-10px) scale(.5966);animation:fall-166 10s -24s linear infinite}@keyframes fall-166{69.537%{transform:translate(77.4868vw,69.537vh) scale(.5966)}to{transform:translate(76.30805vw,100vh) scale(.5966)}}.snow:nth-child(167){opacity:1.996;transform:translate(94.4901vw,-10px) scale(.9981);animation:fall-167 29s -15s linear infinite}@keyframes fall-167{45.11%{transform:translate(96.5263vw,45.11vh) scale(.9981)}to{transform:translate(95.5082vw,100vh) scale(.9981)}}.snow:nth-child(168){opacity:1.339;transform:translate(71.4436vw,-10px) scale(.6224);animation:fall-168 24s -7s linear infinite}@keyframes fall-168{38.51%{transform:translate(61.9192vw,38.51vh) scale(.6224)}to{transform:translate(66.6814vw,100vh) scale(.6224)}}.snow:nth-child(169){opacity:1.8984;transform:translate(18.6812vw,-10px) scale(.7364);animation:fall-169 18s -6s linear infinite}@keyframes fall-169{53.83%{transform:translate(27.1756vw,53.83vh) scale(.7364)}to{transform:translate(22.9284vw,100vh) scale(.7364)}}.snow:nth-child(170){opacity:.3632;transform:translate(27.5386vw,-10px) scale(.1899);animation:fall-170 29s -18s linear infinite}@keyframes fall-170{56.77%{transform:translate(33.1183vw,56.77vh) scale(.1899)}to{transform:translate(30.32845vw,100vh) scale(.1899)}}.snow:nth-child(171){opacity:1.4762;transform:translate(96.7929vw,-10px) scale(.5315);animation:fall-171 26s -12s linear infinite}@keyframes fall-171{70.533%{transform:translate(88.3419vw,70.533vh) scale(.5315)}to{transform:translate(92.5674vw,100vh) scale(.5315)}}.snow:nth-child(172){opacity:1.2724;transform:translate(94.9209vw,-10px) scale(.8205);animation:fall-172 30s -17s linear infinite}@keyframes fall-172{62.292%{transform:translate(98.4452vw,62.292vh) scale(.8205)}to{transform:translate(96.68305vw,100vh) scale(.8205)}}.snow:nth-child(173){opacity:1.4904;transform:translate(30.6399vw,-10px) scale(.9287);animation:fall-173 10s -9s linear infinite}@keyframes fall-173{33.166%{transform:translate(31.9784vw,33.166vh) scale(.9287)}to{transform:translate(31.30915vw,100vh) scale(.9287)}}.snow:nth-child(174){opacity:.994;transform:translate(54.6304vw,-10px) scale(.6963);animation:fall-174 15s -14s linear infinite}@keyframes fall-174{58.518%{transform:translate(49.4179vw,58.518vh) scale(.6963)}to{transform:translate(52.02415vw,100vh) scale(.6963)}}.snow:nth-child(175){opacity:1.8434;transform:translate(91.1152vw,-10px) scale(.8353);animation:fall-175 23s -8s linear infinite}@keyframes fall-175{64.615%{transform:translate(88.9903vw,64.615vh) scale(.8353)}to{transform:translate(90.05275vw,100vh) scale(.8353)}}.snow:nth-child(176){opacity:1.759;transform:translate(.0791vw,-10px) scale(.5283);animation:fall-176 23s -20s linear infinite}@keyframes fall-176{67.285%{transform:translate(-8.2766vw,67.285vh) scale(.5283)}to{transform:translate(-4.09875vw,100vh) scale(.5283)}}.snow:nth-child(177){opacity:1.1794;transform:translate(39.2132vw,-10px) scale(.9468);animation:fall-177 29s -28s linear infinite}@keyframes fall-177{36.62%{transform:translate(39.8355vw,36.62vh) scale(.9468)}to{transform:translate(39.52435vw,100vh) scale(.9468)}}.snow:nth-child(178){opacity:.1428;transform:translate(44.6028vw,-10px) scale(.5667);animation:fall-178 30s -2s linear infinite}@keyframes fall-178{71.456%{transform:translate(37.8416vw,71.456vh) scale(.5667)}to{transform:translate(41.2222vw,100vh) scale(.5667)}}.snow:nth-child(179){opacity:1.7302;transform:translate(56.7094vw,-10px) scale(.2991);animation:fall-179 15s -17s linear infinite}@keyframes fall-179{41.739%{transform:translate(55.795vw,41.739vh) scale(.2991)}to{transform:translate(56.2522vw,100vh) scale(.2991)}}.snow:nth-child(180){opacity:.8634;transform:translate(9.8615vw,-10px) scale(.8493);animation:fall-180 24s -23s linear infinite}@keyframes fall-180{42.309%{transform:translate(3.3874vw,42.309vh) scale(.8493)}to{transform:translate(6.62445vw,100vh) scale(.8493)}}.snow:nth-child(181){opacity:1.0082;transform:translate(61.606vw,-10px) scale(.0897);animation:fall-181 25s -12s linear infinite}@keyframes fall-181{53.874%{transform:translate(65.4854vw,53.874vh) scale(.0897)}to{transform:translate(63.5457vw,100vh) scale(.0897)}}.snow:nth-child(182){opacity:1.556;transform:translate(79.5693vw,-10px) scale(.5273);animation:fall-182 14s -5s linear infinite}@keyframes fall-182{45.876%{transform:translate(73.0314vw,45.876vh) scale(.5273)}to{transform:translate(76.30035vw,100vh) scale(.5273)}}.snow:nth-child(183){opacity:1.7708;transform:translate(97.9595vw,-10px) scale(.8446);animation:fall-183 16s -28s linear infinite}@keyframes fall-183{46.342%{transform:translate(92.4724vw,46.342vh) scale(.8446)}to{transform:translate(95.21595vw,100vh) scale(.8446)}}.snow:nth-child(184){opacity:1.7676;transform:translate(75.5608vw,-10px) scale(.2719);animation:fall-184 26s -29s linear infinite}@keyframes fall-184{60.814%{transform:translate(77.3454vw,60.814vh) scale(.2719)}to{transform:translate(76.4531vw,100vh) scale(.2719)}}.snow:nth-child(185){opacity:1.675;transform:translate(55.6192vw,-10px) scale(.7302);animation:fall-185 25s -27s linear infinite}@keyframes fall-185{34.751%{transform:translate(63.722vw,34.751vh) scale(.7302)}to{transform:translate(59.6706vw,100vh) scale(.7302)}}.snow:nth-child(186){opacity:.4214;transform:translate(74.2729vw,-10px) scale(.7592);animation:fall-186 25s -5s linear infinite}@keyframes fall-186{59.475%{transform:translate(83.2017vw,59.475vh) scale(.7592)}to{transform:translate(78.7373vw,100vh) scale(.7592)}}.snow:nth-child(187){opacity:.6206;transform:translate(16.5306vw,-10px) scale(.3716);animation:fall-187 28s -6s linear infinite}@keyframes fall-187{57.836%{transform:translate(22.224vw,57.836vh) scale(.3716)}to{transform:translate(19.3773vw,100vh) scale(.3716)}}.snow:nth-child(188){opacity:1.083;transform:translate(.9502vw,-10px) scale(.7789);animation:fall-188 17s -29s linear infinite}@keyframes fall-188{57.338%{transform:translate(.563vw,57.338vh) scale(.7789)}to{transform:translate(.7566vw,100vh) scale(.7789)}}.snow:nth-child(189){opacity:1.5364;transform:translate(34.5729vw,-10px) scale(.5988);animation:fall-189 30s -20s linear infinite}@keyframes fall-189{54.937%{transform:translate(41.194vw,54.937vh) scale(.5988)}to{transform:translate(37.88345vw,100vh) scale(.5988)}}.snow:nth-child(190){opacity:.1576;transform:translate(54.5507vw,-10px) scale(.0876);animation:fall-190 18s -12s linear infinite}@keyframes fall-190{31.566%{transform:translate(64.4597vw,31.566vh) scale(.0876)}to{transform:translate(59.5052vw,100vh) scale(.0876)}}.snow:nth-child(191){opacity:.581;transform:translate(16.8778vw,-10px) scale(.2966);animation:fall-191 23s -12s linear infinite}@keyframes fall-191{66.448%{transform:translate(9.8646vw,66.448vh) scale(.2966)}to{transform:translate(13.3712vw,100vh) scale(.2966)}}.snow:nth-child(192){opacity:.7;transform:translate(25.8865vw,-10px) scale(.5212);animation:fall-192 12s -30s linear infinite}@keyframes fall-192{72.353%{transform:translate(20.8479vw,72.353vh) scale(.5212)}to{transform:translate(23.3672vw,100vh) scale(.5212)}}.snow:nth-child(193){opacity:1.7994;transform:translate(50.8006vw,-10px) scale(.4778);animation:fall-193 12s -20s linear infinite}@keyframes fall-193{41.541%{transform:translate(46.3494vw,41.541vh) scale(.4778)}to{transform:translate(48.575vw,100vh) scale(.4778)}}.snow:nth-child(194){opacity:.6016;transform:translate(38.2184vw,-10px) scale(.1902);animation:fall-194 19s -16s linear infinite}@keyframes fall-194{74.367%{transform:translate(42.4228vw,74.367vh) scale(.1902)}to{transform:translate(40.3206vw,100vh) scale(.1902)}}.snow:nth-child(195){opacity:1.3912;transform:translate(41.9136vw,-10px) scale(.8211);animation:fall-195 27s -19s linear infinite}@keyframes fall-195{30.139%{transform:translate(39.6522vw,30.139vh) scale(.8211)}to{transform:translate(40.7829vw,100vh) scale(.8211)}}.snow:nth-child(196){opacity:1.5242;transform:translate(21.3087vw,-10px) scale(.8131);animation:fall-196 22s -30s linear infinite}@keyframes fall-196{46.845%{transform:translate(18.7267vw,46.845vh) scale(.8131)}to{transform:translate(20.0177vw,100vh) scale(.8131)}}.snow:nth-child(197){opacity:.121;transform:translate(64.6387vw,-10px) scale(.5668);animation:fall-197 29s -9s linear infinite}@keyframes fall-197{51.023%{transform:translate(70.0572vw,51.023vh) scale(.5668)}to{transform:translate(67.34795vw,100vh) scale(.5668)}}.snow:nth-child(198){opacity:1.619;transform:translate(2.6911vw,-10px) scale(.3934);animation:fall-198 26s -11s linear infinite}@keyframes fall-198{34.32%{transform:translate(5.9985vw,34.32vh) scale(.3934)}to{transform:translate(4.3448vw,100vh) scale(.3934)}}.snow:nth-child(199){opacity:1.3784;transform:translate(49.4654vw,-10px) scale(.6444);animation:fall-199 11s -7s linear infinite}@keyframes fall-199{62.168%{transform:translate(53.8221vw,62.168vh) scale(.6444)}to{transform:translate(51.64375vw,100vh) scale(.6444)}}.snow:nth-child(200){opacity:1.1954;transform:translate(69.252vw,-10px) scale(.8123);animation:fall-200 24s -5s linear infinite}@keyframes fall-200{34.299%{transform:translate(72.1244vw,34.299vh) scale(.8123)}to{transform:translate(70.6882vw,100vh) scale(.8123)}}.snow:nth-child(201){opacity:1.1206;transform:translate(68.4153vw,-10px) scale(.3667);animation:fall-201 19s -19s linear infinite}@keyframes fall-201{52.257%{transform:translate(77.5005vw,52.257vh) scale(.3667)}to{transform:translate(72.9579vw,100vh) scale(.3667)}}.snow:nth-child(202){opacity:1.5734;transform:translate(42.4232vw,-10px) scale(.7294);animation:fall-202 13s -23s linear infinite}@keyframes fall-202{33.68%{transform:translate(35.993vw,33.68vh) scale(.7294)}to{transform:translate(39.2081vw,100vh) scale(.7294)}}.snow:nth-child(203){opacity:1.2712;transform:translate(38.6393vw,-10px) scale(.9457);animation:fall-203 19s -12s linear infinite}@keyframes fall-203{65.089%{transform:translate(31.4503vw,65.089vh) scale(.9457)}to{transform:translate(35.0448vw,100vh) scale(.9457)}}.snow:nth-child(204){opacity:1.4284;transform:translate(90.9983vw,-10px) scale(.4746);animation:fall-204 13s -16s linear infinite}@keyframes fall-204{62.492%{transform:translate(90.9377vw,62.492vh) scale(.4746)}to{transform:translate(90.968vw,100vh) scale(.4746)}}.snow:nth-child(205){opacity:1.2302;transform:translate(81.1863vw,-10px) scale(.7496);animation:fall-205 20s -21s linear infinite}@keyframes fall-205{52.09%{transform:translate(74.4526vw,52.09vh) scale(.7496)}to{transform:translate(77.81945vw,100vh) scale(.7496)}}.snow:nth-child(206){opacity:.2032;transform:translate(37.2796vw,-10px) scale(.1928);animation:fall-206 21s -7s linear infinite}@keyframes fall-206{57.022%{transform:translate(44.3866vw,57.022vh) scale(.1928)}to{transform:translate(40.8331vw,100vh) scale(.1928)}}.snow:nth-child(207){opacity:1.7452;transform:translate(63.2011vw,-10px) scale(.0312);animation:fall-207 24s -19s linear infinite}@keyframes fall-207{36.184%{transform:translate(60.5178vw,36.184vh) scale(.0312)}to{transform:translate(61.85945vw,100vh) scale(.0312)}}.snow:nth-child(208){opacity:1.3122;transform:translate(60.3422vw,-10px) scale(.357);animation:fall-208 12s -8s linear infinite}@keyframes fall-208{41.277%{transform:translate(62.9452vw,41.277vh) scale(.357)}to{transform:translate(61.6437vw,100vh) scale(.357)}}.snow:nth-child(209){opacity:1.4122;transform:translate(86.0324vw,-10px) scale(.0013);animation:fall-209 20s -18s linear infinite}@keyframes fall-209{48.663%{transform:translate(82.5572vw,48.663vh) scale(.0013)}to{transform:translate(84.2948vw,100vh) scale(.0013)}}.snow:nth-child(210){opacity:1.3682;transform:translate(51.8067vw,-10px) scale(.9176);animation:fall-210 17s -1s linear infinite}@keyframes fall-210{66.427%{transform:translate(58.6658vw,66.427vh) scale(.9176)}to{transform:translate(55.23625vw,100vh) scale(.9176)}}.snow:nth-child(211){opacity:.0894;transform:translate(18.8529vw,-10px) scale(.7956);animation:fall-211 22s -22s linear infinite}@keyframes fall-211{71.065%{transform:translate(12.3323vw,71.065vh) scale(.7956)}to{transform:translate(15.5926vw,100vh) scale(.7956)}}.snow:nth-child(212){opacity:.1368;transform:translate(78.3266vw,-10px) scale(.8767);animation:fall-212 14s -11s linear infinite}@keyframes fall-212{54.786%{transform:translate(77.4175vw,54.786vh) scale(.8767)}to{transform:translate(77.87205vw,100vh) scale(.8767)}}.snow:nth-child(213){opacity:.2004;transform:translate(97.1932vw,-10px) scale(.4302);animation:fall-213 14s -27s linear infinite}@keyframes fall-213{60.915%{transform:translate(94.3643vw,60.915vh) scale(.4302)}to{transform:translate(95.77875vw,100vh) scale(.4302)}}.snow:nth-child(214){opacity:1.979;transform:translate(46.9823vw,-10px) scale(.5554);animation:fall-214 28s -24s linear infinite}@keyframes fall-214{71.314%{transform:translate(43.3334vw,71.314vh) scale(.5554)}to{transform:translate(45.15785vw,100vh) scale(.5554)}}.snow:nth-child(215){opacity:1.2298;transform:translate(80.6352vw,-10px) scale(.8769);animation:fall-215 27s -16s linear infinite}@keyframes fall-215{57.836%{transform:translate(73.6625vw,57.836vh) scale(.8769)}to{transform:translate(77.14885vw,100vh) scale(.8769)}}.snow:nth-child(216){opacity:.9226;transform:translate(40.7767vw,-10px) scale(.3514);animation:fall-216 13s -9s linear infinite}@keyframes fall-216{34.536%{transform:translate(31.4997vw,34.536vh) scale(.3514)}to{transform:translate(36.1382vw,100vh) scale(.3514)}}.snow:nth-child(217){opacity:.4414;transform:translate(71.7005vw,-10px) scale(.8169);animation:fall-217 15s -9s linear infinite}@keyframes fall-217{65.177%{transform:translate(63.6174vw,65.177vh) scale(.8169)}to{transform:translate(67.65895vw,100vh) scale(.8169)}}.snow:nth-child(218){opacity:.9174;transform:translate(39.4724vw,-10px) scale(.0361);animation:fall-218 23s -27s linear infinite}@keyframes fall-218{61.992%{transform:translate(43.7907vw,61.992vh) scale(.0361)}to{transform:translate(41.63155vw,100vh) scale(.0361)}}.snow:nth-child(219){opacity:.1872;transform:translate(97.4108vw,-10px) scale(.487);animation:fall-219 10s -25s linear infinite}@keyframes fall-219{30.608%{transform:translate(106.2427vw,30.608vh) scale(.487)}to{transform:translate(101.82675vw,100vh) scale(.487)}}.snow:nth-child(220){opacity:1.3526;transform:translate(65.0623vw,-10px) scale(.0715);animation:fall-220 29s -9s linear infinite}@keyframes fall-220{56.588%{transform:translate(73.8912vw,56.588vh) scale(.0715)}to{transform:translate(69.47675vw,100vh) scale(.0715)}}.snow:nth-child(221){opacity:.1536;transform:translate(62.8141vw,-10px) scale(.1464);animation:fall-221 14s -2s linear infinite}@keyframes fall-221{31.149%{transform:translate(55.7013vw,31.149vh) scale(.1464)}to{transform:translate(59.2577vw,100vh) scale(.1464)}}.snow:nth-child(222){opacity:.6546;transform:translate(38.3074vw,-10px) scale(.6976);animation:fall-222 11s -18s linear infinite}@keyframes fall-222{33.086%{transform:translate(40.4374vw,33.086vh) scale(.6976)}to{transform:translate(39.3724vw,100vh) scale(.6976)}}.snow:nth-child(223){opacity:.3486;transform:translate(32.4008vw,-10px) scale(.2673);animation:fall-223 22s -28s linear infinite}@keyframes fall-223{71.335%{transform:translate(34.6017vw,71.335vh) scale(.2673)}to{transform:translate(33.50125vw,100vh) scale(.2673)}}.snow:nth-child(224){opacity:1.9732;transform:translate(92.7189vw,-10px) scale(.0229);animation:fall-224 25s -15s linear infinite}@keyframes fall-224{58.315%{transform:translate(96.1247vw,58.315vh) scale(.0229)}to{transform:translate(94.4218vw,100vh) scale(.0229)}}.snow:nth-child(225){opacity:.6068;transform:translate(7.8787vw,-10px) scale(.9018);animation:fall-225 26s -22s linear infinite}@keyframes fall-225{67.348%{transform:translate(.7646vw,67.348vh) scale(.9018)}to{transform:translate(4.32165vw,100vh) scale(.9018)}}.snow:nth-child(226){opacity:1.4958;transform:translate(50.8905vw,-10px) scale(.2047);animation:fall-226 10s -15s linear infinite}@keyframes fall-226{41.044%{transform:translate(44.2553vw,41.044vh) scale(.2047)}to{transform:translate(47.5729vw,100vh) scale(.2047)}}.snow:nth-child(227){opacity:1.8482;transform:translate(88.0271vw,-10px) scale(.6531);animation:fall-227 12s -16s linear infinite}@keyframes fall-227{33.71%{transform:translate(87.5747vw,33.71vh) scale(.6531)}to{transform:translate(87.8009vw,100vh) scale(.6531)}}.snow:nth-child(228){opacity:1.1094;transform:translate(44.904vw,-10px) scale(.2251);animation:fall-228 26s -8s linear infinite}@keyframes fall-228{43.086%{transform:translate(44.6364vw,43.086vh) scale(.2251)}to{transform:translate(44.7702vw,100vh) scale(.2251)}}.snow:nth-child(229){opacity:1.1612;transform:translate(31.1791vw,-10px) scale(.8422);animation:fall-229 23s -8s linear infinite}@keyframes fall-229{74.884%{transform:translate(31.4874vw,74.884vh) scale(.8422)}to{transform:translate(31.33325vw,100vh) scale(.8422)}}.snow:nth-child(230){opacity:.1498;transform:translate(42.8497vw,-10px) scale(.8732);animation:fall-230 16s -29s linear infinite}@keyframes fall-230{41.362%{transform:translate(39.7325vw,41.362vh) scale(.8732)}to{transform:translate(41.2911vw,100vh) scale(.8732)}}.snow:nth-child(231){opacity:.4064;transform:translate(68.3912vw,-10px) scale(.1392);animation:fall-231 19s -19s linear infinite}@keyframes fall-231{76.243%{transform:translate(61.4vw,76.243vh) scale(.1392)}to{transform:translate(64.8956vw,100vh) scale(.1392)}}.snow:nth-child(232){opacity:.5586;transform:translate(37.1519vw,-10px) scale(.1928);animation:fall-232 16s -17s linear infinite}@keyframes fall-232{30.936%{transform:translate(33.8267vw,30.936vh) scale(.1928)}to{transform:translate(35.4893vw,100vh) scale(.1928)}}.snow:nth-child(233){opacity:.8574;transform:translate(22.5663vw,-10px) scale(.5438);animation:fall-233 28s -19s linear infinite}@keyframes fall-233{76.058%{transform:translate(27.6788vw,76.058vh) scale(.5438)}to{transform:translate(25.12255vw,100vh) scale(.5438)}}.snow:nth-child(234){opacity:.6236;transform:translate(82.0138vw,-10px) scale(.9069);animation:fall-234 21s -6s linear infinite}@keyframes fall-234{36.23%{transform:translate(73.0478vw,36.23vh) scale(.9069)}to{transform:translate(77.5308vw,100vh) scale(.9069)}}.snow:nth-child(235){opacity:1.563;transform:translate(63.9218vw,-10px) scale(.3266);animation:fall-235 21s -12s linear infinite}@keyframes fall-235{75.515%{transform:translate(60.3762vw,75.515vh) scale(.3266)}to{transform:translate(62.149vw,100vh) scale(.3266)}}.snow:nth-child(236){opacity:1.0034;transform:translate(37.1024vw,-10px) scale(.9516);animation:fall-236 10s -4s linear infinite}@keyframes fall-236{40.587%{transform:translate(40.268vw,40.587vh) scale(.9516)}to{transform:translate(38.6852vw,100vh) scale(.9516)}}.snow:nth-child(237){opacity:1.0716;transform:translate(20.2862vw,-10px) scale(.8763);animation:fall-237 17s -25s linear infinite}@keyframes fall-237{76.888%{transform:translate(11.3476vw,76.888vh) scale(.8763)}to{transform:translate(15.8169vw,100vh) scale(.8763)}}.snow:nth-child(238){opacity:.3862;transform:translate(87.0955vw,-10px) scale(.448);animation:fall-238 16s -13s linear infinite}@keyframes fall-238{53.359%{transform:translate(80.7466vw,53.359vh) scale(.448)}to{transform:translate(83.92105vw,100vh) scale(.448)}}.snow:nth-child(239){opacity:1.6268;transform:translate(16.6256vw,-10px) scale(.5731);animation:fall-239 13s -30s linear infinite}@keyframes fall-239{74.632%{transform:translate(12.4421vw,74.632vh) scale(.5731)}to{transform:translate(14.53385vw,100vh) scale(.5731)}}.snow:nth-child(240){opacity:1.1568;transform:translate(76.5837vw,-10px) scale(.9349);animation:fall-240 17s -5s linear infinite}@keyframes fall-240{47.548%{transform:translate(71.1422vw,47.548vh) scale(.9349)}to{transform:translate(73.86295vw,100vh) scale(.9349)}}.snow:nth-child(241){opacity:1.3446;transform:translate(54.5062vw,-10px) scale(.161);animation:fall-241 24s -3s linear infinite}@keyframes fall-241{70.222%{transform:translate(57.2309vw,70.222vh) scale(.161)}to{transform:translate(55.86855vw,100vh) scale(.161)}}.snow:nth-child(242){opacity:1.3476;transform:translate(24.4129vw,-10px) scale(.3246);animation:fall-242 27s -26s linear infinite}@keyframes fall-242{46.039%{transform:translate(30.3131vw,46.039vh) scale(.3246)}to{transform:translate(27.363vw,100vh) scale(.3246)}}.snow:nth-child(243){opacity:.5664;transform:translate(42.9533vw,-10px) scale(.8026);animation:fall-243 26s -21s linear infinite}@keyframes fall-243{33.644%{transform:translate(38.1201vw,33.644vh) scale(.8026)}to{transform:translate(40.5367vw,100vh) scale(.8026)}}.snow:nth-child(244){opacity:.9158;transform:translate(91.4389vw,-10px) scale(.5286);animation:fall-244 28s -7s linear infinite}@keyframes fall-244{57.642%{transform:translate(83.8153vw,57.642vh) scale(.5286)}to{transform:translate(87.6271vw,100vh) scale(.5286)}}.snow:nth-child(245){opacity:1.7284;transform:translate(65.0371vw,-10px) scale(.9104);animation:fall-245 13s -5s linear infinite}@keyframes fall-245{38.958%{transform:translate(71.6652vw,38.958vh) scale(.9104)}to{transform:translate(68.35115vw,100vh) scale(.9104)}}.snow:nth-child(246){opacity:.2094;transform:translate(82.2418vw,-10px) scale(.8022);animation:fall-246 21s -9s linear infinite}@keyframes fall-246{51.818%{transform:translate(88.0552vw,51.818vh) scale(.8022)}to{transform:translate(85.1485vw,100vh) scale(.8022)}}.snow:nth-child(247){opacity:1.1894;transform:translate(65.9724vw,-10px) scale(.3326);animation:fall-247 23s -8s linear infinite}@keyframes fall-247{46.831%{transform:translate(63.3903vw,46.831vh) scale(.3326)}to{transform:translate(64.68135vw,100vh) scale(.3326)}}.snow:nth-child(248){opacity:.3472;transform:translate(50.7163vw,-10px) scale(.9217);animation:fall-248 18s -19s linear infinite}@keyframes fall-248{66.552%{transform:translate(46.3957vw,66.552vh) scale(.9217)}to{transform:translate(48.556vw,100vh) scale(.9217)}}.snow:nth-child(249){opacity:.8358;transform:translate(12.3706vw,-10px) scale(.5272);animation:fall-249 29s -9s linear infinite}@keyframes fall-249{32.74%{transform:translate(6.6696vw,32.74vh) scale(.5272)}to{transform:translate(9.5201vw,100vh) scale(.5272)}}.snow:nth-child(250){opacity:.3206;transform:translate(59.929vw,-10px) scale(.7811);animation:fall-250 25s -11s linear infinite}@keyframes fall-250{52.058%{transform:translate(63.9222vw,52.058vh) scale(.7811)}to{transform:translate(61.9256vw,100vh) scale(.7811)}}.snow:nth-child(251){opacity:.3706;transform:translate(38.3571vw,-10px) scale(.6984);animation:fall-251 16s -4s linear infinite}@keyframes fall-251{48.385%{transform:translate(45.7721vw,48.385vh) scale(.6984)}to{transform:translate(42.0646vw,100vh) scale(.6984)}}.snow:nth-child(252){opacity:1.0804;transform:translate(36.1856vw,-10px) scale(.4396);animation:fall-252 11s -15s linear infinite}@keyframes fall-252{41.097%{transform:translate(30.0887vw,41.097vh) scale(.4396)}to{transform:translate(33.13715vw,100vh) scale(.4396)}}.snow:nth-child(253){opacity:1.4816;transform:translate(48.0424vw,-10px) scale(.6971);animation:fall-253 27s -22s linear infinite}@keyframes fall-253{73.922%{transform:translate(41.5293vw,73.922vh) scale(.6971)}to{transform:translate(44.78585vw,100vh) scale(.6971)}}.snow:nth-child(254){opacity:1.3194;transform:translate(60.0974vw,-10px) scale(.0459);animation:fall-254 30s -27s linear infinite}@keyframes fall-254{75.397%{transform:translate(66.695vw,75.397vh) scale(.0459)}to{transform:translate(63.3962vw,100vh) scale(.0459)}}.snow:nth-child(255){opacity:1.1558;transform:translate(30.5092vw,-10px) scale(.3847);animation:fall-255 26s -21s linear infinite}@keyframes fall-255{46.207%{transform:translate(35.8934vw,46.207vh) scale(.3847)}to{transform:translate(33.2013vw,100vh) scale(.3847)}}.snow:nth-child(256){opacity:1.1912;transform:translate(.611vw,-10px) scale(.5007);animation:fall-256 20s -4s linear infinite}@keyframes fall-256{71.378%{transform:translate(-8.7341vw,71.378vh) scale(.5007)}to{transform:translate(-4.06155vw,100vh) scale(.5007)}}.snow:nth-child(257){opacity:1.9848;transform:translate(13.1776vw,-10px) scale(.4107);animation:fall-257 23s -8s linear infinite}@keyframes fall-257{55.074%{transform:translate(20.2023vw,55.074vh) scale(.4107)}to{transform:translate(16.68995vw,100vh) scale(.4107)}}.snow:nth-child(258){opacity:.3412;transform:translate(4.0667vw,-10px) scale(.6968);animation:fall-258 17s -26s linear infinite}@keyframes fall-258{74.171%{transform:translate(3.73vw,74.171vh) scale(.6968)}to{transform:translate(3.89835vw,100vh) scale(.6968)}}.snow:nth-child(259){opacity:.0014;transform:translate(77.6368vw,-10px) scale(.1513);animation:fall-259 11s -18s linear infinite}@keyframes fall-259{57.567%{transform:translate(73.8226vw,57.567vh) scale(.1513)}to{transform:translate(75.7297vw,100vh) scale(.1513)}}.snow:nth-child(260){opacity:.6314;transform:translate(.9987vw,-10px) scale(.4612);animation:fall-260 28s -27s linear infinite}@keyframes fall-260{51.997%{transform:translate(-3.2461vw,51.997vh) scale(.4612)}to{transform:translate(-1.1237vw,100vh) scale(.4612)}}.snow:nth-child(261){opacity:1.279;transform:translate(13.6217vw,-10px) scale(.9728);animation:fall-261 25s -24s linear infinite}@keyframes fall-261{39.86%{transform:translate(12.8778vw,39.86vh) scale(.9728)}to{transform:translate(13.24975vw,100vh) scale(.9728)}}.snow:nth-child(262){opacity:1.259;transform:translate(1.7781vw,-10px) scale(.6637);animation:fall-262 11s -8s linear infinite}@keyframes fall-262{57.46%{transform:translate(4.2816vw,57.46vh) scale(.6637)}to{transform:translate(3.02985vw,100vh) scale(.6637)}}.snow:nth-child(263){opacity:.105;transform:translate(58.2768vw,-10px) scale(.491);animation:fall-263 15s -11s linear infinite}@keyframes fall-263{49.387%{transform:translate(63.5175vw,49.387vh) scale(.491)}to{transform:translate(60.89715vw,100vh) scale(.491)}}.snow:nth-child(264){opacity:.9536;transform:translate(80.6802vw,-10px) scale(.9365);animation:fall-264 28s -12s linear infinite}@keyframes fall-264{56.336%{transform:translate(82.4684vw,56.336vh) scale(.9365)}to{transform:translate(81.5743vw,100vh) scale(.9365)}}.snow:nth-child(265){opacity:.6116;transform:translate(91.1371vw,-10px) scale(.1629);animation:fall-265 28s -8s linear infinite}@keyframes fall-265{69.148%{transform:translate(88.008vw,69.148vh) scale(.1629)}to{transform:translate(89.57255vw,100vh) scale(.1629)}}.snow:nth-child(266){opacity:1.5058;transform:translate(36.705vw,-10px) scale(.7904);animation:fall-266 15s -2s linear infinite}@keyframes fall-266{46.157%{transform:translate(43.1313vw,46.157vh) scale(.7904)}to{transform:translate(39.91815vw,100vh) scale(.7904)}}.snow:nth-child(267){opacity:.1496;transform:translate(74.6377vw,-10px) scale(.229);animation:fall-267 10s -19s linear infinite}@keyframes fall-267{51.1%{transform:translate(81.0271vw,51.1vh) scale(.229)}to{transform:translate(77.8324vw,100vh) scale(.229)}}.snow:nth-child(268){opacity:1.8148;transform:translate(66.9284vw,-10px) scale(.7556);animation:fall-268 24s -21s linear infinite}@keyframes fall-268{61.672%{transform:translate(63.3054vw,61.672vh) scale(.7556)}to{transform:translate(65.1169vw,100vh) scale(.7556)}}.snow:nth-child(269){opacity:.3928;transform:translate(26.4294vw,-10px) scale(.9386);animation:fall-269 29s -24s linear infinite}@keyframes fall-269{60.853%{transform:translate(26.4735vw,60.853vh) scale(.9386)}to{transform:translate(26.45145vw,100vh) scale(.9386)}}.snow:nth-child(270){opacity:1.1128;transform:translate(31.8455vw,-10px) scale(.979);animation:fall-270 27s -5s linear infinite}@keyframes fall-270{62.878%{transform:translate(23.4663vw,62.878vh) scale(.979)}to{transform:translate(27.6559vw,100vh) scale(.979)}}.snow:nth-child(271){opacity:.5852;transform:translate(95.2474vw,-10px) scale(.2646);animation:fall-271 27s -11s linear infinite}@keyframes fall-271{71.371%{transform:translate(103.7416vw,71.371vh) scale(.2646)}to{transform:translate(99.4945vw,100vh) scale(.2646)}}.snow:nth-child(272){opacity:.6994;transform:translate(48.1714vw,-10px) scale(.1703);animation:fall-272 17s -25s linear infinite}@keyframes fall-272{33.355%{transform:translate(49.7894vw,33.355vh) scale(.1703)}to{transform:translate(48.9804vw,100vh) scale(.1703)}}.snow:nth-child(273){opacity:.903;transform:translate(43.4666vw,-10px) scale(.7796);animation:fall-273 18s -22s linear infinite}@keyframes fall-273{39.858%{transform:translate(46.3997vw,39.858vh) scale(.7796)}to{transform:translate(44.93315vw,100vh) scale(.7796)}}.snow:nth-child(274){opacity:1.2756;transform:translate(3.2968vw,-10px) scale(.8492);animation:fall-274 15s -9s linear infinite}@keyframes fall-274{53.914%{transform:translate(-3.9716vw,53.914vh) scale(.8492)}to{transform:translate(-.3374vw,100vh) scale(.8492)}}.snow:nth-child(275){opacity:1.0082;transform:translate(35.5404vw,-10px) scale(.2956);animation:fall-275 25s -30s linear infinite}@keyframes fall-275{41.294%{transform:translate(42.6934vw,41.294vh) scale(.2956)}to{transform:translate(39.1169vw,100vh) scale(.2956)}}.snow:nth-child(276){opacity:1.1844;transform:translate(65.1294vw,-10px) scale(.9703);animation:fall-276 21s -5s linear infinite}@keyframes fall-276{65.787%{transform:translate(55.8336vw,65.787vh) scale(.9703)}to{transform:translate(60.4815vw,100vh) scale(.9703)}}.snow:nth-child(277){opacity:.824;transform:translate(4.5689vw,-10px) scale(.5153);animation:fall-277 15s -20s linear infinite}@keyframes fall-277{46.726%{transform:translate(7.5929vw,46.726vh) scale(.5153)}to{transform:translate(6.0809vw,100vh) scale(.5153)}}.snow:nth-child(278){opacity:.8798;transform:translate(71.4768vw,-10px) scale(.441);animation:fall-278 20s -18s linear infinite}@keyframes fall-278{61.311%{transform:translate(72.3604vw,61.311vh) scale(.441)}to{transform:translate(71.9186vw,100vh) scale(.441)}}.snow:nth-child(279){opacity:1.1094;transform:translate(6.585vw,-10px) scale(.0402);animation:fall-279 29s -2s linear infinite}@keyframes fall-279{71.771%{transform:translate(10.6666vw,71.771vh) scale(.0402)}to{transform:translate(8.6258vw,100vh) scale(.0402)}}.snow:nth-child(280){opacity:.3814;transform:translate(.9264vw,-10px) scale(.3561);animation:fall-280 19s -19s linear infinite}@keyframes fall-280{56.606%{transform:translate(7.7264vw,56.606vh) scale(.3561)}to{transform:translate(4.3264vw,100vh) scale(.3561)}}.snow:nth-child(281){opacity:1.5866;transform:translate(54.5989vw,-10px) scale(.9943);animation:fall-281 20s -14s linear infinite}@keyframes fall-281{62.356%{transform:translate(50.4696vw,62.356vh) scale(.9943)}to{transform:translate(52.53425vw,100vh) scale(.9943)}}.snow:nth-child(282){opacity:1.3382;transform:translate(26.0973vw,-10px) scale(.9195);animation:fall-282 14s -29s linear infinite}@keyframes fall-282{71.581%{transform:translate(18.2835vw,71.581vh) scale(.9195)}to{transform:translate(22.1904vw,100vh) scale(.9195)}}.snow:nth-child(283){opacity:1.7196;transform:translate(91.5715vw,-10px) scale(.8197);animation:fall-283 26s -10s linear infinite}@keyframes fall-283{42.561%{transform:translate(87.2795vw,42.561vh) scale(.8197)}to{transform:translate(89.4255vw,100vh) scale(.8197)}}.snow:nth-child(284){opacity:1.0888;transform:translate(74.953vw,-10px) scale(.377);animation:fall-284 16s -3s linear infinite}@keyframes fall-284{57.152%{transform:translate(67.1075vw,57.152vh) scale(.377)}to{transform:translate(71.03025vw,100vh) scale(.377)}}.snow:nth-child(285){opacity:.7746;transform:translate(70.6907vw,-10px) scale(.3928);animation:fall-285 26s -2s linear infinite}@keyframes fall-285{49.28%{transform:translate(68.5155vw,49.28vh) scale(.3928)}to{transform:translate(69.6031vw,100vh) scale(.3928)}}.snow:nth-child(286){opacity:1.875;transform:translate(27.467vw,-10px) scale(.9872);animation:fall-286 21s -20s linear infinite}@keyframes fall-286{56.477%{transform:translate(36.2092vw,56.477vh) scale(.9872)}to{transform:translate(31.8381vw,100vh) scale(.9872)}}.snow:nth-child(287){opacity:.9854;transform:translate(20.3688vw,-10px) scale(.3211);animation:fall-287 29s -30s linear infinite}@keyframes fall-287{77.131%{transform:translate(24.0319vw,77.131vh) scale(.3211)}to{transform:translate(22.20035vw,100vh) scale(.3211)}}.snow:nth-child(288){opacity:.739;transform:translate(90.0045vw,-10px) scale(.2822);animation:fall-288 23s -30s linear infinite}@keyframes fall-288{64.022%{transform:translate(83.7214vw,64.022vh) scale(.2822)}to{transform:translate(86.86295vw,100vh) scale(.2822)}}.snow:nth-child(289){opacity:1.915;transform:translate(83.9191vw,-10px) scale(.1996);animation:fall-289 28s -24s linear infinite}@keyframes fall-289{62.52%{transform:translate(75.552vw,62.52vh) scale(.1996)}to{transform:translate(79.73555vw,100vh) scale(.1996)}}.snow:nth-child(290){opacity:.7204;transform:translate(73.7894vw,-10px) scale(.2609);animation:fall-290 10s -25s linear infinite}@keyframes fall-290{51.675%{transform:translate(69.8429vw,51.675vh) scale(.2609)}to{transform:translate(71.81615vw,100vh) scale(.2609)}}.snow:nth-child(291){opacity:.6714;transform:translate(35.5201vw,-10px) scale(.2897);animation:fall-291 22s -3s linear infinite}@keyframes fall-291{59.428%{transform:translate(32.4556vw,59.428vh) scale(.2897)}to{transform:translate(33.98785vw,100vh) scale(.2897)}}.snow:nth-child(292){opacity:1.8666;transform:translate(74.5071vw,-10px) scale(.949);animation:fall-292 30s -7s linear infinite}@keyframes fall-292{43.903%{transform:translate(74.8445vw,43.903vh) scale(.949)}to{transform:translate(74.6758vw,100vh) scale(.949)}}.snow:nth-child(293){opacity:1.1546;transform:translate(10.7796vw,-10px) scale(.1051);animation:fall-293 23s -16s linear infinite}@keyframes fall-293{48.535%{transform:translate(4.9357vw,48.535vh) scale(.1051)}to{transform:translate(7.85765vw,100vh) scale(.1051)}}.snow:nth-child(294){opacity:1.2954;transform:translate(12.7471vw,-10px) scale(.2373);animation:fall-294 26s -23s linear infinite}@keyframes fall-294{60.861%{transform:translate(9.401vw,60.861vh) scale(.2373)}to{transform:translate(11.07405vw,100vh) scale(.2373)}}.snow:nth-child(295){opacity:1.274;transform:translate(18.1972vw,-10px) scale(.256);animation:fall-295 17s -8s linear infinite}@keyframes fall-295{37.849%{transform:translate(16.4014vw,37.849vh) scale(.256)}to{transform:translate(17.2993vw,100vh) scale(.256)}}.snow:nth-child(296){opacity:.6786;transform:translate(91.0304vw,-10px) scale(.7423);animation:fall-296 15s -9s linear infinite}@keyframes fall-296{34.625%{transform:translate(96.0476vw,34.625vh) scale(.7423)}to{transform:translate(93.539vw,100vh) scale(.7423)}}.snow:nth-child(297){opacity:.2668;transform:translate(.5761vw,-10px) scale(.1531);animation:fall-297 15s -13s linear infinite}@keyframes fall-297{76.094%{transform:translate(5.8362vw,76.094vh) scale(.1531)}to{transform:translate(3.20615vw,100vh) scale(.1531)}}.snow:nth-child(298){opacity:.1304;transform:translate(34.1694vw,-10px) scale(.8101);animation:fall-298 19s -23s linear infinite}@keyframes fall-298{32.496%{transform:translate(35.919vw,32.496vh) scale(.8101)}to{transform:translate(35.0442vw,100vh) scale(.8101)}}.snow:nth-child(299){opacity:.6328;transform:translate(17.7555vw,-10px) scale(.8629);animation:fall-299 28s -24s linear infinite}@keyframes fall-299{76.372%{transform:translate(20.7935vw,76.372vh) scale(.8629)}to{transform:translate(19.2745vw,100vh) scale(.8629)}}.snow:nth-child(300){opacity:.6174;transform:translate(7.3802vw,-10px) scale(.6727);animation:fall-300 28s -21s linear infinite}@keyframes fall-300{31.483%{transform:translate(-2.0433vw,31.483vh) scale(.6727)}to{transform:translate(2.66845vw,100vh) scale(.6727)}}.snow:nth-child(301){opacity:1.485;transform:translate(66.1369vw,-10px) scale(.6888);animation:fall-301 12s -16s linear infinite}@keyframes fall-301{30.103%{transform:translate(62.9562vw,30.103vh) scale(.6888)}to{transform:translate(64.54655vw,100vh) scale(.6888)}}.snow:nth-child(302){opacity:1.955;transform:translate(78.4609vw,-10px) scale(.7243);animation:fall-302 10s -7s linear infinite}@keyframes fall-302{67.401%{transform:translate(87.8781vw,67.401vh) scale(.7243)}to{transform:translate(83.1695vw,100vh) scale(.7243)}}.snow:nth-child(303){opacity:1.935;transform:translate(92.864vw,-10px) scale(.3074);animation:fall-303 21s -15s linear infinite}@keyframes fall-303{45.864%{transform:translate(87.949vw,45.864vh) scale(.3074)}to{transform:translate(90.4065vw,100vh) scale(.3074)}}.snow:nth-child(304){opacity:1.0318;transform:translate(52.9697vw,-10px) scale(.838);animation:fall-304 30s -17s linear infinite}@keyframes fall-304{39.704%{transform:translate(55.7711vw,39.704vh) scale(.838)}to{transform:translate(54.3704vw,100vh) scale(.838)}}.snow:nth-child(305){opacity:1.5848;transform:translate(42.7351vw,-10px) scale(.329);animation:fall-305 30s -18s linear infinite}@keyframes fall-305{37.344%{transform:translate(47.2049vw,37.344vh) scale(.329)}to{transform:translate(44.97vw,100vh) scale(.329)}}.snow:nth-child(306){opacity:.1128;transform:translate(90.7209vw,-10px) scale(.4152);animation:fall-306 19s -19s linear infinite}@keyframes fall-306{41.773%{transform:translate(93.2698vw,41.773vh) scale(.4152)}to{transform:translate(91.99535vw,100vh) scale(.4152)}}.snow:nth-child(307){opacity:1.01;transform:translate(50.1088vw,-10px) scale(.8793);animation:fall-307 30s -12s linear infinite}@keyframes fall-307{73.018%{transform:translate(52.3699vw,73.018vh) scale(.8793)}to{transform:translate(51.23935vw,100vh) scale(.8793)}}.snow:nth-child(308){opacity:.6164;transform:translate(56.9339vw,-10px) scale(.6059);animation:fall-308 10s -13s linear infinite}@keyframes fall-308{50.162%{transform:translate(63.686vw,50.162vh) scale(.6059)}to{transform:translate(60.30995vw,100vh) scale(.6059)}}.snow:nth-child(309){opacity:.3972;transform:translate(49.5344vw,-10px) scale(.2446);animation:fall-309 14s -29s linear infinite}@keyframes fall-309{38.961%{transform:translate(46.9409vw,38.961vh) scale(.2446)}to{transform:translate(48.23765vw,100vh) scale(.2446)}}.snow:nth-child(310){opacity:.189;transform:translate(55.8621vw,-10px) scale(.8425);animation:fall-310 28s -2s linear infinite}@keyframes fall-310{43.387%{transform:translate(63.018vw,43.387vh) scale(.8425)}to{transform:translate(59.44005vw,100vh) scale(.8425)}}.snow:nth-child(311){opacity:.233;transform:translate(60.7561vw,-10px) scale(.8316);animation:fall-311 18s -24s linear infinite}@keyframes fall-311{48.401%{transform:translate(59.1539vw,48.401vh) scale(.8316)}to{transform:translate(59.955vw,100vh) scale(.8316)}}.snow:nth-child(312){opacity:1.5352;transform:translate(55.118vw,-10px) scale(.5656);animation:fall-312 29s -15s linear infinite}@keyframes fall-312{67.116%{transform:translate(59.3599vw,67.116vh) scale(.5656)}to{transform:translate(57.23895vw,100vh) scale(.5656)}}.snow:nth-child(313){opacity:.4444;transform:translate(39.5448vw,-10px) scale(.5058);animation:fall-313 19s -10s linear infinite}@keyframes fall-313{48.564%{transform:translate(36.4333vw,48.564vh) scale(.5058)}to{transform:translate(37.98905vw,100vh) scale(.5058)}}.snow:nth-child(314){opacity:1.379;transform:translate(24.4675vw,-10px) scale(.2456);animation:fall-314 20s -24s linear infinite}@keyframes fall-314{35.606%{transform:translate(18.7348vw,35.606vh) scale(.2456)}to{transform:translate(21.60115vw,100vh) scale(.2456)}}.snow:nth-child(315){opacity:1.5342;transform:translate(22.6246vw,-10px) scale(.9259);animation:fall-315 24s -25s linear infinite}@keyframes fall-315{65.55%{transform:translate(29.1373vw,65.55vh) scale(.9259)}to{transform:translate(25.88095vw,100vh) scale(.9259)}}.snow:nth-child(316){opacity:.9792;transform:translate(46.2272vw,-10px) scale(.8647);animation:fall-316 27s -5s linear infinite}@keyframes fall-316{34.777%{transform:translate(37.602vw,34.777vh) scale(.8647)}to{transform:translate(41.9146vw,100vh) scale(.8647)}}.snow:nth-child(317){opacity:.2872;transform:translate(57.816vw,-10px) scale(.1994);animation:fall-317 22s -10s linear infinite}@keyframes fall-317{41.914%{transform:translate(59.4697vw,41.914vh) scale(.1994)}to{transform:translate(58.64285vw,100vh) scale(.1994)}}.snow:nth-child(318){opacity:1.3202;transform:translate(56.8922vw,-10px) scale(.9202);animation:fall-318 22s -17s linear infinite}@keyframes fall-318{48.677%{transform:translate(61.7217vw,48.677vh) scale(.9202)}to{transform:translate(59.30695vw,100vh) scale(.9202)}}.snow:nth-child(319){opacity:1.5278;transform:translate(18.3818vw,-10px) scale(.1605);animation:fall-319 24s -13s linear infinite}@keyframes fall-319{60.303%{transform:translate(17.7518vw,60.303vh) scale(.1605)}to{transform:translate(18.0668vw,100vh) scale(.1605)}}.snow:nth-child(320){opacity:1.2988;transform:translate(72.6379vw,-10px) scale(.5174);animation:fall-320 27s -4s linear infinite}@keyframes fall-320{43.083%{transform:translate(72.0782vw,43.083vh) scale(.5174)}to{transform:translate(72.35805vw,100vh) scale(.5174)}}.snow:nth-child(321){opacity:1.1074;transform:translate(10.4061vw,-10px) scale(.2231);animation:fall-321 21s -18s linear infinite}@keyframes fall-321{65.212%{transform:translate(8.9995vw,65.212vh) scale(.2231)}to{transform:translate(9.7028vw,100vh) scale(.2231)}}.snow:nth-child(322){opacity:.5752;transform:translate(88.0662vw,-10px) scale(.9526);animation:fall-322 10s -10s linear infinite}@keyframes fall-322{75.742%{transform:translate(79.0591vw,75.742vh) scale(.9526)}to{transform:translate(83.56265vw,100vh) scale(.9526)}}.snow:nth-child(323){opacity:1.22;transform:translate(18.1786vw,-10px) scale(.9637);animation:fall-323 10s -17s linear infinite}@keyframes fall-323{55.479%{transform:translate(22.6384vw,55.479vh) scale(.9637)}to{transform:translate(20.4085vw,100vh) scale(.9637)}}.snow:nth-child(324){opacity:.4038;transform:translate(26.9231vw,-10px) scale(.4979);animation:fall-324 23s -22s linear infinite}@keyframes fall-324{64.246%{transform:translate(25.1909vw,64.246vh) scale(.4979)}to{transform:translate(26.057vw,100vh) scale(.4979)}}.snow:nth-child(325){opacity:.5686;transform:translate(73.8745vw,-10px) scale(.0501);animation:fall-325 24s -11s linear infinite}@keyframes fall-325{45.952%{transform:translate(72.7507vw,45.952vh) scale(.0501)}to{transform:translate(73.3126vw,100vh) scale(.0501)}}.snow:nth-child(326){opacity:.957;transform:translate(1.6605vw,-10px) scale(.2732);animation:fall-326 10s -1s linear infinite}@keyframes fall-326{52.004%{transform:translate(7.5335vw,52.004vh) scale(.2732)}to{transform:translate(4.597vw,100vh) scale(.2732)}}.snow:nth-child(327){opacity:1.9758;transform:translate(85.0903vw,-10px) scale(.3134);animation:fall-327 25s -25s linear infinite}@keyframes fall-327{32.421%{transform:translate(82.4339vw,32.421vh) scale(.3134)}to{transform:translate(83.7621vw,100vh) scale(.3134)}}.snow:nth-child(328){opacity:1.8448;transform:translate(82.9537vw,-10px) scale(.0389);animation:fall-328 22s -1s linear infinite}@keyframes fall-328{72.683%{transform:translate(91.3895vw,72.683vh) scale(.0389)}to{transform:translate(87.1716vw,100vh) scale(.0389)}}.snow:nth-child(329){opacity:.569;transform:translate(84.4594vw,-10px) scale(.6029);animation:fall-329 30s -26s linear infinite}@keyframes fall-329{38.306%{transform:translate(77.6745vw,38.306vh) scale(.6029)}to{transform:translate(81.06695vw,100vh) scale(.6029)}}.snow:nth-child(330){opacity:1.7704;transform:translate(3.755vw,-10px) scale(.2819);animation:fall-330 20s -15s linear infinite}@keyframes fall-330{69.237%{transform:translate(-4.7907vw,69.237vh) scale(.2819)}to{transform:translate(-.51785vw,100vh) scale(.2819)}}.snow:nth-child(331){opacity:.0522;transform:translate(71.1206vw,-10px) scale(.0941);animation:fall-331 17s -22s linear infinite}@keyframes fall-331{54.158%{transform:translate(75.4946vw,54.158vh) scale(.0941)}to{transform:translate(73.3076vw,100vh) scale(.0941)}}.snow:nth-child(332){opacity:.8696;transform:translate(60.1427vw,-10px) scale(.0265);animation:fall-332 28s -5s linear infinite}@keyframes fall-332{51.118%{transform:translate(52.5869vw,51.118vh) scale(.0265)}to{transform:translate(56.3648vw,100vh) scale(.0265)}}.snow:nth-child(333){opacity:1.2;transform:translate(47.557vw,-10px) scale(.8626);animation:fall-333 11s -29s linear infinite}@keyframes fall-333{69.583%{transform:translate(39.0311vw,69.583vh) scale(.8626)}to{transform:translate(43.29405vw,100vh) scale(.8626)}}.snow:nth-child(334){opacity:.5614;transform:translate(80.9163vw,-10px) scale(.9241);animation:fall-334 22s -15s linear infinite}@keyframes fall-334{79.295%{transform:translate(76.3173vw,79.295vh) scale(.9241)}to{transform:translate(78.6168vw,100vh) scale(.9241)}}.snow:nth-child(335){opacity:1.777;transform:translate(92.4399vw,-10px) scale(.4371);animation:fall-335 25s -23s linear infinite}@keyframes fall-335{33.628%{transform:translate(100.5884vw,33.628vh) scale(.4371)}to{transform:translate(96.51415vw,100vh) scale(.4371)}}.snow:nth-child(336){opacity:1.9672;transform:translate(44.2158vw,-10px) scale(.3496);animation:fall-336 11s -1s linear infinite}@keyframes fall-336{74.947%{transform:translate(48.2363vw,74.947vh) scale(.3496)}to{transform:translate(46.22605vw,100vh) scale(.3496)}}.snow:nth-child(337){opacity:.7808;transform:translate(92.1883vw,-10px) scale(.587);animation:fall-337 21s -15s linear infinite}@keyframes fall-337{65.089%{transform:translate(89.3513vw,65.089vh) scale(.587)}to{transform:translate(90.7698vw,100vh) scale(.587)}}.snow:nth-child(338){opacity:1.0894;transform:translate(6.9821vw,-10px) scale(.0231);animation:fall-338 21s -21s linear infinite}@keyframes fall-338{41.439%{transform:translate(9.3819vw,41.439vh) scale(.0231)}to{transform:translate(8.182vw,100vh) scale(.0231)}}.snow:nth-child(339){opacity:.3852;transform:translate(50.1489vw,-10px) scale(.4659);animation:fall-339 13s -27s linear infinite}@keyframes fall-339{39.532%{transform:translate(50.4813vw,39.532vh) scale(.4659)}to{transform:translate(50.3151vw,100vh) scale(.4659)}}.snow:nth-child(340){opacity:1.5784;transform:translate(3.1606vw,-10px) scale(.7712);animation:fall-340 23s -8s linear infinite}@keyframes fall-340{75.82%{transform:translate(3.365vw,75.82vh) scale(.7712)}to{transform:translate(3.2628vw,100vh) scale(.7712)}}.snow:nth-child(341){opacity:.2804;transform:translate(29.6647vw,-10px) scale(.5028);animation:fall-341 27s -17s linear infinite}@keyframes fall-341{73.863%{transform:translate(39.5692vw,73.863vh) scale(.5028)}to{transform:translate(34.61695vw,100vh) scale(.5028)}}.snow:nth-child(342){opacity:.4904;transform:translate(37.6667vw,-10px) scale(.0501);animation:fall-342 24s -8s linear infinite}@keyframes fall-342{34.7%{transform:translate(43.1139vw,34.7vh) scale(.0501)}to{transform:translate(40.3903vw,100vh) scale(.0501)}}.snow:nth-child(343){opacity:.1192;transform:translate(81.9972vw,-10px) scale(.7682);animation:fall-343 27s -20s linear infinite}@keyframes fall-343{76.373%{transform:translate(75.5927vw,76.373vh) scale(.7682)}to{transform:translate(78.79495vw,100vh) scale(.7682)}}.snow:nth-child(344){opacity:.8868;transform:translate(75.6312vw,-10px) scale(.9841);animation:fall-344 19s -5s linear infinite}@keyframes fall-344{54.971%{transform:translate(79.9891vw,54.971vh) scale(.9841)}to{transform:translate(77.81015vw,100vh) scale(.9841)}}.snow:nth-child(345){opacity:.3722;transform:translate(96.7316vw,-10px) scale(.1829);animation:fall-345 19s -23s linear infinite}@keyframes fall-345{79.202%{transform:translate(95.8019vw,79.202vh) scale(.1829)}to{transform:translate(96.26675vw,100vh) scale(.1829)}}.snow:nth-child(346){opacity:.5684;transform:translate(.5864vw,-10px) scale(.8082);animation:fall-346 28s -22s linear infinite}@keyframes fall-346{43.269%{transform:translate(-.9254vw,43.269vh) scale(.8082)}to{transform:translate(-.1695vw,100vh) scale(.8082)}}.snow:nth-child(347){opacity:.1102;transform:translate(8.1402vw,-10px) scale(.6459);animation:fall-347 11s -30s linear infinite}@keyframes fall-347{32.682%{transform:translate(13.613vw,32.682vh) scale(.6459)}to{transform:translate(10.8766vw,100vh) scale(.6459)}}.snow:nth-child(348){opacity:1.945;transform:translate(37.8386vw,-10px) scale(.1173);animation:fall-348 13s -20s linear infinite}@keyframes fall-348{31.087%{transform:translate(27.887vw,31.087vh) scale(.1173)}to{transform:translate(32.8628vw,100vh) scale(.1173)}}.snow:nth-child(349){opacity:1.2058;transform:translate(61.2835vw,-10px) scale(.5773);animation:fall-349 23s -19s linear infinite}@keyframes fall-349{71.694%{transform:translate(53.479vw,71.694vh) scale(.5773)}to{transform:translate(57.38125vw,100vh) scale(.5773)}}.snow:nth-child(350){opacity:1.1472;transform:translate(17.3744vw,-10px) scale(.4965);animation:fall-350 20s -8s linear infinite}@keyframes fall-350{37.507%{transform:translate(26.7477vw,37.507vh) scale(.4965)}to{transform:translate(22.06105vw,100vh) scale(.4965)}}.snow:nth-child(351){opacity:1.549;transform:translate(79.7043vw,-10px) scale(.5123);animation:fall-351 26s -24s linear infinite}@keyframes fall-351{75.458%{transform:translate(81.5451vw,75.458vh) scale(.5123)}to{transform:translate(80.6247vw,100vh) scale(.5123)}}.snow:nth-child(352){opacity:.0148;transform:translate(36.8971vw,-10px) scale(.5564);animation:fall-352 28s -7s linear infinite}@keyframes fall-352{65.438%{transform:translate(27.3082vw,65.438vh) scale(.5564)}to{transform:translate(32.10265vw,100vh) scale(.5564)}}.snow:nth-child(353){opacity:.2518;transform:translate(78.3925vw,-10px) scale(.4403);animation:fall-353 22s -20s linear infinite}@keyframes fall-353{38.713%{transform:translate(76.791vw,38.713vh) scale(.4403)}to{transform:translate(77.59175vw,100vh) scale(.4403)}}.snow:nth-child(354){opacity:.5588;transform:translate(79.1038vw,-10px) scale(.2544);animation:fall-354 25s -29s linear infinite}@keyframes fall-354{35.9%{transform:translate(74.2667vw,35.9vh) scale(.2544)}to{transform:translate(76.68525vw,100vh) scale(.2544)}}.snow:nth-child(355){opacity:.6588;transform:translate(97.4536vw,-10px) scale(.1593);animation:fall-355 29s -19s linear infinite}@keyframes fall-355{36.726%{transform:translate(91.3513vw,36.726vh) scale(.1593)}to{transform:translate(94.40245vw,100vh) scale(.1593)}}.snow:nth-child(356){opacity:1.4116;transform:translate(37.626vw,-10px) scale(.8909);animation:fall-356 23s -14s linear infinite}@keyframes fall-356{70.826%{transform:translate(39.773vw,70.826vh) scale(.8909)}to{transform:translate(38.6995vw,100vh) scale(.8909)}}.snow:nth-child(357){opacity:1.3484;transform:translate(78.0669vw,-10px) scale(.9002);animation:fall-357 14s -13s linear infinite}@keyframes fall-357{52.438%{transform:translate(82.9742vw,52.438vh) scale(.9002)}to{transform:translate(80.52055vw,100vh) scale(.9002)}}.snow:nth-child(358){opacity:1.9828;transform:translate(11.3775vw,-10px) scale(.737);animation:fall-358 24s -24s linear infinite}@keyframes fall-358{75.565%{transform:translate(11.4305vw,75.565vh) scale(.737)}to{transform:translate(11.404vw,100vh) scale(.737)}}.snow:nth-child(359){opacity:1.6368;transform:translate(53.8863vw,-10px) scale(.4206);animation:fall-359 16s -8s linear infinite}@keyframes fall-359{37.98%{transform:translate(59.6519vw,37.98vh) scale(.4206)}to{transform:translate(56.7691vw,100vh) scale(.4206)}}.snow:nth-child(360){opacity:.6372;transform:translate(1.4532vw,-10px) scale(.8022);animation:fall-360 14s -27s linear infinite}@keyframes fall-360{64.202%{transform:translate(-.2547vw,64.202vh) scale(.8022)}to{transform:translate(.59925vw,100vh) scale(.8022)}}.snow:nth-child(361){opacity:1.0658;transform:translate(58.015vw,-10px) scale(.5491);animation:fall-361 13s -11s linear infinite}@keyframes fall-361{48.611%{transform:translate(62.5978vw,48.611vh) scale(.5491)}to{transform:translate(60.3064vw,100vh) scale(.5491)}}.snow:nth-child(362){opacity:1.5282;transform:translate(35.6959vw,-10px) scale(.4438);animation:fall-362 14s -14s linear infinite}@keyframes fall-362{69.011%{transform:translate(43.6389vw,69.011vh) scale(.4438)}to{transform:translate(39.6674vw,100vh) scale(.4438)}}.snow:nth-child(363){opacity:1.9546;transform:translate(5.7792vw,-10px) scale(.7235);animation:fall-363 25s -29s linear infinite}@keyframes fall-363{48.931%{transform:translate(12.926vw,48.931vh) scale(.7235)}to{transform:translate(9.3526vw,100vh) scale(.7235)}}.snow:nth-child(364){opacity:1.2596;transform:translate(28.0491vw,-10px) scale(.1703);animation:fall-364 12s -26s linear infinite}@keyframes fall-364{64.102%{transform:translate(29.3139vw,64.102vh) scale(.1703)}to{transform:translate(28.6815vw,100vh) scale(.1703)}}.snow:nth-child(365){opacity:.85;transform:translate(79.4797vw,-10px) scale(.0593);animation:fall-365 18s -6s linear infinite}@keyframes fall-365{67.684%{transform:translate(76.3876vw,67.684vh) scale(.0593)}to{transform:translate(77.93365vw,100vh) scale(.0593)}}.snow:nth-child(366){opacity:1.578;transform:translate(10.6877vw,-10px) scale(.666);animation:fall-366 13s -18s linear infinite}@keyframes fall-366{65.949%{transform:translate(8.3298vw,65.949vh) scale(.666)}to{transform:translate(9.50875vw,100vh) scale(.666)}}.snow:nth-child(367){opacity:1.234;transform:translate(14.3897vw,-10px) scale(.9221);animation:fall-367 25s -3s linear infinite}@keyframes fall-367{71.037%{transform:translate(18.1713vw,71.037vh) scale(.9221)}to{transform:translate(16.2805vw,100vh) scale(.9221)}}.snow:nth-child(368){opacity:.7426;transform:translate(97.2483vw,-10px) scale(.3784);animation:fall-368 29s -9s linear infinite}@keyframes fall-368{59.931%{transform:translate(96.903vw,59.931vh) scale(.3784)}to{transform:translate(97.07565vw,100vh) scale(.3784)}}.snow:nth-child(369){opacity:.2264;transform:translate(69.2176vw,-10px) scale(.8111);animation:fall-369 13s -15s linear infinite}@keyframes fall-369{69.833%{transform:translate(74.4465vw,69.833vh) scale(.8111)}to{transform:translate(71.83205vw,100vh) scale(.8111)}}.snow:nth-child(370){opacity:.309;transform:translate(43.3378vw,-10px) scale(.6781);animation:fall-370 18s -27s linear infinite}@keyframes fall-370{51.748%{transform:translate(40.8412vw,51.748vh) scale(.6781)}to{transform:translate(42.0895vw,100vh) scale(.6781)}}.snow:nth-child(371){opacity:1.682;transform:translate(20.5028vw,-10px) scale(.4863);animation:fall-371 24s -3s linear infinite}@keyframes fall-371{44.522%{transform:translate(22.0179vw,44.522vh) scale(.4863)}to{transform:translate(21.26035vw,100vh) scale(.4863)}}.snow:nth-child(372){opacity:.1538;transform:translate(42.41vw,-10px) scale(.5946);animation:fall-372 17s -12s linear infinite}@keyframes fall-372{65.683%{transform:translate(46.1041vw,65.683vh) scale(.5946)}to{transform:translate(44.25705vw,100vh) scale(.5946)}}.snow:nth-child(373){opacity:.876;transform:translate(29.714vw,-10px) scale(.5883);animation:fall-373 12s -13s linear infinite}@keyframes fall-373{33.877%{transform:translate(38.1248vw,33.877vh) scale(.5883)}to{transform:translate(33.9194vw,100vh) scale(.5883)}}.snow:nth-child(374){opacity:1.1688;transform:translate(88.9969vw,-10px) scale(.4379);animation:fall-374 25s -2s linear infinite}@keyframes fall-374{41.372%{transform:translate(94.7669vw,41.372vh) scale(.4379)}to{transform:translate(91.8819vw,100vh) scale(.4379)}}.snow:nth-child(375){opacity:.8784;transform:translate(89.3315vw,-10px) scale(.5751);animation:fall-375 23s -10s linear infinite}@keyframes fall-375{69.573%{transform:translate(90.3178vw,69.573vh) scale(.5751)}to{transform:translate(89.82465vw,100vh) scale(.5751)}}.snow:nth-child(376){opacity:1.5988;transform:translate(16.9876vw,-10px) scale(.3289);animation:fall-376 13s -23s linear infinite}@keyframes fall-376{74.962%{transform:translate(8.327vw,74.962vh) scale(.3289)}to{transform:translate(12.6573vw,100vh) scale(.3289)}}.snow:nth-child(377){opacity:1.19;transform:translate(55.1959vw,-10px) scale(.4064);animation:fall-377 13s -11s linear infinite}@keyframes fall-377{56.873%{transform:translate(61.8195vw,56.873vh) scale(.4064)}to{transform:translate(58.5077vw,100vh) scale(.4064)}}.snow:nth-child(378){opacity:.9214;transform:translate(8.6925vw,-10px) scale(.0159);animation:fall-378 22s -10s linear infinite}@keyframes fall-378{48.949%{transform:translate(4.2757vw,48.949vh) scale(.0159)}to{transform:translate(6.4841vw,100vh) scale(.0159)}}.snow:nth-child(379){opacity:.8302;transform:translate(64.4288vw,-10px) scale(.4717);animation:fall-379 17s -17s linear infinite}@keyframes fall-379{43.799%{transform:translate(54.6004vw,43.799vh) scale(.4717)}to{transform:translate(59.5146vw,100vh) scale(.4717)}}.snow:nth-child(380){opacity:.8398;transform:translate(83.5685vw,-10px) scale(.7105);animation:fall-380 12s -20s linear infinite}@keyframes fall-380{46.482%{transform:translate(85.6986vw,46.482vh) scale(.7105)}to{transform:translate(84.63355vw,100vh) scale(.7105)}}.snow:nth-child(381){opacity:.061;transform:translate(66.3627vw,-10px) scale(.2424);animation:fall-381 16s -29s linear infinite}@keyframes fall-381{50.805%{transform:translate(69.4855vw,50.805vh) scale(.2424)}to{transform:translate(67.9241vw,100vh) scale(.2424)}}.snow:nth-child(382){opacity:.9958;transform:translate(72.4931vw,-10px) scale(.3564);animation:fall-382 14s -12s linear infinite}@keyframes fall-382{34.696%{transform:translate(81.1656vw,34.696vh) scale(.3564)}to{transform:translate(76.82935vw,100vh) scale(.3564)}}.snow:nth-child(383){opacity:.5056;transform:translate(20.0885vw,-10px) scale(.1682);animation:fall-383 10s -1s linear infinite}@keyframes fall-383{74.404%{transform:translate(22.7699vw,74.404vh) scale(.1682)}to{transform:translate(21.4292vw,100vh) scale(.1682)}}.snow:nth-child(384){opacity:.3858;transform:translate(78.557vw,-10px) scale(.6782);animation:fall-384 28s -20s linear infinite}@keyframes fall-384{53.589%{transform:translate(87.8201vw,53.589vh) scale(.6782)}to{transform:translate(83.18855vw,100vh) scale(.6782)}}.snow:nth-child(385){opacity:1.8624;transform:translate(55.441vw,-10px) scale(.5021);animation:fall-385 19s -12s linear infinite}@keyframes fall-385{43.225%{transform:translate(47.9938vw,43.225vh) scale(.5021)}to{transform:translate(51.7174vw,100vh) scale(.5021)}}.snow:nth-child(386){opacity:1.4352;transform:translate(65.6874vw,-10px) scale(.301);animation:fall-386 17s -3s linear infinite}@keyframes fall-386{79.337%{transform:translate(67.3999vw,79.337vh) scale(.301)}to{transform:translate(66.54365vw,100vh) scale(.301)}}.snow:nth-child(387){opacity:1.3464;transform:translate(7.3784vw,-10px) scale(.9022);animation:fall-387 17s -22s linear infinite}@keyframes fall-387{63.242%{transform:translate(14.2849vw,63.242vh) scale(.9022)}to{transform:translate(10.83165vw,100vh) scale(.9022)}}.snow:nth-child(388){opacity:.724;transform:translate(88.1571vw,-10px) scale(.8282);animation:fall-388 20s -23s linear infinite}@keyframes fall-388{62.957%{transform:translate(88.9852vw,62.957vh) scale(.8282)}to{transform:translate(88.57115vw,100vh) scale(.8282)}}.snow:nth-child(389){opacity:1.2702;transform:translate(19.3182vw,-10px) scale(.2964);animation:fall-389 12s -26s linear infinite}@keyframes fall-389{58.946%{transform:translate(16.5305vw,58.946vh) scale(.2964)}to{transform:translate(17.92435vw,100vh) scale(.2964)}}.snow:nth-child(390){opacity:.6796;transform:translate(53.6461vw,-10px) scale(.0572);animation:fall-390 13s -1s linear infinite}@keyframes fall-390{72.671%{transform:translate(61.3442vw,72.671vh) scale(.0572)}to{transform:translate(57.49515vw,100vh) scale(.0572)}}.snow:nth-child(391){opacity:1.1436;transform:translate(72.8165vw,-10px) scale(.4158);animation:fall-391 16s -13s linear infinite}@keyframes fall-391{68.108%{transform:translate(67.4157vw,68.108vh) scale(.4158)}to{transform:translate(70.1161vw,100vh) scale(.4158)}}.snow:nth-child(392){opacity:.1636;transform:translate(9.4115vw,-10px) scale(.5038);animation:fall-392 29s -26s linear infinite}@keyframes fall-392{40.912%{transform:translate(14.4305vw,40.912vh) scale(.5038)}to{transform:translate(11.921vw,100vh) scale(.5038)}}.snow:nth-child(393){opacity:1.5846;transform:translate(34.9841vw,-10px) scale(.8516);animation:fall-393 25s -18s linear infinite}@keyframes fall-393{72.925%{transform:translate(41.5002vw,72.925vh) scale(.8516)}to{transform:translate(38.24215vw,100vh) scale(.8516)}}.snow:nth-child(394){opacity:.0316;transform:translate(16.0287vw,-10px) scale(.2891);animation:fall-394 12s -1s linear infinite}@keyframes fall-394{50.046%{transform:translate(21.0906vw,50.046vh) scale(.2891)}to{transform:translate(18.55965vw,100vh) scale(.2891)}}.snow:nth-child(395){opacity:.3416;transform:translate(88.1371vw,-10px) scale(.6011);animation:fall-395 18s -29s linear infinite}@keyframes fall-395{30.937%{transform:translate(78.1446vw,30.937vh) scale(.6011)}to{transform:translate(83.14085vw,100vh) scale(.6011)}}.snow:nth-child(396){opacity:.7412;transform:translate(99.1049vw,-10px) scale(.3041);animation:fall-396 30s -3s linear infinite}@keyframes fall-396{66.662%{transform:translate(89.3516vw,66.662vh) scale(.3041)}to{transform:translate(94.22825vw,100vh) scale(.3041)}}.snow:nth-child(397){opacity:1.1232;transform:translate(44.6948vw,-10px) scale(.6624);animation:fall-397 15s -20s linear infinite}@keyframes fall-397{38.16%{transform:translate(42.6946vw,38.16vh) scale(.6624)}to{transform:translate(43.6947vw,100vh) scale(.6624)}}.snow:nth-child(398){opacity:1.4132;transform:translate(74.695vw,-10px) scale(.1649);animation:fall-398 24s -3s linear infinite}@keyframes fall-398{55.671%{transform:translate(69.0131vw,55.671vh) scale(.1649)}to{transform:translate(71.85405vw,100vh) scale(.1649)}}.snow:nth-child(399){opacity:.5302;transform:translate(14.691vw,-10px) scale(.5872);animation:fall-399 24s -23s linear infinite}@keyframes fall-399{78.316%{transform:translate(24.3744vw,78.316vh) scale(.5872)}to{transform:translate(19.5327vw,100vh) scale(.5872)}}.snow:nth-child(400){opacity:1.2622;transform:translate(67.1917vw,-10px) scale(.94);animation:fall-400 28s -8s linear infinite}@keyframes fall-400{72.554%{transform:translate(73.2196vw,72.554vh) scale(.94)}to{transform:translate(70.20565vw,100vh) scale(.94)}}\n"], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
21
|
+
AppComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: AppComponent, selector: "app-root", ngImport: i0, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:1.762;transform:translate(69.3789vw,-10px) scale(.3046);animation:fall-1 18s -23s linear infinite}@keyframes fall-1{72.533%{transform:translate(60.2367vw,72.533vh) scale(.3046)}to{transform:translate(64.8078vw,100vh) scale(.3046)}}.snow:nth-child(2){opacity:1.1756;transform:translate(18.183vw,-10px) scale(.4374);animation:fall-2 28s -26s linear infinite}@keyframes fall-2{71.608%{transform:translate(23.3499vw,71.608vh) scale(.4374)}to{transform:translate(20.76645vw,100vh) scale(.4374)}}.snow:nth-child(3){opacity:.9484;transform:translate(79.7798vw,-10px) scale(.5669);animation:fall-3 22s -10s linear infinite}@keyframes fall-3{34.785%{transform:translate(88.0823vw,34.785vh) scale(.5669)}to{transform:translate(83.93105vw,100vh) scale(.5669)}}.snow:nth-child(4){opacity:.0664;transform:translate(42.8215vw,-10px) scale(.1294);animation:fall-4 30s -18s linear infinite}@keyframes fall-4{35.079%{transform:translate(47.4441vw,35.079vh) scale(.1294)}to{transform:translate(45.1328vw,100vh) scale(.1294)}}.snow:nth-child(5){opacity:.1152;transform:translate(27.6611vw,-10px) scale(.6245);animation:fall-5 23s -4s linear infinite}@keyframes fall-5{59.277%{transform:translate(19.7808vw,59.277vh) scale(.6245)}to{transform:translate(23.72095vw,100vh) scale(.6245)}}.snow:nth-child(6){opacity:1.8298;transform:translate(1.3131vw,-10px) scale(.4225);animation:fall-6 21s -8s linear infinite}@keyframes fall-6{49.37%{transform:translate(-5.4755vw,49.37vh) scale(.4225)}to{transform:translate(-2.0812vw,100vh) scale(.4225)}}.snow:nth-child(7){opacity:1.445;transform:translate(47.9199vw,-10px) scale(.4307);animation:fall-7 23s -10s linear infinite}@keyframes fall-7{54.891%{transform:translate(40.3159vw,54.891vh) scale(.4307)}to{transform:translate(44.1179vw,100vh) scale(.4307)}}.snow:nth-child(8){opacity:.1758;transform:translate(87.1893vw,-10px) scale(.9478);animation:fall-8 27s -29s linear infinite}@keyframes fall-8{76.43%{transform:translate(81.1741vw,76.43vh) scale(.9478)}to{transform:translate(84.1817vw,100vh) scale(.9478)}}.snow:nth-child(9){opacity:.2072;transform:translate(63.3201vw,-10px) scale(.0336);animation:fall-9 13s -25s linear infinite}@keyframes fall-9{53.871%{transform:translate(66.2379vw,53.871vh) scale(.0336)}to{transform:translate(64.779vw,100vh) scale(.0336)}}.snow:nth-child(10){opacity:1.8018;transform:translate(44.3968vw,-10px) scale(.6635);animation:fall-10 17s -8s linear infinite}@keyframes fall-10{77.738%{transform:translate(38.8898vw,77.738vh) scale(.6635)}to{transform:translate(41.6433vw,100vh) scale(.6635)}}.snow:nth-child(11){opacity:.7696;transform:translate(10.2435vw,-10px) scale(.5866);animation:fall-11 18s -22s linear infinite}@keyframes fall-11{68.741%{transform:translate(.5163vw,68.741vh) scale(.5866)}to{transform:translate(5.3799vw,100vh) scale(.5866)}}.snow:nth-child(12){opacity:1.7798;transform:translate(1.0132vw,-10px) scale(.8901);animation:fall-12 13s -28s linear infinite}@keyframes fall-12{49.194%{transform:translate(8.7275vw,49.194vh) scale(.8901)}to{transform:translate(4.87035vw,100vh) scale(.8901)}}.snow:nth-child(13){opacity:.649;transform:translate(69.9321vw,-10px) scale(.3564);animation:fall-13 18s -15s linear infinite}@keyframes fall-13{58.321%{transform:translate(66.7664vw,58.321vh) scale(.3564)}to{transform:translate(68.34925vw,100vh) scale(.3564)}}.snow:nth-child(14){opacity:.9964;transform:translate(7.6834vw,-10px) scale(.0101);animation:fall-14 28s -24s linear infinite}@keyframes fall-14{49.133%{transform:translate(14.1911vw,49.133vh) scale(.0101)}to{transform:translate(10.93725vw,100vh) scale(.0101)}}.snow:nth-child(15){opacity:.6908;transform:translate(43.0249vw,-10px) scale(.7596);animation:fall-15 12s -19s linear infinite}@keyframes fall-15{71.852%{transform:translate(52.9402vw,71.852vh) scale(.7596)}to{transform:translate(47.98255vw,100vh) scale(.7596)}}.snow:nth-child(16){opacity:.9546;transform:translate(70.046vw,-10px) scale(.2145);animation:fall-16 16s -21s linear infinite}@keyframes fall-16{46.191%{transform:translate(68.5121vw,46.191vh) scale(.2145)}to{transform:translate(69.27905vw,100vh) scale(.2145)}}.snow:nth-child(17){opacity:.0556;transform:translate(59.1165vw,-10px) scale(.9519);animation:fall-17 23s -23s linear infinite}@keyframes fall-17{35.055%{transform:translate(61.4998vw,35.055vh) scale(.9519)}to{transform:translate(60.30815vw,100vh) scale(.9519)}}.snow:nth-child(18){opacity:.5558;transform:translate(75.646vw,-10px) scale(.0184);animation:fall-18 18s -11s linear infinite}@keyframes fall-18{61.766%{transform:translate(78.3121vw,61.766vh) scale(.0184)}to{transform:translate(76.97905vw,100vh) scale(.0184)}}.snow:nth-child(19){opacity:1.0182;transform:translate(28.4265vw,-10px) scale(.2483);animation:fall-19 29s -19s linear infinite}@keyframes fall-19{53.451%{transform:translate(28.2311vw,53.451vh) scale(.2483)}to{transform:translate(28.3288vw,100vh) scale(.2483)}}.snow:nth-child(20){opacity:1.3472;transform:translate(39.6629vw,-10px) scale(.6529);animation:fall-20 13s -28s linear infinite}@keyframes fall-20{55.434%{transform:translate(38.8388vw,55.434vh) scale(.6529)}to{transform:translate(39.25085vw,100vh) scale(.6529)}}.snow:nth-child(21){opacity:1.311;transform:translate(88.3899vw,-10px) scale(.2043);animation:fall-21 12s -25s linear infinite}@keyframes fall-21{65.112%{transform:translate(97.2816vw,65.112vh) scale(.2043)}to{transform:translate(92.83575vw,100vh) scale(.2043)}}.snow:nth-child(22){opacity:.922;transform:translate(.8633vw,-10px) scale(.5991);animation:fall-22 18s -10s linear infinite}@keyframes fall-22{53.728%{transform:translate(6.5914vw,53.728vh) scale(.5991)}to{transform:translate(3.72735vw,100vh) scale(.5991)}}.snow:nth-child(23){opacity:1.309;transform:translate(28.1253vw,-10px) scale(.6439);animation:fall-23 17s -28s linear infinite}@keyframes fall-23{39.187%{transform:translate(35.8902vw,39.187vh) scale(.6439)}to{transform:translate(32.00775vw,100vh) scale(.6439)}}.snow:nth-child(24){opacity:1.4936;transform:translate(33.4686vw,-10px) scale(.4658);animation:fall-24 14s -26s linear infinite}@keyframes fall-24{32.599%{transform:translate(37.3872vw,32.599vh) scale(.4658)}to{transform:translate(35.4279vw,100vh) scale(.4658)}}.snow:nth-child(25){opacity:.93;transform:translate(91.0224vw,-10px) scale(.7583);animation:fall-25 29s -28s linear infinite}@keyframes fall-25{50.985%{transform:translate(98.5705vw,50.985vh) scale(.7583)}to{transform:translate(94.79645vw,100vh) scale(.7583)}}.snow:nth-child(26){opacity:.4728;transform:translate(90.1915vw,-10px) scale(.6073);animation:fall-26 20s -11s linear infinite}@keyframes fall-26{44.987%{transform:translate(95.9645vw,44.987vh) scale(.6073)}to{transform:translate(93.078vw,100vh) scale(.6073)}}.snow:nth-child(27){opacity:1.842;transform:translate(19.9829vw,-10px) scale(.8626);animation:fall-27 17s -27s linear infinite}@keyframes fall-27{69.528%{transform:translate(28.4445vw,69.528vh) scale(.8626)}to{transform:translate(24.2137vw,100vh) scale(.8626)}}.snow:nth-child(28){opacity:.025;transform:translate(83.2069vw,-10px) scale(.0985);animation:fall-28 13s -4s linear infinite}@keyframes fall-28{79.367%{transform:translate(78.2736vw,79.367vh) scale(.0985)}to{transform:translate(80.74025vw,100vh) scale(.0985)}}.snow:nth-child(29){opacity:.1262;transform:translate(34.9268vw,-10px) scale(.5172);animation:fall-29 29s -15s linear infinite}@keyframes fall-29{44.651%{transform:translate(39.1744vw,44.651vh) scale(.5172)}to{transform:translate(37.0506vw,100vh) scale(.5172)}}.snow:nth-child(30){opacity:1.9486;transform:translate(19.1667vw,-10px) scale(.5261);animation:fall-30 29s -22s linear infinite}@keyframes fall-30{59.696%{transform:translate(26.9974vw,59.696vh) scale(.5261)}to{transform:translate(23.08205vw,100vh) scale(.5261)}}.snow:nth-child(31){opacity:1.0514;transform:translate(86.8508vw,-10px) scale(.78);animation:fall-31 19s -1s linear infinite}@keyframes fall-31{68.596%{transform:translate(90.434vw,68.596vh) scale(.78)}to{transform:translate(88.6424vw,100vh) scale(.78)}}.snow:nth-child(32){opacity:.487;transform:translate(80.5052vw,-10px) scale(.6159);animation:fall-32 12s -4s linear infinite}@keyframes fall-32{45.511%{transform:translate(86.0115vw,45.511vh) scale(.6159)}to{transform:translate(83.25835vw,100vh) scale(.6159)}}.snow:nth-child(33){opacity:.92;transform:translate(42.978vw,-10px) scale(.1012);animation:fall-33 28s -8s linear infinite}@keyframes fall-33{56.06%{transform:translate(48.3339vw,56.06vh) scale(.1012)}to{transform:translate(45.65595vw,100vh) scale(.1012)}}.snow:nth-child(34){opacity:1.396;transform:translate(44.8394vw,-10px) scale(.8861);animation:fall-34 26s -11s linear infinite}@keyframes fall-34{35.468%{transform:translate(38.5858vw,35.468vh) scale(.8861)}to{transform:translate(41.7126vw,100vh) scale(.8861)}}.snow:nth-child(35){opacity:1.5306;transform:translate(17.2294vw,-10px) scale(.1383);animation:fall-35 14s -8s linear infinite}@keyframes fall-35{73.584%{transform:translate(15.1023vw,73.584vh) scale(.1383)}to{transform:translate(16.16585vw,100vh) scale(.1383)}}.snow:nth-child(36){opacity:.4398;transform:translate(17.792vw,-10px) scale(.4782);animation:fall-36 17s -11s linear infinite}@keyframes fall-36{65.784%{transform:translate(18.4413vw,65.784vh) scale(.4782)}to{transform:translate(18.11665vw,100vh) scale(.4782)}}.snow:nth-child(37){opacity:1.9598;transform:translate(97.4107vw,-10px) scale(.0973);animation:fall-37 14s -4s linear infinite}@keyframes fall-37{32.002%{transform:translate(105.2767vw,32.002vh) scale(.0973)}to{transform:translate(101.3437vw,100vh) scale(.0973)}}.snow:nth-child(38){opacity:.8588;transform:translate(52.534vw,-10px) scale(.6379);animation:fall-38 15s -24s linear infinite}@keyframes fall-38{47.469%{transform:translate(61.9022vw,47.469vh) scale(.6379)}to{transform:translate(57.2181vw,100vh) scale(.6379)}}.snow:nth-child(39){opacity:1.5684;transform:translate(5.6461vw,-10px) scale(.7381);animation:fall-39 12s -16s linear infinite}@keyframes fall-39{36.102%{transform:translate(.3392vw,36.102vh) scale(.7381)}to{transform:translate(2.99265vw,100vh) scale(.7381)}}.snow:nth-child(40){opacity:.8438;transform:translate(46.4134vw,-10px) scale(.0008);animation:fall-40 19s -1s linear infinite}@keyframes fall-40{33.335%{transform:translate(42.1655vw,33.335vh) scale(.0008)}to{transform:translate(44.28945vw,100vh) scale(.0008)}}.snow:nth-child(41){opacity:1.6776;transform:translate(80.05vw,-10px) scale(.2896);animation:fall-41 14s -1s linear infinite}@keyframes fall-41{69.965%{transform:translate(87.8453vw,69.965vh) scale(.2896)}to{transform:translate(83.94765vw,100vh) scale(.2896)}}.snow:nth-child(42){opacity:.6872;transform:translate(3.5476vw,-10px) scale(.1916);animation:fall-42 19s -7s linear infinite}@keyframes fall-42{52.412%{transform:translate(-5.2148vw,52.412vh) scale(.1916)}to{transform:translate(-.8336vw,100vh) scale(.1916)}}.snow:nth-child(43){opacity:.4134;transform:translate(53.7546vw,-10px) scale(.253);animation:fall-43 26s -1s linear infinite}@keyframes fall-43{45.823%{transform:translate(56.2526vw,45.823vh) scale(.253)}to{transform:translate(55.0036vw,100vh) scale(.253)}}.snow:nth-child(44){opacity:1.0652;transform:translate(76.2449vw,-10px) scale(.9004);animation:fall-44 27s -8s linear infinite}@keyframes fall-44{30.169%{transform:translate(71.8839vw,30.169vh) scale(.9004)}to{transform:translate(74.0644vw,100vh) scale(.9004)}}.snow:nth-child(45){opacity:.764;transform:translate(14.0167vw,-10px) scale(.0372);animation:fall-45 10s -10s linear infinite}@keyframes fall-45{35.033%{transform:translate(19.6982vw,35.033vh) scale(.0372)}to{transform:translate(16.85745vw,100vh) scale(.0372)}}.snow:nth-child(46){opacity:1.827;transform:translate(96.8839vw,-10px) scale(.1091);animation:fall-46 13s -1s linear infinite}@keyframes fall-46{75.376%{transform:translate(95.5086vw,75.376vh) scale(.1091)}to{transform:translate(96.19625vw,100vh) scale(.1091)}}.snow:nth-child(47){opacity:.368;transform:translate(95.4151vw,-10px) scale(.5441);animation:fall-47 19s -2s linear infinite}@keyframes fall-47{68.497%{transform:translate(103.5713vw,68.497vh) scale(.5441)}to{transform:translate(99.4932vw,100vh) scale(.5441)}}.snow:nth-child(48){opacity:1.2796;transform:translate(39.7356vw,-10px) scale(.356);animation:fall-48 11s -23s linear infinite}@keyframes fall-48{44.508%{transform:translate(45.0964vw,44.508vh) scale(.356)}to{transform:translate(42.416vw,100vh) scale(.356)}}.snow:nth-child(49){opacity:.9558;transform:translate(21.4075vw,-10px) scale(.995);animation:fall-49 27s -12s linear infinite}@keyframes fall-49{42.883%{transform:translate(14.7536vw,42.883vh) scale(.995)}to{transform:translate(18.08055vw,100vh) scale(.995)}}.snow:nth-child(50){opacity:.4502;transform:translate(6.9085vw,-10px) scale(.1613);animation:fall-50 12s -4s linear infinite}@keyframes fall-50{42.446%{transform:translate(16.4131vw,42.446vh) scale(.1613)}to{transform:translate(11.6608vw,100vh) scale(.1613)}}.snow:nth-child(51){opacity:.1514;transform:translate(90.1107vw,-10px) scale(.7272);animation:fall-51 23s -28s linear infinite}@keyframes fall-51{57.951%{transform:translate(93.5707vw,57.951vh) scale(.7272)}to{transform:translate(91.8407vw,100vh) scale(.7272)}}.snow:nth-child(52){opacity:.9056;transform:translate(30.8342vw,-10px) scale(.361);animation:fall-52 25s -7s linear infinite}@keyframes fall-52{51.393%{transform:translate(37.0696vw,51.393vh) scale(.361)}to{transform:translate(33.9519vw,100vh) scale(.361)}}.snow:nth-child(53){opacity:.9762;transform:translate(81.9566vw,-10px) scale(.7643);animation:fall-53 10s -5s linear infinite}@keyframes fall-53{42.695%{transform:translate(90.2795vw,42.695vh) scale(.7643)}to{transform:translate(86.11805vw,100vh) scale(.7643)}}.snow:nth-child(54){opacity:.968;transform:translate(67.2388vw,-10px) scale(.4615);animation:fall-54 10s -21s linear infinite}@keyframes fall-54{40.921%{transform:translate(61.6377vw,40.921vh) scale(.4615)}to{transform:translate(64.43825vw,100vh) scale(.4615)}}.snow:nth-child(55){opacity:.9422;transform:translate(58.7657vw,-10px) scale(.0326);animation:fall-55 10s -7s linear infinite}@keyframes fall-55{76.903%{transform:translate(53.4185vw,76.903vh) scale(.0326)}to{transform:translate(56.0921vw,100vh) scale(.0326)}}.snow:nth-child(56){opacity:.5698;transform:translate(42.7804vw,-10px) scale(.3199);animation:fall-56 28s -3s linear infinite}@keyframes fall-56{32.626%{transform:translate(36.5337vw,32.626vh) scale(.3199)}to{transform:translate(39.65705vw,100vh) scale(.3199)}}.snow:nth-child(57){opacity:1.0048;transform:translate(82.8183vw,-10px) scale(.3665);animation:fall-57 16s -28s linear infinite}@keyframes fall-57{35.251%{transform:translate(83.3364vw,35.251vh) scale(.3665)}to{transform:translate(83.07735vw,100vh) scale(.3665)}}.snow:nth-child(58){opacity:1.8078;transform:translate(94.9321vw,-10px) scale(.7016);animation:fall-58 22s -14s linear infinite}@keyframes fall-58{33.303%{transform:translate(95.5632vw,33.303vh) scale(.7016)}to{transform:translate(95.24765vw,100vh) scale(.7016)}}.snow:nth-child(59){opacity:.701;transform:translate(46.0462vw,-10px) scale(.2968);animation:fall-59 14s -25s linear infinite}@keyframes fall-59{67.355%{transform:translate(41.8079vw,67.355vh) scale(.2968)}to{transform:translate(43.92705vw,100vh) scale(.2968)}}.snow:nth-child(60){opacity:.9568;transform:translate(22.6vw,-10px) scale(.7332);animation:fall-60 28s -18s linear infinite}@keyframes fall-60{62.185%{transform:translate(30.5327vw,62.185vh) scale(.7332)}to{transform:translate(26.56635vw,100vh) scale(.7332)}}.snow:nth-child(61){opacity:1.93;transform:translate(94.2319vw,-10px) scale(.0555);animation:fall-61 16s -5s linear infinite}@keyframes fall-61{44.938%{transform:translate(100.1125vw,44.938vh) scale(.0555)}to{transform:translate(97.1722vw,100vh) scale(.0555)}}.snow:nth-child(62){opacity:.1528;transform:translate(13.8721vw,-10px) scale(.0501);animation:fall-62 27s -25s linear infinite}@keyframes fall-62{55.447%{transform:translate(8.4833vw,55.447vh) scale(.0501)}to{transform:translate(11.1777vw,100vh) scale(.0501)}}.snow:nth-child(63){opacity:1.7938;transform:translate(13.5411vw,-10px) scale(.2476);animation:fall-63 17s -14s linear infinite}@keyframes fall-63{42.43%{transform:translate(9.2004vw,42.43vh) scale(.2476)}to{transform:translate(11.37075vw,100vh) scale(.2476)}}.snow:nth-child(64){opacity:1.1944;transform:translate(93.9361vw,-10px) scale(.7891);animation:fall-64 10s -5s linear infinite}@keyframes fall-64{66.93%{transform:translate(98.0483vw,66.93vh) scale(.7891)}to{transform:translate(95.9922vw,100vh) scale(.7891)}}.snow:nth-child(65){opacity:1.9106;transform:translate(35.6876vw,-10px) scale(.4955);animation:fall-65 11s -10s linear infinite}@keyframes fall-65{41.787%{transform:translate(31.3456vw,41.787vh) scale(.4955)}to{transform:translate(33.5166vw,100vh) scale(.4955)}}.snow:nth-child(66){opacity:.1158;transform:translate(26.9708vw,-10px) scale(.5536);animation:fall-66 19s -7s linear infinite}@keyframes fall-66{40.311%{transform:translate(21.7419vw,40.311vh) scale(.5536)}to{transform:translate(24.35635vw,100vh) scale(.5536)}}.snow:nth-child(67){opacity:.4684;transform:translate(52.5272vw,-10px) scale(.4354);animation:fall-67 11s -20s linear infinite}@keyframes fall-67{57.545%{transform:translate(48.6778vw,57.545vh) scale(.4354)}to{transform:translate(50.6025vw,100vh) scale(.4354)}}.snow:nth-child(68){opacity:1.4192;transform:translate(61.8889vw,-10px) scale(.185);animation:fall-68 28s -12s linear infinite}@keyframes fall-68{69.026%{transform:translate(69.9825vw,69.026vh) scale(.185)}to{transform:translate(65.9357vw,100vh) scale(.185)}}.snow:nth-child(69){opacity:.584;transform:translate(45.7623vw,-10px) scale(.0785);animation:fall-69 29s -5s linear infinite}@keyframes fall-69{76.094%{transform:translate(45.5185vw,76.094vh) scale(.0785)}to{transform:translate(45.6404vw,100vh) scale(.0785)}}.snow:nth-child(70){opacity:1.2246;transform:translate(20.8361vw,-10px) scale(.8057);animation:fall-70 18s -21s linear infinite}@keyframes fall-70{67.222%{transform:translate(20.8551vw,67.222vh) scale(.8057)}to{transform:translate(20.8456vw,100vh) scale(.8057)}}.snow:nth-child(71){opacity:.3174;transform:translate(77.0923vw,-10px) scale(.4269);animation:fall-71 29s -29s linear infinite}@keyframes fall-71{72.307%{transform:translate(81.3739vw,72.307vh) scale(.4269)}to{transform:translate(79.2331vw,100vh) scale(.4269)}}.snow:nth-child(72){opacity:.6096;transform:translate(5.5168vw,-10px) scale(.7219);animation:fall-72 19s -9s linear infinite}@keyframes fall-72{57.282%{transform:translate(5.908vw,57.282vh) scale(.7219)}to{transform:translate(5.7124vw,100vh) scale(.7219)}}.snow:nth-child(73){opacity:1.5764;transform:translate(93.0415vw,-10px) scale(.3479);animation:fall-73 12s -26s linear infinite}@keyframes fall-73{74.373%{transform:translate(94.4233vw,74.373vh) scale(.3479)}to{transform:translate(93.7324vw,100vh) scale(.3479)}}.snow:nth-child(74){opacity:.2912;transform:translate(45.6422vw,-10px) scale(.7278);animation:fall-74 14s -24s linear infinite}@keyframes fall-74{36.969%{transform:translate(50.6244vw,36.969vh) scale(.7278)}to{transform:translate(48.1333vw,100vh) scale(.7278)}}.snow:nth-child(75){opacity:.7906;transform:translate(61.5853vw,-10px) scale(.0689);animation:fall-75 29s -6s linear infinite}@keyframes fall-75{42.25%{transform:translate(53.2245vw,42.25vh) scale(.0689)}to{transform:translate(57.4049vw,100vh) scale(.0689)}}.snow:nth-child(76){opacity:.1928;transform:translate(24.8271vw,-10px) scale(.0257);animation:fall-76 14s -21s linear infinite}@keyframes fall-76{35.895%{transform:translate(19.6407vw,35.895vh) scale(.0257)}to{transform:translate(22.2339vw,100vh) scale(.0257)}}.snow:nth-child(77){opacity:1.5802;transform:translate(39.1021vw,-10px) scale(.0143);animation:fall-77 28s -11s linear infinite}@keyframes fall-77{69.948%{transform:translate(39.8312vw,69.948vh) scale(.0143)}to{transform:translate(39.46665vw,100vh) scale(.0143)}}.snow:nth-child(78){opacity:.0604;transform:translate(69.9514vw,-10px) scale(.8749);animation:fall-78 23s -29s linear infinite}@keyframes fall-78{67.244%{transform:translate(71.5604vw,67.244vh) scale(.8749)}to{transform:translate(70.7559vw,100vh) scale(.8749)}}.snow:nth-child(79){opacity:.4578;transform:translate(79.4448vw,-10px) scale(.5048);animation:fall-79 21s -4s linear infinite}@keyframes fall-79{72.728%{transform:translate(81.0151vw,72.728vh) scale(.5048)}to{transform:translate(80.22995vw,100vh) scale(.5048)}}.snow:nth-child(80){opacity:1.0266;transform:translate(39.952vw,-10px) scale(.9878);animation:fall-80 25s -20s linear infinite}@keyframes fall-80{40.569%{transform:translate(45.0306vw,40.569vh) scale(.9878)}to{transform:translate(42.4913vw,100vh) scale(.9878)}}.snow:nth-child(81){opacity:.7088;transform:translate(79.4656vw,-10px) scale(.0668);animation:fall-81 22s -21s linear infinite}@keyframes fall-81{38.935%{transform:translate(69.9186vw,38.935vh) scale(.0668)}to{transform:translate(74.6921vw,100vh) scale(.0668)}}.snow:nth-child(82){opacity:.1842;transform:translate(42.8074vw,-10px) scale(.0677);animation:fall-82 22s -4s linear infinite}@keyframes fall-82{64.51%{transform:translate(39.238vw,64.51vh) scale(.0677)}to{transform:translate(41.0227vw,100vh) scale(.0677)}}.snow:nth-child(83){opacity:1.7646;transform:translate(10.8985vw,-10px) scale(.7748);animation:fall-83 24s -9s linear infinite}@keyframes fall-83{32.882%{transform:translate(14.6773vw,32.882vh) scale(.7748)}to{transform:translate(12.7879vw,100vh) scale(.7748)}}.snow:nth-child(84){opacity:.9752;transform:translate(71.1309vw,-10px) scale(.3324);animation:fall-84 28s -13s linear infinite}@keyframes fall-84{53.747%{transform:translate(66.2578vw,53.747vh) scale(.3324)}to{transform:translate(68.69435vw,100vh) scale(.3324)}}.snow:nth-child(85){opacity:1.6366;transform:translate(.0044vw,-10px) scale(.9948);animation:fall-85 22s -4s linear infinite}@keyframes fall-85{63.586%{transform:translate(5.4176vw,63.586vh) scale(.9948)}to{transform:translate(2.711vw,100vh) scale(.9948)}}.snow:nth-child(86){opacity:.9292;transform:translate(71.6239vw,-10px) scale(.5383);animation:fall-86 27s -15s linear infinite}@keyframes fall-86{79.72%{transform:translate(70.9786vw,79.72vh) scale(.5383)}to{transform:translate(71.30125vw,100vh) scale(.5383)}}.snow:nth-child(87){opacity:.7736;transform:translate(79.644vw,-10px) scale(.8286);animation:fall-87 13s -27s linear infinite}@keyframes fall-87{68.57%{transform:translate(85.4711vw,68.57vh) scale(.8286)}to{transform:translate(82.55755vw,100vh) scale(.8286)}}.snow:nth-child(88){opacity:1.5428;transform:translate(63.5385vw,-10px) scale(.2165);animation:fall-88 26s -9s linear infinite}@keyframes fall-88{53.113%{transform:translate(69.1004vw,53.113vh) scale(.2165)}to{transform:translate(66.31945vw,100vh) scale(.2165)}}.snow:nth-child(89){opacity:.7212;transform:translate(68.3566vw,-10px) scale(.8077);animation:fall-89 25s -20s linear infinite}@keyframes fall-89{35.757%{transform:translate(65.1353vw,35.757vh) scale(.8077)}to{transform:translate(66.74595vw,100vh) scale(.8077)}}.snow:nth-child(90){opacity:.4424;transform:translate(4.8052vw,-10px) scale(.0841);animation:fall-90 26s -5s linear infinite}@keyframes fall-90{38.651%{transform:translate(4.3241vw,38.651vh) scale(.0841)}to{transform:translate(4.56465vw,100vh) scale(.0841)}}.snow:nth-child(91){opacity:1.69;transform:translate(76.3682vw,-10px) scale(.7718);animation:fall-91 13s -18s linear infinite}@keyframes fall-91{51.483%{transform:translate(83.949vw,51.483vh) scale(.7718)}to{transform:translate(80.1586vw,100vh) scale(.7718)}}.snow:nth-child(92){opacity:1.7046;transform:translate(14.045vw,-10px) scale(.6435);animation:fall-92 16s -17s linear infinite}@keyframes fall-92{41.352%{transform:translate(4.1903vw,41.352vh) scale(.6435)}to{transform:translate(9.11765vw,100vh) scale(.6435)}}.snow:nth-child(93){opacity:1.789;transform:translate(67.4722vw,-10px) scale(.2302);animation:fall-93 24s -27s linear infinite}@keyframes fall-93{75.253%{transform:translate(66.4975vw,75.253vh) scale(.2302)}to{transform:translate(66.98485vw,100vh) scale(.2302)}}.snow:nth-child(94){opacity:.7956;transform:translate(77.5452vw,-10px) scale(.5652);animation:fall-94 22s -30s linear infinite}@keyframes fall-94{72.259%{transform:translate(72.7139vw,72.259vh) scale(.5652)}to{transform:translate(75.12955vw,100vh) scale(.5652)}}.snow:nth-child(95){opacity:1.734;transform:translate(3.6398vw,-10px) scale(.7841);animation:fall-95 30s -30s linear infinite}@keyframes fall-95{78.363%{transform:translate(-1.9895vw,78.363vh) scale(.7841)}to{transform:translate(.82515vw,100vh) scale(.7841)}}.snow:nth-child(96){opacity:1.4788;transform:translate(18.5532vw,-10px) scale(.33);animation:fall-96 15s -27s linear infinite}@keyframes fall-96{63.196%{transform:translate(28.4353vw,63.196vh) scale(.33)}to{transform:translate(23.49425vw,100vh) scale(.33)}}.snow:nth-child(97){opacity:.861;transform:translate(37.349vw,-10px) scale(.4413);animation:fall-97 14s -14s linear infinite}@keyframes fall-97{44.577%{transform:translate(36.8104vw,44.577vh) scale(.4413)}to{transform:translate(37.0797vw,100vh) scale(.4413)}}.snow:nth-child(98){opacity:1.7652;transform:translate(11.5412vw,-10px) scale(.2338);animation:fall-98 27s -17s linear infinite}@keyframes fall-98{60.22%{transform:translate(14.4388vw,60.22vh) scale(.2338)}to{transform:translate(12.99vw,100vh) scale(.2338)}}.snow:nth-child(99){opacity:1.0364;transform:translate(50.0308vw,-10px) scale(.2056);animation:fall-99 12s -10s linear infinite}@keyframes fall-99{55.173%{transform:translate(46.7491vw,55.173vh) scale(.2056)}to{transform:translate(48.38995vw,100vh) scale(.2056)}}.snow:nth-child(100){opacity:.1982;transform:translate(.1886vw,-10px) scale(.9184);animation:fall-100 25s -25s linear infinite}@keyframes fall-100{52.495%{transform:translate(5.9954vw,52.495vh) scale(.9184)}to{transform:translate(3.092vw,100vh) scale(.9184)}}.snow:nth-child(101){opacity:1.7038;transform:translate(34.4703vw,-10px) scale(.8515);animation:fall-101 10s -4s linear infinite}@keyframes fall-101{46.583%{transform:translate(38.7937vw,46.583vh) scale(.8515)}to{transform:translate(36.632vw,100vh) scale(.8515)}}.snow:nth-child(102){opacity:1.8018;transform:translate(26.6146vw,-10px) scale(.1835);animation:fall-102 23s -18s linear infinite}@keyframes fall-102{30.519%{transform:translate(20.7215vw,30.519vh) scale(.1835)}to{transform:translate(23.66805vw,100vh) scale(.1835)}}.snow:nth-child(103){opacity:1.7152;transform:translate(41.5502vw,-10px) scale(.8001);animation:fall-103 12s -29s linear infinite}@keyframes fall-103{58.931%{transform:translate(39.295vw,58.931vh) scale(.8001)}to{transform:translate(40.4226vw,100vh) scale(.8001)}}.snow:nth-child(104){opacity:.2106;transform:translate(79.9473vw,-10px) scale(.025);animation:fall-104 16s -13s linear infinite}@keyframes fall-104{33.411%{transform:translate(88.6743vw,33.411vh) scale(.025)}to{transform:translate(84.3108vw,100vh) scale(.025)}}.snow:nth-child(105){opacity:.9144;transform:translate(25.0608vw,-10px) scale(.3507);animation:fall-105 11s -25s linear infinite}@keyframes fall-105{74.074%{transform:translate(26.975vw,74.074vh) scale(.3507)}to{transform:translate(26.0179vw,100vh) scale(.3507)}}.snow:nth-child(106){opacity:1.1568;transform:translate(33.6134vw,-10px) scale(.3827);animation:fall-106 16s -8s linear infinite}@keyframes fall-106{67.382%{transform:translate(38.8458vw,67.382vh) scale(.3827)}to{transform:translate(36.2296vw,100vh) scale(.3827)}}.snow:nth-child(107){opacity:1.4282;transform:translate(24.0145vw,-10px) scale(.1699);animation:fall-107 15s -9s linear infinite}@keyframes fall-107{52.283%{transform:translate(27.4043vw,52.283vh) scale(.1699)}to{transform:translate(25.7094vw,100vh) scale(.1699)}}.snow:nth-child(108){opacity:.8606;transform:translate(6.0841vw,-10px) scale(.0799);animation:fall-108 11s -4s linear infinite}@keyframes fall-108{37.859%{transform:translate(-1.8034vw,37.859vh) scale(.0799)}to{transform:translate(2.14035vw,100vh) scale(.0799)}}.snow:nth-child(109){opacity:.3262;transform:translate(55.3091vw,-10px) scale(.8676);animation:fall-109 28s -21s linear infinite}@keyframes fall-109{66.87%{transform:translate(46.7405vw,66.87vh) scale(.8676)}to{transform:translate(51.0248vw,100vh) scale(.8676)}}.snow:nth-child(110){opacity:.171;transform:translate(53.4713vw,-10px) scale(.7071);animation:fall-110 19s -7s linear infinite}@keyframes fall-110{67.269%{transform:translate(52.7016vw,67.269vh) scale(.7071)}to{transform:translate(53.08645vw,100vh) scale(.7071)}}.snow:nth-child(111){opacity:1.9556;transform:translate(9.5016vw,-10px) scale(.4571);animation:fall-111 11s -19s linear infinite}@keyframes fall-111{41.615%{transform:translate(16.9585vw,41.615vh) scale(.4571)}to{transform:translate(13.23005vw,100vh) scale(.4571)}}.snow:nth-child(112){opacity:.176;transform:translate(85.6462vw,-10px) scale(.4898);animation:fall-112 27s -6s linear infinite}@keyframes fall-112{40.166%{transform:translate(89.0565vw,40.166vh) scale(.4898)}to{transform:translate(87.35135vw,100vh) scale(.4898)}}.snow:nth-child(113){opacity:.8296;transform:translate(89.7292vw,-10px) scale(.5481);animation:fall-113 13s -9s linear infinite}@keyframes fall-113{30.26%{transform:translate(91.2148vw,30.26vh) scale(.5481)}to{transform:translate(90.472vw,100vh) scale(.5481)}}.snow:nth-child(114){opacity:1.6224;transform:translate(44.4943vw,-10px) scale(.8868);animation:fall-114 26s -24s linear infinite}@keyframes fall-114{45.148%{transform:translate(50.6577vw,45.148vh) scale(.8868)}to{transform:translate(47.576vw,100vh) scale(.8868)}}.snow:nth-child(115){opacity:1.1392;transform:translate(90.5394vw,-10px) scale(.1965);animation:fall-115 18s -29s linear infinite}@keyframes fall-115{70.072%{transform:translate(88.5977vw,70.072vh) scale(.1965)}to{transform:translate(89.56855vw,100vh) scale(.1965)}}.snow:nth-child(116){opacity:.528;transform:translate(74.3646vw,-10px) scale(.3198);animation:fall-116 25s -18s linear infinite}@keyframes fall-116{59.77%{transform:translate(83.5104vw,59.77vh) scale(.3198)}to{transform:translate(78.9375vw,100vh) scale(.3198)}}.snow:nth-child(117){opacity:.141;transform:translate(66.5045vw,-10px) scale(.2097);animation:fall-117 20s -29s linear infinite}@keyframes fall-117{31.679%{transform:translate(62.5088vw,31.679vh) scale(.2097)}to{transform:translate(64.50665vw,100vh) scale(.2097)}}.snow:nth-child(118){opacity:1.5852;transform:translate(21.3508vw,-10px) scale(.1371);animation:fall-118 13s -1s linear infinite}@keyframes fall-118{73.028%{transform:translate(31.1313vw,73.028vh) scale(.1371)}to{transform:translate(26.24105vw,100vh) scale(.1371)}}.snow:nth-child(119){opacity:1.6446;transform:translate(35.1199vw,-10px) scale(.2074);animation:fall-119 12s -6s linear infinite}@keyframes fall-119{53.948%{transform:translate(37.5705vw,53.948vh) scale(.2074)}to{transform:translate(36.3452vw,100vh) scale(.2074)}}.snow:nth-child(120){opacity:1.0784;transform:translate(29.6149vw,-10px) scale(.6846);animation:fall-120 29s -16s linear infinite}@keyframes fall-120{37.567%{transform:translate(32.768vw,37.567vh) scale(.6846)}to{transform:translate(31.19145vw,100vh) scale(.6846)}}.snow:nth-child(121){opacity:1.9516;transform:translate(97.3641vw,-10px) scale(.3975);animation:fall-121 15s -15s linear infinite}@keyframes fall-121{46.773%{transform:translate(106.3516vw,46.773vh) scale(.3975)}to{transform:translate(101.85785vw,100vh) scale(.3975)}}.snow:nth-child(122){opacity:1.9364;transform:translate(2.7315vw,-10px) scale(.9872);animation:fall-122 26s -24s linear infinite}@keyframes fall-122{57.857%{transform:translate(7.7679vw,57.857vh) scale(.9872)}to{transform:translate(5.2497vw,100vh) scale(.9872)}}.snow:nth-child(123){opacity:1.4756;transform:translate(91.0861vw,-10px) scale(.712);animation:fall-123 30s -9s linear infinite}@keyframes fall-123{36.218%{transform:translate(82.5246vw,36.218vh) scale(.712)}to{transform:translate(86.80535vw,100vh) scale(.712)}}.snow:nth-child(124){opacity:1.91;transform:translate(34.1981vw,-10px) scale(.7699);animation:fall-124 17s -14s linear infinite}@keyframes fall-124{44.542%{transform:translate(40.3273vw,44.542vh) scale(.7699)}to{transform:translate(37.2627vw,100vh) scale(.7699)}}.snow:nth-child(125){opacity:.5532;transform:translate(40.2796vw,-10px) scale(.308);animation:fall-125 29s -10s linear infinite}@keyframes fall-125{47.255%{transform:translate(48.3869vw,47.255vh) scale(.308)}to{transform:translate(44.33325vw,100vh) scale(.308)}}.snow:nth-child(126){opacity:1.047;transform:translate(46.333vw,-10px) scale(.9259);animation:fall-126 18s -23s linear infinite}@keyframes fall-126{36.262%{transform:translate(39.0681vw,36.262vh) scale(.9259)}to{transform:translate(42.70055vw,100vh) scale(.9259)}}.snow:nth-child(127){opacity:1.785;transform:translate(19.6215vw,-10px) scale(.1102);animation:fall-127 14s -5s linear infinite}@keyframes fall-127{41.916%{transform:translate(16.4987vw,41.916vh) scale(.1102)}to{transform:translate(18.0601vw,100vh) scale(.1102)}}.snow:nth-child(128){opacity:.6636;transform:translate(35.7169vw,-10px) scale(.1654);animation:fall-128 16s -5s linear infinite}@keyframes fall-128{70.943%{transform:translate(40.6938vw,70.943vh) scale(.1654)}to{transform:translate(38.20535vw,100vh) scale(.1654)}}.snow:nth-child(129){opacity:.8652;transform:translate(39.3455vw,-10px) scale(.4992);animation:fall-129 15s -19s linear infinite}@keyframes fall-129{44.816%{transform:translate(29.7375vw,44.816vh) scale(.4992)}to{transform:translate(34.5415vw,100vh) scale(.4992)}}.snow:nth-child(130){opacity:.8032;transform:translate(37.5944vw,-10px) scale(.517);animation:fall-130 20s -18s linear infinite}@keyframes fall-130{76.162%{transform:translate(33.4437vw,76.162vh) scale(.517)}to{transform:translate(35.51905vw,100vh) scale(.517)}}.snow:nth-child(131){opacity:.7212;transform:translate(91.098vw,-10px) scale(.5421);animation:fall-131 10s -21s linear infinite}@keyframes fall-131{53.097%{transform:translate(84.7635vw,53.097vh) scale(.5421)}to{transform:translate(87.93075vw,100vh) scale(.5421)}}.snow:nth-child(132){opacity:1.0944;transform:translate(52.9748vw,-10px) scale(.6198);animation:fall-132 27s -26s linear infinite}@keyframes fall-132{59.818%{transform:translate(60.5773vw,59.818vh) scale(.6198)}to{transform:translate(56.77605vw,100vh) scale(.6198)}}.snow:nth-child(133){opacity:.3984;transform:translate(22.1678vw,-10px) scale(.0411);animation:fall-133 19s -2s linear infinite}@keyframes fall-133{49.513%{transform:translate(26.1968vw,49.513vh) scale(.0411)}to{transform:translate(24.1823vw,100vh) scale(.0411)}}.snow:nth-child(134){opacity:.3712;transform:translate(54.5144vw,-10px) scale(.706);animation:fall-134 15s -22s linear infinite}@keyframes fall-134{76.208%{transform:translate(46.9264vw,76.208vh) scale(.706)}to{transform:translate(50.7204vw,100vh) scale(.706)}}.snow:nth-child(135){opacity:.085;transform:translate(91.6344vw,-10px) scale(.6319);animation:fall-135 11s -25s linear infinite}@keyframes fall-135{51.772%{transform:translate(98.4709vw,51.772vh) scale(.6319)}to{transform:translate(95.05265vw,100vh) scale(.6319)}}.snow:nth-child(136){opacity:.9728;transform:translate(2.0018vw,-10px) scale(.3775);animation:fall-136 12s -9s linear infinite}@keyframes fall-136{73.151%{transform:translate(6.5367vw,73.151vh) scale(.3775)}to{transform:translate(4.26925vw,100vh) scale(.3775)}}.snow:nth-child(137){opacity:1.77;transform:translate(13.2209vw,-10px) scale(.5644);animation:fall-137 27s -12s linear infinite}@keyframes fall-137{75.727%{transform:translate(18.9775vw,75.727vh) scale(.5644)}to{transform:translate(16.0992vw,100vh) scale(.5644)}}.snow:nth-child(138){opacity:.3114;transform:translate(30.0886vw,-10px) scale(.0812);animation:fall-138 22s -7s linear infinite}@keyframes fall-138{75.212%{transform:translate(34.517vw,75.212vh) scale(.0812)}to{transform:translate(32.3028vw,100vh) scale(.0812)}}.snow:nth-child(139){opacity:.5116;transform:translate(80.0847vw,-10px) scale(.9506);animation:fall-139 16s -11s linear infinite}@keyframes fall-139{31.959%{transform:translate(75.2206vw,31.959vh) scale(.9506)}to{transform:translate(77.65265vw,100vh) scale(.9506)}}.snow:nth-child(140){opacity:1.7988;transform:translate(63.3106vw,-10px) scale(.4392);animation:fall-140 18s -17s linear infinite}@keyframes fall-140{45.844%{transform:translate(64.1899vw,45.844vh) scale(.4392)}to{transform:translate(63.75025vw,100vh) scale(.4392)}}.snow:nth-child(141){opacity:.907;transform:translate(55.6651vw,-10px) scale(.9263);animation:fall-141 23s -19s linear infinite}@keyframes fall-141{42.888%{transform:translate(53.0269vw,42.888vh) scale(.9263)}to{transform:translate(54.346vw,100vh) scale(.9263)}}.snow:nth-child(142){opacity:1.0482;transform:translate(71.3471vw,-10px) scale(.5716);animation:fall-142 25s -24s linear infinite}@keyframes fall-142{49.294%{transform:translate(67.3433vw,49.294vh) scale(.5716)}to{transform:translate(69.3452vw,100vh) scale(.5716)}}.snow:nth-child(143){opacity:.514;transform:translate(16.7789vw,-10px) scale(.1991);animation:fall-143 25s -26s linear infinite}@keyframes fall-143{35.95%{transform:translate(22.5087vw,35.95vh) scale(.1991)}to{transform:translate(19.6438vw,100vh) scale(.1991)}}.snow:nth-child(144){opacity:1.577;transform:translate(94.5957vw,-10px) scale(.7931);animation:fall-144 19s -30s linear infinite}@keyframes fall-144{42.755%{transform:translate(90.6364vw,42.755vh) scale(.7931)}to{transform:translate(92.61605vw,100vh) scale(.7931)}}.snow:nth-child(145){opacity:.876;transform:translate(27.5542vw,-10px) scale(.5931);animation:fall-145 24s -21s linear infinite}@keyframes fall-145{53.545%{transform:translate(20.0289vw,53.545vh) scale(.5931)}to{transform:translate(23.79155vw,100vh) scale(.5931)}}.snow:nth-child(146){opacity:1.4316;transform:translate(9.3424vw,-10px) scale(.681);animation:fall-146 24s -16s linear infinite}@keyframes fall-146{32.158%{transform:translate(16.6212vw,32.158vh) scale(.681)}to{transform:translate(12.9818vw,100vh) scale(.681)}}.snow:nth-child(147){opacity:1.568;transform:translate(17.8728vw,-10px) scale(.0339);animation:fall-147 28s -1s linear infinite}@keyframes fall-147{38.208%{transform:translate(22.7389vw,38.208vh) scale(.0339)}to{transform:translate(20.30585vw,100vh) scale(.0339)}}.snow:nth-child(148){opacity:1.1166;transform:translate(12.0842vw,-10px) scale(.4382);animation:fall-148 24s -1s linear infinite}@keyframes fall-148{59.322%{transform:translate(18.9011vw,59.322vh) scale(.4382)}to{transform:translate(15.49265vw,100vh) scale(.4382)}}.snow:nth-child(149){opacity:.9756;transform:translate(82.4789vw,-10px) scale(.0023);animation:fall-149 21s -20s linear infinite}@keyframes fall-149{79.421%{transform:translate(78.5138vw,79.421vh) scale(.0023)}to{transform:translate(80.49635vw,100vh) scale(.0023)}}.snow:nth-child(150){opacity:.661;transform:translate(70.3035vw,-10px) scale(.0154);animation:fall-150 22s -14s linear infinite}@keyframes fall-150{55.633%{transform:translate(60.7334vw,55.633vh) scale(.0154)}to{transform:translate(65.51845vw,100vh) scale(.0154)}}.snow:nth-child(151){opacity:1.99;transform:translate(69.07vw,-10px) scale(.079);animation:fall-151 26s -22s linear infinite}@keyframes fall-151{45.031%{transform:translate(62.741vw,45.031vh) scale(.079)}to{transform:translate(65.9055vw,100vh) scale(.079)}}.snow:nth-child(152){opacity:.515;transform:translate(11.6483vw,-10px) scale(.0635);animation:fall-152 10s -4s linear infinite}@keyframes fall-152{45.246%{transform:translate(14.5755vw,45.246vh) scale(.0635)}to{transform:translate(13.1119vw,100vh) scale(.0635)}}.snow:nth-child(153){opacity:1.1526;transform:translate(14.2907vw,-10px) scale(.6378);animation:fall-153 24s -6s linear infinite}@keyframes fall-153{35.686%{transform:translate(7.3752vw,35.686vh) scale(.6378)}to{transform:translate(10.83295vw,100vh) scale(.6378)}}.snow:nth-child(154){opacity:1.0598;transform:translate(90.3195vw,-10px) scale(.8853);animation:fall-154 19s -18s linear infinite}@keyframes fall-154{62.028%{transform:translate(87.8651vw,62.028vh) scale(.8853)}to{transform:translate(89.0923vw,100vh) scale(.8853)}}.snow:nth-child(155){opacity:1.723;transform:translate(50.2171vw,-10px) scale(.5285);animation:fall-155 14s -13s linear infinite}@keyframes fall-155{38.783%{transform:translate(50.1802vw,38.783vh) scale(.5285)}to{transform:translate(50.19865vw,100vh) scale(.5285)}}.snow:nth-child(156){opacity:.4912;transform:translate(.0004vw,-10px) scale(.8405);animation:fall-156 18s -3s linear infinite}@keyframes fall-156{66.911%{transform:translate(-6.6964vw,66.911vh) scale(.8405)}to{transform:translate(-3.348vw,100vh) scale(.8405)}}.snow:nth-child(157){opacity:.4274;transform:translate(65.4438vw,-10px) scale(.4396);animation:fall-157 14s -30s linear infinite}@keyframes fall-157{62.507%{transform:translate(61.3083vw,62.507vh) scale(.4396)}to{transform:translate(63.37605vw,100vh) scale(.4396)}}.snow:nth-child(158){opacity:1.977;transform:translate(73.6979vw,-10px) scale(.0182);animation:fall-158 30s -14s linear infinite}@keyframes fall-158{42.393%{transform:translate(78.3769vw,42.393vh) scale(.0182)}to{transform:translate(76.0374vw,100vh) scale(.0182)}}.snow:nth-child(159){opacity:.3768;transform:translate(26.4173vw,-10px) scale(.2456);animation:fall-159 12s -10s linear infinite}@keyframes fall-159{53.998%{transform:translate(35.3089vw,53.998vh) scale(.2456)}to{transform:translate(30.8631vw,100vh) scale(.2456)}}.snow:nth-child(160){opacity:.7896;transform:translate(48.3525vw,-10px) scale(.2883);animation:fall-160 17s -15s linear infinite}@keyframes fall-160{65.937%{transform:translate(41.3656vw,65.937vh) scale(.2883)}to{transform:translate(44.85905vw,100vh) scale(.2883)}}.snow:nth-child(161){opacity:1.5658;transform:translate(79.2024vw,-10px) scale(.2591);animation:fall-161 17s -10s linear infinite}@keyframes fall-161{78.2%{transform:translate(74.4947vw,78.2vh) scale(.2591)}to{transform:translate(76.84855vw,100vh) scale(.2591)}}.snow:nth-child(162){opacity:.6462;transform:translate(65.1974vw,-10px) scale(.3353);animation:fall-162 21s -27s linear infinite}@keyframes fall-162{68.955%{transform:translate(65.5631vw,68.955vh) scale(.3353)}to{transform:translate(65.38025vw,100vh) scale(.3353)}}.snow:nth-child(163){opacity:.5438;transform:translate(47.2216vw,-10px) scale(.8692);animation:fall-163 20s -7s linear infinite}@keyframes fall-163{48.534%{transform:translate(45.3949vw,48.534vh) scale(.8692)}to{transform:translate(46.30825vw,100vh) scale(.8692)}}.snow:nth-child(164){opacity:1.183;transform:translate(17.0381vw,-10px) scale(.5745);animation:fall-164 22s -21s linear infinite}@keyframes fall-164{44.38%{transform:translate(7.3755vw,44.38vh) scale(.5745)}to{transform:translate(12.2068vw,100vh) scale(.5745)}}.snow:nth-child(165){opacity:.538;transform:translate(53.8067vw,-10px) scale(.8743);animation:fall-165 13s -9s linear infinite}@keyframes fall-165{63.283%{transform:translate(62.6025vw,63.283vh) scale(.8743)}to{transform:translate(58.2046vw,100vh) scale(.8743)}}.snow:nth-child(166){opacity:.8522;transform:translate(50.0385vw,-10px) scale(.0164);animation:fall-166 26s -8s linear infinite}@keyframes fall-166{45.151%{transform:translate(44.6784vw,45.151vh) scale(.0164)}to{transform:translate(47.35845vw,100vh) scale(.0164)}}.snow:nth-child(167){opacity:.6622;transform:translate(29.4869vw,-10px) scale(.5072);animation:fall-167 30s -7s linear infinite}@keyframes fall-167{53.622%{transform:translate(32.9097vw,53.622vh) scale(.5072)}to{transform:translate(31.1983vw,100vh) scale(.5072)}}.snow:nth-child(168){opacity:1.5078;transform:translate(65.1652vw,-10px) scale(.316);animation:fall-168 29s -11s linear infinite}@keyframes fall-168{32.737%{transform:translate(60.6371vw,32.737vh) scale(.316)}to{transform:translate(62.90115vw,100vh) scale(.316)}}.snow:nth-child(169){opacity:1.8112;transform:translate(.3378vw,-10px) scale(.899);animation:fall-169 10s -26s linear infinite}@keyframes fall-169{40.572%{transform:translate(7.8733vw,40.572vh) scale(.899)}to{transform:translate(4.10555vw,100vh) scale(.899)}}.snow:nth-child(170){opacity:.2022;transform:translate(68.31vw,-10px) scale(.1561);animation:fall-170 26s -19s linear infinite}@keyframes fall-170{62.872%{transform:translate(68.1283vw,62.872vh) scale(.1561)}to{transform:translate(68.21915vw,100vh) scale(.1561)}}.snow:nth-child(171){opacity:1.972;transform:translate(52.9709vw,-10px) scale(.4926);animation:fall-171 11s -13s linear infinite}@keyframes fall-171{41.027%{transform:translate(49.3049vw,41.027vh) scale(.4926)}to{transform:translate(51.1379vw,100vh) scale(.4926)}}.snow:nth-child(172){opacity:.7588;transform:translate(63.8843vw,-10px) scale(.9335);animation:fall-172 21s -20s linear infinite}@keyframes fall-172{56.451%{transform:translate(66.663vw,56.451vh) scale(.9335)}to{transform:translate(65.27365vw,100vh) scale(.9335)}}.snow:nth-child(173){opacity:1.7574;transform:translate(94.8756vw,-10px) scale(.6971);animation:fall-173 15s -25s linear infinite}@keyframes fall-173{71.678%{transform:translate(92.4399vw,71.678vh) scale(.6971)}to{transform:translate(93.65775vw,100vh) scale(.6971)}}.snow:nth-child(174){opacity:1.6392;transform:translate(80.5017vw,-10px) scale(.578);animation:fall-174 25s -4s linear infinite}@keyframes fall-174{45.509%{transform:translate(84.3909vw,45.509vh) scale(.578)}to{transform:translate(82.4463vw,100vh) scale(.578)}}.snow:nth-child(175){opacity:1.8176;transform:translate(16.382vw,-10px) scale(.7831);animation:fall-175 24s -18s linear infinite}@keyframes fall-175{37.561%{transform:translate(7.8458vw,37.561vh) scale(.7831)}to{transform:translate(12.1139vw,100vh) scale(.7831)}}.snow:nth-child(176){opacity:1.0442;transform:translate(95.3921vw,-10px) scale(.6434);animation:fall-176 17s -26s linear infinite}@keyframes fall-176{71.351%{transform:translate(87.7262vw,71.351vh) scale(.6434)}to{transform:translate(91.55915vw,100vh) scale(.6434)}}.snow:nth-child(177){opacity:.0228;transform:translate(24.8608vw,-10px) scale(.5774);animation:fall-177 21s -21s linear infinite}@keyframes fall-177{33.526%{transform:translate(33.8367vw,33.526vh) scale(.5774)}to{transform:translate(29.34875vw,100vh) scale(.5774)}}.snow:nth-child(178){opacity:1.5974;transform:translate(16.484vw,-10px) scale(.1042);animation:fall-178 17s -22s linear infinite}@keyframes fall-178{65.086%{transform:translate(14.4937vw,65.086vh) scale(.1042)}to{transform:translate(15.48885vw,100vh) scale(.1042)}}.snow:nth-child(179){opacity:1.3002;transform:translate(35.253vw,-10px) scale(.8551);animation:fall-179 30s -24s linear infinite}@keyframes fall-179{54.514%{transform:translate(39.437vw,54.514vh) scale(.8551)}to{transform:translate(37.345vw,100vh) scale(.8551)}}.snow:nth-child(180){opacity:1.731;transform:translate(68.9535vw,-10px) scale(.1554);animation:fall-180 11s -9s linear infinite}@keyframes fall-180{55.928%{transform:translate(67.9698vw,55.928vh) scale(.1554)}to{transform:translate(68.46165vw,100vh) scale(.1554)}}.snow:nth-child(181){opacity:1.6888;transform:translate(31.3311vw,-10px) scale(.4401);animation:fall-181 25s -21s linear infinite}@keyframes fall-181{39.927%{transform:translate(24.1735vw,39.927vh) scale(.4401)}to{transform:translate(27.7523vw,100vh) scale(.4401)}}.snow:nth-child(182){opacity:1.5176;transform:translate(42.9225vw,-10px) scale(.0315);animation:fall-182 28s -2s linear infinite}@keyframes fall-182{47.759%{transform:translate(47.4922vw,47.759vh) scale(.0315)}to{transform:translate(45.20735vw,100vh) scale(.0315)}}.snow:nth-child(183){opacity:.7748;transform:translate(81.564vw,-10px) scale(.9442);animation:fall-183 25s -29s linear infinite}@keyframes fall-183{65.606%{transform:translate(74.0264vw,65.606vh) scale(.9442)}to{transform:translate(77.7952vw,100vh) scale(.9442)}}.snow:nth-child(184){opacity:.9528;transform:translate(60.8415vw,-10px) scale(.7348);animation:fall-184 23s -7s linear infinite}@keyframes fall-184{71.01%{transform:translate(63.8967vw,71.01vh) scale(.7348)}to{transform:translate(62.3691vw,100vh) scale(.7348)}}.snow:nth-child(185){opacity:.3242;transform:translate(11.205vw,-10px) scale(.8251);animation:fall-185 18s -23s linear infinite}@keyframes fall-185{43.05%{transform:translate(10.3576vw,43.05vh) scale(.8251)}to{transform:translate(10.7813vw,100vh) scale(.8251)}}.snow:nth-child(186){opacity:.643;transform:translate(13.8848vw,-10px) scale(.8019);animation:fall-186 30s -25s linear infinite}@keyframes fall-186{45.034%{transform:translate(9.2425vw,45.034vh) scale(.8019)}to{transform:translate(11.56365vw,100vh) scale(.8019)}}.snow:nth-child(187){opacity:1.2366;transform:translate(64.947vw,-10px) scale(.5839);animation:fall-187 10s -25s linear infinite}@keyframes fall-187{62.857%{transform:translate(60.1469vw,62.857vh) scale(.5839)}to{transform:translate(62.54695vw,100vh) scale(.5839)}}.snow:nth-child(188){opacity:1.7326;transform:translate(42.8966vw,-10px) scale(.1504);animation:fall-188 14s -19s linear infinite}@keyframes fall-188{59.683%{transform:translate(52.7704vw,59.683vh) scale(.1504)}to{transform:translate(47.8335vw,100vh) scale(.1504)}}.snow:nth-child(189){opacity:1.5692;transform:translate(70.6852vw,-10px) scale(.8709);animation:fall-189 17s -10s linear infinite}@keyframes fall-189{49.42%{transform:translate(64.3348vw,49.42vh) scale(.8709)}to{transform:translate(67.51vw,100vh) scale(.8709)}}.snow:nth-child(190){opacity:1.8904;transform:translate(36.5888vw,-10px) scale(.66);animation:fall-190 24s -15s linear infinite}@keyframes fall-190{57.691%{transform:translate(42.21vw,57.691vh) scale(.66)}to{transform:translate(39.3994vw,100vh) scale(.66)}}.snow:nth-child(191){opacity:1.7196;transform:translate(49.3492vw,-10px) scale(.9158);animation:fall-191 28s -22s linear infinite}@keyframes fall-191{61.792%{transform:translate(44.0526vw,61.792vh) scale(.9158)}to{transform:translate(46.7009vw,100vh) scale(.9158)}}.snow:nth-child(192){opacity:.4914;transform:translate(32.0194vw,-10px) scale(.4195);animation:fall-192 20s -11s linear infinite}@keyframes fall-192{61.518%{transform:translate(25.9517vw,61.518vh) scale(.4195)}to{transform:translate(28.98555vw,100vh) scale(.4195)}}.snow:nth-child(193){opacity:.286;transform:translate(46.0967vw,-10px) scale(.7946);animation:fall-193 12s -13s linear infinite}@keyframes fall-193{50.274%{transform:translate(44.0839vw,50.274vh) scale(.7946)}to{transform:translate(45.0903vw,100vh) scale(.7946)}}.snow:nth-child(194){opacity:1.5592;transform:translate(62.6303vw,-10px) scale(.4521);animation:fall-194 29s -8s linear infinite}@keyframes fall-194{56.943%{transform:translate(67.649vw,56.943vh) scale(.4521)}to{transform:translate(65.13965vw,100vh) scale(.4521)}}.snow:nth-child(195){opacity:1.9684;transform:translate(32.2483vw,-10px) scale(.6413);animation:fall-195 19s -18s linear infinite}@keyframes fall-195{57.162%{transform:translate(31.0622vw,57.162vh) scale(.6413)}to{transform:translate(31.65525vw,100vh) scale(.6413)}}.snow:nth-child(196){opacity:1.5292;transform:translate(28.882vw,-10px) scale(.4289);animation:fall-196 29s -25s linear infinite}@keyframes fall-196{42.244%{transform:translate(19.2066vw,42.244vh) scale(.4289)}to{transform:translate(24.0443vw,100vh) scale(.4289)}}.snow:nth-child(197){opacity:1.1958;transform:translate(63.9078vw,-10px) scale(.6244);animation:fall-197 25s -13s linear infinite}@keyframes fall-197{43.122%{transform:translate(64.4415vw,43.122vh) scale(.6244)}to{transform:translate(64.17465vw,100vh) scale(.6244)}}.snow:nth-child(198){opacity:1.7922;transform:translate(66.3633vw,-10px) scale(.2627);animation:fall-198 21s -5s linear infinite}@keyframes fall-198{42.034%{transform:translate(69.3546vw,42.034vh) scale(.2627)}to{transform:translate(67.85895vw,100vh) scale(.2627)}}.snow:nth-child(199){opacity:.9404;transform:translate(5.255vw,-10px) scale(.7123);animation:fall-199 22s -16s linear infinite}@keyframes fall-199{54.886%{transform:translate(-3.5459vw,54.886vh) scale(.7123)}to{transform:translate(.85455vw,100vh) scale(.7123)}}.snow:nth-child(200){opacity:.1852;transform:translate(4.7251vw,-10px) scale(.084);animation:fall-200 12s -8s linear infinite}@keyframes fall-200{64.05%{transform:translate(14.6259vw,64.05vh) scale(.084)}to{transform:translate(9.6755vw,100vh) scale(.084)}}.snow:nth-child(201){opacity:.9456;transform:translate(34.6407vw,-10px) scale(.9782);animation:fall-201 20s -24s linear infinite}@keyframes fall-201{61.996%{transform:translate(39.7272vw,61.996vh) scale(.9782)}to{transform:translate(37.18395vw,100vh) scale(.9782)}}.snow:nth-child(202){opacity:.853;transform:translate(91.9908vw,-10px) scale(.1118);animation:fall-202 25s -21s linear infinite}@keyframes fall-202{69.911%{transform:translate(82.0764vw,69.911vh) scale(.1118)}to{transform:translate(87.0336vw,100vh) scale(.1118)}}.snow:nth-child(203){opacity:.8712;transform:translate(1.6135vw,-10px) scale(.6525);animation:fall-203 24s -28s linear infinite}@keyframes fall-203{50.518%{transform:translate(-7.0571vw,50.518vh) scale(.6525)}to{transform:translate(-2.7218vw,100vh) scale(.6525)}}.snow:nth-child(204){opacity:.6038;transform:translate(7.3557vw,-10px) scale(.183);animation:fall-204 28s -8s linear infinite}@keyframes fall-204{47.755%{transform:translate(4.7644vw,47.755vh) scale(.183)}to{transform:translate(6.06005vw,100vh) scale(.183)}}.snow:nth-child(205){opacity:.2944;transform:translate(85.5837vw,-10px) scale(.9584);animation:fall-205 28s -7s linear infinite}@keyframes fall-205{36.982%{transform:translate(76.4638vw,36.982vh) scale(.9584)}to{transform:translate(81.02375vw,100vh) scale(.9584)}}.snow:nth-child(206){opacity:.708;transform:translate(46.5759vw,-10px) scale(.598);animation:fall-206 18s -6s linear infinite}@keyframes fall-206{59.525%{transform:translate(38.8867vw,59.525vh) scale(.598)}to{transform:translate(42.7313vw,100vh) scale(.598)}}.snow:nth-child(207){opacity:.7074;transform:translate(8.5896vw,-10px) scale(.0848);animation:fall-207 15s -21s linear infinite}@keyframes fall-207{73.399%{transform:translate(13.5763vw,73.399vh) scale(.0848)}to{transform:translate(11.08295vw,100vh) scale(.0848)}}.snow:nth-child(208){opacity:.4344;transform:translate(98.1815vw,-10px) scale(.0696);animation:fall-208 24s -3s linear infinite}@keyframes fall-208{53.021%{transform:translate(93.994vw,53.021vh) scale(.0696)}to{transform:translate(96.08775vw,100vh) scale(.0696)}}.snow:nth-child(209){opacity:.344;transform:translate(8.0513vw,-10px) scale(.5966);animation:fall-209 23s -15s linear infinite}@keyframes fall-209{30.699%{transform:translate(3.7854vw,30.699vh) scale(.5966)}to{transform:translate(5.91835vw,100vh) scale(.5966)}}.snow:nth-child(210){opacity:1.168;transform:translate(60.0818vw,-10px) scale(.3949);animation:fall-210 14s -26s linear infinite}@keyframes fall-210{77.876%{transform:translate(62.9747vw,77.876vh) scale(.3949)}to{transform:translate(61.52825vw,100vh) scale(.3949)}}.snow:nth-child(211){opacity:1.3194;transform:translate(99.8087vw,-10px) scale(.8888);animation:fall-211 10s -5s linear infinite}@keyframes fall-211{79.276%{transform:translate(91.3457vw,79.276vh) scale(.8888)}to{transform:translate(95.5772vw,100vh) scale(.8888)}}.snow:nth-child(212){opacity:.6288;transform:translate(18.2058vw,-10px) scale(.5871);animation:fall-212 15s -20s linear infinite}@keyframes fall-212{73.488%{transform:translate(21.6144vw,73.488vh) scale(.5871)}to{transform:translate(19.9101vw,100vh) scale(.5871)}}.snow:nth-child(213){opacity:.2982;transform:translate(98.601vw,-10px) scale(.472);animation:fall-213 16s -12s linear infinite}@keyframes fall-213{54.99%{transform:translate(91.1451vw,54.99vh) scale(.472)}to{transform:translate(94.87305vw,100vh) scale(.472)}}.snow:nth-child(214){opacity:1.108;transform:translate(98.6075vw,-10px) scale(.1637);animation:fall-214 14s -9s linear infinite}@keyframes fall-214{34.579%{transform:translate(100.3718vw,34.579vh) scale(.1637)}to{transform:translate(99.48965vw,100vh) scale(.1637)}}.snow:nth-child(215){opacity:.314;transform:translate(48.6471vw,-10px) scale(.4286);animation:fall-215 10s -10s linear infinite}@keyframes fall-215{39.14%{transform:translate(51.7546vw,39.14vh) scale(.4286)}to{transform:translate(50.20085vw,100vh) scale(.4286)}}.snow:nth-child(216){opacity:.3416;transform:translate(79.4081vw,-10px) scale(.3242);animation:fall-216 29s -17s linear infinite}@keyframes fall-216{40.046%{transform:translate(78.9141vw,40.046vh) scale(.3242)}to{transform:translate(79.1611vw,100vh) scale(.3242)}}.snow:nth-child(217){opacity:1.9864;transform:translate(3.0149vw,-10px) scale(.8891);animation:fall-217 15s -17s linear infinite}@keyframes fall-217{54.893%{transform:translate(9.8349vw,54.893vh) scale(.8891)}to{transform:translate(6.4249vw,100vh) scale(.8891)}}.snow:nth-child(218){opacity:.9774;transform:translate(49.6077vw,-10px) scale(.0901);animation:fall-218 22s -14s linear infinite}@keyframes fall-218{36.992%{transform:translate(54.6505vw,36.992vh) scale(.0901)}to{transform:translate(52.1291vw,100vh) scale(.0901)}}.snow:nth-child(219){opacity:1.314;transform:translate(46.6206vw,-10px) scale(.3731);animation:fall-219 15s -15s linear infinite}@keyframes fall-219{43.322%{transform:translate(36.7563vw,43.322vh) scale(.3731)}to{transform:translate(41.68845vw,100vh) scale(.3731)}}.snow:nth-child(220){opacity:.577;transform:translate(82.1063vw,-10px) scale(.1309);animation:fall-220 30s -30s linear infinite}@keyframes fall-220{51.787%{transform:translate(79.5048vw,51.787vh) scale(.1309)}to{transform:translate(80.80555vw,100vh) scale(.1309)}}.snow:nth-child(221){opacity:1.5026;transform:translate(33.1783vw,-10px) scale(.6179);animation:fall-221 16s -18s linear infinite}@keyframes fall-221{35.124%{transform:translate(41.1339vw,35.124vh) scale(.6179)}to{transform:translate(37.1561vw,100vh) scale(.6179)}}.snow:nth-child(222){opacity:.7952;transform:translate(62.1861vw,-10px) scale(.1256);animation:fall-222 10s -25s linear infinite}@keyframes fall-222{65.946%{transform:translate(59.759vw,65.946vh) scale(.1256)}to{transform:translate(60.97255vw,100vh) scale(.1256)}}.snow:nth-child(223){opacity:1.4562;transform:translate(96.4072vw,-10px) scale(.7785);animation:fall-223 29s -6s linear infinite}@keyframes fall-223{59.907%{transform:translate(101.3196vw,59.907vh) scale(.7785)}to{transform:translate(98.8634vw,100vh) scale(.7785)}}.snow:nth-child(224){opacity:1.0706;transform:translate(51.1541vw,-10px) scale(.934);animation:fall-224 10s -27s linear infinite}@keyframes fall-224{43.753%{transform:translate(56.7824vw,43.753vh) scale(.934)}to{transform:translate(53.96825vw,100vh) scale(.934)}}.snow:nth-child(225){opacity:1.1256;transform:translate(22.8206vw,-10px) scale(.0764);animation:fall-225 24s -18s linear infinite}@keyframes fall-225{72.873%{transform:translate(13.3227vw,72.873vh) scale(.0764)}to{transform:translate(18.07165vw,100vh) scale(.0764)}}.snow:nth-child(226){opacity:1.6266;transform:translate(70.5757vw,-10px) scale(.4792);animation:fall-226 14s -26s linear infinite}@keyframes fall-226{54.512%{transform:translate(69.1895vw,54.512vh) scale(.4792)}to{transform:translate(69.8826vw,100vh) scale(.4792)}}.snow:nth-child(227){opacity:1.9924;transform:translate(9.316vw,-10px) scale(.3043);animation:fall-227 10s -5s linear infinite}@keyframes fall-227{43.935%{transform:translate(.1985vw,43.935vh) scale(.3043)}to{transform:translate(4.75725vw,100vh) scale(.3043)}}.snow:nth-child(228){opacity:.794;transform:translate(57.7242vw,-10px) scale(.2965);animation:fall-228 26s -19s linear infinite}@keyframes fall-228{37.978%{transform:translate(62.9642vw,37.978vh) scale(.2965)}to{transform:translate(60.3442vw,100vh) scale(.2965)}}.snow:nth-child(229){opacity:.7464;transform:translate(41.2681vw,-10px) scale(.4797);animation:fall-229 10s -25s linear infinite}@keyframes fall-229{72.063%{transform:translate(37.3996vw,72.063vh) scale(.4797)}to{transform:translate(39.33385vw,100vh) scale(.4797)}}.snow:nth-child(230){opacity:.3496;transform:translate(32.2058vw,-10px) scale(.5468);animation:fall-230 29s -15s linear infinite}@keyframes fall-230{37.473%{transform:translate(39.0485vw,37.473vh) scale(.5468)}to{transform:translate(35.62715vw,100vh) scale(.5468)}}.snow:nth-child(231){opacity:1.7648;transform:translate(99.4266vw,-10px) scale(.2001);animation:fall-231 27s -19s linear infinite}@keyframes fall-231{68.289%{transform:translate(107.1438vw,68.289vh) scale(.2001)}to{transform:translate(103.2852vw,100vh) scale(.2001)}}.snow:nth-child(232){opacity:.146;transform:translate(35.1929vw,-10px) scale(.68);animation:fall-232 21s -24s linear infinite}@keyframes fall-232{59.461%{transform:translate(36.1402vw,59.461vh) scale(.68)}to{transform:translate(35.66655vw,100vh) scale(.68)}}.snow:nth-child(233){opacity:1.2538;transform:translate(26.7223vw,-10px) scale(.1121);animation:fall-233 18s -28s linear infinite}@keyframes fall-233{40.094%{transform:translate(19.9425vw,40.094vh) scale(.1121)}to{transform:translate(23.3324vw,100vh) scale(.1121)}}.snow:nth-child(234){opacity:.7218;transform:translate(69.366vw,-10px) scale(.4458);animation:fall-234 14s -10s linear infinite}@keyframes fall-234{71.154%{transform:translate(67.7086vw,71.154vh) scale(.4458)}to{transform:translate(68.5373vw,100vh) scale(.4458)}}.snow:nth-child(235){opacity:1.4224;transform:translate(98.0402vw,-10px) scale(.9831);animation:fall-235 28s -18s linear infinite}@keyframes fall-235{76.533%{transform:translate(89.8366vw,76.533vh) scale(.9831)}to{transform:translate(93.9384vw,100vh) scale(.9831)}}.snow:nth-child(236){opacity:.7292;transform:translate(11.7195vw,-10px) scale(.6857);animation:fall-236 22s -12s linear infinite}@keyframes fall-236{37.151%{transform:translate(12.5365vw,37.151vh) scale(.6857)}to{transform:translate(12.128vw,100vh) scale(.6857)}}.snow:nth-child(237){opacity:1.1716;transform:translate(96.0766vw,-10px) scale(.7223);animation:fall-237 10s -26s linear infinite}@keyframes fall-237{31.393%{transform:translate(100.4289vw,31.393vh) scale(.7223)}to{transform:translate(98.25275vw,100vh) scale(.7223)}}.snow:nth-child(238){opacity:.6978;transform:translate(4.7814vw,-10px) scale(.253);animation:fall-238 21s -24s linear infinite}@keyframes fall-238{79.883%{transform:translate(13.379vw,79.883vh) scale(.253)}to{transform:translate(9.0802vw,100vh) scale(.253)}}.snow:nth-child(239){opacity:1.3264;transform:translate(64.7122vw,-10px) scale(.2823);animation:fall-239 19s -15s linear infinite}@keyframes fall-239{32.901%{transform:translate(69.3256vw,32.901vh) scale(.2823)}to{transform:translate(67.0189vw,100vh) scale(.2823)}}.snow:nth-child(240){opacity:.7062;transform:translate(83.0537vw,-10px) scale(.7399);animation:fall-240 17s -21s linear infinite}@keyframes fall-240{64.355%{transform:translate(80.7217vw,64.355vh) scale(.7399)}to{transform:translate(81.8877vw,100vh) scale(.7399)}}.snow:nth-child(241){opacity:1.726;transform:translate(64.1391vw,-10px) scale(.1379);animation:fall-241 29s -24s linear infinite}@keyframes fall-241{58.587%{transform:translate(58.7444vw,58.587vh) scale(.1379)}to{transform:translate(61.44175vw,100vh) scale(.1379)}}.snow:nth-child(242){opacity:.2474;transform:translate(86.1179vw,-10px) scale(.1071);animation:fall-242 21s -14s linear infinite}@keyframes fall-242{58.4%{transform:translate(93.9125vw,58.4vh) scale(.1071)}to{transform:translate(90.0152vw,100vh) scale(.1071)}}.snow:nth-child(243){opacity:.323;transform:translate(20.1232vw,-10px) scale(.2294);animation:fall-243 13s -8s linear infinite}@keyframes fall-243{30.174%{transform:translate(17.808vw,30.174vh) scale(.2294)}to{transform:translate(18.9656vw,100vh) scale(.2294)}}.snow:nth-child(244){opacity:.2308;transform:translate(38.5722vw,-10px) scale(.6706);animation:fall-244 29s -27s linear infinite}@keyframes fall-244{55.287%{transform:translate(34.0138vw,55.287vh) scale(.6706)}to{transform:translate(36.293vw,100vh) scale(.6706)}}.snow:nth-child(245){opacity:.6312;transform:translate(84.3718vw,-10px) scale(.2896);animation:fall-245 10s -6s linear infinite}@keyframes fall-245{50.415%{transform:translate(83.4839vw,50.415vh) scale(.2896)}to{transform:translate(83.92785vw,100vh) scale(.2896)}}.snow:nth-child(246){opacity:1.2302;transform:translate(44.1257vw,-10px) scale(.8679);animation:fall-246 20s -21s linear infinite}@keyframes fall-246{45.256%{transform:translate(52.2428vw,45.256vh) scale(.8679)}to{transform:translate(48.18425vw,100vh) scale(.8679)}}.snow:nth-child(247){opacity:1.715;transform:translate(34.6737vw,-10px) scale(.2695);animation:fall-247 26s -30s linear infinite}@keyframes fall-247{32.984%{transform:translate(32.0753vw,32.984vh) scale(.2695)}to{transform:translate(33.3745vw,100vh) scale(.2695)}}.snow:nth-child(248){opacity:1.0964;transform:translate(96.4458vw,-10px) scale(.096);animation:fall-248 10s -25s linear infinite}@keyframes fall-248{77.307%{transform:translate(91.948vw,77.307vh) scale(.096)}to{transform:translate(94.1969vw,100vh) scale(.096)}}.snow:nth-child(249){opacity:.7916;transform:translate(56.5241vw,-10px) scale(.4887);animation:fall-249 26s -22s linear infinite}@keyframes fall-249{37.574%{transform:translate(54.0863vw,37.574vh) scale(.4887)}to{transform:translate(55.3052vw,100vh) scale(.4887)}}.snow:nth-child(250){opacity:.8752;transform:translate(99.6345vw,-10px) scale(.689);animation:fall-250 12s -17s linear infinite}@keyframes fall-250{60.138%{transform:translate(102.4482vw,60.138vh) scale(.689)}to{transform:translate(101.04135vw,100vh) scale(.689)}}.snow:nth-child(251){opacity:.8828;transform:translate(94.8381vw,-10px) scale(.0697);animation:fall-251 13s -30s linear infinite}@keyframes fall-251{58.876%{transform:translate(86.0304vw,58.876vh) scale(.0697)}to{transform:translate(90.43425vw,100vh) scale(.0697)}}.snow:nth-child(252){opacity:1.2702;transform:translate(11.3675vw,-10px) scale(.4134);animation:fall-252 12s -13s linear infinite}@keyframes fall-252{68.729%{transform:translate(9.8324vw,68.729vh) scale(.4134)}to{transform:translate(10.59995vw,100vh) scale(.4134)}}.snow:nth-child(253){opacity:1.9434;transform:translate(77.0318vw,-10px) scale(.6537);animation:fall-253 14s -20s linear infinite}@keyframes fall-253{42.38%{transform:translate(85.5329vw,42.38vh) scale(.6537)}to{transform:translate(81.28235vw,100vh) scale(.6537)}}.snow:nth-child(254){opacity:.275;transform:translate(99.8003vw,-10px) scale(.0405);animation:fall-254 20s -27s linear infinite}@keyframes fall-254{78.18%{transform:translate(90.1355vw,78.18vh) scale(.0405)}to{transform:translate(94.9679vw,100vh) scale(.0405)}}.snow:nth-child(255){opacity:.6214;transform:translate(30.6556vw,-10px) scale(.401);animation:fall-255 10s -3s linear infinite}@keyframes fall-255{34.118%{transform:translate(34.2744vw,34.118vh) scale(.401)}to{transform:translate(32.465vw,100vh) scale(.401)}}.snow:nth-child(256){opacity:.6472;transform:translate(25.4893vw,-10px) scale(.3305);animation:fall-256 24s -14s linear infinite}@keyframes fall-256{77.247%{transform:translate(17.193vw,77.247vh) scale(.3305)}to{transform:translate(21.34115vw,100vh) scale(.3305)}}.snow:nth-child(257){opacity:1.6254;transform:translate(36.9169vw,-10px) scale(.4552);animation:fall-257 13s -26s linear infinite}@keyframes fall-257{45.32%{transform:translate(44.6385vw,45.32vh) scale(.4552)}to{transform:translate(40.7777vw,100vh) scale(.4552)}}.snow:nth-child(258){opacity:1.1256;transform:translate(66.9671vw,-10px) scale(.6331);animation:fall-258 25s -14s linear infinite}@keyframes fall-258{79.337%{transform:translate(75.5682vw,79.337vh) scale(.6331)}to{transform:translate(71.26765vw,100vh) scale(.6331)}}.snow:nth-child(259){opacity:.6714;transform:translate(78.9426vw,-10px) scale(.7306);animation:fall-259 18s -14s linear infinite}@keyframes fall-259{70.349%{transform:translate(79.7003vw,70.349vh) scale(.7306)}to{transform:translate(79.32145vw,100vh) scale(.7306)}}.snow:nth-child(260){opacity:1.8198;transform:translate(7.7504vw,-10px) scale(.3684);animation:fall-260 19s -12s linear infinite}@keyframes fall-260{42.053%{transform:translate(6.9028vw,42.053vh) scale(.3684)}to{transform:translate(7.3266vw,100vh) scale(.3684)}}.snow:nth-child(261){opacity:1.3788;transform:translate(71.6391vw,-10px) scale(.8343);animation:fall-261 11s -4s linear infinite}@keyframes fall-261{63.655%{transform:translate(67.292vw,63.655vh) scale(.8343)}to{transform:translate(69.46555vw,100vh) scale(.8343)}}.snow:nth-child(262){opacity:1.1672;transform:translate(36.3698vw,-10px) scale(.8729);animation:fall-262 30s -25s linear infinite}@keyframes fall-262{50.224%{transform:translate(39.057vw,50.224vh) scale(.8729)}to{transform:translate(37.7134vw,100vh) scale(.8729)}}.snow:nth-child(263){opacity:.9398;transform:translate(30.154vw,-10px) scale(.8012);animation:fall-263 19s -25s linear infinite}@keyframes fall-263{71.76%{transform:translate(32.2808vw,71.76vh) scale(.8012)}to{transform:translate(31.2174vw,100vh) scale(.8012)}}.snow:nth-child(264){opacity:.522;transform:translate(9.8465vw,-10px) scale(.0158);animation:fall-264 13s -4s linear infinite}@keyframes fall-264{47.363%{transform:translate(17.5296vw,47.363vh) scale(.0158)}to{transform:translate(13.68805vw,100vh) scale(.0158)}}.snow:nth-child(265){opacity:1.3736;transform:translate(15.9071vw,-10px) scale(.1001);animation:fall-265 16s -16s linear infinite}@keyframes fall-265{56.869%{transform:translate(14.5706vw,56.869vh) scale(.1001)}to{transform:translate(15.23885vw,100vh) scale(.1001)}}.snow:nth-child(266){opacity:1.8156;transform:translate(1.7858vw,-10px) scale(.581);animation:fall-266 28s -10s linear infinite}@keyframes fall-266{48.814%{transform:translate(7.0116vw,48.814vh) scale(.581)}to{transform:translate(4.3987vw,100vh) scale(.581)}}.snow:nth-child(267){opacity:1.5154;transform:translate(84.9528vw,-10px) scale(.8103);animation:fall-267 12s -26s linear infinite}@keyframes fall-267{35.072%{transform:translate(83.232vw,35.072vh) scale(.8103)}to{transform:translate(84.0924vw,100vh) scale(.8103)}}.snow:nth-child(268){opacity:1.3366;transform:translate(11.8872vw,-10px) scale(.8159);animation:fall-268 16s -11s linear infinite}@keyframes fall-268{34.919%{transform:translate(13.6159vw,34.919vh) scale(.8159)}to{transform:translate(12.75155vw,100vh) scale(.8159)}}.snow:nth-child(269){opacity:1.5352;transform:translate(80.4688vw,-10px) scale(.4681);animation:fall-269 24s -5s linear infinite}@keyframes fall-269{69.226%{transform:translate(71.7888vw,69.226vh) scale(.4681)}to{transform:translate(76.1288vw,100vh) scale(.4681)}}.snow:nth-child(270){opacity:.1352;transform:translate(67.4115vw,-10px) scale(.2354);animation:fall-270 21s -23s linear infinite}@keyframes fall-270{48.29%{transform:translate(75.3523vw,48.29vh) scale(.2354)}to{transform:translate(71.3819vw,100vh) scale(.2354)}}.snow:nth-child(271){opacity:1.1752;transform:translate(88.9672vw,-10px) scale(.4971);animation:fall-271 13s -9s linear infinite}@keyframes fall-271{63.869%{transform:translate(86.4157vw,63.869vh) scale(.4971)}to{transform:translate(87.69145vw,100vh) scale(.4971)}}.snow:nth-child(272){opacity:1.112;transform:translate(31.9436vw,-10px) scale(.077);animation:fall-272 22s -18s linear infinite}@keyframes fall-272{70.981%{transform:translate(24.2979vw,70.981vh) scale(.077)}to{transform:translate(28.12075vw,100vh) scale(.077)}}.snow:nth-child(273){opacity:1.2732;transform:translate(82.8394vw,-10px) scale(.4072);animation:fall-273 20s -12s linear infinite}@keyframes fall-273{74.824%{transform:translate(75.3304vw,74.824vh) scale(.4072)}to{transform:translate(79.0849vw,100vh) scale(.4072)}}.snow:nth-child(274){opacity:1.112;transform:translate(10.8579vw,-10px) scale(.0308);animation:fall-274 10s -27s linear infinite}@keyframes fall-274{51.35%{transform:translate(20.1631vw,51.35vh) scale(.0308)}to{transform:translate(15.5105vw,100vh) scale(.0308)}}.snow:nth-child(275){opacity:1.447;transform:translate(56.8233vw,-10px) scale(.4255);animation:fall-275 24s -23s linear infinite}@keyframes fall-275{67.61%{transform:translate(56.98vw,67.61vh) scale(.4255)}to{transform:translate(56.90165vw,100vh) scale(.4255)}}.snow:nth-child(276){opacity:.4356;transform:translate(31.2734vw,-10px) scale(.5585);animation:fall-276 13s -11s linear infinite}@keyframes fall-276{71.596%{transform:translate(27.9359vw,71.596vh) scale(.5585)}to{transform:translate(29.60465vw,100vh) scale(.5585)}}.snow:nth-child(277){opacity:.6984;transform:translate(26.0709vw,-10px) scale(.8929);animation:fall-277 14s -25s linear infinite}@keyframes fall-277{47.638%{transform:translate(21.0648vw,47.638vh) scale(.8929)}to{transform:translate(23.56785vw,100vh) scale(.8929)}}.snow:nth-child(278){opacity:1.6118;transform:translate(72.0679vw,-10px) scale(.3971);animation:fall-278 30s -19s linear infinite}@keyframes fall-278{70.279%{transform:translate(62.6729vw,70.279vh) scale(.3971)}to{transform:translate(67.3704vw,100vh) scale(.3971)}}.snow:nth-child(279){opacity:1.6622;transform:translate(57.0437vw,-10px) scale(.0435);animation:fall-279 18s -18s linear infinite}@keyframes fall-279{44.972%{transform:translate(58.0917vw,44.972vh) scale(.0435)}to{transform:translate(57.5677vw,100vh) scale(.0435)}}.snow:nth-child(280){opacity:1.263;transform:translate(54.7722vw,-10px) scale(.7592);animation:fall-280 25s -22s linear infinite}@keyframes fall-280{54.382%{transform:translate(59.1883vw,54.382vh) scale(.7592)}to{transform:translate(56.98025vw,100vh) scale(.7592)}}.snow:nth-child(281){opacity:1.8222;transform:translate(90.2505vw,-10px) scale(.8699);animation:fall-281 21s -19s linear infinite}@keyframes fall-281{45.995%{transform:translate(86.2287vw,45.995vh) scale(.8699)}to{transform:translate(88.2396vw,100vh) scale(.8699)}}.snow:nth-child(282){opacity:1.956;transform:translate(16.9676vw,-10px) scale(.9941);animation:fall-282 30s -14s linear infinite}@keyframes fall-282{40.323%{transform:translate(10.6476vw,40.323vh) scale(.9941)}to{transform:translate(13.8076vw,100vh) scale(.9941)}}.snow:nth-child(283){opacity:.7956;transform:translate(87.7136vw,-10px) scale(.1151);animation:fall-283 12s -1s linear infinite}@keyframes fall-283{40.935%{transform:translate(78.5174vw,40.935vh) scale(.1151)}to{transform:translate(83.1155vw,100vh) scale(.1151)}}.snow:nth-child(284){opacity:.6328;transform:translate(35.6688vw,-10px) scale(.145);animation:fall-284 23s -22s linear infinite}@keyframes fall-284{40.737%{transform:translate(41.2873vw,40.737vh) scale(.145)}to{transform:translate(38.47805vw,100vh) scale(.145)}}.snow:nth-child(285){opacity:.7426;transform:translate(4.378vw,-10px) scale(.2958);animation:fall-285 24s -11s linear infinite}@keyframes fall-285{59.589%{transform:translate(6.32vw,59.589vh) scale(.2958)}to{transform:translate(5.349vw,100vh) scale(.2958)}}.snow:nth-child(286){opacity:.872;transform:translate(82.1146vw,-10px) scale(.4662);animation:fall-286 27s -30s linear infinite}@keyframes fall-286{68.686%{transform:translate(80.3479vw,68.686vh) scale(.4662)}to{transform:translate(81.23125vw,100vh) scale(.4662)}}.snow:nth-child(287){opacity:.0014;transform:translate(7.3024vw,-10px) scale(.1878);animation:fall-287 16s -26s linear infinite}@keyframes fall-287{55.045%{transform:translate(10.0998vw,55.045vh) scale(.1878)}to{transform:translate(8.7011vw,100vh) scale(.1878)}}.snow:nth-child(288){opacity:1.821;transform:translate(19.9473vw,-10px) scale(.7248);animation:fall-288 11s -9s linear infinite}@keyframes fall-288{49.649%{transform:translate(28.0872vw,49.649vh) scale(.7248)}to{transform:translate(24.01725vw,100vh) scale(.7248)}}.snow:nth-child(289){opacity:.8334;transform:translate(46.0757vw,-10px) scale(.2399);animation:fall-289 17s -24s linear infinite}@keyframes fall-289{36.642%{transform:translate(45.7301vw,36.642vh) scale(.2399)}to{transform:translate(45.9029vw,100vh) scale(.2399)}}.snow:nth-child(290){opacity:1.8532;transform:translate(68.3847vw,-10px) scale(.2462);animation:fall-290 23s -11s linear infinite}@keyframes fall-290{65.677%{transform:translate(78.3024vw,65.677vh) scale(.2462)}to{transform:translate(73.34355vw,100vh) scale(.2462)}}.snow:nth-child(291){opacity:.1776;transform:translate(6.8444vw,-10px) scale(.6263);animation:fall-291 23s -26s linear infinite}@keyframes fall-291{73.943%{transform:translate(.6353vw,73.943vh) scale(.6263)}to{transform:translate(3.73985vw,100vh) scale(.6263)}}.snow:nth-child(292){opacity:1.8764;transform:translate(60.6337vw,-10px) scale(.293);animation:fall-292 30s -9s linear infinite}@keyframes fall-292{52.627%{transform:translate(57.2794vw,52.627vh) scale(.293)}to{transform:translate(58.95655vw,100vh) scale(.293)}}.snow:nth-child(293){opacity:.2556;transform:translate(40.2057vw,-10px) scale(.4087);animation:fall-293 27s -20s linear infinite}@keyframes fall-293{45.245%{transform:translate(34.5062vw,45.245vh) scale(.4087)}to{transform:translate(37.35595vw,100vh) scale(.4087)}}.snow:nth-child(294){opacity:.9976;transform:translate(.2399vw,-10px) scale(.9373);animation:fall-294 29s -26s linear infinite}@keyframes fall-294{56.61%{transform:translate(-5.7779vw,56.61vh) scale(.9373)}to{transform:translate(-2.769vw,100vh) scale(.9373)}}.snow:nth-child(295){opacity:.547;transform:translate(95.5639vw,-10px) scale(.7191);animation:fall-295 19s -25s linear infinite}@keyframes fall-295{38.529%{transform:translate(88.6653vw,38.529vh) scale(.7191)}to{transform:translate(92.1146vw,100vh) scale(.7191)}}.snow:nth-child(296){opacity:.0346;transform:translate(94.2476vw,-10px) scale(.8141);animation:fall-296 22s -6s linear infinite}@keyframes fall-296{68.154%{transform:translate(86.6923vw,68.154vh) scale(.8141)}to{transform:translate(90.46995vw,100vh) scale(.8141)}}.snow:nth-child(297){opacity:1.3298;transform:translate(51.9915vw,-10px) scale(.8171);animation:fall-297 18s -18s linear infinite}@keyframes fall-297{55.41%{transform:translate(59.5388vw,55.41vh) scale(.8171)}to{transform:translate(55.76515vw,100vh) scale(.8171)}}.snow:nth-child(298){opacity:.8736;transform:translate(54.6317vw,-10px) scale(.6184);animation:fall-298 29s -1s linear infinite}@keyframes fall-298{35.798%{transform:translate(49.4019vw,35.798vh) scale(.6184)}to{transform:translate(52.0168vw,100vh) scale(.6184)}}.snow:nth-child(299){opacity:1.4092;transform:translate(97.8039vw,-10px) scale(.0281);animation:fall-299 14s -1s linear infinite}@keyframes fall-299{45.71%{transform:translate(89.6088vw,45.71vh) scale(.0281)}to{transform:translate(93.70635vw,100vh) scale(.0281)}}.snow:nth-child(300){opacity:.5752;transform:translate(27.0442vw,-10px) scale(.5676);animation:fall-300 23s -2s linear infinite}@keyframes fall-300{61.806%{transform:translate(27.6426vw,61.806vh) scale(.5676)}to{transform:translate(27.3434vw,100vh) scale(.5676)}}.snow:nth-child(301){opacity:1.1816;transform:translate(68.8443vw,-10px) scale(.5604);animation:fall-301 26s -23s linear infinite}@keyframes fall-301{59.587%{transform:translate(76.3996vw,59.587vh) scale(.5604)}to{transform:translate(72.62195vw,100vh) scale(.5604)}}.snow:nth-child(302){opacity:1.7316;transform:translate(73.1702vw,-10px) scale(.7307);animation:fall-302 22s -25s linear infinite}@keyframes fall-302{54.314%{transform:translate(72.4084vw,54.314vh) scale(.7307)}to{transform:translate(72.7893vw,100vh) scale(.7307)}}.snow:nth-child(303){opacity:1.304;transform:translate(69.2468vw,-10px) scale(.9705);animation:fall-303 10s -21s linear infinite}@keyframes fall-303{59.652%{transform:translate(78.2037vw,59.652vh) scale(.9705)}to{transform:translate(73.72525vw,100vh) scale(.9705)}}.snow:nth-child(304){opacity:1.6822;transform:translate(2.0464vw,-10px) scale(.1478);animation:fall-304 27s -8s linear infinite}@keyframes fall-304{43.597%{transform:translate(-3.7196vw,43.597vh) scale(.1478)}to{transform:translate(-.8366vw,100vh) scale(.1478)}}.snow:nth-child(305){opacity:1.9682;transform:translate(1.2034vw,-10px) scale(.6631);animation:fall-305 30s -19s linear infinite}@keyframes fall-305{79.824%{transform:translate(.253vw,79.824vh) scale(.6631)}to{transform:translate(.7282vw,100vh) scale(.6631)}}.snow:nth-child(306){opacity:1.3854;transform:translate(48.26vw,-10px) scale(.3146);animation:fall-306 15s -1s linear infinite}@keyframes fall-306{43.437%{transform:translate(38.8131vw,43.437vh) scale(.3146)}to{transform:translate(43.53655vw,100vh) scale(.3146)}}.snow:nth-child(307){opacity:.6974;transform:translate(89.8128vw,-10px) scale(.4244);animation:fall-307 25s -11s linear infinite}@keyframes fall-307{73.341%{transform:translate(84.7449vw,73.341vh) scale(.4244)}to{transform:translate(87.27885vw,100vh) scale(.4244)}}.snow:nth-child(308){opacity:.8172;transform:translate(35.8396vw,-10px) scale(.7667);animation:fall-308 11s -17s linear infinite}@keyframes fall-308{58.593%{transform:translate(45.3636vw,58.593vh) scale(.7667)}to{transform:translate(40.6016vw,100vh) scale(.7667)}}.snow:nth-child(309){opacity:.371;transform:translate(10.5285vw,-10px) scale(.3917);animation:fall-309 21s -16s linear infinite}@keyframes fall-309{57.946%{transform:translate(18.5355vw,57.946vh) scale(.3917)}to{transform:translate(14.532vw,100vh) scale(.3917)}}.snow:nth-child(310){opacity:.171;transform:translate(.6392vw,-10px) scale(.8655);animation:fall-310 13s -6s linear infinite}@keyframes fall-310{40.616%{transform:translate(4.8042vw,40.616vh) scale(.8655)}to{transform:translate(2.7217vw,100vh) scale(.8655)}}.snow:nth-child(311){opacity:1.9032;transform:translate(43.4708vw,-10px) scale(.0189);animation:fall-311 25s -14s linear infinite}@keyframes fall-311{74.029%{transform:translate(43.154vw,74.029vh) scale(.0189)}to{transform:translate(43.3124vw,100vh) scale(.0189)}}.snow:nth-child(312){opacity:.8238;transform:translate(22.6368vw,-10px) scale(.7958);animation:fall-312 10s -18s linear infinite}@keyframes fall-312{39.688%{transform:translate(22.711vw,39.688vh) scale(.7958)}to{transform:translate(22.6739vw,100vh) scale(.7958)}}.snow:nth-child(313){opacity:.6806;transform:translate(83.3528vw,-10px) scale(.3067);animation:fall-313 19s -5s linear infinite}@keyframes fall-313{50.755%{transform:translate(77.8293vw,50.755vh) scale(.3067)}to{transform:translate(80.59105vw,100vh) scale(.3067)}}.snow:nth-child(314){opacity:.4854;transform:translate(1.4944vw,-10px) scale(.5129);animation:fall-314 19s -28s linear infinite}@keyframes fall-314{59.104%{transform:translate(-.3035vw,59.104vh) scale(.5129)}to{transform:translate(.59545vw,100vh) scale(.5129)}}.snow:nth-child(315){opacity:.9742;transform:translate(20.8509vw,-10px) scale(.1591);animation:fall-315 20s -13s linear infinite}@keyframes fall-315{70.787%{transform:translate(13.2353vw,70.787vh) scale(.1591)}to{transform:translate(17.0431vw,100vh) scale(.1591)}}.snow:nth-child(316){opacity:.9452;transform:translate(54.2791vw,-10px) scale(.9918);animation:fall-316 21s -20s linear infinite}@keyframes fall-316{72.746%{transform:translate(48.3786vw,72.746vh) scale(.9918)}to{transform:translate(51.32885vw,100vh) scale(.9918)}}.snow:nth-child(317){opacity:.7604;transform:translate(46.6109vw,-10px) scale(.1851);animation:fall-317 28s -27s linear infinite}@keyframes fall-317{63.477%{transform:translate(52.8859vw,63.477vh) scale(.1851)}to{transform:translate(49.7484vw,100vh) scale(.1851)}}.snow:nth-child(318){opacity:.202;transform:translate(23.6577vw,-10px) scale(.372);animation:fall-318 26s -30s linear infinite}@keyframes fall-318{65.056%{transform:translate(15.8397vw,65.056vh) scale(.372)}to{transform:translate(19.7487vw,100vh) scale(.372)}}.snow:nth-child(319){opacity:1.59;transform:translate(65.0031vw,-10px) scale(.1578);animation:fall-319 24s -1s linear infinite}@keyframes fall-319{59.541%{transform:translate(60.0341vw,59.541vh) scale(.1578)}to{transform:translate(62.5186vw,100vh) scale(.1578)}}.snow:nth-child(320){opacity:1.0746;transform:translate(91.8579vw,-10px) scale(.4168);animation:fall-320 22s -5s linear infinite}@keyframes fall-320{67.436%{transform:translate(82.0611vw,67.436vh) scale(.4168)}to{transform:translate(86.9595vw,100vh) scale(.4168)}}.snow:nth-child(321){opacity:.8672;transform:translate(53.777vw,-10px) scale(.4605);animation:fall-321 12s -30s linear infinite}@keyframes fall-321{58.266%{transform:translate(52.9767vw,58.266vh) scale(.4605)}to{transform:translate(53.37685vw,100vh) scale(.4605)}}.snow:nth-child(322){opacity:.5446;transform:translate(25.4274vw,-10px) scale(.0286);animation:fall-322 28s -12s linear infinite}@keyframes fall-322{59.662%{transform:translate(29.821vw,59.662vh) scale(.0286)}to{transform:translate(27.6242vw,100vh) scale(.0286)}}.snow:nth-child(323){opacity:1.5256;transform:translate(16.6863vw,-10px) scale(.2711);animation:fall-323 14s -26s linear infinite}@keyframes fall-323{44.952%{transform:translate(20.6353vw,44.952vh) scale(.2711)}to{transform:translate(18.6608vw,100vh) scale(.2711)}}.snow:nth-child(324){opacity:.7972;transform:translate(65.9249vw,-10px) scale(.162);animation:fall-324 30s -25s linear infinite}@keyframes fall-324{31.546%{transform:translate(57.8434vw,31.546vh) scale(.162)}to{transform:translate(61.88415vw,100vh) scale(.162)}}.snow:nth-child(325){opacity:1.9854;transform:translate(70.3861vw,-10px) scale(.7152);animation:fall-325 17s -14s linear infinite}@keyframes fall-325{72.435%{transform:translate(69.5157vw,72.435vh) scale(.7152)}to{transform:translate(69.9509vw,100vh) scale(.7152)}}.snow:nth-child(326){opacity:.3494;transform:translate(1.305vw,-10px) scale(.6765);animation:fall-326 24s -2s linear infinite}@keyframes fall-326{57.225%{transform:translate(-.3012vw,57.225vh) scale(.6765)}to{transform:translate(.5019vw,100vh) scale(.6765)}}.snow:nth-child(327){opacity:.6158;transform:translate(61.5851vw,-10px) scale(.51);animation:fall-327 11s -12s linear infinite}@keyframes fall-327{42.119%{transform:translate(58.6981vw,42.119vh) scale(.51)}to{transform:translate(60.1416vw,100vh) scale(.51)}}.snow:nth-child(328){opacity:1.3854;transform:translate(15.7388vw,-10px) scale(.7669);animation:fall-328 25s -12s linear infinite}@keyframes fall-328{49.467%{transform:translate(6.3209vw,49.467vh) scale(.7669)}to{transform:translate(11.02985vw,100vh) scale(.7669)}}.snow:nth-child(329){opacity:1.5014;transform:translate(17.867vw,-10px) scale(.5745);animation:fall-329 12s -16s linear infinite}@keyframes fall-329{39.204%{transform:translate(8.1759vw,39.204vh) scale(.5745)}to{transform:translate(13.02145vw,100vh) scale(.5745)}}.snow:nth-child(330){opacity:.5394;transform:translate(39.1904vw,-10px) scale(.7066);animation:fall-330 30s -15s linear infinite}@keyframes fall-330{68.519%{transform:translate(47.1855vw,68.519vh) scale(.7066)}to{transform:translate(43.18795vw,100vh) scale(.7066)}}.snow:nth-child(331){opacity:1.839;transform:translate(13.4638vw,-10px) scale(.6955);animation:fall-331 29s -21s linear infinite}@keyframes fall-331{48.26%{transform:translate(12.6075vw,48.26vh) scale(.6955)}to{transform:translate(13.03565vw,100vh) scale(.6955)}}.snow:nth-child(332){opacity:1.9696;transform:translate(8.7976vw,-10px) scale(.9772);animation:fall-332 10s -1s linear infinite}@keyframes fall-332{30.911%{transform:translate(2.1805vw,30.911vh) scale(.9772)}to{transform:translate(5.48905vw,100vh) scale(.9772)}}.snow:nth-child(333){opacity:1.626;transform:translate(76.3622vw,-10px) scale(.532);animation:fall-333 15s -23s linear infinite}@keyframes fall-333{57.426%{transform:translate(70.1125vw,57.426vh) scale(.532)}to{transform:translate(73.23735vw,100vh) scale(.532)}}.snow:nth-child(334){opacity:.3496;transform:translate(87.4408vw,-10px) scale(.9158);animation:fall-334 11s -22s linear infinite}@keyframes fall-334{30.569%{transform:translate(95.4958vw,30.569vh) scale(.9158)}to{transform:translate(91.4683vw,100vh) scale(.9158)}}.snow:nth-child(335){opacity:.3594;transform:translate(74.6056vw,-10px) scale(.6203);animation:fall-335 28s -3s linear infinite}@keyframes fall-335{61.91%{transform:translate(74.8218vw,61.91vh) scale(.6203)}to{transform:translate(74.7137vw,100vh) scale(.6203)}}.snow:nth-child(336){opacity:.3092;transform:translate(5.8414vw,-10px) scale(.9863);animation:fall-336 27s -6s linear infinite}@keyframes fall-336{48.226%{transform:translate(8.2233vw,48.226vh) scale(.9863)}to{transform:translate(7.03235vw,100vh) scale(.9863)}}.snow:nth-child(337){opacity:1.4162;transform:translate(77.2586vw,-10px) scale(.2256);animation:fall-337 17s -15s linear infinite}@keyframes fall-337{78.732%{transform:translate(81.9994vw,78.732vh) scale(.2256)}to{transform:translate(79.629vw,100vh) scale(.2256)}}.snow:nth-child(338){opacity:.4976;transform:translate(.8259vw,-10px) scale(.8642);animation:fall-338 21s -19s linear infinite}@keyframes fall-338{35.459%{transform:translate(-7.2301vw,35.459vh) scale(.8642)}to{transform:translate(-3.2021vw,100vh) scale(.8642)}}.snow:nth-child(339){opacity:.1516;transform:translate(79.5753vw,-10px) scale(.0151);animation:fall-339 15s -30s linear infinite}@keyframes fall-339{46.837%{transform:translate(75.2949vw,46.837vh) scale(.0151)}to{transform:translate(77.4351vw,100vh) scale(.0151)}}.snow:nth-child(340){opacity:1.5374;transform:translate(74.5501vw,-10px) scale(.1667);animation:fall-340 23s -19s linear infinite}@keyframes fall-340{65.314%{transform:translate(71.4148vw,65.314vh) scale(.1667)}to{transform:translate(72.98245vw,100vh) scale(.1667)}}.snow:nth-child(341){opacity:.756;transform:translate(52.8425vw,-10px) scale(.8021);animation:fall-341 16s -20s linear infinite}@keyframes fall-341{75.165%{transform:translate(56.2576vw,75.165vh) scale(.8021)}to{transform:translate(54.55005vw,100vh) scale(.8021)}}.snow:nth-child(342){opacity:.6034;transform:translate(83.7006vw,-10px) scale(.4986);animation:fall-342 19s -26s linear infinite}@keyframes fall-342{54.516%{transform:translate(82.7106vw,54.516vh) scale(.4986)}to{transform:translate(83.2056vw,100vh) scale(.4986)}}.snow:nth-child(343){opacity:.4042;transform:translate(81.7101vw,-10px) scale(.0246);animation:fall-343 25s -21s linear infinite}@keyframes fall-343{72.207%{transform:translate(73.4136vw,72.207vh) scale(.0246)}to{transform:translate(77.56185vw,100vh) scale(.0246)}}.snow:nth-child(344){opacity:1.65;transform:translate(77.7246vw,-10px) scale(.0439);animation:fall-344 18s -28s linear infinite}@keyframes fall-344{60.831%{transform:translate(72.8758vw,60.831vh) scale(.0439)}to{transform:translate(75.3002vw,100vh) scale(.0439)}}.snow:nth-child(345){opacity:1.4676;transform:translate(32.8378vw,-10px) scale(.3287);animation:fall-345 13s -18s linear infinite}@keyframes fall-345{68.906%{transform:translate(29.8751vw,68.906vh) scale(.3287)}to{transform:translate(31.35645vw,100vh) scale(.3287)}}.snow:nth-child(346){opacity:1.515;transform:translate(34.3615vw,-10px) scale(.946);animation:fall-346 28s -7s linear infinite}@keyframes fall-346{61.329%{transform:translate(39.4315vw,61.329vh) scale(.946)}to{transform:translate(36.8965vw,100vh) scale(.946)}}.snow:nth-child(347){opacity:.247;transform:translate(75.2947vw,-10px) scale(.5107);animation:fall-347 25s -15s linear infinite}@keyframes fall-347{67.405%{transform:translate(70.2822vw,67.405vh) scale(.5107)}to{transform:translate(72.78845vw,100vh) scale(.5107)}}.snow:nth-child(348){opacity:.6714;transform:translate(89.4024vw,-10px) scale(.121);animation:fall-348 27s -17s linear infinite}@keyframes fall-348{64.578%{transform:translate(83.8594vw,64.578vh) scale(.121)}to{transform:translate(86.6309vw,100vh) scale(.121)}}.snow:nth-child(349){opacity:1.7266;transform:translate(8.2554vw,-10px) scale(.4165);animation:fall-349 17s -19s linear infinite}@keyframes fall-349{75.009%{transform:translate(4.4059vw,75.009vh) scale(.4165)}to{transform:translate(6.33065vw,100vh) scale(.4165)}}.snow:nth-child(350){opacity:.3632;transform:translate(15.6002vw,-10px) scale(.1539);animation:fall-350 28s -20s linear infinite}@keyframes fall-350{61.006%{transform:translate(20.341vw,61.006vh) scale(.1539)}to{transform:translate(17.9706vw,100vh) scale(.1539)}}.snow:nth-child(351){opacity:1.3572;transform:translate(30.9001vw,-10px) scale(.5962);animation:fall-351 26s -7s linear infinite}@keyframes fall-351{49.791%{transform:translate(21.2357vw,49.791vh) scale(.5962)}to{transform:translate(26.0679vw,100vh) scale(.5962)}}.snow:nth-child(352){opacity:1.0454;transform:translate(83.4944vw,-10px) scale(.3438);animation:fall-352 25s -14s linear infinite}@keyframes fall-352{62.251%{transform:translate(89.9997vw,62.251vh) scale(.3438)}to{transform:translate(86.74705vw,100vh) scale(.3438)}}.snow:nth-child(353){opacity:1.887;transform:translate(44.4428vw,-10px) scale(.0972);animation:fall-353 12s -24s linear infinite}@keyframes fall-353{64.331%{transform:translate(35.0917vw,64.331vh) scale(.0972)}to{transform:translate(39.76725vw,100vh) scale(.0972)}}.snow:nth-child(354){opacity:.9388;transform:translate(44.9353vw,-10px) scale(.832);animation:fall-354 14s -16s linear infinite}@keyframes fall-354{32.917%{transform:translate(45.9244vw,32.917vh) scale(.832)}to{transform:translate(45.42985vw,100vh) scale(.832)}}.snow:nth-child(355){opacity:1.825;transform:translate(31.3488vw,-10px) scale(.9416);animation:fall-355 10s -21s linear infinite}@keyframes fall-355{34.08%{transform:translate(31.1438vw,34.08vh) scale(.9416)}to{transform:translate(31.2463vw,100vh) scale(.9416)}}.snow:nth-child(356){opacity:.0708;transform:translate(46.2914vw,-10px) scale(.7822);animation:fall-356 11s -20s linear infinite}@keyframes fall-356{42.31%{transform:translate(54.184vw,42.31vh) scale(.7822)}to{transform:translate(50.2377vw,100vh) scale(.7822)}}.snow:nth-child(357){opacity:1.4032;transform:translate(12.727vw,-10px) scale(.2118);animation:fall-357 30s -19s linear infinite}@keyframes fall-357{33.169%{transform:translate(21.5474vw,33.169vh) scale(.2118)}to{transform:translate(17.1372vw,100vh) scale(.2118)}}.snow:nth-child(358){opacity:.5754;transform:translate(60.6101vw,-10px) scale(.0849);animation:fall-358 21s -25s linear infinite}@keyframes fall-358{76.566%{transform:translate(55.4892vw,76.566vh) scale(.0849)}to{transform:translate(58.04965vw,100vh) scale(.0849)}}.snow:nth-child(359){opacity:1.7774;transform:translate(91.9331vw,-10px) scale(.4574);animation:fall-359 11s -30s linear infinite}@keyframes fall-359{47.145%{transform:translate(89.138vw,47.145vh) scale(.4574)}to{transform:translate(90.53555vw,100vh) scale(.4574)}}.snow:nth-child(360){opacity:1.7952;transform:translate(2.8069vw,-10px) scale(.9424);animation:fall-360 13s -23s linear infinite}@keyframes fall-360{57.871%{transform:translate(10.0646vw,57.871vh) scale(.9424)}to{transform:translate(6.43575vw,100vh) scale(.9424)}}.snow:nth-child(361){opacity:.4596;transform:translate(14.9431vw,-10px) scale(.468);animation:fall-361 16s -18s linear infinite}@keyframes fall-361{57.464%{transform:translate(18.988vw,57.464vh) scale(.468)}to{transform:translate(16.96555vw,100vh) scale(.468)}}.snow:nth-child(362){opacity:1.707;transform:translate(44.97vw,-10px) scale(.0412);animation:fall-362 14s -16s linear infinite}@keyframes fall-362{65.12%{transform:translate(46.3416vw,65.12vh) scale(.0412)}to{transform:translate(45.6558vw,100vh) scale(.0412)}}.snow:nth-child(363){opacity:.0164;transform:translate(84.7387vw,-10px) scale(.6158);animation:fall-363 26s -7s linear infinite}@keyframes fall-363{69.351%{transform:translate(92.9764vw,69.351vh) scale(.6158)}to{transform:translate(88.85755vw,100vh) scale(.6158)}}.snow:nth-child(364){opacity:.9688;transform:translate(33.995vw,-10px) scale(.0581);animation:fall-364 19s -28s linear infinite}@keyframes fall-364{62.596%{transform:translate(31.0721vw,62.596vh) scale(.0581)}to{transform:translate(32.53355vw,100vh) scale(.0581)}}.snow:nth-child(365){opacity:1.6952;transform:translate(29.7353vw,-10px) scale(.3289);animation:fall-365 26s -17s linear infinite}@keyframes fall-365{58.506%{transform:translate(34.7759vw,58.506vh) scale(.3289)}to{transform:translate(32.2556vw,100vh) scale(.3289)}}.snow:nth-child(366){opacity:.7868;transform:translate(26.4085vw,-10px) scale(.392);animation:fall-366 10s -13s linear infinite}@keyframes fall-366{43.831%{transform:translate(23.4353vw,43.831vh) scale(.392)}to{transform:translate(24.9219vw,100vh) scale(.392)}}.snow:nth-child(367){opacity:1.3594;transform:translate(33.8069vw,-10px) scale(.5003);animation:fall-367 24s -13s linear infinite}@keyframes fall-367{69.963%{transform:translate(41.3816vw,69.963vh) scale(.5003)}to{transform:translate(37.59425vw,100vh) scale(.5003)}}.snow:nth-child(368){opacity:.3162;transform:translate(21.2531vw,-10px) scale(.6057);animation:fall-368 30s -3s linear infinite}@keyframes fall-368{70.106%{transform:translate(22.005vw,70.106vh) scale(.6057)}to{transform:translate(21.62905vw,100vh) scale(.6057)}}.snow:nth-child(369){opacity:.2858;transform:translate(91.4601vw,-10px) scale(.2672);animation:fall-369 20s -20s linear infinite}@keyframes fall-369{36.509%{transform:translate(93.4151vw,36.509vh) scale(.2672)}to{transform:translate(92.4376vw,100vh) scale(.2672)}}.snow:nth-child(370){opacity:.3478;transform:translate(14.3782vw,-10px) scale(.6214);animation:fall-370 26s -8s linear infinite}@keyframes fall-370{68.071%{transform:translate(17.6644vw,68.071vh) scale(.6214)}to{transform:translate(16.0213vw,100vh) scale(.6214)}}.snow:nth-child(371){opacity:1.8166;transform:translate(28.601vw,-10px) scale(.1741);animation:fall-371 14s -1s linear infinite}@keyframes fall-371{37.103%{transform:translate(34.8075vw,37.103vh) scale(.1741)}to{transform:translate(31.70425vw,100vh) scale(.1741)}}.snow:nth-child(372){opacity:1.7664;transform:translate(57.9394vw,-10px) scale(.8681);animation:fall-372 27s -1s linear infinite}@keyframes fall-372{48.428%{transform:translate(52.1145vw,48.428vh) scale(.8681)}to{transform:translate(55.02695vw,100vh) scale(.8681)}}.snow:nth-child(373){opacity:1.8858;transform:translate(6.6865vw,-10px) scale(.7489);animation:fall-373 14s -7s linear infinite}@keyframes fall-373{77.154%{transform:translate(16.608vw,77.154vh) scale(.7489)}to{transform:translate(11.64725vw,100vh) scale(.7489)}}.snow:nth-child(374){opacity:.1182;transform:translate(16.1411vw,-10px) scale(.5592);animation:fall-374 27s -23s linear infinite}@keyframes fall-374{33.156%{transform:translate(10.3097vw,33.156vh) scale(.5592)}to{transform:translate(13.2254vw,100vh) scale(.5592)}}.snow:nth-child(375){opacity:1.26;transform:translate(75.629vw,-10px) scale(.4528);animation:fall-375 11s -7s linear infinite}@keyframes fall-375{71.234%{transform:translate(82.8767vw,71.234vh) scale(.4528)}to{transform:translate(79.25285vw,100vh) scale(.4528)}}.snow:nth-child(376){opacity:.3278;transform:translate(3.3932vw,-10px) scale(.9536);animation:fall-376 26s -8s linear infinite}@keyframes fall-376{54.712%{transform:translate(-3.4006vw,54.712vh) scale(.9536)}to{transform:translate(-.0037vw,100vh) scale(.9536)}}.snow:nth-child(377){opacity:1.8822;transform:translate(15.8464vw,-10px) scale(.4134);animation:fall-377 18s -20s linear infinite}@keyframes fall-377{78.231%{transform:translate(14.2049vw,78.231vh) scale(.4134)}to{transform:translate(15.02565vw,100vh) scale(.4134)}}.snow:nth-child(378){opacity:1.1518;transform:translate(86.064vw,-10px) scale(.5169);animation:fall-378 16s -26s linear infinite}@keyframes fall-378{55.426%{transform:translate(80.8191vw,55.426vh) scale(.5169)}to{transform:translate(83.44155vw,100vh) scale(.5169)}}.snow:nth-child(379){opacity:1.9022;transform:translate(3.3938vw,-10px) scale(.4726);animation:fall-379 24s -5s linear infinite}@keyframes fall-379{43.707%{transform:translate(3.0168vw,43.707vh) scale(.4726)}to{transform:translate(3.2053vw,100vh) scale(.4726)}}.snow:nth-child(380){opacity:.6486;transform:translate(25.6852vw,-10px) scale(.5974);animation:fall-380 20s -27s linear infinite}@keyframes fall-380{76.531%{transform:translate(31.8205vw,76.531vh) scale(.5974)}to{transform:translate(28.75285vw,100vh) scale(.5974)}}.snow:nth-child(381){opacity:1.4828;transform:translate(75.6753vw,-10px) scale(.5955);animation:fall-381 22s -17s linear infinite}@keyframes fall-381{65.87%{transform:translate(69.9006vw,65.87vh) scale(.5955)}to{transform:translate(72.78795vw,100vh) scale(.5955)}}.snow:nth-child(382){opacity:1.078;transform:translate(10.832vw,-10px) scale(.3056);animation:fall-382 27s -1s linear infinite}@keyframes fall-382{66.602%{transform:translate(11.478vw,66.602vh) scale(.3056)}to{transform:translate(11.155vw,100vh) scale(.3056)}}.snow:nth-child(383){opacity:.4552;transform:translate(48.5658vw,-10px) scale(.1822);animation:fall-383 22s -30s linear infinite}@keyframes fall-383{52.292%{transform:translate(44.6512vw,52.292vh) scale(.1822)}to{transform:translate(46.6085vw,100vh) scale(.1822)}}.snow:nth-child(384){opacity:.6724;transform:translate(91.573vw,-10px) scale(.2538);animation:fall-384 10s -11s linear infinite}@keyframes fall-384{61.093%{transform:translate(85.9968vw,61.093vh) scale(.2538)}to{transform:translate(88.7849vw,100vh) scale(.2538)}}.snow:nth-child(385){opacity:1.4394;transform:translate(3.3182vw,-10px) scale(.8411);animation:fall-385 11s -5s linear infinite}@keyframes fall-385{43.292%{transform:translate(-6.3191vw,43.292vh) scale(.8411)}to{transform:translate(-1.50045vw,100vh) scale(.8411)}}.snow:nth-child(386){opacity:.1008;transform:translate(64.2031vw,-10px) scale(.3299);animation:fall-386 21s -14s linear infinite}@keyframes fall-386{40.926%{transform:translate(73.9884vw,40.926vh) scale(.3299)}to{transform:translate(69.09575vw,100vh) scale(.3299)}}.snow:nth-child(387){opacity:1.2404;transform:translate(97.1864vw,-10px) scale(.0203);animation:fall-387 19s -26s linear infinite}@keyframes fall-387{41.902%{transform:translate(91.138vw,41.902vh) scale(.0203)}to{transform:translate(94.1622vw,100vh) scale(.0203)}}.snow:nth-child(388){opacity:1.863;transform:translate(52.6569vw,-10px) scale(.8421);animation:fall-388 10s -23s linear infinite}@keyframes fall-388{40.96%{transform:translate(58.1198vw,40.96vh) scale(.8421)}to{transform:translate(55.38835vw,100vh) scale(.8421)}}.snow:nth-child(389){opacity:.8798;transform:translate(88.7473vw,-10px) scale(.137);animation:fall-389 27s -9s linear infinite}@keyframes fall-389{64.141%{transform:translate(94.1284vw,64.141vh) scale(.137)}to{transform:translate(91.43785vw,100vh) scale(.137)}}.snow:nth-child(390){opacity:1.4;transform:translate(50.9528vw,-10px) scale(.073);animation:fall-390 27s -12s linear infinite}@keyframes fall-390{64.104%{transform:translate(58.9279vw,64.104vh) scale(.073)}to{transform:translate(54.94035vw,100vh) scale(.073)}}.snow:nth-child(391){opacity:.7978;transform:translate(24.9396vw,-10px) scale(.0949);animation:fall-391 14s -10s linear infinite}@keyframes fall-391{54.296%{transform:translate(27.8057vw,54.296vh) scale(.0949)}to{transform:translate(26.37265vw,100vh) scale(.0949)}}.snow:nth-child(392){opacity:1.108;transform:translate(75.3947vw,-10px) scale(.5787);animation:fall-392 17s -30s linear infinite}@keyframes fall-392{74.375%{transform:translate(78.028vw,74.375vh) scale(.5787)}to{transform:translate(76.71135vw,100vh) scale(.5787)}}.snow:nth-child(393){opacity:.5262;transform:translate(53.3558vw,-10px) scale(.5145);animation:fall-393 12s -23s linear infinite}@keyframes fall-393{61.991%{transform:translate(44.6525vw,61.991vh) scale(.5145)}to{transform:translate(49.00415vw,100vh) scale(.5145)}}.snow:nth-child(394){opacity:.9868;transform:translate(87.4066vw,-10px) scale(.9874);animation:fall-394 18s -14s linear infinite}@keyframes fall-394{62.425%{transform:translate(96.1214vw,62.425vh) scale(.9874)}to{transform:translate(91.764vw,100vh) scale(.9874)}}.snow:nth-child(395){opacity:.63;transform:translate(55.0975vw,-10px) scale(.5122);animation:fall-395 18s -8s linear infinite}@keyframes fall-395{46.107%{transform:translate(50.4026vw,46.107vh) scale(.5122)}to{transform:translate(52.75005vw,100vh) scale(.5122)}}.snow:nth-child(396){opacity:1.2074;transform:translate(55.8388vw,-10px) scale(.5709);animation:fall-396 17s -21s linear infinite}@keyframes fall-396{34.798%{transform:translate(62.2109vw,34.798vh) scale(.5709)}to{transform:translate(59.02485vw,100vh) scale(.5709)}}.snow:nth-child(397){opacity:.0342;transform:translate(99.2117vw,-10px) scale(.5855);animation:fall-397 24s -3s linear infinite}@keyframes fall-397{75.824%{transform:translate(109.0092vw,75.824vh) scale(.5855)}to{transform:translate(104.11045vw,100vh) scale(.5855)}}.snow:nth-child(398){opacity:1.6946;transform:translate(92.112vw,-10px) scale(.0811);animation:fall-398 23s -19s linear infinite}@keyframes fall-398{38.907%{transform:translate(89.7317vw,38.907vh) scale(.0811)}to{transform:translate(90.92185vw,100vh) scale(.0811)}}.snow:nth-child(399){opacity:1.3804;transform:translate(49.2398vw,-10px) scale(.0353);animation:fall-399 15s -19s linear infinite}@keyframes fall-399{49.429%{transform:translate(41.4367vw,49.429vh) scale(.0353)}to{transform:translate(45.33825vw,100vh) scale(.0353)}}.snow:nth-child(400){opacity:1.902;transform:translate(67.9334vw,-10px) scale(.8053);animation:fall-400 16s -18s linear infinite}@keyframes fall-400{70.876%{transform:translate(58.6215vw,70.876vh) scale(.8053)}to{transform:translate(63.27745vw,100vh) scale(.8053)}}\n"], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
22
22
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AppComponent, decorators: [{
|
|
23
23
|
type: Component,
|
|
24
|
-
args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:.0896;transform:translate(67.5114vw,-10px) scale(.4411);animation:fall-1 23s -5s linear infinite}@keyframes fall-1{63.335%{transform:translate(57.9472vw,63.335vh) scale(.4411)}to{transform:translate(62.7293vw,100vh) scale(.4411)}}.snow:nth-child(2){opacity:.703;transform:translate(28.5508vw,-10px) scale(.7044);animation:fall-2 28s -4s linear infinite}@keyframes fall-2{71.493%{transform:translate(23.0519vw,71.493vh) scale(.7044)}to{transform:translate(25.80135vw,100vh) scale(.7044)}}.snow:nth-child(3){opacity:1.3878;transform:translate(8.1597vw,-10px) scale(.7833);animation:fall-3 25s -25s linear infinite}@keyframes fall-3{46.531%{transform:translate(15.5141vw,46.531vh) scale(.7833)}to{transform:translate(11.8369vw,100vh) scale(.7833)}}.snow:nth-child(4){opacity:1.2216;transform:translate(60.0292vw,-10px) scale(.375);animation:fall-4 22s -6s linear infinite}@keyframes fall-4{45.785%{transform:translate(67.547vw,45.785vh) scale(.375)}to{transform:translate(63.7881vw,100vh) scale(.375)}}.snow:nth-child(5){opacity:1.9694;transform:translate(85.8439vw,-10px) scale(.2742);animation:fall-5 29s -27s linear infinite}@keyframes fall-5{32.368%{transform:translate(95.1063vw,32.368vh) scale(.2742)}to{transform:translate(90.4751vw,100vh) scale(.2742)}}.snow:nth-child(6){opacity:1.484;transform:translate(45.4577vw,-10px) scale(.9393);animation:fall-6 26s -12s linear infinite}@keyframes fall-6{56.446%{transform:translate(37.0802vw,56.446vh) scale(.9393)}to{transform:translate(41.26895vw,100vh) scale(.9393)}}.snow:nth-child(7){opacity:.188;transform:translate(21.9608vw,-10px) scale(.4177);animation:fall-7 19s -3s linear infinite}@keyframes fall-7{61.121%{transform:translate(28.2636vw,61.121vh) scale(.4177)}to{transform:translate(25.1122vw,100vh) scale(.4177)}}.snow:nth-child(8){opacity:1.3428;transform:translate(31.8805vw,-10px) scale(.9111);animation:fall-8 20s -3s linear infinite}@keyframes fall-8{31.982%{transform:translate(29.5201vw,31.982vh) scale(.9111)}to{transform:translate(30.7003vw,100vh) scale(.9111)}}.snow:nth-child(9){opacity:.2764;transform:translate(25.6976vw,-10px) scale(.4989);animation:fall-9 22s -17s linear infinite}@keyframes fall-9{47.497%{transform:translate(17.2663vw,47.497vh) scale(.4989)}to{transform:translate(21.48195vw,100vh) scale(.4989)}}.snow:nth-child(10){opacity:.8986;transform:translate(47.6908vw,-10px) scale(.4549);animation:fall-10 20s -12s linear infinite}@keyframes fall-10{66.437%{transform:translate(43.1523vw,66.437vh) scale(.4549)}to{transform:translate(45.42155vw,100vh) scale(.4549)}}.snow:nth-child(11){opacity:1.5252;transform:translate(71.3561vw,-10px) scale(.7532);animation:fall-11 23s -13s linear infinite}@keyframes fall-11{54.047%{transform:translate(77.4869vw,54.047vh) scale(.7532)}to{transform:translate(74.4215vw,100vh) scale(.7532)}}.snow:nth-child(12){opacity:1.3256;transform:translate(26.1105vw,-10px) scale(.7578);animation:fall-12 21s -3s linear infinite}@keyframes fall-12{74.788%{transform:translate(26.2743vw,74.788vh) scale(.7578)}to{transform:translate(26.1924vw,100vh) scale(.7578)}}.snow:nth-child(13){opacity:1.2408;transform:translate(84.6882vw,-10px) scale(.9689);animation:fall-13 16s -5s linear infinite}@keyframes fall-13{51.117%{transform:translate(93.5556vw,51.117vh) scale(.9689)}to{transform:translate(89.1219vw,100vh) scale(.9689)}}.snow:nth-child(14){opacity:.2254;transform:translate(46.2353vw,-10px) scale(.2502);animation:fall-14 11s -22s linear infinite}@keyframes fall-14{36.213%{transform:translate(49.1312vw,36.213vh) scale(.2502)}to{transform:translate(47.68325vw,100vh) scale(.2502)}}.snow:nth-child(15){opacity:1.5458;transform:translate(31.4008vw,-10px) scale(.9073);animation:fall-15 15s -19s linear infinite}@keyframes fall-15{66.931%{transform:translate(24.4826vw,66.931vh) scale(.9073)}to{transform:translate(27.9417vw,100vh) scale(.9073)}}.snow:nth-child(16){opacity:1.7834;transform:translate(38.3653vw,-10px) scale(.3887);animation:fall-16 21s -4s linear infinite}@keyframes fall-16{43.667%{transform:translate(29.7924vw,43.667vh) scale(.3887)}to{transform:translate(34.07885vw,100vh) scale(.3887)}}.snow:nth-child(17){opacity:.0582;transform:translate(4.7343vw,-10px) scale(.0491);animation:fall-17 22s -14s linear infinite}@keyframes fall-17{48.908%{transform:translate(12.4475vw,48.908vh) scale(.0491)}to{transform:translate(8.5909vw,100vh) scale(.0491)}}.snow:nth-child(18){opacity:1.3714;transform:translate(.2604vw,-10px) scale(.7458);animation:fall-18 23s -17s linear infinite}@keyframes fall-18{66.416%{transform:translate(-9.275vw,66.416vh) scale(.7458)}to{transform:translate(-4.5073vw,100vh) scale(.7458)}}.snow:nth-child(19){opacity:1.8036;transform:translate(5.0589vw,-10px) scale(.1467);animation:fall-19 12s -6s linear infinite}@keyframes fall-19{73.076%{transform:translate(11.7707vw,73.076vh) scale(.1467)}to{transform:translate(8.4148vw,100vh) scale(.1467)}}.snow:nth-child(20){opacity:1.812;transform:translate(74.2937vw,-10px) scale(.3127);animation:fall-20 18s -15s linear infinite}@keyframes fall-20{38.132%{transform:translate(70.5924vw,38.132vh) scale(.3127)}to{transform:translate(72.44305vw,100vh) scale(.3127)}}.snow:nth-child(21){opacity:.9792;transform:translate(83.5285vw,-10px) scale(.5685);animation:fall-21 15s -6s linear infinite}@keyframes fall-21{79.654%{transform:translate(80.3255vw,79.654vh) scale(.5685)}to{transform:translate(81.927vw,100vh) scale(.5685)}}.snow:nth-child(22){opacity:.4574;transform:translate(62.7708vw,-10px) scale(.5943);animation:fall-22 13s -26s linear infinite}@keyframes fall-22{64.062%{transform:translate(69.7438vw,64.062vh) scale(.5943)}to{transform:translate(66.2573vw,100vh) scale(.5943)}}.snow:nth-child(23){opacity:.451;transform:translate(57.3929vw,-10px) scale(.4771);animation:fall-23 28s -1s linear infinite}@keyframes fall-23{30.316%{transform:translate(59.5288vw,30.316vh) scale(.4771)}to{transform:translate(58.46085vw,100vh) scale(.4771)}}.snow:nth-child(24){opacity:.0478;transform:translate(50.7527vw,-10px) scale(.535);animation:fall-24 13s -2s linear infinite}@keyframes fall-24{33.934%{transform:translate(50.8993vw,33.934vh) scale(.535)}to{transform:translate(50.826vw,100vh) scale(.535)}}.snow:nth-child(25){opacity:1.1272;transform:translate(26.9789vw,-10px) scale(.9736);animation:fall-25 18s -15s linear infinite}@keyframes fall-25{42.945%{transform:translate(18.3694vw,42.945vh) scale(.9736)}to{transform:translate(22.67415vw,100vh) scale(.9736)}}.snow:nth-child(26){opacity:1.7506;transform:translate(72.6785vw,-10px) scale(.5157);animation:fall-26 22s -19s linear infinite}@keyframes fall-26{44.921%{transform:translate(75.2392vw,44.921vh) scale(.5157)}to{transform:translate(73.95885vw,100vh) scale(.5157)}}.snow:nth-child(27){opacity:1.9168;transform:translate(81.2397vw,-10px) scale(.4302);animation:fall-27 16s -25s linear infinite}@keyframes fall-27{43.873%{transform:translate(73.4629vw,43.873vh) scale(.4302)}to{transform:translate(77.3513vw,100vh) scale(.4302)}}.snow:nth-child(28){opacity:.263;transform:translate(28.6067vw,-10px) scale(.5572);animation:fall-28 10s -20s linear infinite}@keyframes fall-28{43.949%{transform:translate(30.4041vw,43.949vh) scale(.5572)}to{transform:translate(29.5054vw,100vh) scale(.5572)}}.snow:nth-child(29){opacity:1.1388;transform:translate(80.212vw,-10px) scale(.1686);animation:fall-29 28s -15s linear infinite}@keyframes fall-29{74.26%{transform:translate(83.4563vw,74.26vh) scale(.1686)}to{transform:translate(81.83415vw,100vh) scale(.1686)}}.snow:nth-child(30){opacity:1.814;transform:translate(49.4553vw,-10px) scale(.3904);animation:fall-30 22s -30s linear infinite}@keyframes fall-30{56.548%{transform:translate(41.489vw,56.548vh) scale(.3904)}to{transform:translate(45.47215vw,100vh) scale(.3904)}}.snow:nth-child(31){opacity:.2048;transform:translate(35.5285vw,-10px) scale(.7799);animation:fall-31 24s -28s linear infinite}@keyframes fall-31{74.953%{transform:translate(30.6477vw,74.953vh) scale(.7799)}to{transform:translate(33.0881vw,100vh) scale(.7799)}}.snow:nth-child(32){opacity:.0618;transform:translate(71.2736vw,-10px) scale(.5202);animation:fall-32 21s -9s linear infinite}@keyframes fall-32{60.427%{transform:translate(80.7362vw,60.427vh) scale(.5202)}to{transform:translate(76.0049vw,100vh) scale(.5202)}}.snow:nth-child(33){opacity:1.0232;transform:translate(97.4127vw,-10px) scale(.9811);animation:fall-33 12s -15s linear infinite}@keyframes fall-33{34.718%{transform:translate(95.6853vw,34.718vh) scale(.9811)}to{transform:translate(96.549vw,100vh) scale(.9811)}}.snow:nth-child(34){opacity:1.3538;transform:translate(28.3953vw,-10px) scale(.1192);animation:fall-34 24s -5s linear infinite}@keyframes fall-34{33.804%{transform:translate(36.6556vw,33.804vh) scale(.1192)}to{transform:translate(32.52545vw,100vh) scale(.1192)}}.snow:nth-child(35){opacity:1.4856;transform:translate(82.819vw,-10px) scale(.6551);animation:fall-35 19s -20s linear infinite}@keyframes fall-35{61.192%{transform:translate(86.1833vw,61.192vh) scale(.6551)}to{transform:translate(84.50115vw,100vh) scale(.6551)}}.snow:nth-child(36){opacity:.5014;transform:translate(32.3046vw,-10px) scale(.4101);animation:fall-36 26s -2s linear infinite}@keyframes fall-36{73.75%{transform:translate(41.9764vw,73.75vh) scale(.4101)}to{transform:translate(37.1405vw,100vh) scale(.4101)}}.snow:nth-child(37){opacity:1.1216;transform:translate(42.8737vw,-10px) scale(.707);animation:fall-37 17s -12s linear infinite}@keyframes fall-37{47.425%{transform:translate(38.3451vw,47.425vh) scale(.707)}to{transform:translate(40.6094vw,100vh) scale(.707)}}.snow:nth-child(38){opacity:.0676;transform:translate(.5245vw,-10px) scale(.6303);animation:fall-38 23s -24s linear infinite}@keyframes fall-38{43.893%{transform:translate(3.3788vw,43.893vh) scale(.6303)}to{transform:translate(1.95165vw,100vh) scale(.6303)}}.snow:nth-child(39){opacity:.7556;transform:translate(88.8812vw,-10px) scale(.1451);animation:fall-39 12s -6s linear infinite}@keyframes fall-39{62.476%{transform:translate(80.3027vw,62.476vh) scale(.1451)}to{transform:translate(84.59195vw,100vh) scale(.1451)}}.snow:nth-child(40){opacity:.0392;transform:translate(64.5657vw,-10px) scale(.8565);animation:fall-40 14s -6s linear infinite}@keyframes fall-40{67.907%{transform:translate(73.9407vw,67.907vh) scale(.8565)}to{transform:translate(69.2532vw,100vh) scale(.8565)}}.snow:nth-child(41){opacity:1.6954;transform:translate(39.7701vw,-10px) scale(.0831);animation:fall-41 27s -4s linear infinite}@keyframes fall-41{76.004%{transform:translate(30.5219vw,76.004vh) scale(.0831)}to{transform:translate(35.146vw,100vh) scale(.0831)}}.snow:nth-child(42){opacity:.8222;transform:translate(26.6379vw,-10px) scale(.9631);animation:fall-42 27s -14s linear infinite}@keyframes fall-42{40.02%{transform:translate(25.1577vw,40.02vh) scale(.9631)}to{transform:translate(25.8978vw,100vh) scale(.9631)}}.snow:nth-child(43){opacity:1.5552;transform:translate(71.2113vw,-10px) scale(.5867);animation:fall-43 17s -10s linear infinite}@keyframes fall-43{47.338%{transform:translate(66.2613vw,47.338vh) scale(.5867)}to{transform:translate(68.7363vw,100vh) scale(.5867)}}.snow:nth-child(44){opacity:.5356;transform:translate(38.0918vw,-10px) scale(.7658);animation:fall-44 12s -15s linear infinite}@keyframes fall-44{33.739%{transform:translate(42.1275vw,33.739vh) scale(.7658)}to{transform:translate(40.10965vw,100vh) scale(.7658)}}.snow:nth-child(45){opacity:.6062;transform:translate(89.4359vw,-10px) scale(.2992);animation:fall-45 18s -30s linear infinite}@keyframes fall-45{56.854%{transform:translate(95.2049vw,56.854vh) scale(.2992)}to{transform:translate(92.3204vw,100vh) scale(.2992)}}.snow:nth-child(46){opacity:.504;transform:translate(50.556vw,-10px) scale(.9975);animation:fall-46 19s -17s linear infinite}@keyframes fall-46{79.803%{transform:translate(54.2575vw,79.803vh) scale(.9975)}to{transform:translate(52.40675vw,100vh) scale(.9975)}}.snow:nth-child(47){opacity:.7218;transform:translate(81.5684vw,-10px) scale(.6501);animation:fall-47 30s -14s linear infinite}@keyframes fall-47{40.433%{transform:translate(85.8009vw,40.433vh) scale(.6501)}to{transform:translate(83.68465vw,100vh) scale(.6501)}}.snow:nth-child(48){opacity:.5164;transform:translate(39.1446vw,-10px) scale(.9425);animation:fall-48 13s -26s linear infinite}@keyframes fall-48{71.509%{transform:translate(42.3291vw,71.509vh) scale(.9425)}to{transform:translate(40.73685vw,100vh) scale(.9425)}}.snow:nth-child(49){opacity:.7794;transform:translate(99.8297vw,-10px) scale(.656);animation:fall-49 14s -21s linear infinite}@keyframes fall-49{77.221%{transform:translate(94.9867vw,77.221vh) scale(.656)}to{transform:translate(97.4082vw,100vh) scale(.656)}}.snow:nth-child(50){opacity:1.2184;transform:translate(80.7914vw,-10px) scale(.5358);animation:fall-50 12s -12s linear infinite}@keyframes fall-50{77.664%{transform:translate(86.4032vw,77.664vh) scale(.5358)}to{transform:translate(83.5973vw,100vh) scale(.5358)}}.snow:nth-child(51){opacity:1.925;transform:translate(10.9105vw,-10px) scale(.8549);animation:fall-51 12s -10s linear infinite}@keyframes fall-51{74.488%{transform:translate(7.8944vw,74.488vh) scale(.8549)}to{transform:translate(9.40245vw,100vh) scale(.8549)}}.snow:nth-child(52){opacity:.9312;transform:translate(23.5657vw,-10px) scale(.1746);animation:fall-52 16s -8s linear infinite}@keyframes fall-52{33.292%{transform:translate(29.7481vw,33.292vh) scale(.1746)}to{transform:translate(26.6569vw,100vh) scale(.1746)}}.snow:nth-child(53){opacity:.6652;transform:translate(27.9119vw,-10px) scale(.6222);animation:fall-53 10s -2s linear infinite}@keyframes fall-53{45.707%{transform:translate(34.6721vw,45.707vh) scale(.6222)}to{transform:translate(31.292vw,100vh) scale(.6222)}}.snow:nth-child(54){opacity:1.467;transform:translate(43.9927vw,-10px) scale(.0969);animation:fall-54 12s -4s linear infinite}@keyframes fall-54{70.714%{transform:translate(45.9173vw,70.714vh) scale(.0969)}to{transform:translate(44.955vw,100vh) scale(.0969)}}.snow:nth-child(55){opacity:1.5504;transform:translate(60.6325vw,-10px) scale(.7889);animation:fall-55 27s -18s linear infinite}@keyframes fall-55{34.728%{transform:translate(69.9788vw,34.728vh) scale(.7889)}to{transform:translate(65.30565vw,100vh) scale(.7889)}}.snow:nth-child(56){opacity:.0478;transform:translate(50.2921vw,-10px) scale(.5972);animation:fall-56 13s -25s linear infinite}@keyframes fall-56{35.569%{transform:translate(40.7002vw,35.569vh) scale(.5972)}to{transform:translate(45.49615vw,100vh) scale(.5972)}}.snow:nth-child(57){opacity:1.9208;transform:translate(32.1995vw,-10px) scale(.2755);animation:fall-57 20s -14s linear infinite}@keyframes fall-57{78.821%{transform:translate(35.3303vw,78.821vh) scale(.2755)}to{transform:translate(33.7649vw,100vh) scale(.2755)}}.snow:nth-child(58){opacity:1.6174;transform:translate(65.305vw,-10px) scale(.2787);animation:fall-58 14s -27s linear infinite}@keyframes fall-58{77.015%{transform:translate(66.0488vw,77.015vh) scale(.2787)}to{transform:translate(65.6769vw,100vh) scale(.2787)}}.snow:nth-child(59){opacity:1.212;transform:translate(41.263vw,-10px) scale(.3269);animation:fall-59 19s -17s linear infinite}@keyframes fall-59{61.611%{transform:translate(37.8855vw,61.611vh) scale(.3269)}to{transform:translate(39.57425vw,100vh) scale(.3269)}}.snow:nth-child(60){opacity:.313;transform:translate(81.5234vw,-10px) scale(.4796);animation:fall-60 22s -12s linear infinite}@keyframes fall-60{61.998%{transform:translate(79.8913vw,61.998vh) scale(.4796)}to{transform:translate(80.70735vw,100vh) scale(.4796)}}.snow:nth-child(61){opacity:1.144;transform:translate(55.2531vw,-10px) scale(.4157);animation:fall-61 30s -8s linear infinite}@keyframes fall-61{42.069%{transform:translate(53.3512vw,42.069vh) scale(.4157)}to{transform:translate(54.30215vw,100vh) scale(.4157)}}.snow:nth-child(62){opacity:.6002;transform:translate(59.9281vw,-10px) scale(.2368);animation:fall-62 12s -17s linear infinite}@keyframes fall-62{45.125%{transform:translate(52.4074vw,45.125vh) scale(.2368)}to{transform:translate(56.16775vw,100vh) scale(.2368)}}.snow:nth-child(63){opacity:.3658;transform:translate(56.4738vw,-10px) scale(.7468);animation:fall-63 18s -5s linear infinite}@keyframes fall-63{77.935%{transform:translate(58.8264vw,77.935vh) scale(.7468)}to{transform:translate(57.6501vw,100vh) scale(.7468)}}.snow:nth-child(64){opacity:.8562;transform:translate(90.1058vw,-10px) scale(.8515);animation:fall-64 23s -19s linear infinite}@keyframes fall-64{69.287%{transform:translate(93.7236vw,69.287vh) scale(.8515)}to{transform:translate(91.9147vw,100vh) scale(.8515)}}.snow:nth-child(65){opacity:.2972;transform:translate(58.2673vw,-10px) scale(.2424);animation:fall-65 19s -9s linear infinite}@keyframes fall-65{30.345%{transform:translate(52.2153vw,30.345vh) scale(.2424)}to{transform:translate(55.2413vw,100vh) scale(.2424)}}.snow:nth-child(66){opacity:1.9898;transform:translate(14.1277vw,-10px) scale(.6739);animation:fall-66 26s -19s linear infinite}@keyframes fall-66{34.105%{transform:translate(14.0553vw,34.105vh) scale(.6739)}to{transform:translate(14.0915vw,100vh) scale(.6739)}}.snow:nth-child(67){opacity:.6214;transform:translate(74.9047vw,-10px) scale(.1589);animation:fall-67 20s -19s linear infinite}@keyframes fall-67{72.293%{transform:translate(70.4303vw,72.293vh) scale(.1589)}to{transform:translate(72.6675vw,100vh) scale(.1589)}}.snow:nth-child(68){opacity:1.4774;transform:translate(43.5027vw,-10px) scale(.0575);animation:fall-68 27s -5s linear infinite}@keyframes fall-68{55.051%{transform:translate(50.071vw,55.051vh) scale(.0575)}to{transform:translate(46.78685vw,100vh) scale(.0575)}}.snow:nth-child(69){opacity:1.7234;transform:translate(44.3057vw,-10px) scale(.8155);animation:fall-69 27s -2s linear infinite}@keyframes fall-69{54.23%{transform:translate(43.395vw,54.23vh) scale(.8155)}to{transform:translate(43.85035vw,100vh) scale(.8155)}}.snow:nth-child(70){opacity:.7794;transform:translate(58.4291vw,-10px) scale(.5536);animation:fall-70 29s -11s linear infinite}@keyframes fall-70{56.525%{transform:translate(55.4798vw,56.525vh) scale(.5536)}to{transform:translate(56.95445vw,100vh) scale(.5536)}}.snow:nth-child(71){opacity:1.5762;transform:translate(35.7221vw,-10px) scale(.0628);animation:fall-71 11s -14s linear infinite}@keyframes fall-71{60.463%{transform:translate(36.805vw,60.463vh) scale(.0628)}to{transform:translate(36.26355vw,100vh) scale(.0628)}}.snow:nth-child(72){opacity:.528;transform:translate(12.5636vw,-10px) scale(.9415);animation:fall-72 19s -23s linear infinite}@keyframes fall-72{75.557%{transform:translate(12.7679vw,75.557vh) scale(.9415)}to{transform:translate(12.66575vw,100vh) scale(.9415)}}.snow:nth-child(73){opacity:1.245;transform:translate(57.3255vw,-10px) scale(.3733);animation:fall-73 26s -17s linear infinite}@keyframes fall-73{66.948%{transform:translate(65.7095vw,66.948vh) scale(.3733)}to{transform:translate(61.5175vw,100vh) scale(.3733)}}.snow:nth-child(74){opacity:1.838;transform:translate(39.4227vw,-10px) scale(.1748);animation:fall-74 29s -26s linear infinite}@keyframes fall-74{42.15%{transform:translate(46.3686vw,42.15vh) scale(.1748)}to{transform:translate(42.89565vw,100vh) scale(.1748)}}.snow:nth-child(75){opacity:1.816;transform:translate(70.7472vw,-10px) scale(.2224);animation:fall-75 10s -4s linear infinite}@keyframes fall-75{43.007%{transform:translate(70.2063vw,43.007vh) scale(.2224)}to{transform:translate(70.47675vw,100vh) scale(.2224)}}.snow:nth-child(76){opacity:.9052;transform:translate(69.7277vw,-10px) scale(.4698);animation:fall-76 20s -7s linear infinite}@keyframes fall-76{62.964%{transform:translate(79.4198vw,62.964vh) scale(.4698)}to{transform:translate(74.57375vw,100vh) scale(.4698)}}.snow:nth-child(77){opacity:1.0148;transform:translate(8.4974vw,-10px) scale(.495);animation:fall-77 15s -29s linear infinite}@keyframes fall-77{79.077%{transform:translate(10.4559vw,79.077vh) scale(.495)}to{transform:translate(9.47665vw,100vh) scale(.495)}}.snow:nth-child(78){opacity:1.5438;transform:translate(97.5557vw,-10px) scale(.2079);animation:fall-78 21s -26s linear infinite}@keyframes fall-78{76.773%{transform:translate(90.9657vw,76.773vh) scale(.2079)}to{transform:translate(94.2607vw,100vh) scale(.2079)}}.snow:nth-child(79){opacity:1.9068;transform:translate(79.3747vw,-10px) scale(.3428);animation:fall-79 30s -23s linear infinite}@keyframes fall-79{69.92%{transform:translate(74.286vw,69.92vh) scale(.3428)}to{transform:translate(76.83035vw,100vh) scale(.3428)}}.snow:nth-child(80){opacity:1.763;transform:translate(2.4835vw,-10px) scale(.1754);animation:fall-80 19s -11s linear infinite}@keyframes fall-80{51.281%{transform:translate(.0645vw,51.281vh) scale(.1754)}to{transform:translate(1.274vw,100vh) scale(.1754)}}.snow:nth-child(81){opacity:.1816;transform:translate(94.4962vw,-10px) scale(.4155);animation:fall-81 17s -14s linear infinite}@keyframes fall-81{49.55%{transform:translate(91.865vw,49.55vh) scale(.4155)}to{transform:translate(93.1806vw,100vh) scale(.4155)}}.snow:nth-child(82){opacity:1.259;transform:translate(71.5384vw,-10px) scale(.8913);animation:fall-82 26s -19s linear infinite}@keyframes fall-82{76.317%{transform:translate(63.335vw,76.317vh) scale(.8913)}to{transform:translate(67.4367vw,100vh) scale(.8913)}}.snow:nth-child(83){opacity:1.6522;transform:translate(35.5006vw,-10px) scale(.4913);animation:fall-83 17s -4s linear infinite}@keyframes fall-83{38.023%{transform:translate(36.5031vw,38.023vh) scale(.4913)}to{transform:translate(36.00185vw,100vh) scale(.4913)}}.snow:nth-child(84){opacity:1.3302;transform:translate(75.1545vw,-10px) scale(.7144);animation:fall-84 29s -14s linear infinite}@keyframes fall-84{61.952%{transform:translate(69.4109vw,61.952vh) scale(.7144)}to{transform:translate(72.2827vw,100vh) scale(.7144)}}.snow:nth-child(85){opacity:.2132;transform:translate(55.5925vw,-10px) scale(.531);animation:fall-85 15s -16s linear infinite}@keyframes fall-85{67.794%{transform:translate(49.6129vw,67.794vh) scale(.531)}to{transform:translate(52.6027vw,100vh) scale(.531)}}.snow:nth-child(86){opacity:.3178;transform:translate(80.8133vw,-10px) scale(.913);animation:fall-86 11s -27s linear infinite}@keyframes fall-86{39.046%{transform:translate(83.9199vw,39.046vh) scale(.913)}to{transform:translate(82.3666vw,100vh) scale(.913)}}.snow:nth-child(87){opacity:1.788;transform:translate(70.6429vw,-10px) scale(.6404);animation:fall-87 29s -15s linear infinite}@keyframes fall-87{44.544%{transform:translate(62.6981vw,44.544vh) scale(.6404)}to{transform:translate(66.6705vw,100vh) scale(.6404)}}.snow:nth-child(88){opacity:.9116;transform:translate(36.3229vw,-10px) scale(.9232);animation:fall-88 24s -20s linear infinite}@keyframes fall-88{41.569%{transform:translate(38.4131vw,41.569vh) scale(.9232)}to{transform:translate(37.368vw,100vh) scale(.9232)}}.snow:nth-child(89){opacity:.2286;transform:translate(63.8515vw,-10px) scale(.7454);animation:fall-89 11s -8s linear infinite}@keyframes fall-89{58.134%{transform:translate(72.7713vw,58.134vh) scale(.7454)}to{transform:translate(68.3114vw,100vh) scale(.7454)}}.snow:nth-child(90){opacity:1.1938;transform:translate(45.1639vw,-10px) scale(.2738);animation:fall-90 10s -21s linear infinite}@keyframes fall-90{45.575%{transform:translate(40.1207vw,45.575vh) scale(.2738)}to{transform:translate(42.6423vw,100vh) scale(.2738)}}.snow:nth-child(91){opacity:1.184;transform:translate(8.0683vw,-10px) scale(.7618);animation:fall-91 30s -24s linear infinite}@keyframes fall-91{61.089%{transform:translate(.0023vw,61.089vh) scale(.7618)}to{transform:translate(4.0353vw,100vh) scale(.7618)}}.snow:nth-child(92){opacity:.8118;transform:translate(45.9493vw,-10px) scale(.5487);animation:fall-92 19s -22s linear infinite}@keyframes fall-92{33.55%{transform:translate(43.6056vw,33.55vh) scale(.5487)}to{transform:translate(44.77745vw,100vh) scale(.5487)}}.snow:nth-child(93){opacity:.4298;transform:translate(27.7232vw,-10px) scale(.143);animation:fall-93 21s -24s linear infinite}@keyframes fall-93{71.202%{transform:translate(29.902vw,71.202vh) scale(.143)}to{transform:translate(28.8126vw,100vh) scale(.143)}}.snow:nth-child(94){opacity:.5416;transform:translate(64.8399vw,-10px) scale(.5843);animation:fall-94 11s -23s linear infinite}@keyframes fall-94{32.269%{transform:translate(56.7181vw,32.269vh) scale(.5843)}to{transform:translate(60.779vw,100vh) scale(.5843)}}.snow:nth-child(95){opacity:.5414;transform:translate(89.0207vw,-10px) scale(.1744);animation:fall-95 28s -8s linear infinite}@keyframes fall-95{37.521%{transform:translate(92.0472vw,37.521vh) scale(.1744)}to{transform:translate(90.53395vw,100vh) scale(.1744)}}.snow:nth-child(96){opacity:1.9868;transform:translate(33.4336vw,-10px) scale(.9576);animation:fall-96 23s -16s linear infinite}@keyframes fall-96{66.019%{transform:translate(38.4057vw,66.019vh) scale(.9576)}to{transform:translate(35.91965vw,100vh) scale(.9576)}}.snow:nth-child(97){opacity:1.1856;transform:translate(41.4561vw,-10px) scale(.2681);animation:fall-97 24s -21s linear infinite}@keyframes fall-97{37.642%{transform:translate(47.7233vw,37.642vh) scale(.2681)}to{transform:translate(44.5897vw,100vh) scale(.2681)}}.snow:nth-child(98){opacity:.111;transform:translate(39.7388vw,-10px) scale(.6983);animation:fall-98 12s -11s linear infinite}@keyframes fall-98{74.992%{transform:translate(42.1327vw,74.992vh) scale(.6983)}to{transform:translate(40.93575vw,100vh) scale(.6983)}}.snow:nth-child(99){opacity:1.6376;transform:translate(64.2818vw,-10px) scale(.0955);animation:fall-99 16s -30s linear infinite}@keyframes fall-99{40.284%{transform:translate(71.1708vw,40.284vh) scale(.0955)}to{transform:translate(67.7263vw,100vh) scale(.0955)}}.snow:nth-child(100){opacity:.9184;transform:translate(13.17vw,-10px) scale(.8447);animation:fall-100 21s -29s linear infinite}@keyframes fall-100{36.957%{transform:translate(15.5779vw,36.957vh) scale(.8447)}to{transform:translate(14.37395vw,100vh) scale(.8447)}}.snow:nth-child(101){opacity:.6824;transform:translate(39.0551vw,-10px) scale(.2673);animation:fall-101 21s -20s linear infinite}@keyframes fall-101{59.541%{transform:translate(37.9815vw,59.541vh) scale(.2673)}to{transform:translate(38.5183vw,100vh) scale(.2673)}}.snow:nth-child(102){opacity:.3862;transform:translate(10.1447vw,-10px) scale(.651);animation:fall-102 11s -28s linear infinite}@keyframes fall-102{65.653%{transform:translate(7.6736vw,65.653vh) scale(.651)}to{transform:translate(8.90915vw,100vh) scale(.651)}}.snow:nth-child(103){opacity:.2908;transform:translate(67.1927vw,-10px) scale(.4857);animation:fall-103 14s -2s linear infinite}@keyframes fall-103{43.861%{transform:translate(70.7361vw,43.861vh) scale(.4857)}to{transform:translate(68.9644vw,100vh) scale(.4857)}}.snow:nth-child(104){opacity:.3508;transform:translate(88.8954vw,-10px) scale(.1848);animation:fall-104 22s -24s linear infinite}@keyframes fall-104{38.103%{transform:translate(82.5096vw,38.103vh) scale(.1848)}to{transform:translate(85.7025vw,100vh) scale(.1848)}}.snow:nth-child(105){opacity:.3298;transform:translate(95.682vw,-10px) scale(.8491);animation:fall-105 26s -5s linear infinite}@keyframes fall-105{32.455%{transform:translate(99.1413vw,32.455vh) scale(.8491)}to{transform:translate(97.41165vw,100vh) scale(.8491)}}.snow:nth-child(106){opacity:1.0428;transform:translate(99.7513vw,-10px) scale(.0625);animation:fall-106 13s -2s linear infinite}@keyframes fall-106{50.431%{transform:translate(105.2936vw,50.431vh) scale(.0625)}to{transform:translate(102.52245vw,100vh) scale(.0625)}}.snow:nth-child(107){opacity:1.866;transform:translate(93.3876vw,-10px) scale(.0416);animation:fall-107 22s -28s linear infinite}@keyframes fall-107{39.264%{transform:translate(102.5666vw,39.264vh) scale(.0416)}to{transform:translate(97.9771vw,100vh) scale(.0416)}}.snow:nth-child(108){opacity:.8412;transform:translate(44.3609vw,-10px) scale(.9238);animation:fall-108 24s -1s linear infinite}@keyframes fall-108{51.637%{transform:translate(53.1229vw,51.637vh) scale(.9238)}to{transform:translate(48.7419vw,100vh) scale(.9238)}}.snow:nth-child(109){opacity:.4382;transform:translate(80.9148vw,-10px) scale(.419);animation:fall-109 28s -10s linear infinite}@keyframes fall-109{63.634%{transform:translate(82.7155vw,63.634vh) scale(.419)}to{transform:translate(81.81515vw,100vh) scale(.419)}}.snow:nth-child(110){opacity:.4464;transform:translate(45.4145vw,-10px) scale(.8891);animation:fall-110 26s -11s linear infinite}@keyframes fall-110{35.978%{transform:translate(39.9463vw,35.978vh) scale(.8891)}to{transform:translate(42.6804vw,100vh) scale(.8891)}}.snow:nth-child(111){opacity:.2436;transform:translate(94.574vw,-10px) scale(.3137);animation:fall-111 14s -22s linear infinite}@keyframes fall-111{57.831%{transform:translate(93.7075vw,57.831vh) scale(.3137)}to{transform:translate(94.14075vw,100vh) scale(.3137)}}.snow:nth-child(112){opacity:1.1086;transform:translate(85.2203vw,-10px) scale(.8451);animation:fall-112 20s -4s linear infinite}@keyframes fall-112{48.465%{transform:translate(80.9669vw,48.465vh) scale(.8451)}to{transform:translate(83.0936vw,100vh) scale(.8451)}}.snow:nth-child(113){opacity:1.8568;transform:translate(44.1943vw,-10px) scale(.232);animation:fall-113 24s -25s linear infinite}@keyframes fall-113{49.984%{transform:translate(47.3095vw,49.984vh) scale(.232)}to{transform:translate(45.7519vw,100vh) scale(.232)}}.snow:nth-child(114){opacity:.0676;transform:translate(60.4825vw,-10px) scale(.614);animation:fall-114 22s -26s linear infinite}@keyframes fall-114{36.948%{transform:translate(57.3836vw,36.948vh) scale(.614)}to{transform:translate(58.93305vw,100vh) scale(.614)}}.snow:nth-child(115){opacity:1.6094;transform:translate(57.3546vw,-10px) scale(.8626);animation:fall-115 17s -9s linear infinite}@keyframes fall-115{40.909%{transform:translate(61.1506vw,40.909vh) scale(.8626)}to{transform:translate(59.2526vw,100vh) scale(.8626)}}.snow:nth-child(116){opacity:1.0372;transform:translate(44.7531vw,-10px) scale(.8102);animation:fall-116 22s -27s linear infinite}@keyframes fall-116{58.266%{transform:translate(51.5436vw,58.266vh) scale(.8102)}to{transform:translate(48.14835vw,100vh) scale(.8102)}}.snow:nth-child(117){opacity:.5458;transform:translate(79.536vw,-10px) scale(.0637);animation:fall-117 29s -15s linear infinite}@keyframes fall-117{36.732%{transform:translate(79.8304vw,36.732vh) scale(.0637)}to{transform:translate(79.6832vw,100vh) scale(.0637)}}.snow:nth-child(118){opacity:.6928;transform:translate(13.9557vw,-10px) scale(.0466);animation:fall-118 21s -15s linear infinite}@keyframes fall-118{70.65%{transform:translate(16.8584vw,70.65vh) scale(.0466)}to{transform:translate(15.40705vw,100vh) scale(.0466)}}.snow:nth-child(119){opacity:1.4872;transform:translate(92.6592vw,-10px) scale(.7617);animation:fall-119 19s -5s linear infinite}@keyframes fall-119{51.038%{transform:translate(83.3899vw,51.038vh) scale(.7617)}to{transform:translate(88.02455vw,100vh) scale(.7617)}}.snow:nth-child(120){opacity:.3552;transform:translate(90.9377vw,-10px) scale(.1052);animation:fall-120 28s -9s linear infinite}@keyframes fall-120{30.22%{transform:translate(89.7664vw,30.22vh) scale(.1052)}to{transform:translate(90.35205vw,100vh) scale(.1052)}}.snow:nth-child(121){opacity:1.1894;transform:translate(46.2049vw,-10px) scale(.2123);animation:fall-121 25s -18s linear infinite}@keyframes fall-121{58.407%{transform:translate(43.6241vw,58.407vh) scale(.2123)}to{transform:translate(44.9145vw,100vh) scale(.2123)}}.snow:nth-child(122){opacity:.7056;transform:translate(31.6635vw,-10px) scale(.1418);animation:fall-122 23s -24s linear infinite}@keyframes fall-122{54.339%{transform:translate(35.0954vw,54.339vh) scale(.1418)}to{transform:translate(33.37945vw,100vh) scale(.1418)}}.snow:nth-child(123){opacity:.397;transform:translate(24.706vw,-10px) scale(.7049);animation:fall-123 14s -20s linear infinite}@keyframes fall-123{32.504%{transform:translate(29.8582vw,32.504vh) scale(.7049)}to{transform:translate(27.2821vw,100vh) scale(.7049)}}.snow:nth-child(124){opacity:.0364;transform:translate(91.4763vw,-10px) scale(.5069);animation:fall-124 16s -7s linear infinite}@keyframes fall-124{45.163%{transform:translate(95.6894vw,45.163vh) scale(.5069)}to{transform:translate(93.58285vw,100vh) scale(.5069)}}.snow:nth-child(125){opacity:.1386;transform:translate(55.1974vw,-10px) scale(.41);animation:fall-125 27s -20s linear infinite}@keyframes fall-125{75.093%{transform:translate(51.535vw,75.093vh) scale(.41)}to{transform:translate(53.3662vw,100vh) scale(.41)}}.snow:nth-child(126){opacity:1.0942;transform:translate(61.2883vw,-10px) scale(.6986);animation:fall-126 13s -26s linear infinite}@keyframes fall-126{61.501%{transform:translate(67.532vw,61.501vh) scale(.6986)}to{transform:translate(64.41015vw,100vh) scale(.6986)}}.snow:nth-child(127){opacity:1.4296;transform:translate(65.6998vw,-10px) scale(.084);animation:fall-127 28s -9s linear infinite}@keyframes fall-127{75.456%{transform:translate(73.2976vw,75.456vh) scale(.084)}to{transform:translate(69.4987vw,100vh) scale(.084)}}.snow:nth-child(128){opacity:.4632;transform:translate(90.1463vw,-10px) scale(.7173);animation:fall-128 10s -17s linear infinite}@keyframes fall-128{38.042%{transform:translate(88.4601vw,38.042vh) scale(.7173)}to{transform:translate(89.3032vw,100vh) scale(.7173)}}.snow:nth-child(129){opacity:1.4706;transform:translate(92.1261vw,-10px) scale(.8911);animation:fall-129 18s -20s linear infinite}@keyframes fall-129{65.098%{transform:translate(88.0672vw,65.098vh) scale(.8911)}to{transform:translate(90.09665vw,100vh) scale(.8911)}}.snow:nth-child(130){opacity:1.0244;transform:translate(90.1348vw,-10px) scale(.5815);animation:fall-130 15s -18s linear infinite}@keyframes fall-130{57.227%{transform:translate(95.4196vw,57.227vh) scale(.5815)}to{transform:translate(92.7772vw,100vh) scale(.5815)}}.snow:nth-child(131){opacity:.8406;transform:translate(94.0646vw,-10px) scale(.3168);animation:fall-131 17s -22s linear infinite}@keyframes fall-131{70.347%{transform:translate(94.6421vw,70.347vh) scale(.3168)}to{transform:translate(94.35335vw,100vh) scale(.3168)}}.snow:nth-child(132){opacity:.464;transform:translate(42.2483vw,-10px) scale(.1183);animation:fall-132 20s -15s linear infinite}@keyframes fall-132{64.908%{transform:translate(40.7563vw,64.908vh) scale(.1183)}to{transform:translate(41.5023vw,100vh) scale(.1183)}}.snow:nth-child(133){opacity:1.3174;transform:translate(28.13vw,-10px) scale(.543);animation:fall-133 26s -25s linear infinite}@keyframes fall-133{33.986%{transform:translate(28.6709vw,33.986vh) scale(.543)}to{transform:translate(28.40045vw,100vh) scale(.543)}}.snow:nth-child(134){opacity:1.4644;transform:translate(88.4037vw,-10px) scale(.8855);animation:fall-134 29s -23s linear infinite}@keyframes fall-134{67.097%{transform:translate(82.5401vw,67.097vh) scale(.8855)}to{transform:translate(85.4719vw,100vh) scale(.8855)}}.snow:nth-child(135){opacity:1.6264;transform:translate(40.8815vw,-10px) scale(.8062);animation:fall-135 20s -18s linear infinite}@keyframes fall-135{37.974%{transform:translate(45.1365vw,37.974vh) scale(.8062)}to{transform:translate(43.009vw,100vh) scale(.8062)}}.snow:nth-child(136){opacity:1.9444;transform:translate(63.5627vw,-10px) scale(.4795);animation:fall-136 26s -17s linear infinite}@keyframes fall-136{32.557%{transform:translate(63.0063vw,32.557vh) scale(.4795)}to{transform:translate(63.2845vw,100vh) scale(.4795)}}.snow:nth-child(137){opacity:1.5926;transform:translate(8.0361vw,-10px) scale(.5853);animation:fall-137 12s -15s linear infinite}@keyframes fall-137{35.826%{transform:translate(14.4099vw,35.826vh) scale(.5853)}to{transform:translate(11.223vw,100vh) scale(.5853)}}.snow:nth-child(138){opacity:.848;transform:translate(14.7753vw,-10px) scale(.9038);animation:fall-138 19s -20s linear infinite}@keyframes fall-138{78.52%{transform:translate(8.426vw,78.52vh) scale(.9038)}to{transform:translate(11.60065vw,100vh) scale(.9038)}}.snow:nth-child(139){opacity:.4402;transform:translate(38.5681vw,-10px) scale(.7763);animation:fall-139 28s -15s linear infinite}@keyframes fall-139{32.089%{transform:translate(33.5541vw,32.089vh) scale(.7763)}to{transform:translate(36.0611vw,100vh) scale(.7763)}}.snow:nth-child(140){opacity:1.9648;transform:translate(37.404vw,-10px) scale(.125);animation:fall-140 11s -24s linear infinite}@keyframes fall-140{34.915%{transform:translate(35.9877vw,34.915vh) scale(.125)}to{transform:translate(36.69585vw,100vh) scale(.125)}}.snow:nth-child(141){opacity:.6164;transform:translate(58.2782vw,-10px) scale(.0006);animation:fall-141 19s -5s linear infinite}@keyframes fall-141{78.634%{transform:translate(57.6691vw,78.634vh) scale(.0006)}to{transform:translate(57.97365vw,100vh) scale(.0006)}}.snow:nth-child(142){opacity:.1368;transform:translate(2.7964vw,-10px) scale(.3328);animation:fall-142 21s -25s linear infinite}@keyframes fall-142{48.516%{transform:translate(.6893vw,48.516vh) scale(.3328)}to{transform:translate(1.74285vw,100vh) scale(.3328)}}.snow:nth-child(143){opacity:1.9576;transform:translate(52.2125vw,-10px) scale(.4971);animation:fall-143 29s -14s linear infinite}@keyframes fall-143{63.445%{transform:translate(61.678vw,63.445vh) scale(.4971)}to{transform:translate(56.94525vw,100vh) scale(.4971)}}.snow:nth-child(144){opacity:1.759;transform:translate(60.2014vw,-10px) scale(.6856);animation:fall-144 30s -12s linear infinite}@keyframes fall-144{74.308%{transform:translate(60.3859vw,74.308vh) scale(.6856)}to{transform:translate(60.29365vw,100vh) scale(.6856)}}.snow:nth-child(145){opacity:.4656;transform:translate(64.9741vw,-10px) scale(.5721);animation:fall-145 15s -29s linear infinite}@keyframes fall-145{56.811%{transform:translate(60.6515vw,56.811vh) scale(.5721)}to{transform:translate(62.8128vw,100vh) scale(.5721)}}.snow:nth-child(146){opacity:.1886;transform:translate(48.5259vw,-10px) scale(.8599);animation:fall-146 29s -15s linear infinite}@keyframes fall-146{52.969%{transform:translate(56.4027vw,52.969vh) scale(.8599)}to{transform:translate(52.4643vw,100vh) scale(.8599)}}.snow:nth-child(147){opacity:1.2662;transform:translate(98.74vw,-10px) scale(.7485);animation:fall-147 26s -19s linear infinite}@keyframes fall-147{39.567%{transform:translate(96.9931vw,39.567vh) scale(.7485)}to{transform:translate(97.86655vw,100vh) scale(.7485)}}.snow:nth-child(148){opacity:1.597;transform:translate(91.217vw,-10px) scale(.4525);animation:fall-148 24s -14s linear infinite}@keyframes fall-148{67.138%{transform:translate(87.5047vw,67.138vh) scale(.4525)}to{transform:translate(89.36085vw,100vh) scale(.4525)}}.snow:nth-child(149){opacity:.6618;transform:translate(55.7928vw,-10px) scale(.772);animation:fall-149 14s -27s linear infinite}@keyframes fall-149{51.607%{transform:translate(63.6166vw,51.607vh) scale(.772)}to{transform:translate(59.7047vw,100vh) scale(.772)}}.snow:nth-child(150){opacity:1.8542;transform:translate(75.5593vw,-10px) scale(.0125);animation:fall-150 24s -8s linear infinite}@keyframes fall-150{68.362%{transform:translate(69.2297vw,68.362vh) scale(.0125)}to{transform:translate(72.3945vw,100vh) scale(.0125)}}.snow:nth-child(151){opacity:1.501;transform:translate(38.0173vw,-10px) scale(.238);animation:fall-151 13s -28s linear infinite}@keyframes fall-151{72.941%{transform:translate(34.5831vw,72.941vh) scale(.238)}to{transform:translate(36.3002vw,100vh) scale(.238)}}.snow:nth-child(152){opacity:1.2292;transform:translate(1.776vw,-10px) scale(.3807);animation:fall-152 26s -17s linear infinite}@keyframes fall-152{33.326%{transform:translate(-7.1192vw,33.326vh) scale(.3807)}to{transform:translate(-2.6716vw,100vh) scale(.3807)}}.snow:nth-child(153){opacity:1.2424;transform:translate(61.7284vw,-10px) scale(.2612);animation:fall-153 12s -27s linear infinite}@keyframes fall-153{34.626%{transform:translate(67.9834vw,34.626vh) scale(.2612)}to{transform:translate(64.8559vw,100vh) scale(.2612)}}.snow:nth-child(154){opacity:1.9828;transform:translate(84.8475vw,-10px) scale(.9012);animation:fall-154 24s -27s linear infinite}@keyframes fall-154{59.181%{transform:translate(87.8309vw,59.181vh) scale(.9012)}to{transform:translate(86.3392vw,100vh) scale(.9012)}}.snow:nth-child(155){opacity:1.7314;transform:translate(89.9044vw,-10px) scale(.5023);animation:fall-155 26s -24s linear infinite}@keyframes fall-155{78.899%{transform:translate(84.307vw,78.899vh) scale(.5023)}to{transform:translate(87.1057vw,100vh) scale(.5023)}}.snow:nth-child(156){opacity:.0014;transform:translate(97.9827vw,-10px) scale(.4687);animation:fall-156 23s -4s linear infinite}@keyframes fall-156{63.87%{transform:translate(104.487vw,63.87vh) scale(.4687)}to{transform:translate(101.23485vw,100vh) scale(.4687)}}.snow:nth-child(157){opacity:.2716;transform:translate(38.5246vw,-10px) scale(.1356);animation:fall-157 16s -11s linear infinite}@keyframes fall-157{51.866%{transform:translate(45.4411vw,51.866vh) scale(.1356)}to{transform:translate(41.98285vw,100vh) scale(.1356)}}.snow:nth-child(158){opacity:1.3036;transform:translate(74.2049vw,-10px) scale(.9976);animation:fall-158 30s -13s linear infinite}@keyframes fall-158{72.823%{transform:translate(81.0957vw,72.823vh) scale(.9976)}to{transform:translate(77.6503vw,100vh) scale(.9976)}}.snow:nth-child(159){opacity:1.6364;transform:translate(59.2608vw,-10px) scale(.8012);animation:fall-159 21s -8s linear infinite}@keyframes fall-159{73.376%{transform:translate(65.3386vw,73.376vh) scale(.8012)}to{transform:translate(62.2997vw,100vh) scale(.8012)}}.snow:nth-child(160){opacity:.0544;transform:translate(40.8686vw,-10px) scale(.644);animation:fall-160 13s -26s linear infinite}@keyframes fall-160{74.061%{transform:translate(30.9456vw,74.061vh) scale(.644)}to{transform:translate(35.9071vw,100vh) scale(.644)}}.snow:nth-child(161){opacity:1.3426;transform:translate(74.4808vw,-10px) scale(.5587);animation:fall-161 14s -1s linear infinite}@keyframes fall-161{52.118%{transform:translate(76.4952vw,52.118vh) scale(.5587)}to{transform:translate(75.488vw,100vh) scale(.5587)}}.snow:nth-child(162){opacity:1.338;transform:translate(45.1414vw,-10px) scale(.4094);animation:fall-162 10s -30s linear infinite}@keyframes fall-162{75.842%{transform:translate(50.3819vw,75.842vh) scale(.4094)}to{transform:translate(47.76165vw,100vh) scale(.4094)}}.snow:nth-child(163){opacity:.491;transform:translate(90.8903vw,-10px) scale(.4971);animation:fall-163 13s -6s linear infinite}@keyframes fall-163{79.823%{transform:translate(96.3268vw,79.823vh) scale(.4971)}to{transform:translate(93.60855vw,100vh) scale(.4971)}}.snow:nth-child(164){opacity:1.9502;transform:translate(35.6182vw,-10px) scale(.1445);animation:fall-164 25s -22s linear infinite}@keyframes fall-164{70.837%{transform:translate(37.3703vw,70.837vh) scale(.1445)}to{transform:translate(36.49425vw,100vh) scale(.1445)}}.snow:nth-child(165){opacity:.9344;transform:translate(44.7504vw,-10px) scale(.6261);animation:fall-165 20s -28s linear infinite}@keyframes fall-165{47.298%{transform:translate(48.2757vw,47.298vh) scale(.6261)}to{transform:translate(46.51305vw,100vh) scale(.6261)}}.snow:nth-child(166){opacity:.147;transform:translate(75.1293vw,-10px) scale(.5966);animation:fall-166 10s -24s linear infinite}@keyframes fall-166{69.537%{transform:translate(77.4868vw,69.537vh) scale(.5966)}to{transform:translate(76.30805vw,100vh) scale(.5966)}}.snow:nth-child(167){opacity:1.996;transform:translate(94.4901vw,-10px) scale(.9981);animation:fall-167 29s -15s linear infinite}@keyframes fall-167{45.11%{transform:translate(96.5263vw,45.11vh) scale(.9981)}to{transform:translate(95.5082vw,100vh) scale(.9981)}}.snow:nth-child(168){opacity:1.339;transform:translate(71.4436vw,-10px) scale(.6224);animation:fall-168 24s -7s linear infinite}@keyframes fall-168{38.51%{transform:translate(61.9192vw,38.51vh) scale(.6224)}to{transform:translate(66.6814vw,100vh) scale(.6224)}}.snow:nth-child(169){opacity:1.8984;transform:translate(18.6812vw,-10px) scale(.7364);animation:fall-169 18s -6s linear infinite}@keyframes fall-169{53.83%{transform:translate(27.1756vw,53.83vh) scale(.7364)}to{transform:translate(22.9284vw,100vh) scale(.7364)}}.snow:nth-child(170){opacity:.3632;transform:translate(27.5386vw,-10px) scale(.1899);animation:fall-170 29s -18s linear infinite}@keyframes fall-170{56.77%{transform:translate(33.1183vw,56.77vh) scale(.1899)}to{transform:translate(30.32845vw,100vh) scale(.1899)}}.snow:nth-child(171){opacity:1.4762;transform:translate(96.7929vw,-10px) scale(.5315);animation:fall-171 26s -12s linear infinite}@keyframes fall-171{70.533%{transform:translate(88.3419vw,70.533vh) scale(.5315)}to{transform:translate(92.5674vw,100vh) scale(.5315)}}.snow:nth-child(172){opacity:1.2724;transform:translate(94.9209vw,-10px) scale(.8205);animation:fall-172 30s -17s linear infinite}@keyframes fall-172{62.292%{transform:translate(98.4452vw,62.292vh) scale(.8205)}to{transform:translate(96.68305vw,100vh) scale(.8205)}}.snow:nth-child(173){opacity:1.4904;transform:translate(30.6399vw,-10px) scale(.9287);animation:fall-173 10s -9s linear infinite}@keyframes fall-173{33.166%{transform:translate(31.9784vw,33.166vh) scale(.9287)}to{transform:translate(31.30915vw,100vh) scale(.9287)}}.snow:nth-child(174){opacity:.994;transform:translate(54.6304vw,-10px) scale(.6963);animation:fall-174 15s -14s linear infinite}@keyframes fall-174{58.518%{transform:translate(49.4179vw,58.518vh) scale(.6963)}to{transform:translate(52.02415vw,100vh) scale(.6963)}}.snow:nth-child(175){opacity:1.8434;transform:translate(91.1152vw,-10px) scale(.8353);animation:fall-175 23s -8s linear infinite}@keyframes fall-175{64.615%{transform:translate(88.9903vw,64.615vh) scale(.8353)}to{transform:translate(90.05275vw,100vh) scale(.8353)}}.snow:nth-child(176){opacity:1.759;transform:translate(.0791vw,-10px) scale(.5283);animation:fall-176 23s -20s linear infinite}@keyframes fall-176{67.285%{transform:translate(-8.2766vw,67.285vh) scale(.5283)}to{transform:translate(-4.09875vw,100vh) scale(.5283)}}.snow:nth-child(177){opacity:1.1794;transform:translate(39.2132vw,-10px) scale(.9468);animation:fall-177 29s -28s linear infinite}@keyframes fall-177{36.62%{transform:translate(39.8355vw,36.62vh) scale(.9468)}to{transform:translate(39.52435vw,100vh) scale(.9468)}}.snow:nth-child(178){opacity:.1428;transform:translate(44.6028vw,-10px) scale(.5667);animation:fall-178 30s -2s linear infinite}@keyframes fall-178{71.456%{transform:translate(37.8416vw,71.456vh) scale(.5667)}to{transform:translate(41.2222vw,100vh) scale(.5667)}}.snow:nth-child(179){opacity:1.7302;transform:translate(56.7094vw,-10px) scale(.2991);animation:fall-179 15s -17s linear infinite}@keyframes fall-179{41.739%{transform:translate(55.795vw,41.739vh) scale(.2991)}to{transform:translate(56.2522vw,100vh) scale(.2991)}}.snow:nth-child(180){opacity:.8634;transform:translate(9.8615vw,-10px) scale(.8493);animation:fall-180 24s -23s linear infinite}@keyframes fall-180{42.309%{transform:translate(3.3874vw,42.309vh) scale(.8493)}to{transform:translate(6.62445vw,100vh) scale(.8493)}}.snow:nth-child(181){opacity:1.0082;transform:translate(61.606vw,-10px) scale(.0897);animation:fall-181 25s -12s linear infinite}@keyframes fall-181{53.874%{transform:translate(65.4854vw,53.874vh) scale(.0897)}to{transform:translate(63.5457vw,100vh) scale(.0897)}}.snow:nth-child(182){opacity:1.556;transform:translate(79.5693vw,-10px) scale(.5273);animation:fall-182 14s -5s linear infinite}@keyframes fall-182{45.876%{transform:translate(73.0314vw,45.876vh) scale(.5273)}to{transform:translate(76.30035vw,100vh) scale(.5273)}}.snow:nth-child(183){opacity:1.7708;transform:translate(97.9595vw,-10px) scale(.8446);animation:fall-183 16s -28s linear infinite}@keyframes fall-183{46.342%{transform:translate(92.4724vw,46.342vh) scale(.8446)}to{transform:translate(95.21595vw,100vh) scale(.8446)}}.snow:nth-child(184){opacity:1.7676;transform:translate(75.5608vw,-10px) scale(.2719);animation:fall-184 26s -29s linear infinite}@keyframes fall-184{60.814%{transform:translate(77.3454vw,60.814vh) scale(.2719)}to{transform:translate(76.4531vw,100vh) scale(.2719)}}.snow:nth-child(185){opacity:1.675;transform:translate(55.6192vw,-10px) scale(.7302);animation:fall-185 25s -27s linear infinite}@keyframes fall-185{34.751%{transform:translate(63.722vw,34.751vh) scale(.7302)}to{transform:translate(59.6706vw,100vh) scale(.7302)}}.snow:nth-child(186){opacity:.4214;transform:translate(74.2729vw,-10px) scale(.7592);animation:fall-186 25s -5s linear infinite}@keyframes fall-186{59.475%{transform:translate(83.2017vw,59.475vh) scale(.7592)}to{transform:translate(78.7373vw,100vh) scale(.7592)}}.snow:nth-child(187){opacity:.6206;transform:translate(16.5306vw,-10px) scale(.3716);animation:fall-187 28s -6s linear infinite}@keyframes fall-187{57.836%{transform:translate(22.224vw,57.836vh) scale(.3716)}to{transform:translate(19.3773vw,100vh) scale(.3716)}}.snow:nth-child(188){opacity:1.083;transform:translate(.9502vw,-10px) scale(.7789);animation:fall-188 17s -29s linear infinite}@keyframes fall-188{57.338%{transform:translate(.563vw,57.338vh) scale(.7789)}to{transform:translate(.7566vw,100vh) scale(.7789)}}.snow:nth-child(189){opacity:1.5364;transform:translate(34.5729vw,-10px) scale(.5988);animation:fall-189 30s -20s linear infinite}@keyframes fall-189{54.937%{transform:translate(41.194vw,54.937vh) scale(.5988)}to{transform:translate(37.88345vw,100vh) scale(.5988)}}.snow:nth-child(190){opacity:.1576;transform:translate(54.5507vw,-10px) scale(.0876);animation:fall-190 18s -12s linear infinite}@keyframes fall-190{31.566%{transform:translate(64.4597vw,31.566vh) scale(.0876)}to{transform:translate(59.5052vw,100vh) scale(.0876)}}.snow:nth-child(191){opacity:.581;transform:translate(16.8778vw,-10px) scale(.2966);animation:fall-191 23s -12s linear infinite}@keyframes fall-191{66.448%{transform:translate(9.8646vw,66.448vh) scale(.2966)}to{transform:translate(13.3712vw,100vh) scale(.2966)}}.snow:nth-child(192){opacity:.7;transform:translate(25.8865vw,-10px) scale(.5212);animation:fall-192 12s -30s linear infinite}@keyframes fall-192{72.353%{transform:translate(20.8479vw,72.353vh) scale(.5212)}to{transform:translate(23.3672vw,100vh) scale(.5212)}}.snow:nth-child(193){opacity:1.7994;transform:translate(50.8006vw,-10px) scale(.4778);animation:fall-193 12s -20s linear infinite}@keyframes fall-193{41.541%{transform:translate(46.3494vw,41.541vh) scale(.4778)}to{transform:translate(48.575vw,100vh) scale(.4778)}}.snow:nth-child(194){opacity:.6016;transform:translate(38.2184vw,-10px) scale(.1902);animation:fall-194 19s -16s linear infinite}@keyframes fall-194{74.367%{transform:translate(42.4228vw,74.367vh) scale(.1902)}to{transform:translate(40.3206vw,100vh) scale(.1902)}}.snow:nth-child(195){opacity:1.3912;transform:translate(41.9136vw,-10px) scale(.8211);animation:fall-195 27s -19s linear infinite}@keyframes fall-195{30.139%{transform:translate(39.6522vw,30.139vh) scale(.8211)}to{transform:translate(40.7829vw,100vh) scale(.8211)}}.snow:nth-child(196){opacity:1.5242;transform:translate(21.3087vw,-10px) scale(.8131);animation:fall-196 22s -30s linear infinite}@keyframes fall-196{46.845%{transform:translate(18.7267vw,46.845vh) scale(.8131)}to{transform:translate(20.0177vw,100vh) scale(.8131)}}.snow:nth-child(197){opacity:.121;transform:translate(64.6387vw,-10px) scale(.5668);animation:fall-197 29s -9s linear infinite}@keyframes fall-197{51.023%{transform:translate(70.0572vw,51.023vh) scale(.5668)}to{transform:translate(67.34795vw,100vh) scale(.5668)}}.snow:nth-child(198){opacity:1.619;transform:translate(2.6911vw,-10px) scale(.3934);animation:fall-198 26s -11s linear infinite}@keyframes fall-198{34.32%{transform:translate(5.9985vw,34.32vh) scale(.3934)}to{transform:translate(4.3448vw,100vh) scale(.3934)}}.snow:nth-child(199){opacity:1.3784;transform:translate(49.4654vw,-10px) scale(.6444);animation:fall-199 11s -7s linear infinite}@keyframes fall-199{62.168%{transform:translate(53.8221vw,62.168vh) scale(.6444)}to{transform:translate(51.64375vw,100vh) scale(.6444)}}.snow:nth-child(200){opacity:1.1954;transform:translate(69.252vw,-10px) scale(.8123);animation:fall-200 24s -5s linear infinite}@keyframes fall-200{34.299%{transform:translate(72.1244vw,34.299vh) scale(.8123)}to{transform:translate(70.6882vw,100vh) scale(.8123)}}.snow:nth-child(201){opacity:1.1206;transform:translate(68.4153vw,-10px) scale(.3667);animation:fall-201 19s -19s linear infinite}@keyframes fall-201{52.257%{transform:translate(77.5005vw,52.257vh) scale(.3667)}to{transform:translate(72.9579vw,100vh) scale(.3667)}}.snow:nth-child(202){opacity:1.5734;transform:translate(42.4232vw,-10px) scale(.7294);animation:fall-202 13s -23s linear infinite}@keyframes fall-202{33.68%{transform:translate(35.993vw,33.68vh) scale(.7294)}to{transform:translate(39.2081vw,100vh) scale(.7294)}}.snow:nth-child(203){opacity:1.2712;transform:translate(38.6393vw,-10px) scale(.9457);animation:fall-203 19s -12s linear infinite}@keyframes fall-203{65.089%{transform:translate(31.4503vw,65.089vh) scale(.9457)}to{transform:translate(35.0448vw,100vh) scale(.9457)}}.snow:nth-child(204){opacity:1.4284;transform:translate(90.9983vw,-10px) scale(.4746);animation:fall-204 13s -16s linear infinite}@keyframes fall-204{62.492%{transform:translate(90.9377vw,62.492vh) scale(.4746)}to{transform:translate(90.968vw,100vh) scale(.4746)}}.snow:nth-child(205){opacity:1.2302;transform:translate(81.1863vw,-10px) scale(.7496);animation:fall-205 20s -21s linear infinite}@keyframes fall-205{52.09%{transform:translate(74.4526vw,52.09vh) scale(.7496)}to{transform:translate(77.81945vw,100vh) scale(.7496)}}.snow:nth-child(206){opacity:.2032;transform:translate(37.2796vw,-10px) scale(.1928);animation:fall-206 21s -7s linear infinite}@keyframes fall-206{57.022%{transform:translate(44.3866vw,57.022vh) scale(.1928)}to{transform:translate(40.8331vw,100vh) scale(.1928)}}.snow:nth-child(207){opacity:1.7452;transform:translate(63.2011vw,-10px) scale(.0312);animation:fall-207 24s -19s linear infinite}@keyframes fall-207{36.184%{transform:translate(60.5178vw,36.184vh) scale(.0312)}to{transform:translate(61.85945vw,100vh) scale(.0312)}}.snow:nth-child(208){opacity:1.3122;transform:translate(60.3422vw,-10px) scale(.357);animation:fall-208 12s -8s linear infinite}@keyframes fall-208{41.277%{transform:translate(62.9452vw,41.277vh) scale(.357)}to{transform:translate(61.6437vw,100vh) scale(.357)}}.snow:nth-child(209){opacity:1.4122;transform:translate(86.0324vw,-10px) scale(.0013);animation:fall-209 20s -18s linear infinite}@keyframes fall-209{48.663%{transform:translate(82.5572vw,48.663vh) scale(.0013)}to{transform:translate(84.2948vw,100vh) scale(.0013)}}.snow:nth-child(210){opacity:1.3682;transform:translate(51.8067vw,-10px) scale(.9176);animation:fall-210 17s -1s linear infinite}@keyframes fall-210{66.427%{transform:translate(58.6658vw,66.427vh) scale(.9176)}to{transform:translate(55.23625vw,100vh) scale(.9176)}}.snow:nth-child(211){opacity:.0894;transform:translate(18.8529vw,-10px) scale(.7956);animation:fall-211 22s -22s linear infinite}@keyframes fall-211{71.065%{transform:translate(12.3323vw,71.065vh) scale(.7956)}to{transform:translate(15.5926vw,100vh) scale(.7956)}}.snow:nth-child(212){opacity:.1368;transform:translate(78.3266vw,-10px) scale(.8767);animation:fall-212 14s -11s linear infinite}@keyframes fall-212{54.786%{transform:translate(77.4175vw,54.786vh) scale(.8767)}to{transform:translate(77.87205vw,100vh) scale(.8767)}}.snow:nth-child(213){opacity:.2004;transform:translate(97.1932vw,-10px) scale(.4302);animation:fall-213 14s -27s linear infinite}@keyframes fall-213{60.915%{transform:translate(94.3643vw,60.915vh) scale(.4302)}to{transform:translate(95.77875vw,100vh) scale(.4302)}}.snow:nth-child(214){opacity:1.979;transform:translate(46.9823vw,-10px) scale(.5554);animation:fall-214 28s -24s linear infinite}@keyframes fall-214{71.314%{transform:translate(43.3334vw,71.314vh) scale(.5554)}to{transform:translate(45.15785vw,100vh) scale(.5554)}}.snow:nth-child(215){opacity:1.2298;transform:translate(80.6352vw,-10px) scale(.8769);animation:fall-215 27s -16s linear infinite}@keyframes fall-215{57.836%{transform:translate(73.6625vw,57.836vh) scale(.8769)}to{transform:translate(77.14885vw,100vh) scale(.8769)}}.snow:nth-child(216){opacity:.9226;transform:translate(40.7767vw,-10px) scale(.3514);animation:fall-216 13s -9s linear infinite}@keyframes fall-216{34.536%{transform:translate(31.4997vw,34.536vh) scale(.3514)}to{transform:translate(36.1382vw,100vh) scale(.3514)}}.snow:nth-child(217){opacity:.4414;transform:translate(71.7005vw,-10px) scale(.8169);animation:fall-217 15s -9s linear infinite}@keyframes fall-217{65.177%{transform:translate(63.6174vw,65.177vh) scale(.8169)}to{transform:translate(67.65895vw,100vh) scale(.8169)}}.snow:nth-child(218){opacity:.9174;transform:translate(39.4724vw,-10px) scale(.0361);animation:fall-218 23s -27s linear infinite}@keyframes fall-218{61.992%{transform:translate(43.7907vw,61.992vh) scale(.0361)}to{transform:translate(41.63155vw,100vh) scale(.0361)}}.snow:nth-child(219){opacity:.1872;transform:translate(97.4108vw,-10px) scale(.487);animation:fall-219 10s -25s linear infinite}@keyframes fall-219{30.608%{transform:translate(106.2427vw,30.608vh) scale(.487)}to{transform:translate(101.82675vw,100vh) scale(.487)}}.snow:nth-child(220){opacity:1.3526;transform:translate(65.0623vw,-10px) scale(.0715);animation:fall-220 29s -9s linear infinite}@keyframes fall-220{56.588%{transform:translate(73.8912vw,56.588vh) scale(.0715)}to{transform:translate(69.47675vw,100vh) scale(.0715)}}.snow:nth-child(221){opacity:.1536;transform:translate(62.8141vw,-10px) scale(.1464);animation:fall-221 14s -2s linear infinite}@keyframes fall-221{31.149%{transform:translate(55.7013vw,31.149vh) scale(.1464)}to{transform:translate(59.2577vw,100vh) scale(.1464)}}.snow:nth-child(222){opacity:.6546;transform:translate(38.3074vw,-10px) scale(.6976);animation:fall-222 11s -18s linear infinite}@keyframes fall-222{33.086%{transform:translate(40.4374vw,33.086vh) scale(.6976)}to{transform:translate(39.3724vw,100vh) scale(.6976)}}.snow:nth-child(223){opacity:.3486;transform:translate(32.4008vw,-10px) scale(.2673);animation:fall-223 22s -28s linear infinite}@keyframes fall-223{71.335%{transform:translate(34.6017vw,71.335vh) scale(.2673)}to{transform:translate(33.50125vw,100vh) scale(.2673)}}.snow:nth-child(224){opacity:1.9732;transform:translate(92.7189vw,-10px) scale(.0229);animation:fall-224 25s -15s linear infinite}@keyframes fall-224{58.315%{transform:translate(96.1247vw,58.315vh) scale(.0229)}to{transform:translate(94.4218vw,100vh) scale(.0229)}}.snow:nth-child(225){opacity:.6068;transform:translate(7.8787vw,-10px) scale(.9018);animation:fall-225 26s -22s linear infinite}@keyframes fall-225{67.348%{transform:translate(.7646vw,67.348vh) scale(.9018)}to{transform:translate(4.32165vw,100vh) scale(.9018)}}.snow:nth-child(226){opacity:1.4958;transform:translate(50.8905vw,-10px) scale(.2047);animation:fall-226 10s -15s linear infinite}@keyframes fall-226{41.044%{transform:translate(44.2553vw,41.044vh) scale(.2047)}to{transform:translate(47.5729vw,100vh) scale(.2047)}}.snow:nth-child(227){opacity:1.8482;transform:translate(88.0271vw,-10px) scale(.6531);animation:fall-227 12s -16s linear infinite}@keyframes fall-227{33.71%{transform:translate(87.5747vw,33.71vh) scale(.6531)}to{transform:translate(87.8009vw,100vh) scale(.6531)}}.snow:nth-child(228){opacity:1.1094;transform:translate(44.904vw,-10px) scale(.2251);animation:fall-228 26s -8s linear infinite}@keyframes fall-228{43.086%{transform:translate(44.6364vw,43.086vh) scale(.2251)}to{transform:translate(44.7702vw,100vh) scale(.2251)}}.snow:nth-child(229){opacity:1.1612;transform:translate(31.1791vw,-10px) scale(.8422);animation:fall-229 23s -8s linear infinite}@keyframes fall-229{74.884%{transform:translate(31.4874vw,74.884vh) scale(.8422)}to{transform:translate(31.33325vw,100vh) scale(.8422)}}.snow:nth-child(230){opacity:.1498;transform:translate(42.8497vw,-10px) scale(.8732);animation:fall-230 16s -29s linear infinite}@keyframes fall-230{41.362%{transform:translate(39.7325vw,41.362vh) scale(.8732)}to{transform:translate(41.2911vw,100vh) scale(.8732)}}.snow:nth-child(231){opacity:.4064;transform:translate(68.3912vw,-10px) scale(.1392);animation:fall-231 19s -19s linear infinite}@keyframes fall-231{76.243%{transform:translate(61.4vw,76.243vh) scale(.1392)}to{transform:translate(64.8956vw,100vh) scale(.1392)}}.snow:nth-child(232){opacity:.5586;transform:translate(37.1519vw,-10px) scale(.1928);animation:fall-232 16s -17s linear infinite}@keyframes fall-232{30.936%{transform:translate(33.8267vw,30.936vh) scale(.1928)}to{transform:translate(35.4893vw,100vh) scale(.1928)}}.snow:nth-child(233){opacity:.8574;transform:translate(22.5663vw,-10px) scale(.5438);animation:fall-233 28s -19s linear infinite}@keyframes fall-233{76.058%{transform:translate(27.6788vw,76.058vh) scale(.5438)}to{transform:translate(25.12255vw,100vh) scale(.5438)}}.snow:nth-child(234){opacity:.6236;transform:translate(82.0138vw,-10px) scale(.9069);animation:fall-234 21s -6s linear infinite}@keyframes fall-234{36.23%{transform:translate(73.0478vw,36.23vh) scale(.9069)}to{transform:translate(77.5308vw,100vh) scale(.9069)}}.snow:nth-child(235){opacity:1.563;transform:translate(63.9218vw,-10px) scale(.3266);animation:fall-235 21s -12s linear infinite}@keyframes fall-235{75.515%{transform:translate(60.3762vw,75.515vh) scale(.3266)}to{transform:translate(62.149vw,100vh) scale(.3266)}}.snow:nth-child(236){opacity:1.0034;transform:translate(37.1024vw,-10px) scale(.9516);animation:fall-236 10s -4s linear infinite}@keyframes fall-236{40.587%{transform:translate(40.268vw,40.587vh) scale(.9516)}to{transform:translate(38.6852vw,100vh) scale(.9516)}}.snow:nth-child(237){opacity:1.0716;transform:translate(20.2862vw,-10px) scale(.8763);animation:fall-237 17s -25s linear infinite}@keyframes fall-237{76.888%{transform:translate(11.3476vw,76.888vh) scale(.8763)}to{transform:translate(15.8169vw,100vh) scale(.8763)}}.snow:nth-child(238){opacity:.3862;transform:translate(87.0955vw,-10px) scale(.448);animation:fall-238 16s -13s linear infinite}@keyframes fall-238{53.359%{transform:translate(80.7466vw,53.359vh) scale(.448)}to{transform:translate(83.92105vw,100vh) scale(.448)}}.snow:nth-child(239){opacity:1.6268;transform:translate(16.6256vw,-10px) scale(.5731);animation:fall-239 13s -30s linear infinite}@keyframes fall-239{74.632%{transform:translate(12.4421vw,74.632vh) scale(.5731)}to{transform:translate(14.53385vw,100vh) scale(.5731)}}.snow:nth-child(240){opacity:1.1568;transform:translate(76.5837vw,-10px) scale(.9349);animation:fall-240 17s -5s linear infinite}@keyframes fall-240{47.548%{transform:translate(71.1422vw,47.548vh) scale(.9349)}to{transform:translate(73.86295vw,100vh) scale(.9349)}}.snow:nth-child(241){opacity:1.3446;transform:translate(54.5062vw,-10px) scale(.161);animation:fall-241 24s -3s linear infinite}@keyframes fall-241{70.222%{transform:translate(57.2309vw,70.222vh) scale(.161)}to{transform:translate(55.86855vw,100vh) scale(.161)}}.snow:nth-child(242){opacity:1.3476;transform:translate(24.4129vw,-10px) scale(.3246);animation:fall-242 27s -26s linear infinite}@keyframes fall-242{46.039%{transform:translate(30.3131vw,46.039vh) scale(.3246)}to{transform:translate(27.363vw,100vh) scale(.3246)}}.snow:nth-child(243){opacity:.5664;transform:translate(42.9533vw,-10px) scale(.8026);animation:fall-243 26s -21s linear infinite}@keyframes fall-243{33.644%{transform:translate(38.1201vw,33.644vh) scale(.8026)}to{transform:translate(40.5367vw,100vh) scale(.8026)}}.snow:nth-child(244){opacity:.9158;transform:translate(91.4389vw,-10px) scale(.5286);animation:fall-244 28s -7s linear infinite}@keyframes fall-244{57.642%{transform:translate(83.8153vw,57.642vh) scale(.5286)}to{transform:translate(87.6271vw,100vh) scale(.5286)}}.snow:nth-child(245){opacity:1.7284;transform:translate(65.0371vw,-10px) scale(.9104);animation:fall-245 13s -5s linear infinite}@keyframes fall-245{38.958%{transform:translate(71.6652vw,38.958vh) scale(.9104)}to{transform:translate(68.35115vw,100vh) scale(.9104)}}.snow:nth-child(246){opacity:.2094;transform:translate(82.2418vw,-10px) scale(.8022);animation:fall-246 21s -9s linear infinite}@keyframes fall-246{51.818%{transform:translate(88.0552vw,51.818vh) scale(.8022)}to{transform:translate(85.1485vw,100vh) scale(.8022)}}.snow:nth-child(247){opacity:1.1894;transform:translate(65.9724vw,-10px) scale(.3326);animation:fall-247 23s -8s linear infinite}@keyframes fall-247{46.831%{transform:translate(63.3903vw,46.831vh) scale(.3326)}to{transform:translate(64.68135vw,100vh) scale(.3326)}}.snow:nth-child(248){opacity:.3472;transform:translate(50.7163vw,-10px) scale(.9217);animation:fall-248 18s -19s linear infinite}@keyframes fall-248{66.552%{transform:translate(46.3957vw,66.552vh) scale(.9217)}to{transform:translate(48.556vw,100vh) scale(.9217)}}.snow:nth-child(249){opacity:.8358;transform:translate(12.3706vw,-10px) scale(.5272);animation:fall-249 29s -9s linear infinite}@keyframes fall-249{32.74%{transform:translate(6.6696vw,32.74vh) scale(.5272)}to{transform:translate(9.5201vw,100vh) scale(.5272)}}.snow:nth-child(250){opacity:.3206;transform:translate(59.929vw,-10px) scale(.7811);animation:fall-250 25s -11s linear infinite}@keyframes fall-250{52.058%{transform:translate(63.9222vw,52.058vh) scale(.7811)}to{transform:translate(61.9256vw,100vh) scale(.7811)}}.snow:nth-child(251){opacity:.3706;transform:translate(38.3571vw,-10px) scale(.6984);animation:fall-251 16s -4s linear infinite}@keyframes fall-251{48.385%{transform:translate(45.7721vw,48.385vh) scale(.6984)}to{transform:translate(42.0646vw,100vh) scale(.6984)}}.snow:nth-child(252){opacity:1.0804;transform:translate(36.1856vw,-10px) scale(.4396);animation:fall-252 11s -15s linear infinite}@keyframes fall-252{41.097%{transform:translate(30.0887vw,41.097vh) scale(.4396)}to{transform:translate(33.13715vw,100vh) scale(.4396)}}.snow:nth-child(253){opacity:1.4816;transform:translate(48.0424vw,-10px) scale(.6971);animation:fall-253 27s -22s linear infinite}@keyframes fall-253{73.922%{transform:translate(41.5293vw,73.922vh) scale(.6971)}to{transform:translate(44.78585vw,100vh) scale(.6971)}}.snow:nth-child(254){opacity:1.3194;transform:translate(60.0974vw,-10px) scale(.0459);animation:fall-254 30s -27s linear infinite}@keyframes fall-254{75.397%{transform:translate(66.695vw,75.397vh) scale(.0459)}to{transform:translate(63.3962vw,100vh) scale(.0459)}}.snow:nth-child(255){opacity:1.1558;transform:translate(30.5092vw,-10px) scale(.3847);animation:fall-255 26s -21s linear infinite}@keyframes fall-255{46.207%{transform:translate(35.8934vw,46.207vh) scale(.3847)}to{transform:translate(33.2013vw,100vh) scale(.3847)}}.snow:nth-child(256){opacity:1.1912;transform:translate(.611vw,-10px) scale(.5007);animation:fall-256 20s -4s linear infinite}@keyframes fall-256{71.378%{transform:translate(-8.7341vw,71.378vh) scale(.5007)}to{transform:translate(-4.06155vw,100vh) scale(.5007)}}.snow:nth-child(257){opacity:1.9848;transform:translate(13.1776vw,-10px) scale(.4107);animation:fall-257 23s -8s linear infinite}@keyframes fall-257{55.074%{transform:translate(20.2023vw,55.074vh) scale(.4107)}to{transform:translate(16.68995vw,100vh) scale(.4107)}}.snow:nth-child(258){opacity:.3412;transform:translate(4.0667vw,-10px) scale(.6968);animation:fall-258 17s -26s linear infinite}@keyframes fall-258{74.171%{transform:translate(3.73vw,74.171vh) scale(.6968)}to{transform:translate(3.89835vw,100vh) scale(.6968)}}.snow:nth-child(259){opacity:.0014;transform:translate(77.6368vw,-10px) scale(.1513);animation:fall-259 11s -18s linear infinite}@keyframes fall-259{57.567%{transform:translate(73.8226vw,57.567vh) scale(.1513)}to{transform:translate(75.7297vw,100vh) scale(.1513)}}.snow:nth-child(260){opacity:.6314;transform:translate(.9987vw,-10px) scale(.4612);animation:fall-260 28s -27s linear infinite}@keyframes fall-260{51.997%{transform:translate(-3.2461vw,51.997vh) scale(.4612)}to{transform:translate(-1.1237vw,100vh) scale(.4612)}}.snow:nth-child(261){opacity:1.279;transform:translate(13.6217vw,-10px) scale(.9728);animation:fall-261 25s -24s linear infinite}@keyframes fall-261{39.86%{transform:translate(12.8778vw,39.86vh) scale(.9728)}to{transform:translate(13.24975vw,100vh) scale(.9728)}}.snow:nth-child(262){opacity:1.259;transform:translate(1.7781vw,-10px) scale(.6637);animation:fall-262 11s -8s linear infinite}@keyframes fall-262{57.46%{transform:translate(4.2816vw,57.46vh) scale(.6637)}to{transform:translate(3.02985vw,100vh) scale(.6637)}}.snow:nth-child(263){opacity:.105;transform:translate(58.2768vw,-10px) scale(.491);animation:fall-263 15s -11s linear infinite}@keyframes fall-263{49.387%{transform:translate(63.5175vw,49.387vh) scale(.491)}to{transform:translate(60.89715vw,100vh) scale(.491)}}.snow:nth-child(264){opacity:.9536;transform:translate(80.6802vw,-10px) scale(.9365);animation:fall-264 28s -12s linear infinite}@keyframes fall-264{56.336%{transform:translate(82.4684vw,56.336vh) scale(.9365)}to{transform:translate(81.5743vw,100vh) scale(.9365)}}.snow:nth-child(265){opacity:.6116;transform:translate(91.1371vw,-10px) scale(.1629);animation:fall-265 28s -8s linear infinite}@keyframes fall-265{69.148%{transform:translate(88.008vw,69.148vh) scale(.1629)}to{transform:translate(89.57255vw,100vh) scale(.1629)}}.snow:nth-child(266){opacity:1.5058;transform:translate(36.705vw,-10px) scale(.7904);animation:fall-266 15s -2s linear infinite}@keyframes fall-266{46.157%{transform:translate(43.1313vw,46.157vh) scale(.7904)}to{transform:translate(39.91815vw,100vh) scale(.7904)}}.snow:nth-child(267){opacity:.1496;transform:translate(74.6377vw,-10px) scale(.229);animation:fall-267 10s -19s linear infinite}@keyframes fall-267{51.1%{transform:translate(81.0271vw,51.1vh) scale(.229)}to{transform:translate(77.8324vw,100vh) scale(.229)}}.snow:nth-child(268){opacity:1.8148;transform:translate(66.9284vw,-10px) scale(.7556);animation:fall-268 24s -21s linear infinite}@keyframes fall-268{61.672%{transform:translate(63.3054vw,61.672vh) scale(.7556)}to{transform:translate(65.1169vw,100vh) scale(.7556)}}.snow:nth-child(269){opacity:.3928;transform:translate(26.4294vw,-10px) scale(.9386);animation:fall-269 29s -24s linear infinite}@keyframes fall-269{60.853%{transform:translate(26.4735vw,60.853vh) scale(.9386)}to{transform:translate(26.45145vw,100vh) scale(.9386)}}.snow:nth-child(270){opacity:1.1128;transform:translate(31.8455vw,-10px) scale(.979);animation:fall-270 27s -5s linear infinite}@keyframes fall-270{62.878%{transform:translate(23.4663vw,62.878vh) scale(.979)}to{transform:translate(27.6559vw,100vh) scale(.979)}}.snow:nth-child(271){opacity:.5852;transform:translate(95.2474vw,-10px) scale(.2646);animation:fall-271 27s -11s linear infinite}@keyframes fall-271{71.371%{transform:translate(103.7416vw,71.371vh) scale(.2646)}to{transform:translate(99.4945vw,100vh) scale(.2646)}}.snow:nth-child(272){opacity:.6994;transform:translate(48.1714vw,-10px) scale(.1703);animation:fall-272 17s -25s linear infinite}@keyframes fall-272{33.355%{transform:translate(49.7894vw,33.355vh) scale(.1703)}to{transform:translate(48.9804vw,100vh) scale(.1703)}}.snow:nth-child(273){opacity:.903;transform:translate(43.4666vw,-10px) scale(.7796);animation:fall-273 18s -22s linear infinite}@keyframes fall-273{39.858%{transform:translate(46.3997vw,39.858vh) scale(.7796)}to{transform:translate(44.93315vw,100vh) scale(.7796)}}.snow:nth-child(274){opacity:1.2756;transform:translate(3.2968vw,-10px) scale(.8492);animation:fall-274 15s -9s linear infinite}@keyframes fall-274{53.914%{transform:translate(-3.9716vw,53.914vh) scale(.8492)}to{transform:translate(-.3374vw,100vh) scale(.8492)}}.snow:nth-child(275){opacity:1.0082;transform:translate(35.5404vw,-10px) scale(.2956);animation:fall-275 25s -30s linear infinite}@keyframes fall-275{41.294%{transform:translate(42.6934vw,41.294vh) scale(.2956)}to{transform:translate(39.1169vw,100vh) scale(.2956)}}.snow:nth-child(276){opacity:1.1844;transform:translate(65.1294vw,-10px) scale(.9703);animation:fall-276 21s -5s linear infinite}@keyframes fall-276{65.787%{transform:translate(55.8336vw,65.787vh) scale(.9703)}to{transform:translate(60.4815vw,100vh) scale(.9703)}}.snow:nth-child(277){opacity:.824;transform:translate(4.5689vw,-10px) scale(.5153);animation:fall-277 15s -20s linear infinite}@keyframes fall-277{46.726%{transform:translate(7.5929vw,46.726vh) scale(.5153)}to{transform:translate(6.0809vw,100vh) scale(.5153)}}.snow:nth-child(278){opacity:.8798;transform:translate(71.4768vw,-10px) scale(.441);animation:fall-278 20s -18s linear infinite}@keyframes fall-278{61.311%{transform:translate(72.3604vw,61.311vh) scale(.441)}to{transform:translate(71.9186vw,100vh) scale(.441)}}.snow:nth-child(279){opacity:1.1094;transform:translate(6.585vw,-10px) scale(.0402);animation:fall-279 29s -2s linear infinite}@keyframes fall-279{71.771%{transform:translate(10.6666vw,71.771vh) scale(.0402)}to{transform:translate(8.6258vw,100vh) scale(.0402)}}.snow:nth-child(280){opacity:.3814;transform:translate(.9264vw,-10px) scale(.3561);animation:fall-280 19s -19s linear infinite}@keyframes fall-280{56.606%{transform:translate(7.7264vw,56.606vh) scale(.3561)}to{transform:translate(4.3264vw,100vh) scale(.3561)}}.snow:nth-child(281){opacity:1.5866;transform:translate(54.5989vw,-10px) scale(.9943);animation:fall-281 20s -14s linear infinite}@keyframes fall-281{62.356%{transform:translate(50.4696vw,62.356vh) scale(.9943)}to{transform:translate(52.53425vw,100vh) scale(.9943)}}.snow:nth-child(282){opacity:1.3382;transform:translate(26.0973vw,-10px) scale(.9195);animation:fall-282 14s -29s linear infinite}@keyframes fall-282{71.581%{transform:translate(18.2835vw,71.581vh) scale(.9195)}to{transform:translate(22.1904vw,100vh) scale(.9195)}}.snow:nth-child(283){opacity:1.7196;transform:translate(91.5715vw,-10px) scale(.8197);animation:fall-283 26s -10s linear infinite}@keyframes fall-283{42.561%{transform:translate(87.2795vw,42.561vh) scale(.8197)}to{transform:translate(89.4255vw,100vh) scale(.8197)}}.snow:nth-child(284){opacity:1.0888;transform:translate(74.953vw,-10px) scale(.377);animation:fall-284 16s -3s linear infinite}@keyframes fall-284{57.152%{transform:translate(67.1075vw,57.152vh) scale(.377)}to{transform:translate(71.03025vw,100vh) scale(.377)}}.snow:nth-child(285){opacity:.7746;transform:translate(70.6907vw,-10px) scale(.3928);animation:fall-285 26s -2s linear infinite}@keyframes fall-285{49.28%{transform:translate(68.5155vw,49.28vh) scale(.3928)}to{transform:translate(69.6031vw,100vh) scale(.3928)}}.snow:nth-child(286){opacity:1.875;transform:translate(27.467vw,-10px) scale(.9872);animation:fall-286 21s -20s linear infinite}@keyframes fall-286{56.477%{transform:translate(36.2092vw,56.477vh) scale(.9872)}to{transform:translate(31.8381vw,100vh) scale(.9872)}}.snow:nth-child(287){opacity:.9854;transform:translate(20.3688vw,-10px) scale(.3211);animation:fall-287 29s -30s linear infinite}@keyframes fall-287{77.131%{transform:translate(24.0319vw,77.131vh) scale(.3211)}to{transform:translate(22.20035vw,100vh) scale(.3211)}}.snow:nth-child(288){opacity:.739;transform:translate(90.0045vw,-10px) scale(.2822);animation:fall-288 23s -30s linear infinite}@keyframes fall-288{64.022%{transform:translate(83.7214vw,64.022vh) scale(.2822)}to{transform:translate(86.86295vw,100vh) scale(.2822)}}.snow:nth-child(289){opacity:1.915;transform:translate(83.9191vw,-10px) scale(.1996);animation:fall-289 28s -24s linear infinite}@keyframes fall-289{62.52%{transform:translate(75.552vw,62.52vh) scale(.1996)}to{transform:translate(79.73555vw,100vh) scale(.1996)}}.snow:nth-child(290){opacity:.7204;transform:translate(73.7894vw,-10px) scale(.2609);animation:fall-290 10s -25s linear infinite}@keyframes fall-290{51.675%{transform:translate(69.8429vw,51.675vh) scale(.2609)}to{transform:translate(71.81615vw,100vh) scale(.2609)}}.snow:nth-child(291){opacity:.6714;transform:translate(35.5201vw,-10px) scale(.2897);animation:fall-291 22s -3s linear infinite}@keyframes fall-291{59.428%{transform:translate(32.4556vw,59.428vh) scale(.2897)}to{transform:translate(33.98785vw,100vh) scale(.2897)}}.snow:nth-child(292){opacity:1.8666;transform:translate(74.5071vw,-10px) scale(.949);animation:fall-292 30s -7s linear infinite}@keyframes fall-292{43.903%{transform:translate(74.8445vw,43.903vh) scale(.949)}to{transform:translate(74.6758vw,100vh) scale(.949)}}.snow:nth-child(293){opacity:1.1546;transform:translate(10.7796vw,-10px) scale(.1051);animation:fall-293 23s -16s linear infinite}@keyframes fall-293{48.535%{transform:translate(4.9357vw,48.535vh) scale(.1051)}to{transform:translate(7.85765vw,100vh) scale(.1051)}}.snow:nth-child(294){opacity:1.2954;transform:translate(12.7471vw,-10px) scale(.2373);animation:fall-294 26s -23s linear infinite}@keyframes fall-294{60.861%{transform:translate(9.401vw,60.861vh) scale(.2373)}to{transform:translate(11.07405vw,100vh) scale(.2373)}}.snow:nth-child(295){opacity:1.274;transform:translate(18.1972vw,-10px) scale(.256);animation:fall-295 17s -8s linear infinite}@keyframes fall-295{37.849%{transform:translate(16.4014vw,37.849vh) scale(.256)}to{transform:translate(17.2993vw,100vh) scale(.256)}}.snow:nth-child(296){opacity:.6786;transform:translate(91.0304vw,-10px) scale(.7423);animation:fall-296 15s -9s linear infinite}@keyframes fall-296{34.625%{transform:translate(96.0476vw,34.625vh) scale(.7423)}to{transform:translate(93.539vw,100vh) scale(.7423)}}.snow:nth-child(297){opacity:.2668;transform:translate(.5761vw,-10px) scale(.1531);animation:fall-297 15s -13s linear infinite}@keyframes fall-297{76.094%{transform:translate(5.8362vw,76.094vh) scale(.1531)}to{transform:translate(3.20615vw,100vh) scale(.1531)}}.snow:nth-child(298){opacity:.1304;transform:translate(34.1694vw,-10px) scale(.8101);animation:fall-298 19s -23s linear infinite}@keyframes fall-298{32.496%{transform:translate(35.919vw,32.496vh) scale(.8101)}to{transform:translate(35.0442vw,100vh) scale(.8101)}}.snow:nth-child(299){opacity:.6328;transform:translate(17.7555vw,-10px) scale(.8629);animation:fall-299 28s -24s linear infinite}@keyframes fall-299{76.372%{transform:translate(20.7935vw,76.372vh) scale(.8629)}to{transform:translate(19.2745vw,100vh) scale(.8629)}}.snow:nth-child(300){opacity:.6174;transform:translate(7.3802vw,-10px) scale(.6727);animation:fall-300 28s -21s linear infinite}@keyframes fall-300{31.483%{transform:translate(-2.0433vw,31.483vh) scale(.6727)}to{transform:translate(2.66845vw,100vh) scale(.6727)}}.snow:nth-child(301){opacity:1.485;transform:translate(66.1369vw,-10px) scale(.6888);animation:fall-301 12s -16s linear infinite}@keyframes fall-301{30.103%{transform:translate(62.9562vw,30.103vh) scale(.6888)}to{transform:translate(64.54655vw,100vh) scale(.6888)}}.snow:nth-child(302){opacity:1.955;transform:translate(78.4609vw,-10px) scale(.7243);animation:fall-302 10s -7s linear infinite}@keyframes fall-302{67.401%{transform:translate(87.8781vw,67.401vh) scale(.7243)}to{transform:translate(83.1695vw,100vh) scale(.7243)}}.snow:nth-child(303){opacity:1.935;transform:translate(92.864vw,-10px) scale(.3074);animation:fall-303 21s -15s linear infinite}@keyframes fall-303{45.864%{transform:translate(87.949vw,45.864vh) scale(.3074)}to{transform:translate(90.4065vw,100vh) scale(.3074)}}.snow:nth-child(304){opacity:1.0318;transform:translate(52.9697vw,-10px) scale(.838);animation:fall-304 30s -17s linear infinite}@keyframes fall-304{39.704%{transform:translate(55.7711vw,39.704vh) scale(.838)}to{transform:translate(54.3704vw,100vh) scale(.838)}}.snow:nth-child(305){opacity:1.5848;transform:translate(42.7351vw,-10px) scale(.329);animation:fall-305 30s -18s linear infinite}@keyframes fall-305{37.344%{transform:translate(47.2049vw,37.344vh) scale(.329)}to{transform:translate(44.97vw,100vh) scale(.329)}}.snow:nth-child(306){opacity:.1128;transform:translate(90.7209vw,-10px) scale(.4152);animation:fall-306 19s -19s linear infinite}@keyframes fall-306{41.773%{transform:translate(93.2698vw,41.773vh) scale(.4152)}to{transform:translate(91.99535vw,100vh) scale(.4152)}}.snow:nth-child(307){opacity:1.01;transform:translate(50.1088vw,-10px) scale(.8793);animation:fall-307 30s -12s linear infinite}@keyframes fall-307{73.018%{transform:translate(52.3699vw,73.018vh) scale(.8793)}to{transform:translate(51.23935vw,100vh) scale(.8793)}}.snow:nth-child(308){opacity:.6164;transform:translate(56.9339vw,-10px) scale(.6059);animation:fall-308 10s -13s linear infinite}@keyframes fall-308{50.162%{transform:translate(63.686vw,50.162vh) scale(.6059)}to{transform:translate(60.30995vw,100vh) scale(.6059)}}.snow:nth-child(309){opacity:.3972;transform:translate(49.5344vw,-10px) scale(.2446);animation:fall-309 14s -29s linear infinite}@keyframes fall-309{38.961%{transform:translate(46.9409vw,38.961vh) scale(.2446)}to{transform:translate(48.23765vw,100vh) scale(.2446)}}.snow:nth-child(310){opacity:.189;transform:translate(55.8621vw,-10px) scale(.8425);animation:fall-310 28s -2s linear infinite}@keyframes fall-310{43.387%{transform:translate(63.018vw,43.387vh) scale(.8425)}to{transform:translate(59.44005vw,100vh) scale(.8425)}}.snow:nth-child(311){opacity:.233;transform:translate(60.7561vw,-10px) scale(.8316);animation:fall-311 18s -24s linear infinite}@keyframes fall-311{48.401%{transform:translate(59.1539vw,48.401vh) scale(.8316)}to{transform:translate(59.955vw,100vh) scale(.8316)}}.snow:nth-child(312){opacity:1.5352;transform:translate(55.118vw,-10px) scale(.5656);animation:fall-312 29s -15s linear infinite}@keyframes fall-312{67.116%{transform:translate(59.3599vw,67.116vh) scale(.5656)}to{transform:translate(57.23895vw,100vh) scale(.5656)}}.snow:nth-child(313){opacity:.4444;transform:translate(39.5448vw,-10px) scale(.5058);animation:fall-313 19s -10s linear infinite}@keyframes fall-313{48.564%{transform:translate(36.4333vw,48.564vh) scale(.5058)}to{transform:translate(37.98905vw,100vh) scale(.5058)}}.snow:nth-child(314){opacity:1.379;transform:translate(24.4675vw,-10px) scale(.2456);animation:fall-314 20s -24s linear infinite}@keyframes fall-314{35.606%{transform:translate(18.7348vw,35.606vh) scale(.2456)}to{transform:translate(21.60115vw,100vh) scale(.2456)}}.snow:nth-child(315){opacity:1.5342;transform:translate(22.6246vw,-10px) scale(.9259);animation:fall-315 24s -25s linear infinite}@keyframes fall-315{65.55%{transform:translate(29.1373vw,65.55vh) scale(.9259)}to{transform:translate(25.88095vw,100vh) scale(.9259)}}.snow:nth-child(316){opacity:.9792;transform:translate(46.2272vw,-10px) scale(.8647);animation:fall-316 27s -5s linear infinite}@keyframes fall-316{34.777%{transform:translate(37.602vw,34.777vh) scale(.8647)}to{transform:translate(41.9146vw,100vh) scale(.8647)}}.snow:nth-child(317){opacity:.2872;transform:translate(57.816vw,-10px) scale(.1994);animation:fall-317 22s -10s linear infinite}@keyframes fall-317{41.914%{transform:translate(59.4697vw,41.914vh) scale(.1994)}to{transform:translate(58.64285vw,100vh) scale(.1994)}}.snow:nth-child(318){opacity:1.3202;transform:translate(56.8922vw,-10px) scale(.9202);animation:fall-318 22s -17s linear infinite}@keyframes fall-318{48.677%{transform:translate(61.7217vw,48.677vh) scale(.9202)}to{transform:translate(59.30695vw,100vh) scale(.9202)}}.snow:nth-child(319){opacity:1.5278;transform:translate(18.3818vw,-10px) scale(.1605);animation:fall-319 24s -13s linear infinite}@keyframes fall-319{60.303%{transform:translate(17.7518vw,60.303vh) scale(.1605)}to{transform:translate(18.0668vw,100vh) scale(.1605)}}.snow:nth-child(320){opacity:1.2988;transform:translate(72.6379vw,-10px) scale(.5174);animation:fall-320 27s -4s linear infinite}@keyframes fall-320{43.083%{transform:translate(72.0782vw,43.083vh) scale(.5174)}to{transform:translate(72.35805vw,100vh) scale(.5174)}}.snow:nth-child(321){opacity:1.1074;transform:translate(10.4061vw,-10px) scale(.2231);animation:fall-321 21s -18s linear infinite}@keyframes fall-321{65.212%{transform:translate(8.9995vw,65.212vh) scale(.2231)}to{transform:translate(9.7028vw,100vh) scale(.2231)}}.snow:nth-child(322){opacity:.5752;transform:translate(88.0662vw,-10px) scale(.9526);animation:fall-322 10s -10s linear infinite}@keyframes fall-322{75.742%{transform:translate(79.0591vw,75.742vh) scale(.9526)}to{transform:translate(83.56265vw,100vh) scale(.9526)}}.snow:nth-child(323){opacity:1.22;transform:translate(18.1786vw,-10px) scale(.9637);animation:fall-323 10s -17s linear infinite}@keyframes fall-323{55.479%{transform:translate(22.6384vw,55.479vh) scale(.9637)}to{transform:translate(20.4085vw,100vh) scale(.9637)}}.snow:nth-child(324){opacity:.4038;transform:translate(26.9231vw,-10px) scale(.4979);animation:fall-324 23s -22s linear infinite}@keyframes fall-324{64.246%{transform:translate(25.1909vw,64.246vh) scale(.4979)}to{transform:translate(26.057vw,100vh) scale(.4979)}}.snow:nth-child(325){opacity:.5686;transform:translate(73.8745vw,-10px) scale(.0501);animation:fall-325 24s -11s linear infinite}@keyframes fall-325{45.952%{transform:translate(72.7507vw,45.952vh) scale(.0501)}to{transform:translate(73.3126vw,100vh) scale(.0501)}}.snow:nth-child(326){opacity:.957;transform:translate(1.6605vw,-10px) scale(.2732);animation:fall-326 10s -1s linear infinite}@keyframes fall-326{52.004%{transform:translate(7.5335vw,52.004vh) scale(.2732)}to{transform:translate(4.597vw,100vh) scale(.2732)}}.snow:nth-child(327){opacity:1.9758;transform:translate(85.0903vw,-10px) scale(.3134);animation:fall-327 25s -25s linear infinite}@keyframes fall-327{32.421%{transform:translate(82.4339vw,32.421vh) scale(.3134)}to{transform:translate(83.7621vw,100vh) scale(.3134)}}.snow:nth-child(328){opacity:1.8448;transform:translate(82.9537vw,-10px) scale(.0389);animation:fall-328 22s -1s linear infinite}@keyframes fall-328{72.683%{transform:translate(91.3895vw,72.683vh) scale(.0389)}to{transform:translate(87.1716vw,100vh) scale(.0389)}}.snow:nth-child(329){opacity:.569;transform:translate(84.4594vw,-10px) scale(.6029);animation:fall-329 30s -26s linear infinite}@keyframes fall-329{38.306%{transform:translate(77.6745vw,38.306vh) scale(.6029)}to{transform:translate(81.06695vw,100vh) scale(.6029)}}.snow:nth-child(330){opacity:1.7704;transform:translate(3.755vw,-10px) scale(.2819);animation:fall-330 20s -15s linear infinite}@keyframes fall-330{69.237%{transform:translate(-4.7907vw,69.237vh) scale(.2819)}to{transform:translate(-.51785vw,100vh) scale(.2819)}}.snow:nth-child(331){opacity:.0522;transform:translate(71.1206vw,-10px) scale(.0941);animation:fall-331 17s -22s linear infinite}@keyframes fall-331{54.158%{transform:translate(75.4946vw,54.158vh) scale(.0941)}to{transform:translate(73.3076vw,100vh) scale(.0941)}}.snow:nth-child(332){opacity:.8696;transform:translate(60.1427vw,-10px) scale(.0265);animation:fall-332 28s -5s linear infinite}@keyframes fall-332{51.118%{transform:translate(52.5869vw,51.118vh) scale(.0265)}to{transform:translate(56.3648vw,100vh) scale(.0265)}}.snow:nth-child(333){opacity:1.2;transform:translate(47.557vw,-10px) scale(.8626);animation:fall-333 11s -29s linear infinite}@keyframes fall-333{69.583%{transform:translate(39.0311vw,69.583vh) scale(.8626)}to{transform:translate(43.29405vw,100vh) scale(.8626)}}.snow:nth-child(334){opacity:.5614;transform:translate(80.9163vw,-10px) scale(.9241);animation:fall-334 22s -15s linear infinite}@keyframes fall-334{79.295%{transform:translate(76.3173vw,79.295vh) scale(.9241)}to{transform:translate(78.6168vw,100vh) scale(.9241)}}.snow:nth-child(335){opacity:1.777;transform:translate(92.4399vw,-10px) scale(.4371);animation:fall-335 25s -23s linear infinite}@keyframes fall-335{33.628%{transform:translate(100.5884vw,33.628vh) scale(.4371)}to{transform:translate(96.51415vw,100vh) scale(.4371)}}.snow:nth-child(336){opacity:1.9672;transform:translate(44.2158vw,-10px) scale(.3496);animation:fall-336 11s -1s linear infinite}@keyframes fall-336{74.947%{transform:translate(48.2363vw,74.947vh) scale(.3496)}to{transform:translate(46.22605vw,100vh) scale(.3496)}}.snow:nth-child(337){opacity:.7808;transform:translate(92.1883vw,-10px) scale(.587);animation:fall-337 21s -15s linear infinite}@keyframes fall-337{65.089%{transform:translate(89.3513vw,65.089vh) scale(.587)}to{transform:translate(90.7698vw,100vh) scale(.587)}}.snow:nth-child(338){opacity:1.0894;transform:translate(6.9821vw,-10px) scale(.0231);animation:fall-338 21s -21s linear infinite}@keyframes fall-338{41.439%{transform:translate(9.3819vw,41.439vh) scale(.0231)}to{transform:translate(8.182vw,100vh) scale(.0231)}}.snow:nth-child(339){opacity:.3852;transform:translate(50.1489vw,-10px) scale(.4659);animation:fall-339 13s -27s linear infinite}@keyframes fall-339{39.532%{transform:translate(50.4813vw,39.532vh) scale(.4659)}to{transform:translate(50.3151vw,100vh) scale(.4659)}}.snow:nth-child(340){opacity:1.5784;transform:translate(3.1606vw,-10px) scale(.7712);animation:fall-340 23s -8s linear infinite}@keyframes fall-340{75.82%{transform:translate(3.365vw,75.82vh) scale(.7712)}to{transform:translate(3.2628vw,100vh) scale(.7712)}}.snow:nth-child(341){opacity:.2804;transform:translate(29.6647vw,-10px) scale(.5028);animation:fall-341 27s -17s linear infinite}@keyframes fall-341{73.863%{transform:translate(39.5692vw,73.863vh) scale(.5028)}to{transform:translate(34.61695vw,100vh) scale(.5028)}}.snow:nth-child(342){opacity:.4904;transform:translate(37.6667vw,-10px) scale(.0501);animation:fall-342 24s -8s linear infinite}@keyframes fall-342{34.7%{transform:translate(43.1139vw,34.7vh) scale(.0501)}to{transform:translate(40.3903vw,100vh) scale(.0501)}}.snow:nth-child(343){opacity:.1192;transform:translate(81.9972vw,-10px) scale(.7682);animation:fall-343 27s -20s linear infinite}@keyframes fall-343{76.373%{transform:translate(75.5927vw,76.373vh) scale(.7682)}to{transform:translate(78.79495vw,100vh) scale(.7682)}}.snow:nth-child(344){opacity:.8868;transform:translate(75.6312vw,-10px) scale(.9841);animation:fall-344 19s -5s linear infinite}@keyframes fall-344{54.971%{transform:translate(79.9891vw,54.971vh) scale(.9841)}to{transform:translate(77.81015vw,100vh) scale(.9841)}}.snow:nth-child(345){opacity:.3722;transform:translate(96.7316vw,-10px) scale(.1829);animation:fall-345 19s -23s linear infinite}@keyframes fall-345{79.202%{transform:translate(95.8019vw,79.202vh) scale(.1829)}to{transform:translate(96.26675vw,100vh) scale(.1829)}}.snow:nth-child(346){opacity:.5684;transform:translate(.5864vw,-10px) scale(.8082);animation:fall-346 28s -22s linear infinite}@keyframes fall-346{43.269%{transform:translate(-.9254vw,43.269vh) scale(.8082)}to{transform:translate(-.1695vw,100vh) scale(.8082)}}.snow:nth-child(347){opacity:.1102;transform:translate(8.1402vw,-10px) scale(.6459);animation:fall-347 11s -30s linear infinite}@keyframes fall-347{32.682%{transform:translate(13.613vw,32.682vh) scale(.6459)}to{transform:translate(10.8766vw,100vh) scale(.6459)}}.snow:nth-child(348){opacity:1.945;transform:translate(37.8386vw,-10px) scale(.1173);animation:fall-348 13s -20s linear infinite}@keyframes fall-348{31.087%{transform:translate(27.887vw,31.087vh) scale(.1173)}to{transform:translate(32.8628vw,100vh) scale(.1173)}}.snow:nth-child(349){opacity:1.2058;transform:translate(61.2835vw,-10px) scale(.5773);animation:fall-349 23s -19s linear infinite}@keyframes fall-349{71.694%{transform:translate(53.479vw,71.694vh) scale(.5773)}to{transform:translate(57.38125vw,100vh) scale(.5773)}}.snow:nth-child(350){opacity:1.1472;transform:translate(17.3744vw,-10px) scale(.4965);animation:fall-350 20s -8s linear infinite}@keyframes fall-350{37.507%{transform:translate(26.7477vw,37.507vh) scale(.4965)}to{transform:translate(22.06105vw,100vh) scale(.4965)}}.snow:nth-child(351){opacity:1.549;transform:translate(79.7043vw,-10px) scale(.5123);animation:fall-351 26s -24s linear infinite}@keyframes fall-351{75.458%{transform:translate(81.5451vw,75.458vh) scale(.5123)}to{transform:translate(80.6247vw,100vh) scale(.5123)}}.snow:nth-child(352){opacity:.0148;transform:translate(36.8971vw,-10px) scale(.5564);animation:fall-352 28s -7s linear infinite}@keyframes fall-352{65.438%{transform:translate(27.3082vw,65.438vh) scale(.5564)}to{transform:translate(32.10265vw,100vh) scale(.5564)}}.snow:nth-child(353){opacity:.2518;transform:translate(78.3925vw,-10px) scale(.4403);animation:fall-353 22s -20s linear infinite}@keyframes fall-353{38.713%{transform:translate(76.791vw,38.713vh) scale(.4403)}to{transform:translate(77.59175vw,100vh) scale(.4403)}}.snow:nth-child(354){opacity:.5588;transform:translate(79.1038vw,-10px) scale(.2544);animation:fall-354 25s -29s linear infinite}@keyframes fall-354{35.9%{transform:translate(74.2667vw,35.9vh) scale(.2544)}to{transform:translate(76.68525vw,100vh) scale(.2544)}}.snow:nth-child(355){opacity:.6588;transform:translate(97.4536vw,-10px) scale(.1593);animation:fall-355 29s -19s linear infinite}@keyframes fall-355{36.726%{transform:translate(91.3513vw,36.726vh) scale(.1593)}to{transform:translate(94.40245vw,100vh) scale(.1593)}}.snow:nth-child(356){opacity:1.4116;transform:translate(37.626vw,-10px) scale(.8909);animation:fall-356 23s -14s linear infinite}@keyframes fall-356{70.826%{transform:translate(39.773vw,70.826vh) scale(.8909)}to{transform:translate(38.6995vw,100vh) scale(.8909)}}.snow:nth-child(357){opacity:1.3484;transform:translate(78.0669vw,-10px) scale(.9002);animation:fall-357 14s -13s linear infinite}@keyframes fall-357{52.438%{transform:translate(82.9742vw,52.438vh) scale(.9002)}to{transform:translate(80.52055vw,100vh) scale(.9002)}}.snow:nth-child(358){opacity:1.9828;transform:translate(11.3775vw,-10px) scale(.737);animation:fall-358 24s -24s linear infinite}@keyframes fall-358{75.565%{transform:translate(11.4305vw,75.565vh) scale(.737)}to{transform:translate(11.404vw,100vh) scale(.737)}}.snow:nth-child(359){opacity:1.6368;transform:translate(53.8863vw,-10px) scale(.4206);animation:fall-359 16s -8s linear infinite}@keyframes fall-359{37.98%{transform:translate(59.6519vw,37.98vh) scale(.4206)}to{transform:translate(56.7691vw,100vh) scale(.4206)}}.snow:nth-child(360){opacity:.6372;transform:translate(1.4532vw,-10px) scale(.8022);animation:fall-360 14s -27s linear infinite}@keyframes fall-360{64.202%{transform:translate(-.2547vw,64.202vh) scale(.8022)}to{transform:translate(.59925vw,100vh) scale(.8022)}}.snow:nth-child(361){opacity:1.0658;transform:translate(58.015vw,-10px) scale(.5491);animation:fall-361 13s -11s linear infinite}@keyframes fall-361{48.611%{transform:translate(62.5978vw,48.611vh) scale(.5491)}to{transform:translate(60.3064vw,100vh) scale(.5491)}}.snow:nth-child(362){opacity:1.5282;transform:translate(35.6959vw,-10px) scale(.4438);animation:fall-362 14s -14s linear infinite}@keyframes fall-362{69.011%{transform:translate(43.6389vw,69.011vh) scale(.4438)}to{transform:translate(39.6674vw,100vh) scale(.4438)}}.snow:nth-child(363){opacity:1.9546;transform:translate(5.7792vw,-10px) scale(.7235);animation:fall-363 25s -29s linear infinite}@keyframes fall-363{48.931%{transform:translate(12.926vw,48.931vh) scale(.7235)}to{transform:translate(9.3526vw,100vh) scale(.7235)}}.snow:nth-child(364){opacity:1.2596;transform:translate(28.0491vw,-10px) scale(.1703);animation:fall-364 12s -26s linear infinite}@keyframes fall-364{64.102%{transform:translate(29.3139vw,64.102vh) scale(.1703)}to{transform:translate(28.6815vw,100vh) scale(.1703)}}.snow:nth-child(365){opacity:.85;transform:translate(79.4797vw,-10px) scale(.0593);animation:fall-365 18s -6s linear infinite}@keyframes fall-365{67.684%{transform:translate(76.3876vw,67.684vh) scale(.0593)}to{transform:translate(77.93365vw,100vh) scale(.0593)}}.snow:nth-child(366){opacity:1.578;transform:translate(10.6877vw,-10px) scale(.666);animation:fall-366 13s -18s linear infinite}@keyframes fall-366{65.949%{transform:translate(8.3298vw,65.949vh) scale(.666)}to{transform:translate(9.50875vw,100vh) scale(.666)}}.snow:nth-child(367){opacity:1.234;transform:translate(14.3897vw,-10px) scale(.9221);animation:fall-367 25s -3s linear infinite}@keyframes fall-367{71.037%{transform:translate(18.1713vw,71.037vh) scale(.9221)}to{transform:translate(16.2805vw,100vh) scale(.9221)}}.snow:nth-child(368){opacity:.7426;transform:translate(97.2483vw,-10px) scale(.3784);animation:fall-368 29s -9s linear infinite}@keyframes fall-368{59.931%{transform:translate(96.903vw,59.931vh) scale(.3784)}to{transform:translate(97.07565vw,100vh) scale(.3784)}}.snow:nth-child(369){opacity:.2264;transform:translate(69.2176vw,-10px) scale(.8111);animation:fall-369 13s -15s linear infinite}@keyframes fall-369{69.833%{transform:translate(74.4465vw,69.833vh) scale(.8111)}to{transform:translate(71.83205vw,100vh) scale(.8111)}}.snow:nth-child(370){opacity:.309;transform:translate(43.3378vw,-10px) scale(.6781);animation:fall-370 18s -27s linear infinite}@keyframes fall-370{51.748%{transform:translate(40.8412vw,51.748vh) scale(.6781)}to{transform:translate(42.0895vw,100vh) scale(.6781)}}.snow:nth-child(371){opacity:1.682;transform:translate(20.5028vw,-10px) scale(.4863);animation:fall-371 24s -3s linear infinite}@keyframes fall-371{44.522%{transform:translate(22.0179vw,44.522vh) scale(.4863)}to{transform:translate(21.26035vw,100vh) scale(.4863)}}.snow:nth-child(372){opacity:.1538;transform:translate(42.41vw,-10px) scale(.5946);animation:fall-372 17s -12s linear infinite}@keyframes fall-372{65.683%{transform:translate(46.1041vw,65.683vh) scale(.5946)}to{transform:translate(44.25705vw,100vh) scale(.5946)}}.snow:nth-child(373){opacity:.876;transform:translate(29.714vw,-10px) scale(.5883);animation:fall-373 12s -13s linear infinite}@keyframes fall-373{33.877%{transform:translate(38.1248vw,33.877vh) scale(.5883)}to{transform:translate(33.9194vw,100vh) scale(.5883)}}.snow:nth-child(374){opacity:1.1688;transform:translate(88.9969vw,-10px) scale(.4379);animation:fall-374 25s -2s linear infinite}@keyframes fall-374{41.372%{transform:translate(94.7669vw,41.372vh) scale(.4379)}to{transform:translate(91.8819vw,100vh) scale(.4379)}}.snow:nth-child(375){opacity:.8784;transform:translate(89.3315vw,-10px) scale(.5751);animation:fall-375 23s -10s linear infinite}@keyframes fall-375{69.573%{transform:translate(90.3178vw,69.573vh) scale(.5751)}to{transform:translate(89.82465vw,100vh) scale(.5751)}}.snow:nth-child(376){opacity:1.5988;transform:translate(16.9876vw,-10px) scale(.3289);animation:fall-376 13s -23s linear infinite}@keyframes fall-376{74.962%{transform:translate(8.327vw,74.962vh) scale(.3289)}to{transform:translate(12.6573vw,100vh) scale(.3289)}}.snow:nth-child(377){opacity:1.19;transform:translate(55.1959vw,-10px) scale(.4064);animation:fall-377 13s -11s linear infinite}@keyframes fall-377{56.873%{transform:translate(61.8195vw,56.873vh) scale(.4064)}to{transform:translate(58.5077vw,100vh) scale(.4064)}}.snow:nth-child(378){opacity:.9214;transform:translate(8.6925vw,-10px) scale(.0159);animation:fall-378 22s -10s linear infinite}@keyframes fall-378{48.949%{transform:translate(4.2757vw,48.949vh) scale(.0159)}to{transform:translate(6.4841vw,100vh) scale(.0159)}}.snow:nth-child(379){opacity:.8302;transform:translate(64.4288vw,-10px) scale(.4717);animation:fall-379 17s -17s linear infinite}@keyframes fall-379{43.799%{transform:translate(54.6004vw,43.799vh) scale(.4717)}to{transform:translate(59.5146vw,100vh) scale(.4717)}}.snow:nth-child(380){opacity:.8398;transform:translate(83.5685vw,-10px) scale(.7105);animation:fall-380 12s -20s linear infinite}@keyframes fall-380{46.482%{transform:translate(85.6986vw,46.482vh) scale(.7105)}to{transform:translate(84.63355vw,100vh) scale(.7105)}}.snow:nth-child(381){opacity:.061;transform:translate(66.3627vw,-10px) scale(.2424);animation:fall-381 16s -29s linear infinite}@keyframes fall-381{50.805%{transform:translate(69.4855vw,50.805vh) scale(.2424)}to{transform:translate(67.9241vw,100vh) scale(.2424)}}.snow:nth-child(382){opacity:.9958;transform:translate(72.4931vw,-10px) scale(.3564);animation:fall-382 14s -12s linear infinite}@keyframes fall-382{34.696%{transform:translate(81.1656vw,34.696vh) scale(.3564)}to{transform:translate(76.82935vw,100vh) scale(.3564)}}.snow:nth-child(383){opacity:.5056;transform:translate(20.0885vw,-10px) scale(.1682);animation:fall-383 10s -1s linear infinite}@keyframes fall-383{74.404%{transform:translate(22.7699vw,74.404vh) scale(.1682)}to{transform:translate(21.4292vw,100vh) scale(.1682)}}.snow:nth-child(384){opacity:.3858;transform:translate(78.557vw,-10px) scale(.6782);animation:fall-384 28s -20s linear infinite}@keyframes fall-384{53.589%{transform:translate(87.8201vw,53.589vh) scale(.6782)}to{transform:translate(83.18855vw,100vh) scale(.6782)}}.snow:nth-child(385){opacity:1.8624;transform:translate(55.441vw,-10px) scale(.5021);animation:fall-385 19s -12s linear infinite}@keyframes fall-385{43.225%{transform:translate(47.9938vw,43.225vh) scale(.5021)}to{transform:translate(51.7174vw,100vh) scale(.5021)}}.snow:nth-child(386){opacity:1.4352;transform:translate(65.6874vw,-10px) scale(.301);animation:fall-386 17s -3s linear infinite}@keyframes fall-386{79.337%{transform:translate(67.3999vw,79.337vh) scale(.301)}to{transform:translate(66.54365vw,100vh) scale(.301)}}.snow:nth-child(387){opacity:1.3464;transform:translate(7.3784vw,-10px) scale(.9022);animation:fall-387 17s -22s linear infinite}@keyframes fall-387{63.242%{transform:translate(14.2849vw,63.242vh) scale(.9022)}to{transform:translate(10.83165vw,100vh) scale(.9022)}}.snow:nth-child(388){opacity:.724;transform:translate(88.1571vw,-10px) scale(.8282);animation:fall-388 20s -23s linear infinite}@keyframes fall-388{62.957%{transform:translate(88.9852vw,62.957vh) scale(.8282)}to{transform:translate(88.57115vw,100vh) scale(.8282)}}.snow:nth-child(389){opacity:1.2702;transform:translate(19.3182vw,-10px) scale(.2964);animation:fall-389 12s -26s linear infinite}@keyframes fall-389{58.946%{transform:translate(16.5305vw,58.946vh) scale(.2964)}to{transform:translate(17.92435vw,100vh) scale(.2964)}}.snow:nth-child(390){opacity:.6796;transform:translate(53.6461vw,-10px) scale(.0572);animation:fall-390 13s -1s linear infinite}@keyframes fall-390{72.671%{transform:translate(61.3442vw,72.671vh) scale(.0572)}to{transform:translate(57.49515vw,100vh) scale(.0572)}}.snow:nth-child(391){opacity:1.1436;transform:translate(72.8165vw,-10px) scale(.4158);animation:fall-391 16s -13s linear infinite}@keyframes fall-391{68.108%{transform:translate(67.4157vw,68.108vh) scale(.4158)}to{transform:translate(70.1161vw,100vh) scale(.4158)}}.snow:nth-child(392){opacity:.1636;transform:translate(9.4115vw,-10px) scale(.5038);animation:fall-392 29s -26s linear infinite}@keyframes fall-392{40.912%{transform:translate(14.4305vw,40.912vh) scale(.5038)}to{transform:translate(11.921vw,100vh) scale(.5038)}}.snow:nth-child(393){opacity:1.5846;transform:translate(34.9841vw,-10px) scale(.8516);animation:fall-393 25s -18s linear infinite}@keyframes fall-393{72.925%{transform:translate(41.5002vw,72.925vh) scale(.8516)}to{transform:translate(38.24215vw,100vh) scale(.8516)}}.snow:nth-child(394){opacity:.0316;transform:translate(16.0287vw,-10px) scale(.2891);animation:fall-394 12s -1s linear infinite}@keyframes fall-394{50.046%{transform:translate(21.0906vw,50.046vh) scale(.2891)}to{transform:translate(18.55965vw,100vh) scale(.2891)}}.snow:nth-child(395){opacity:.3416;transform:translate(88.1371vw,-10px) scale(.6011);animation:fall-395 18s -29s linear infinite}@keyframes fall-395{30.937%{transform:translate(78.1446vw,30.937vh) scale(.6011)}to{transform:translate(83.14085vw,100vh) scale(.6011)}}.snow:nth-child(396){opacity:.7412;transform:translate(99.1049vw,-10px) scale(.3041);animation:fall-396 30s -3s linear infinite}@keyframes fall-396{66.662%{transform:translate(89.3516vw,66.662vh) scale(.3041)}to{transform:translate(94.22825vw,100vh) scale(.3041)}}.snow:nth-child(397){opacity:1.1232;transform:translate(44.6948vw,-10px) scale(.6624);animation:fall-397 15s -20s linear infinite}@keyframes fall-397{38.16%{transform:translate(42.6946vw,38.16vh) scale(.6624)}to{transform:translate(43.6947vw,100vh) scale(.6624)}}.snow:nth-child(398){opacity:1.4132;transform:translate(74.695vw,-10px) scale(.1649);animation:fall-398 24s -3s linear infinite}@keyframes fall-398{55.671%{transform:translate(69.0131vw,55.671vh) scale(.1649)}to{transform:translate(71.85405vw,100vh) scale(.1649)}}.snow:nth-child(399){opacity:.5302;transform:translate(14.691vw,-10px) scale(.5872);animation:fall-399 24s -23s linear infinite}@keyframes fall-399{78.316%{transform:translate(24.3744vw,78.316vh) scale(.5872)}to{transform:translate(19.5327vw,100vh) scale(.5872)}}.snow:nth-child(400){opacity:1.2622;transform:translate(67.1917vw,-10px) scale(.94);animation:fall-400 28s -8s linear infinite}@keyframes fall-400{72.554%{transform:translate(73.2196vw,72.554vh) scale(.94)}to{transform:translate(70.20565vw,100vh) scale(.94)}}\n"] }]
|
|
24
|
+
args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:1.762;transform:translate(69.3789vw,-10px) scale(.3046);animation:fall-1 18s -23s linear infinite}@keyframes fall-1{72.533%{transform:translate(60.2367vw,72.533vh) scale(.3046)}to{transform:translate(64.8078vw,100vh) scale(.3046)}}.snow:nth-child(2){opacity:1.1756;transform:translate(18.183vw,-10px) scale(.4374);animation:fall-2 28s -26s linear infinite}@keyframes fall-2{71.608%{transform:translate(23.3499vw,71.608vh) scale(.4374)}to{transform:translate(20.76645vw,100vh) scale(.4374)}}.snow:nth-child(3){opacity:.9484;transform:translate(79.7798vw,-10px) scale(.5669);animation:fall-3 22s -10s linear infinite}@keyframes fall-3{34.785%{transform:translate(88.0823vw,34.785vh) scale(.5669)}to{transform:translate(83.93105vw,100vh) scale(.5669)}}.snow:nth-child(4){opacity:.0664;transform:translate(42.8215vw,-10px) scale(.1294);animation:fall-4 30s -18s linear infinite}@keyframes fall-4{35.079%{transform:translate(47.4441vw,35.079vh) scale(.1294)}to{transform:translate(45.1328vw,100vh) scale(.1294)}}.snow:nth-child(5){opacity:.1152;transform:translate(27.6611vw,-10px) scale(.6245);animation:fall-5 23s -4s linear infinite}@keyframes fall-5{59.277%{transform:translate(19.7808vw,59.277vh) scale(.6245)}to{transform:translate(23.72095vw,100vh) scale(.6245)}}.snow:nth-child(6){opacity:1.8298;transform:translate(1.3131vw,-10px) scale(.4225);animation:fall-6 21s -8s linear infinite}@keyframes fall-6{49.37%{transform:translate(-5.4755vw,49.37vh) scale(.4225)}to{transform:translate(-2.0812vw,100vh) scale(.4225)}}.snow:nth-child(7){opacity:1.445;transform:translate(47.9199vw,-10px) scale(.4307);animation:fall-7 23s -10s linear infinite}@keyframes fall-7{54.891%{transform:translate(40.3159vw,54.891vh) scale(.4307)}to{transform:translate(44.1179vw,100vh) scale(.4307)}}.snow:nth-child(8){opacity:.1758;transform:translate(87.1893vw,-10px) scale(.9478);animation:fall-8 27s -29s linear infinite}@keyframes fall-8{76.43%{transform:translate(81.1741vw,76.43vh) scale(.9478)}to{transform:translate(84.1817vw,100vh) scale(.9478)}}.snow:nth-child(9){opacity:.2072;transform:translate(63.3201vw,-10px) scale(.0336);animation:fall-9 13s -25s linear infinite}@keyframes fall-9{53.871%{transform:translate(66.2379vw,53.871vh) scale(.0336)}to{transform:translate(64.779vw,100vh) scale(.0336)}}.snow:nth-child(10){opacity:1.8018;transform:translate(44.3968vw,-10px) scale(.6635);animation:fall-10 17s -8s linear infinite}@keyframes fall-10{77.738%{transform:translate(38.8898vw,77.738vh) scale(.6635)}to{transform:translate(41.6433vw,100vh) scale(.6635)}}.snow:nth-child(11){opacity:.7696;transform:translate(10.2435vw,-10px) scale(.5866);animation:fall-11 18s -22s linear infinite}@keyframes fall-11{68.741%{transform:translate(.5163vw,68.741vh) scale(.5866)}to{transform:translate(5.3799vw,100vh) scale(.5866)}}.snow:nth-child(12){opacity:1.7798;transform:translate(1.0132vw,-10px) scale(.8901);animation:fall-12 13s -28s linear infinite}@keyframes fall-12{49.194%{transform:translate(8.7275vw,49.194vh) scale(.8901)}to{transform:translate(4.87035vw,100vh) scale(.8901)}}.snow:nth-child(13){opacity:.649;transform:translate(69.9321vw,-10px) scale(.3564);animation:fall-13 18s -15s linear infinite}@keyframes fall-13{58.321%{transform:translate(66.7664vw,58.321vh) scale(.3564)}to{transform:translate(68.34925vw,100vh) scale(.3564)}}.snow:nth-child(14){opacity:.9964;transform:translate(7.6834vw,-10px) scale(.0101);animation:fall-14 28s -24s linear infinite}@keyframes fall-14{49.133%{transform:translate(14.1911vw,49.133vh) scale(.0101)}to{transform:translate(10.93725vw,100vh) scale(.0101)}}.snow:nth-child(15){opacity:.6908;transform:translate(43.0249vw,-10px) scale(.7596);animation:fall-15 12s -19s linear infinite}@keyframes fall-15{71.852%{transform:translate(52.9402vw,71.852vh) scale(.7596)}to{transform:translate(47.98255vw,100vh) scale(.7596)}}.snow:nth-child(16){opacity:.9546;transform:translate(70.046vw,-10px) scale(.2145);animation:fall-16 16s -21s linear infinite}@keyframes fall-16{46.191%{transform:translate(68.5121vw,46.191vh) scale(.2145)}to{transform:translate(69.27905vw,100vh) scale(.2145)}}.snow:nth-child(17){opacity:.0556;transform:translate(59.1165vw,-10px) scale(.9519);animation:fall-17 23s -23s linear infinite}@keyframes fall-17{35.055%{transform:translate(61.4998vw,35.055vh) scale(.9519)}to{transform:translate(60.30815vw,100vh) scale(.9519)}}.snow:nth-child(18){opacity:.5558;transform:translate(75.646vw,-10px) scale(.0184);animation:fall-18 18s -11s linear infinite}@keyframes fall-18{61.766%{transform:translate(78.3121vw,61.766vh) scale(.0184)}to{transform:translate(76.97905vw,100vh) scale(.0184)}}.snow:nth-child(19){opacity:1.0182;transform:translate(28.4265vw,-10px) scale(.2483);animation:fall-19 29s -19s linear infinite}@keyframes fall-19{53.451%{transform:translate(28.2311vw,53.451vh) scale(.2483)}to{transform:translate(28.3288vw,100vh) scale(.2483)}}.snow:nth-child(20){opacity:1.3472;transform:translate(39.6629vw,-10px) scale(.6529);animation:fall-20 13s -28s linear infinite}@keyframes fall-20{55.434%{transform:translate(38.8388vw,55.434vh) scale(.6529)}to{transform:translate(39.25085vw,100vh) scale(.6529)}}.snow:nth-child(21){opacity:1.311;transform:translate(88.3899vw,-10px) scale(.2043);animation:fall-21 12s -25s linear infinite}@keyframes fall-21{65.112%{transform:translate(97.2816vw,65.112vh) scale(.2043)}to{transform:translate(92.83575vw,100vh) scale(.2043)}}.snow:nth-child(22){opacity:.922;transform:translate(.8633vw,-10px) scale(.5991);animation:fall-22 18s -10s linear infinite}@keyframes fall-22{53.728%{transform:translate(6.5914vw,53.728vh) scale(.5991)}to{transform:translate(3.72735vw,100vh) scale(.5991)}}.snow:nth-child(23){opacity:1.309;transform:translate(28.1253vw,-10px) scale(.6439);animation:fall-23 17s -28s linear infinite}@keyframes fall-23{39.187%{transform:translate(35.8902vw,39.187vh) scale(.6439)}to{transform:translate(32.00775vw,100vh) scale(.6439)}}.snow:nth-child(24){opacity:1.4936;transform:translate(33.4686vw,-10px) scale(.4658);animation:fall-24 14s -26s linear infinite}@keyframes fall-24{32.599%{transform:translate(37.3872vw,32.599vh) scale(.4658)}to{transform:translate(35.4279vw,100vh) scale(.4658)}}.snow:nth-child(25){opacity:.93;transform:translate(91.0224vw,-10px) scale(.7583);animation:fall-25 29s -28s linear infinite}@keyframes fall-25{50.985%{transform:translate(98.5705vw,50.985vh) scale(.7583)}to{transform:translate(94.79645vw,100vh) scale(.7583)}}.snow:nth-child(26){opacity:.4728;transform:translate(90.1915vw,-10px) scale(.6073);animation:fall-26 20s -11s linear infinite}@keyframes fall-26{44.987%{transform:translate(95.9645vw,44.987vh) scale(.6073)}to{transform:translate(93.078vw,100vh) scale(.6073)}}.snow:nth-child(27){opacity:1.842;transform:translate(19.9829vw,-10px) scale(.8626);animation:fall-27 17s -27s linear infinite}@keyframes fall-27{69.528%{transform:translate(28.4445vw,69.528vh) scale(.8626)}to{transform:translate(24.2137vw,100vh) scale(.8626)}}.snow:nth-child(28){opacity:.025;transform:translate(83.2069vw,-10px) scale(.0985);animation:fall-28 13s -4s linear infinite}@keyframes fall-28{79.367%{transform:translate(78.2736vw,79.367vh) scale(.0985)}to{transform:translate(80.74025vw,100vh) scale(.0985)}}.snow:nth-child(29){opacity:.1262;transform:translate(34.9268vw,-10px) scale(.5172);animation:fall-29 29s -15s linear infinite}@keyframes fall-29{44.651%{transform:translate(39.1744vw,44.651vh) scale(.5172)}to{transform:translate(37.0506vw,100vh) scale(.5172)}}.snow:nth-child(30){opacity:1.9486;transform:translate(19.1667vw,-10px) scale(.5261);animation:fall-30 29s -22s linear infinite}@keyframes fall-30{59.696%{transform:translate(26.9974vw,59.696vh) scale(.5261)}to{transform:translate(23.08205vw,100vh) scale(.5261)}}.snow:nth-child(31){opacity:1.0514;transform:translate(86.8508vw,-10px) scale(.78);animation:fall-31 19s -1s linear infinite}@keyframes fall-31{68.596%{transform:translate(90.434vw,68.596vh) scale(.78)}to{transform:translate(88.6424vw,100vh) scale(.78)}}.snow:nth-child(32){opacity:.487;transform:translate(80.5052vw,-10px) scale(.6159);animation:fall-32 12s -4s linear infinite}@keyframes fall-32{45.511%{transform:translate(86.0115vw,45.511vh) scale(.6159)}to{transform:translate(83.25835vw,100vh) scale(.6159)}}.snow:nth-child(33){opacity:.92;transform:translate(42.978vw,-10px) scale(.1012);animation:fall-33 28s -8s linear infinite}@keyframes fall-33{56.06%{transform:translate(48.3339vw,56.06vh) scale(.1012)}to{transform:translate(45.65595vw,100vh) scale(.1012)}}.snow:nth-child(34){opacity:1.396;transform:translate(44.8394vw,-10px) scale(.8861);animation:fall-34 26s -11s linear infinite}@keyframes fall-34{35.468%{transform:translate(38.5858vw,35.468vh) scale(.8861)}to{transform:translate(41.7126vw,100vh) scale(.8861)}}.snow:nth-child(35){opacity:1.5306;transform:translate(17.2294vw,-10px) scale(.1383);animation:fall-35 14s -8s linear infinite}@keyframes fall-35{73.584%{transform:translate(15.1023vw,73.584vh) scale(.1383)}to{transform:translate(16.16585vw,100vh) scale(.1383)}}.snow:nth-child(36){opacity:.4398;transform:translate(17.792vw,-10px) scale(.4782);animation:fall-36 17s -11s linear infinite}@keyframes fall-36{65.784%{transform:translate(18.4413vw,65.784vh) scale(.4782)}to{transform:translate(18.11665vw,100vh) scale(.4782)}}.snow:nth-child(37){opacity:1.9598;transform:translate(97.4107vw,-10px) scale(.0973);animation:fall-37 14s -4s linear infinite}@keyframes fall-37{32.002%{transform:translate(105.2767vw,32.002vh) scale(.0973)}to{transform:translate(101.3437vw,100vh) scale(.0973)}}.snow:nth-child(38){opacity:.8588;transform:translate(52.534vw,-10px) scale(.6379);animation:fall-38 15s -24s linear infinite}@keyframes fall-38{47.469%{transform:translate(61.9022vw,47.469vh) scale(.6379)}to{transform:translate(57.2181vw,100vh) scale(.6379)}}.snow:nth-child(39){opacity:1.5684;transform:translate(5.6461vw,-10px) scale(.7381);animation:fall-39 12s -16s linear infinite}@keyframes fall-39{36.102%{transform:translate(.3392vw,36.102vh) scale(.7381)}to{transform:translate(2.99265vw,100vh) scale(.7381)}}.snow:nth-child(40){opacity:.8438;transform:translate(46.4134vw,-10px) scale(.0008);animation:fall-40 19s -1s linear infinite}@keyframes fall-40{33.335%{transform:translate(42.1655vw,33.335vh) scale(.0008)}to{transform:translate(44.28945vw,100vh) scale(.0008)}}.snow:nth-child(41){opacity:1.6776;transform:translate(80.05vw,-10px) scale(.2896);animation:fall-41 14s -1s linear infinite}@keyframes fall-41{69.965%{transform:translate(87.8453vw,69.965vh) scale(.2896)}to{transform:translate(83.94765vw,100vh) scale(.2896)}}.snow:nth-child(42){opacity:.6872;transform:translate(3.5476vw,-10px) scale(.1916);animation:fall-42 19s -7s linear infinite}@keyframes fall-42{52.412%{transform:translate(-5.2148vw,52.412vh) scale(.1916)}to{transform:translate(-.8336vw,100vh) scale(.1916)}}.snow:nth-child(43){opacity:.4134;transform:translate(53.7546vw,-10px) scale(.253);animation:fall-43 26s -1s linear infinite}@keyframes fall-43{45.823%{transform:translate(56.2526vw,45.823vh) scale(.253)}to{transform:translate(55.0036vw,100vh) scale(.253)}}.snow:nth-child(44){opacity:1.0652;transform:translate(76.2449vw,-10px) scale(.9004);animation:fall-44 27s -8s linear infinite}@keyframes fall-44{30.169%{transform:translate(71.8839vw,30.169vh) scale(.9004)}to{transform:translate(74.0644vw,100vh) scale(.9004)}}.snow:nth-child(45){opacity:.764;transform:translate(14.0167vw,-10px) scale(.0372);animation:fall-45 10s -10s linear infinite}@keyframes fall-45{35.033%{transform:translate(19.6982vw,35.033vh) scale(.0372)}to{transform:translate(16.85745vw,100vh) scale(.0372)}}.snow:nth-child(46){opacity:1.827;transform:translate(96.8839vw,-10px) scale(.1091);animation:fall-46 13s -1s linear infinite}@keyframes fall-46{75.376%{transform:translate(95.5086vw,75.376vh) scale(.1091)}to{transform:translate(96.19625vw,100vh) scale(.1091)}}.snow:nth-child(47){opacity:.368;transform:translate(95.4151vw,-10px) scale(.5441);animation:fall-47 19s -2s linear infinite}@keyframes fall-47{68.497%{transform:translate(103.5713vw,68.497vh) scale(.5441)}to{transform:translate(99.4932vw,100vh) scale(.5441)}}.snow:nth-child(48){opacity:1.2796;transform:translate(39.7356vw,-10px) scale(.356);animation:fall-48 11s -23s linear infinite}@keyframes fall-48{44.508%{transform:translate(45.0964vw,44.508vh) scale(.356)}to{transform:translate(42.416vw,100vh) scale(.356)}}.snow:nth-child(49){opacity:.9558;transform:translate(21.4075vw,-10px) scale(.995);animation:fall-49 27s -12s linear infinite}@keyframes fall-49{42.883%{transform:translate(14.7536vw,42.883vh) scale(.995)}to{transform:translate(18.08055vw,100vh) scale(.995)}}.snow:nth-child(50){opacity:.4502;transform:translate(6.9085vw,-10px) scale(.1613);animation:fall-50 12s -4s linear infinite}@keyframes fall-50{42.446%{transform:translate(16.4131vw,42.446vh) scale(.1613)}to{transform:translate(11.6608vw,100vh) scale(.1613)}}.snow:nth-child(51){opacity:.1514;transform:translate(90.1107vw,-10px) scale(.7272);animation:fall-51 23s -28s linear infinite}@keyframes fall-51{57.951%{transform:translate(93.5707vw,57.951vh) scale(.7272)}to{transform:translate(91.8407vw,100vh) scale(.7272)}}.snow:nth-child(52){opacity:.9056;transform:translate(30.8342vw,-10px) scale(.361);animation:fall-52 25s -7s linear infinite}@keyframes fall-52{51.393%{transform:translate(37.0696vw,51.393vh) scale(.361)}to{transform:translate(33.9519vw,100vh) scale(.361)}}.snow:nth-child(53){opacity:.9762;transform:translate(81.9566vw,-10px) scale(.7643);animation:fall-53 10s -5s linear infinite}@keyframes fall-53{42.695%{transform:translate(90.2795vw,42.695vh) scale(.7643)}to{transform:translate(86.11805vw,100vh) scale(.7643)}}.snow:nth-child(54){opacity:.968;transform:translate(67.2388vw,-10px) scale(.4615);animation:fall-54 10s -21s linear infinite}@keyframes fall-54{40.921%{transform:translate(61.6377vw,40.921vh) scale(.4615)}to{transform:translate(64.43825vw,100vh) scale(.4615)}}.snow:nth-child(55){opacity:.9422;transform:translate(58.7657vw,-10px) scale(.0326);animation:fall-55 10s -7s linear infinite}@keyframes fall-55{76.903%{transform:translate(53.4185vw,76.903vh) scale(.0326)}to{transform:translate(56.0921vw,100vh) scale(.0326)}}.snow:nth-child(56){opacity:.5698;transform:translate(42.7804vw,-10px) scale(.3199);animation:fall-56 28s -3s linear infinite}@keyframes fall-56{32.626%{transform:translate(36.5337vw,32.626vh) scale(.3199)}to{transform:translate(39.65705vw,100vh) scale(.3199)}}.snow:nth-child(57){opacity:1.0048;transform:translate(82.8183vw,-10px) scale(.3665);animation:fall-57 16s -28s linear infinite}@keyframes fall-57{35.251%{transform:translate(83.3364vw,35.251vh) scale(.3665)}to{transform:translate(83.07735vw,100vh) scale(.3665)}}.snow:nth-child(58){opacity:1.8078;transform:translate(94.9321vw,-10px) scale(.7016);animation:fall-58 22s -14s linear infinite}@keyframes fall-58{33.303%{transform:translate(95.5632vw,33.303vh) scale(.7016)}to{transform:translate(95.24765vw,100vh) scale(.7016)}}.snow:nth-child(59){opacity:.701;transform:translate(46.0462vw,-10px) scale(.2968);animation:fall-59 14s -25s linear infinite}@keyframes fall-59{67.355%{transform:translate(41.8079vw,67.355vh) scale(.2968)}to{transform:translate(43.92705vw,100vh) scale(.2968)}}.snow:nth-child(60){opacity:.9568;transform:translate(22.6vw,-10px) scale(.7332);animation:fall-60 28s -18s linear infinite}@keyframes fall-60{62.185%{transform:translate(30.5327vw,62.185vh) scale(.7332)}to{transform:translate(26.56635vw,100vh) scale(.7332)}}.snow:nth-child(61){opacity:1.93;transform:translate(94.2319vw,-10px) scale(.0555);animation:fall-61 16s -5s linear infinite}@keyframes fall-61{44.938%{transform:translate(100.1125vw,44.938vh) scale(.0555)}to{transform:translate(97.1722vw,100vh) scale(.0555)}}.snow:nth-child(62){opacity:.1528;transform:translate(13.8721vw,-10px) scale(.0501);animation:fall-62 27s -25s linear infinite}@keyframes fall-62{55.447%{transform:translate(8.4833vw,55.447vh) scale(.0501)}to{transform:translate(11.1777vw,100vh) scale(.0501)}}.snow:nth-child(63){opacity:1.7938;transform:translate(13.5411vw,-10px) scale(.2476);animation:fall-63 17s -14s linear infinite}@keyframes fall-63{42.43%{transform:translate(9.2004vw,42.43vh) scale(.2476)}to{transform:translate(11.37075vw,100vh) scale(.2476)}}.snow:nth-child(64){opacity:1.1944;transform:translate(93.9361vw,-10px) scale(.7891);animation:fall-64 10s -5s linear infinite}@keyframes fall-64{66.93%{transform:translate(98.0483vw,66.93vh) scale(.7891)}to{transform:translate(95.9922vw,100vh) scale(.7891)}}.snow:nth-child(65){opacity:1.9106;transform:translate(35.6876vw,-10px) scale(.4955);animation:fall-65 11s -10s linear infinite}@keyframes fall-65{41.787%{transform:translate(31.3456vw,41.787vh) scale(.4955)}to{transform:translate(33.5166vw,100vh) scale(.4955)}}.snow:nth-child(66){opacity:.1158;transform:translate(26.9708vw,-10px) scale(.5536);animation:fall-66 19s -7s linear infinite}@keyframes fall-66{40.311%{transform:translate(21.7419vw,40.311vh) scale(.5536)}to{transform:translate(24.35635vw,100vh) scale(.5536)}}.snow:nth-child(67){opacity:.4684;transform:translate(52.5272vw,-10px) scale(.4354);animation:fall-67 11s -20s linear infinite}@keyframes fall-67{57.545%{transform:translate(48.6778vw,57.545vh) scale(.4354)}to{transform:translate(50.6025vw,100vh) scale(.4354)}}.snow:nth-child(68){opacity:1.4192;transform:translate(61.8889vw,-10px) scale(.185);animation:fall-68 28s -12s linear infinite}@keyframes fall-68{69.026%{transform:translate(69.9825vw,69.026vh) scale(.185)}to{transform:translate(65.9357vw,100vh) scale(.185)}}.snow:nth-child(69){opacity:.584;transform:translate(45.7623vw,-10px) scale(.0785);animation:fall-69 29s -5s linear infinite}@keyframes fall-69{76.094%{transform:translate(45.5185vw,76.094vh) scale(.0785)}to{transform:translate(45.6404vw,100vh) scale(.0785)}}.snow:nth-child(70){opacity:1.2246;transform:translate(20.8361vw,-10px) scale(.8057);animation:fall-70 18s -21s linear infinite}@keyframes fall-70{67.222%{transform:translate(20.8551vw,67.222vh) scale(.8057)}to{transform:translate(20.8456vw,100vh) scale(.8057)}}.snow:nth-child(71){opacity:.3174;transform:translate(77.0923vw,-10px) scale(.4269);animation:fall-71 29s -29s linear infinite}@keyframes fall-71{72.307%{transform:translate(81.3739vw,72.307vh) scale(.4269)}to{transform:translate(79.2331vw,100vh) scale(.4269)}}.snow:nth-child(72){opacity:.6096;transform:translate(5.5168vw,-10px) scale(.7219);animation:fall-72 19s -9s linear infinite}@keyframes fall-72{57.282%{transform:translate(5.908vw,57.282vh) scale(.7219)}to{transform:translate(5.7124vw,100vh) scale(.7219)}}.snow:nth-child(73){opacity:1.5764;transform:translate(93.0415vw,-10px) scale(.3479);animation:fall-73 12s -26s linear infinite}@keyframes fall-73{74.373%{transform:translate(94.4233vw,74.373vh) scale(.3479)}to{transform:translate(93.7324vw,100vh) scale(.3479)}}.snow:nth-child(74){opacity:.2912;transform:translate(45.6422vw,-10px) scale(.7278);animation:fall-74 14s -24s linear infinite}@keyframes fall-74{36.969%{transform:translate(50.6244vw,36.969vh) scale(.7278)}to{transform:translate(48.1333vw,100vh) scale(.7278)}}.snow:nth-child(75){opacity:.7906;transform:translate(61.5853vw,-10px) scale(.0689);animation:fall-75 29s -6s linear infinite}@keyframes fall-75{42.25%{transform:translate(53.2245vw,42.25vh) scale(.0689)}to{transform:translate(57.4049vw,100vh) scale(.0689)}}.snow:nth-child(76){opacity:.1928;transform:translate(24.8271vw,-10px) scale(.0257);animation:fall-76 14s -21s linear infinite}@keyframes fall-76{35.895%{transform:translate(19.6407vw,35.895vh) scale(.0257)}to{transform:translate(22.2339vw,100vh) scale(.0257)}}.snow:nth-child(77){opacity:1.5802;transform:translate(39.1021vw,-10px) scale(.0143);animation:fall-77 28s -11s linear infinite}@keyframes fall-77{69.948%{transform:translate(39.8312vw,69.948vh) scale(.0143)}to{transform:translate(39.46665vw,100vh) scale(.0143)}}.snow:nth-child(78){opacity:.0604;transform:translate(69.9514vw,-10px) scale(.8749);animation:fall-78 23s -29s linear infinite}@keyframes fall-78{67.244%{transform:translate(71.5604vw,67.244vh) scale(.8749)}to{transform:translate(70.7559vw,100vh) scale(.8749)}}.snow:nth-child(79){opacity:.4578;transform:translate(79.4448vw,-10px) scale(.5048);animation:fall-79 21s -4s linear infinite}@keyframes fall-79{72.728%{transform:translate(81.0151vw,72.728vh) scale(.5048)}to{transform:translate(80.22995vw,100vh) scale(.5048)}}.snow:nth-child(80){opacity:1.0266;transform:translate(39.952vw,-10px) scale(.9878);animation:fall-80 25s -20s linear infinite}@keyframes fall-80{40.569%{transform:translate(45.0306vw,40.569vh) scale(.9878)}to{transform:translate(42.4913vw,100vh) scale(.9878)}}.snow:nth-child(81){opacity:.7088;transform:translate(79.4656vw,-10px) scale(.0668);animation:fall-81 22s -21s linear infinite}@keyframes fall-81{38.935%{transform:translate(69.9186vw,38.935vh) scale(.0668)}to{transform:translate(74.6921vw,100vh) scale(.0668)}}.snow:nth-child(82){opacity:.1842;transform:translate(42.8074vw,-10px) scale(.0677);animation:fall-82 22s -4s linear infinite}@keyframes fall-82{64.51%{transform:translate(39.238vw,64.51vh) scale(.0677)}to{transform:translate(41.0227vw,100vh) scale(.0677)}}.snow:nth-child(83){opacity:1.7646;transform:translate(10.8985vw,-10px) scale(.7748);animation:fall-83 24s -9s linear infinite}@keyframes fall-83{32.882%{transform:translate(14.6773vw,32.882vh) scale(.7748)}to{transform:translate(12.7879vw,100vh) scale(.7748)}}.snow:nth-child(84){opacity:.9752;transform:translate(71.1309vw,-10px) scale(.3324);animation:fall-84 28s -13s linear infinite}@keyframes fall-84{53.747%{transform:translate(66.2578vw,53.747vh) scale(.3324)}to{transform:translate(68.69435vw,100vh) scale(.3324)}}.snow:nth-child(85){opacity:1.6366;transform:translate(.0044vw,-10px) scale(.9948);animation:fall-85 22s -4s linear infinite}@keyframes fall-85{63.586%{transform:translate(5.4176vw,63.586vh) scale(.9948)}to{transform:translate(2.711vw,100vh) scale(.9948)}}.snow:nth-child(86){opacity:.9292;transform:translate(71.6239vw,-10px) scale(.5383);animation:fall-86 27s -15s linear infinite}@keyframes fall-86{79.72%{transform:translate(70.9786vw,79.72vh) scale(.5383)}to{transform:translate(71.30125vw,100vh) scale(.5383)}}.snow:nth-child(87){opacity:.7736;transform:translate(79.644vw,-10px) scale(.8286);animation:fall-87 13s -27s linear infinite}@keyframes fall-87{68.57%{transform:translate(85.4711vw,68.57vh) scale(.8286)}to{transform:translate(82.55755vw,100vh) scale(.8286)}}.snow:nth-child(88){opacity:1.5428;transform:translate(63.5385vw,-10px) scale(.2165);animation:fall-88 26s -9s linear infinite}@keyframes fall-88{53.113%{transform:translate(69.1004vw,53.113vh) scale(.2165)}to{transform:translate(66.31945vw,100vh) scale(.2165)}}.snow:nth-child(89){opacity:.7212;transform:translate(68.3566vw,-10px) scale(.8077);animation:fall-89 25s -20s linear infinite}@keyframes fall-89{35.757%{transform:translate(65.1353vw,35.757vh) scale(.8077)}to{transform:translate(66.74595vw,100vh) scale(.8077)}}.snow:nth-child(90){opacity:.4424;transform:translate(4.8052vw,-10px) scale(.0841);animation:fall-90 26s -5s linear infinite}@keyframes fall-90{38.651%{transform:translate(4.3241vw,38.651vh) scale(.0841)}to{transform:translate(4.56465vw,100vh) scale(.0841)}}.snow:nth-child(91){opacity:1.69;transform:translate(76.3682vw,-10px) scale(.7718);animation:fall-91 13s -18s linear infinite}@keyframes fall-91{51.483%{transform:translate(83.949vw,51.483vh) scale(.7718)}to{transform:translate(80.1586vw,100vh) scale(.7718)}}.snow:nth-child(92){opacity:1.7046;transform:translate(14.045vw,-10px) scale(.6435);animation:fall-92 16s -17s linear infinite}@keyframes fall-92{41.352%{transform:translate(4.1903vw,41.352vh) scale(.6435)}to{transform:translate(9.11765vw,100vh) scale(.6435)}}.snow:nth-child(93){opacity:1.789;transform:translate(67.4722vw,-10px) scale(.2302);animation:fall-93 24s -27s linear infinite}@keyframes fall-93{75.253%{transform:translate(66.4975vw,75.253vh) scale(.2302)}to{transform:translate(66.98485vw,100vh) scale(.2302)}}.snow:nth-child(94){opacity:.7956;transform:translate(77.5452vw,-10px) scale(.5652);animation:fall-94 22s -30s linear infinite}@keyframes fall-94{72.259%{transform:translate(72.7139vw,72.259vh) scale(.5652)}to{transform:translate(75.12955vw,100vh) scale(.5652)}}.snow:nth-child(95){opacity:1.734;transform:translate(3.6398vw,-10px) scale(.7841);animation:fall-95 30s -30s linear infinite}@keyframes fall-95{78.363%{transform:translate(-1.9895vw,78.363vh) scale(.7841)}to{transform:translate(.82515vw,100vh) scale(.7841)}}.snow:nth-child(96){opacity:1.4788;transform:translate(18.5532vw,-10px) scale(.33);animation:fall-96 15s -27s linear infinite}@keyframes fall-96{63.196%{transform:translate(28.4353vw,63.196vh) scale(.33)}to{transform:translate(23.49425vw,100vh) scale(.33)}}.snow:nth-child(97){opacity:.861;transform:translate(37.349vw,-10px) scale(.4413);animation:fall-97 14s -14s linear infinite}@keyframes fall-97{44.577%{transform:translate(36.8104vw,44.577vh) scale(.4413)}to{transform:translate(37.0797vw,100vh) scale(.4413)}}.snow:nth-child(98){opacity:1.7652;transform:translate(11.5412vw,-10px) scale(.2338);animation:fall-98 27s -17s linear infinite}@keyframes fall-98{60.22%{transform:translate(14.4388vw,60.22vh) scale(.2338)}to{transform:translate(12.99vw,100vh) scale(.2338)}}.snow:nth-child(99){opacity:1.0364;transform:translate(50.0308vw,-10px) scale(.2056);animation:fall-99 12s -10s linear infinite}@keyframes fall-99{55.173%{transform:translate(46.7491vw,55.173vh) scale(.2056)}to{transform:translate(48.38995vw,100vh) scale(.2056)}}.snow:nth-child(100){opacity:.1982;transform:translate(.1886vw,-10px) scale(.9184);animation:fall-100 25s -25s linear infinite}@keyframes fall-100{52.495%{transform:translate(5.9954vw,52.495vh) scale(.9184)}to{transform:translate(3.092vw,100vh) scale(.9184)}}.snow:nth-child(101){opacity:1.7038;transform:translate(34.4703vw,-10px) scale(.8515);animation:fall-101 10s -4s linear infinite}@keyframes fall-101{46.583%{transform:translate(38.7937vw,46.583vh) scale(.8515)}to{transform:translate(36.632vw,100vh) scale(.8515)}}.snow:nth-child(102){opacity:1.8018;transform:translate(26.6146vw,-10px) scale(.1835);animation:fall-102 23s -18s linear infinite}@keyframes fall-102{30.519%{transform:translate(20.7215vw,30.519vh) scale(.1835)}to{transform:translate(23.66805vw,100vh) scale(.1835)}}.snow:nth-child(103){opacity:1.7152;transform:translate(41.5502vw,-10px) scale(.8001);animation:fall-103 12s -29s linear infinite}@keyframes fall-103{58.931%{transform:translate(39.295vw,58.931vh) scale(.8001)}to{transform:translate(40.4226vw,100vh) scale(.8001)}}.snow:nth-child(104){opacity:.2106;transform:translate(79.9473vw,-10px) scale(.025);animation:fall-104 16s -13s linear infinite}@keyframes fall-104{33.411%{transform:translate(88.6743vw,33.411vh) scale(.025)}to{transform:translate(84.3108vw,100vh) scale(.025)}}.snow:nth-child(105){opacity:.9144;transform:translate(25.0608vw,-10px) scale(.3507);animation:fall-105 11s -25s linear infinite}@keyframes fall-105{74.074%{transform:translate(26.975vw,74.074vh) scale(.3507)}to{transform:translate(26.0179vw,100vh) scale(.3507)}}.snow:nth-child(106){opacity:1.1568;transform:translate(33.6134vw,-10px) scale(.3827);animation:fall-106 16s -8s linear infinite}@keyframes fall-106{67.382%{transform:translate(38.8458vw,67.382vh) scale(.3827)}to{transform:translate(36.2296vw,100vh) scale(.3827)}}.snow:nth-child(107){opacity:1.4282;transform:translate(24.0145vw,-10px) scale(.1699);animation:fall-107 15s -9s linear infinite}@keyframes fall-107{52.283%{transform:translate(27.4043vw,52.283vh) scale(.1699)}to{transform:translate(25.7094vw,100vh) scale(.1699)}}.snow:nth-child(108){opacity:.8606;transform:translate(6.0841vw,-10px) scale(.0799);animation:fall-108 11s -4s linear infinite}@keyframes fall-108{37.859%{transform:translate(-1.8034vw,37.859vh) scale(.0799)}to{transform:translate(2.14035vw,100vh) scale(.0799)}}.snow:nth-child(109){opacity:.3262;transform:translate(55.3091vw,-10px) scale(.8676);animation:fall-109 28s -21s linear infinite}@keyframes fall-109{66.87%{transform:translate(46.7405vw,66.87vh) scale(.8676)}to{transform:translate(51.0248vw,100vh) scale(.8676)}}.snow:nth-child(110){opacity:.171;transform:translate(53.4713vw,-10px) scale(.7071);animation:fall-110 19s -7s linear infinite}@keyframes fall-110{67.269%{transform:translate(52.7016vw,67.269vh) scale(.7071)}to{transform:translate(53.08645vw,100vh) scale(.7071)}}.snow:nth-child(111){opacity:1.9556;transform:translate(9.5016vw,-10px) scale(.4571);animation:fall-111 11s -19s linear infinite}@keyframes fall-111{41.615%{transform:translate(16.9585vw,41.615vh) scale(.4571)}to{transform:translate(13.23005vw,100vh) scale(.4571)}}.snow:nth-child(112){opacity:.176;transform:translate(85.6462vw,-10px) scale(.4898);animation:fall-112 27s -6s linear infinite}@keyframes fall-112{40.166%{transform:translate(89.0565vw,40.166vh) scale(.4898)}to{transform:translate(87.35135vw,100vh) scale(.4898)}}.snow:nth-child(113){opacity:.8296;transform:translate(89.7292vw,-10px) scale(.5481);animation:fall-113 13s -9s linear infinite}@keyframes fall-113{30.26%{transform:translate(91.2148vw,30.26vh) scale(.5481)}to{transform:translate(90.472vw,100vh) scale(.5481)}}.snow:nth-child(114){opacity:1.6224;transform:translate(44.4943vw,-10px) scale(.8868);animation:fall-114 26s -24s linear infinite}@keyframes fall-114{45.148%{transform:translate(50.6577vw,45.148vh) scale(.8868)}to{transform:translate(47.576vw,100vh) scale(.8868)}}.snow:nth-child(115){opacity:1.1392;transform:translate(90.5394vw,-10px) scale(.1965);animation:fall-115 18s -29s linear infinite}@keyframes fall-115{70.072%{transform:translate(88.5977vw,70.072vh) scale(.1965)}to{transform:translate(89.56855vw,100vh) scale(.1965)}}.snow:nth-child(116){opacity:.528;transform:translate(74.3646vw,-10px) scale(.3198);animation:fall-116 25s -18s linear infinite}@keyframes fall-116{59.77%{transform:translate(83.5104vw,59.77vh) scale(.3198)}to{transform:translate(78.9375vw,100vh) scale(.3198)}}.snow:nth-child(117){opacity:.141;transform:translate(66.5045vw,-10px) scale(.2097);animation:fall-117 20s -29s linear infinite}@keyframes fall-117{31.679%{transform:translate(62.5088vw,31.679vh) scale(.2097)}to{transform:translate(64.50665vw,100vh) scale(.2097)}}.snow:nth-child(118){opacity:1.5852;transform:translate(21.3508vw,-10px) scale(.1371);animation:fall-118 13s -1s linear infinite}@keyframes fall-118{73.028%{transform:translate(31.1313vw,73.028vh) scale(.1371)}to{transform:translate(26.24105vw,100vh) scale(.1371)}}.snow:nth-child(119){opacity:1.6446;transform:translate(35.1199vw,-10px) scale(.2074);animation:fall-119 12s -6s linear infinite}@keyframes fall-119{53.948%{transform:translate(37.5705vw,53.948vh) scale(.2074)}to{transform:translate(36.3452vw,100vh) scale(.2074)}}.snow:nth-child(120){opacity:1.0784;transform:translate(29.6149vw,-10px) scale(.6846);animation:fall-120 29s -16s linear infinite}@keyframes fall-120{37.567%{transform:translate(32.768vw,37.567vh) scale(.6846)}to{transform:translate(31.19145vw,100vh) scale(.6846)}}.snow:nth-child(121){opacity:1.9516;transform:translate(97.3641vw,-10px) scale(.3975);animation:fall-121 15s -15s linear infinite}@keyframes fall-121{46.773%{transform:translate(106.3516vw,46.773vh) scale(.3975)}to{transform:translate(101.85785vw,100vh) scale(.3975)}}.snow:nth-child(122){opacity:1.9364;transform:translate(2.7315vw,-10px) scale(.9872);animation:fall-122 26s -24s linear infinite}@keyframes fall-122{57.857%{transform:translate(7.7679vw,57.857vh) scale(.9872)}to{transform:translate(5.2497vw,100vh) scale(.9872)}}.snow:nth-child(123){opacity:1.4756;transform:translate(91.0861vw,-10px) scale(.712);animation:fall-123 30s -9s linear infinite}@keyframes fall-123{36.218%{transform:translate(82.5246vw,36.218vh) scale(.712)}to{transform:translate(86.80535vw,100vh) scale(.712)}}.snow:nth-child(124){opacity:1.91;transform:translate(34.1981vw,-10px) scale(.7699);animation:fall-124 17s -14s linear infinite}@keyframes fall-124{44.542%{transform:translate(40.3273vw,44.542vh) scale(.7699)}to{transform:translate(37.2627vw,100vh) scale(.7699)}}.snow:nth-child(125){opacity:.5532;transform:translate(40.2796vw,-10px) scale(.308);animation:fall-125 29s -10s linear infinite}@keyframes fall-125{47.255%{transform:translate(48.3869vw,47.255vh) scale(.308)}to{transform:translate(44.33325vw,100vh) scale(.308)}}.snow:nth-child(126){opacity:1.047;transform:translate(46.333vw,-10px) scale(.9259);animation:fall-126 18s -23s linear infinite}@keyframes fall-126{36.262%{transform:translate(39.0681vw,36.262vh) scale(.9259)}to{transform:translate(42.70055vw,100vh) scale(.9259)}}.snow:nth-child(127){opacity:1.785;transform:translate(19.6215vw,-10px) scale(.1102);animation:fall-127 14s -5s linear infinite}@keyframes fall-127{41.916%{transform:translate(16.4987vw,41.916vh) scale(.1102)}to{transform:translate(18.0601vw,100vh) scale(.1102)}}.snow:nth-child(128){opacity:.6636;transform:translate(35.7169vw,-10px) scale(.1654);animation:fall-128 16s -5s linear infinite}@keyframes fall-128{70.943%{transform:translate(40.6938vw,70.943vh) scale(.1654)}to{transform:translate(38.20535vw,100vh) scale(.1654)}}.snow:nth-child(129){opacity:.8652;transform:translate(39.3455vw,-10px) scale(.4992);animation:fall-129 15s -19s linear infinite}@keyframes fall-129{44.816%{transform:translate(29.7375vw,44.816vh) scale(.4992)}to{transform:translate(34.5415vw,100vh) scale(.4992)}}.snow:nth-child(130){opacity:.8032;transform:translate(37.5944vw,-10px) scale(.517);animation:fall-130 20s -18s linear infinite}@keyframes fall-130{76.162%{transform:translate(33.4437vw,76.162vh) scale(.517)}to{transform:translate(35.51905vw,100vh) scale(.517)}}.snow:nth-child(131){opacity:.7212;transform:translate(91.098vw,-10px) scale(.5421);animation:fall-131 10s -21s linear infinite}@keyframes fall-131{53.097%{transform:translate(84.7635vw,53.097vh) scale(.5421)}to{transform:translate(87.93075vw,100vh) scale(.5421)}}.snow:nth-child(132){opacity:1.0944;transform:translate(52.9748vw,-10px) scale(.6198);animation:fall-132 27s -26s linear infinite}@keyframes fall-132{59.818%{transform:translate(60.5773vw,59.818vh) scale(.6198)}to{transform:translate(56.77605vw,100vh) scale(.6198)}}.snow:nth-child(133){opacity:.3984;transform:translate(22.1678vw,-10px) scale(.0411);animation:fall-133 19s -2s linear infinite}@keyframes fall-133{49.513%{transform:translate(26.1968vw,49.513vh) scale(.0411)}to{transform:translate(24.1823vw,100vh) scale(.0411)}}.snow:nth-child(134){opacity:.3712;transform:translate(54.5144vw,-10px) scale(.706);animation:fall-134 15s -22s linear infinite}@keyframes fall-134{76.208%{transform:translate(46.9264vw,76.208vh) scale(.706)}to{transform:translate(50.7204vw,100vh) scale(.706)}}.snow:nth-child(135){opacity:.085;transform:translate(91.6344vw,-10px) scale(.6319);animation:fall-135 11s -25s linear infinite}@keyframes fall-135{51.772%{transform:translate(98.4709vw,51.772vh) scale(.6319)}to{transform:translate(95.05265vw,100vh) scale(.6319)}}.snow:nth-child(136){opacity:.9728;transform:translate(2.0018vw,-10px) scale(.3775);animation:fall-136 12s -9s linear infinite}@keyframes fall-136{73.151%{transform:translate(6.5367vw,73.151vh) scale(.3775)}to{transform:translate(4.26925vw,100vh) scale(.3775)}}.snow:nth-child(137){opacity:1.77;transform:translate(13.2209vw,-10px) scale(.5644);animation:fall-137 27s -12s linear infinite}@keyframes fall-137{75.727%{transform:translate(18.9775vw,75.727vh) scale(.5644)}to{transform:translate(16.0992vw,100vh) scale(.5644)}}.snow:nth-child(138){opacity:.3114;transform:translate(30.0886vw,-10px) scale(.0812);animation:fall-138 22s -7s linear infinite}@keyframes fall-138{75.212%{transform:translate(34.517vw,75.212vh) scale(.0812)}to{transform:translate(32.3028vw,100vh) scale(.0812)}}.snow:nth-child(139){opacity:.5116;transform:translate(80.0847vw,-10px) scale(.9506);animation:fall-139 16s -11s linear infinite}@keyframes fall-139{31.959%{transform:translate(75.2206vw,31.959vh) scale(.9506)}to{transform:translate(77.65265vw,100vh) scale(.9506)}}.snow:nth-child(140){opacity:1.7988;transform:translate(63.3106vw,-10px) scale(.4392);animation:fall-140 18s -17s linear infinite}@keyframes fall-140{45.844%{transform:translate(64.1899vw,45.844vh) scale(.4392)}to{transform:translate(63.75025vw,100vh) scale(.4392)}}.snow:nth-child(141){opacity:.907;transform:translate(55.6651vw,-10px) scale(.9263);animation:fall-141 23s -19s linear infinite}@keyframes fall-141{42.888%{transform:translate(53.0269vw,42.888vh) scale(.9263)}to{transform:translate(54.346vw,100vh) scale(.9263)}}.snow:nth-child(142){opacity:1.0482;transform:translate(71.3471vw,-10px) scale(.5716);animation:fall-142 25s -24s linear infinite}@keyframes fall-142{49.294%{transform:translate(67.3433vw,49.294vh) scale(.5716)}to{transform:translate(69.3452vw,100vh) scale(.5716)}}.snow:nth-child(143){opacity:.514;transform:translate(16.7789vw,-10px) scale(.1991);animation:fall-143 25s -26s linear infinite}@keyframes fall-143{35.95%{transform:translate(22.5087vw,35.95vh) scale(.1991)}to{transform:translate(19.6438vw,100vh) scale(.1991)}}.snow:nth-child(144){opacity:1.577;transform:translate(94.5957vw,-10px) scale(.7931);animation:fall-144 19s -30s linear infinite}@keyframes fall-144{42.755%{transform:translate(90.6364vw,42.755vh) scale(.7931)}to{transform:translate(92.61605vw,100vh) scale(.7931)}}.snow:nth-child(145){opacity:.876;transform:translate(27.5542vw,-10px) scale(.5931);animation:fall-145 24s -21s linear infinite}@keyframes fall-145{53.545%{transform:translate(20.0289vw,53.545vh) scale(.5931)}to{transform:translate(23.79155vw,100vh) scale(.5931)}}.snow:nth-child(146){opacity:1.4316;transform:translate(9.3424vw,-10px) scale(.681);animation:fall-146 24s -16s linear infinite}@keyframes fall-146{32.158%{transform:translate(16.6212vw,32.158vh) scale(.681)}to{transform:translate(12.9818vw,100vh) scale(.681)}}.snow:nth-child(147){opacity:1.568;transform:translate(17.8728vw,-10px) scale(.0339);animation:fall-147 28s -1s linear infinite}@keyframes fall-147{38.208%{transform:translate(22.7389vw,38.208vh) scale(.0339)}to{transform:translate(20.30585vw,100vh) scale(.0339)}}.snow:nth-child(148){opacity:1.1166;transform:translate(12.0842vw,-10px) scale(.4382);animation:fall-148 24s -1s linear infinite}@keyframes fall-148{59.322%{transform:translate(18.9011vw,59.322vh) scale(.4382)}to{transform:translate(15.49265vw,100vh) scale(.4382)}}.snow:nth-child(149){opacity:.9756;transform:translate(82.4789vw,-10px) scale(.0023);animation:fall-149 21s -20s linear infinite}@keyframes fall-149{79.421%{transform:translate(78.5138vw,79.421vh) scale(.0023)}to{transform:translate(80.49635vw,100vh) scale(.0023)}}.snow:nth-child(150){opacity:.661;transform:translate(70.3035vw,-10px) scale(.0154);animation:fall-150 22s -14s linear infinite}@keyframes fall-150{55.633%{transform:translate(60.7334vw,55.633vh) scale(.0154)}to{transform:translate(65.51845vw,100vh) scale(.0154)}}.snow:nth-child(151){opacity:1.99;transform:translate(69.07vw,-10px) scale(.079);animation:fall-151 26s -22s linear infinite}@keyframes fall-151{45.031%{transform:translate(62.741vw,45.031vh) scale(.079)}to{transform:translate(65.9055vw,100vh) scale(.079)}}.snow:nth-child(152){opacity:.515;transform:translate(11.6483vw,-10px) scale(.0635);animation:fall-152 10s -4s linear infinite}@keyframes fall-152{45.246%{transform:translate(14.5755vw,45.246vh) scale(.0635)}to{transform:translate(13.1119vw,100vh) scale(.0635)}}.snow:nth-child(153){opacity:1.1526;transform:translate(14.2907vw,-10px) scale(.6378);animation:fall-153 24s -6s linear infinite}@keyframes fall-153{35.686%{transform:translate(7.3752vw,35.686vh) scale(.6378)}to{transform:translate(10.83295vw,100vh) scale(.6378)}}.snow:nth-child(154){opacity:1.0598;transform:translate(90.3195vw,-10px) scale(.8853);animation:fall-154 19s -18s linear infinite}@keyframes fall-154{62.028%{transform:translate(87.8651vw,62.028vh) scale(.8853)}to{transform:translate(89.0923vw,100vh) scale(.8853)}}.snow:nth-child(155){opacity:1.723;transform:translate(50.2171vw,-10px) scale(.5285);animation:fall-155 14s -13s linear infinite}@keyframes fall-155{38.783%{transform:translate(50.1802vw,38.783vh) scale(.5285)}to{transform:translate(50.19865vw,100vh) scale(.5285)}}.snow:nth-child(156){opacity:.4912;transform:translate(.0004vw,-10px) scale(.8405);animation:fall-156 18s -3s linear infinite}@keyframes fall-156{66.911%{transform:translate(-6.6964vw,66.911vh) scale(.8405)}to{transform:translate(-3.348vw,100vh) scale(.8405)}}.snow:nth-child(157){opacity:.4274;transform:translate(65.4438vw,-10px) scale(.4396);animation:fall-157 14s -30s linear infinite}@keyframes fall-157{62.507%{transform:translate(61.3083vw,62.507vh) scale(.4396)}to{transform:translate(63.37605vw,100vh) scale(.4396)}}.snow:nth-child(158){opacity:1.977;transform:translate(73.6979vw,-10px) scale(.0182);animation:fall-158 30s -14s linear infinite}@keyframes fall-158{42.393%{transform:translate(78.3769vw,42.393vh) scale(.0182)}to{transform:translate(76.0374vw,100vh) scale(.0182)}}.snow:nth-child(159){opacity:.3768;transform:translate(26.4173vw,-10px) scale(.2456);animation:fall-159 12s -10s linear infinite}@keyframes fall-159{53.998%{transform:translate(35.3089vw,53.998vh) scale(.2456)}to{transform:translate(30.8631vw,100vh) scale(.2456)}}.snow:nth-child(160){opacity:.7896;transform:translate(48.3525vw,-10px) scale(.2883);animation:fall-160 17s -15s linear infinite}@keyframes fall-160{65.937%{transform:translate(41.3656vw,65.937vh) scale(.2883)}to{transform:translate(44.85905vw,100vh) scale(.2883)}}.snow:nth-child(161){opacity:1.5658;transform:translate(79.2024vw,-10px) scale(.2591);animation:fall-161 17s -10s linear infinite}@keyframes fall-161{78.2%{transform:translate(74.4947vw,78.2vh) scale(.2591)}to{transform:translate(76.84855vw,100vh) scale(.2591)}}.snow:nth-child(162){opacity:.6462;transform:translate(65.1974vw,-10px) scale(.3353);animation:fall-162 21s -27s linear infinite}@keyframes fall-162{68.955%{transform:translate(65.5631vw,68.955vh) scale(.3353)}to{transform:translate(65.38025vw,100vh) scale(.3353)}}.snow:nth-child(163){opacity:.5438;transform:translate(47.2216vw,-10px) scale(.8692);animation:fall-163 20s -7s linear infinite}@keyframes fall-163{48.534%{transform:translate(45.3949vw,48.534vh) scale(.8692)}to{transform:translate(46.30825vw,100vh) scale(.8692)}}.snow:nth-child(164){opacity:1.183;transform:translate(17.0381vw,-10px) scale(.5745);animation:fall-164 22s -21s linear infinite}@keyframes fall-164{44.38%{transform:translate(7.3755vw,44.38vh) scale(.5745)}to{transform:translate(12.2068vw,100vh) scale(.5745)}}.snow:nth-child(165){opacity:.538;transform:translate(53.8067vw,-10px) scale(.8743);animation:fall-165 13s -9s linear infinite}@keyframes fall-165{63.283%{transform:translate(62.6025vw,63.283vh) scale(.8743)}to{transform:translate(58.2046vw,100vh) scale(.8743)}}.snow:nth-child(166){opacity:.8522;transform:translate(50.0385vw,-10px) scale(.0164);animation:fall-166 26s -8s linear infinite}@keyframes fall-166{45.151%{transform:translate(44.6784vw,45.151vh) scale(.0164)}to{transform:translate(47.35845vw,100vh) scale(.0164)}}.snow:nth-child(167){opacity:.6622;transform:translate(29.4869vw,-10px) scale(.5072);animation:fall-167 30s -7s linear infinite}@keyframes fall-167{53.622%{transform:translate(32.9097vw,53.622vh) scale(.5072)}to{transform:translate(31.1983vw,100vh) scale(.5072)}}.snow:nth-child(168){opacity:1.5078;transform:translate(65.1652vw,-10px) scale(.316);animation:fall-168 29s -11s linear infinite}@keyframes fall-168{32.737%{transform:translate(60.6371vw,32.737vh) scale(.316)}to{transform:translate(62.90115vw,100vh) scale(.316)}}.snow:nth-child(169){opacity:1.8112;transform:translate(.3378vw,-10px) scale(.899);animation:fall-169 10s -26s linear infinite}@keyframes fall-169{40.572%{transform:translate(7.8733vw,40.572vh) scale(.899)}to{transform:translate(4.10555vw,100vh) scale(.899)}}.snow:nth-child(170){opacity:.2022;transform:translate(68.31vw,-10px) scale(.1561);animation:fall-170 26s -19s linear infinite}@keyframes fall-170{62.872%{transform:translate(68.1283vw,62.872vh) scale(.1561)}to{transform:translate(68.21915vw,100vh) scale(.1561)}}.snow:nth-child(171){opacity:1.972;transform:translate(52.9709vw,-10px) scale(.4926);animation:fall-171 11s -13s linear infinite}@keyframes fall-171{41.027%{transform:translate(49.3049vw,41.027vh) scale(.4926)}to{transform:translate(51.1379vw,100vh) scale(.4926)}}.snow:nth-child(172){opacity:.7588;transform:translate(63.8843vw,-10px) scale(.9335);animation:fall-172 21s -20s linear infinite}@keyframes fall-172{56.451%{transform:translate(66.663vw,56.451vh) scale(.9335)}to{transform:translate(65.27365vw,100vh) scale(.9335)}}.snow:nth-child(173){opacity:1.7574;transform:translate(94.8756vw,-10px) scale(.6971);animation:fall-173 15s -25s linear infinite}@keyframes fall-173{71.678%{transform:translate(92.4399vw,71.678vh) scale(.6971)}to{transform:translate(93.65775vw,100vh) scale(.6971)}}.snow:nth-child(174){opacity:1.6392;transform:translate(80.5017vw,-10px) scale(.578);animation:fall-174 25s -4s linear infinite}@keyframes fall-174{45.509%{transform:translate(84.3909vw,45.509vh) scale(.578)}to{transform:translate(82.4463vw,100vh) scale(.578)}}.snow:nth-child(175){opacity:1.8176;transform:translate(16.382vw,-10px) scale(.7831);animation:fall-175 24s -18s linear infinite}@keyframes fall-175{37.561%{transform:translate(7.8458vw,37.561vh) scale(.7831)}to{transform:translate(12.1139vw,100vh) scale(.7831)}}.snow:nth-child(176){opacity:1.0442;transform:translate(95.3921vw,-10px) scale(.6434);animation:fall-176 17s -26s linear infinite}@keyframes fall-176{71.351%{transform:translate(87.7262vw,71.351vh) scale(.6434)}to{transform:translate(91.55915vw,100vh) scale(.6434)}}.snow:nth-child(177){opacity:.0228;transform:translate(24.8608vw,-10px) scale(.5774);animation:fall-177 21s -21s linear infinite}@keyframes fall-177{33.526%{transform:translate(33.8367vw,33.526vh) scale(.5774)}to{transform:translate(29.34875vw,100vh) scale(.5774)}}.snow:nth-child(178){opacity:1.5974;transform:translate(16.484vw,-10px) scale(.1042);animation:fall-178 17s -22s linear infinite}@keyframes fall-178{65.086%{transform:translate(14.4937vw,65.086vh) scale(.1042)}to{transform:translate(15.48885vw,100vh) scale(.1042)}}.snow:nth-child(179){opacity:1.3002;transform:translate(35.253vw,-10px) scale(.8551);animation:fall-179 30s -24s linear infinite}@keyframes fall-179{54.514%{transform:translate(39.437vw,54.514vh) scale(.8551)}to{transform:translate(37.345vw,100vh) scale(.8551)}}.snow:nth-child(180){opacity:1.731;transform:translate(68.9535vw,-10px) scale(.1554);animation:fall-180 11s -9s linear infinite}@keyframes fall-180{55.928%{transform:translate(67.9698vw,55.928vh) scale(.1554)}to{transform:translate(68.46165vw,100vh) scale(.1554)}}.snow:nth-child(181){opacity:1.6888;transform:translate(31.3311vw,-10px) scale(.4401);animation:fall-181 25s -21s linear infinite}@keyframes fall-181{39.927%{transform:translate(24.1735vw,39.927vh) scale(.4401)}to{transform:translate(27.7523vw,100vh) scale(.4401)}}.snow:nth-child(182){opacity:1.5176;transform:translate(42.9225vw,-10px) scale(.0315);animation:fall-182 28s -2s linear infinite}@keyframes fall-182{47.759%{transform:translate(47.4922vw,47.759vh) scale(.0315)}to{transform:translate(45.20735vw,100vh) scale(.0315)}}.snow:nth-child(183){opacity:.7748;transform:translate(81.564vw,-10px) scale(.9442);animation:fall-183 25s -29s linear infinite}@keyframes fall-183{65.606%{transform:translate(74.0264vw,65.606vh) scale(.9442)}to{transform:translate(77.7952vw,100vh) scale(.9442)}}.snow:nth-child(184){opacity:.9528;transform:translate(60.8415vw,-10px) scale(.7348);animation:fall-184 23s -7s linear infinite}@keyframes fall-184{71.01%{transform:translate(63.8967vw,71.01vh) scale(.7348)}to{transform:translate(62.3691vw,100vh) scale(.7348)}}.snow:nth-child(185){opacity:.3242;transform:translate(11.205vw,-10px) scale(.8251);animation:fall-185 18s -23s linear infinite}@keyframes fall-185{43.05%{transform:translate(10.3576vw,43.05vh) scale(.8251)}to{transform:translate(10.7813vw,100vh) scale(.8251)}}.snow:nth-child(186){opacity:.643;transform:translate(13.8848vw,-10px) scale(.8019);animation:fall-186 30s -25s linear infinite}@keyframes fall-186{45.034%{transform:translate(9.2425vw,45.034vh) scale(.8019)}to{transform:translate(11.56365vw,100vh) scale(.8019)}}.snow:nth-child(187){opacity:1.2366;transform:translate(64.947vw,-10px) scale(.5839);animation:fall-187 10s -25s linear infinite}@keyframes fall-187{62.857%{transform:translate(60.1469vw,62.857vh) scale(.5839)}to{transform:translate(62.54695vw,100vh) scale(.5839)}}.snow:nth-child(188){opacity:1.7326;transform:translate(42.8966vw,-10px) scale(.1504);animation:fall-188 14s -19s linear infinite}@keyframes fall-188{59.683%{transform:translate(52.7704vw,59.683vh) scale(.1504)}to{transform:translate(47.8335vw,100vh) scale(.1504)}}.snow:nth-child(189){opacity:1.5692;transform:translate(70.6852vw,-10px) scale(.8709);animation:fall-189 17s -10s linear infinite}@keyframes fall-189{49.42%{transform:translate(64.3348vw,49.42vh) scale(.8709)}to{transform:translate(67.51vw,100vh) scale(.8709)}}.snow:nth-child(190){opacity:1.8904;transform:translate(36.5888vw,-10px) scale(.66);animation:fall-190 24s -15s linear infinite}@keyframes fall-190{57.691%{transform:translate(42.21vw,57.691vh) scale(.66)}to{transform:translate(39.3994vw,100vh) scale(.66)}}.snow:nth-child(191){opacity:1.7196;transform:translate(49.3492vw,-10px) scale(.9158);animation:fall-191 28s -22s linear infinite}@keyframes fall-191{61.792%{transform:translate(44.0526vw,61.792vh) scale(.9158)}to{transform:translate(46.7009vw,100vh) scale(.9158)}}.snow:nth-child(192){opacity:.4914;transform:translate(32.0194vw,-10px) scale(.4195);animation:fall-192 20s -11s linear infinite}@keyframes fall-192{61.518%{transform:translate(25.9517vw,61.518vh) scale(.4195)}to{transform:translate(28.98555vw,100vh) scale(.4195)}}.snow:nth-child(193){opacity:.286;transform:translate(46.0967vw,-10px) scale(.7946);animation:fall-193 12s -13s linear infinite}@keyframes fall-193{50.274%{transform:translate(44.0839vw,50.274vh) scale(.7946)}to{transform:translate(45.0903vw,100vh) scale(.7946)}}.snow:nth-child(194){opacity:1.5592;transform:translate(62.6303vw,-10px) scale(.4521);animation:fall-194 29s -8s linear infinite}@keyframes fall-194{56.943%{transform:translate(67.649vw,56.943vh) scale(.4521)}to{transform:translate(65.13965vw,100vh) scale(.4521)}}.snow:nth-child(195){opacity:1.9684;transform:translate(32.2483vw,-10px) scale(.6413);animation:fall-195 19s -18s linear infinite}@keyframes fall-195{57.162%{transform:translate(31.0622vw,57.162vh) scale(.6413)}to{transform:translate(31.65525vw,100vh) scale(.6413)}}.snow:nth-child(196){opacity:1.5292;transform:translate(28.882vw,-10px) scale(.4289);animation:fall-196 29s -25s linear infinite}@keyframes fall-196{42.244%{transform:translate(19.2066vw,42.244vh) scale(.4289)}to{transform:translate(24.0443vw,100vh) scale(.4289)}}.snow:nth-child(197){opacity:1.1958;transform:translate(63.9078vw,-10px) scale(.6244);animation:fall-197 25s -13s linear infinite}@keyframes fall-197{43.122%{transform:translate(64.4415vw,43.122vh) scale(.6244)}to{transform:translate(64.17465vw,100vh) scale(.6244)}}.snow:nth-child(198){opacity:1.7922;transform:translate(66.3633vw,-10px) scale(.2627);animation:fall-198 21s -5s linear infinite}@keyframes fall-198{42.034%{transform:translate(69.3546vw,42.034vh) scale(.2627)}to{transform:translate(67.85895vw,100vh) scale(.2627)}}.snow:nth-child(199){opacity:.9404;transform:translate(5.255vw,-10px) scale(.7123);animation:fall-199 22s -16s linear infinite}@keyframes fall-199{54.886%{transform:translate(-3.5459vw,54.886vh) scale(.7123)}to{transform:translate(.85455vw,100vh) scale(.7123)}}.snow:nth-child(200){opacity:.1852;transform:translate(4.7251vw,-10px) scale(.084);animation:fall-200 12s -8s linear infinite}@keyframes fall-200{64.05%{transform:translate(14.6259vw,64.05vh) scale(.084)}to{transform:translate(9.6755vw,100vh) scale(.084)}}.snow:nth-child(201){opacity:.9456;transform:translate(34.6407vw,-10px) scale(.9782);animation:fall-201 20s -24s linear infinite}@keyframes fall-201{61.996%{transform:translate(39.7272vw,61.996vh) scale(.9782)}to{transform:translate(37.18395vw,100vh) scale(.9782)}}.snow:nth-child(202){opacity:.853;transform:translate(91.9908vw,-10px) scale(.1118);animation:fall-202 25s -21s linear infinite}@keyframes fall-202{69.911%{transform:translate(82.0764vw,69.911vh) scale(.1118)}to{transform:translate(87.0336vw,100vh) scale(.1118)}}.snow:nth-child(203){opacity:.8712;transform:translate(1.6135vw,-10px) scale(.6525);animation:fall-203 24s -28s linear infinite}@keyframes fall-203{50.518%{transform:translate(-7.0571vw,50.518vh) scale(.6525)}to{transform:translate(-2.7218vw,100vh) scale(.6525)}}.snow:nth-child(204){opacity:.6038;transform:translate(7.3557vw,-10px) scale(.183);animation:fall-204 28s -8s linear infinite}@keyframes fall-204{47.755%{transform:translate(4.7644vw,47.755vh) scale(.183)}to{transform:translate(6.06005vw,100vh) scale(.183)}}.snow:nth-child(205){opacity:.2944;transform:translate(85.5837vw,-10px) scale(.9584);animation:fall-205 28s -7s linear infinite}@keyframes fall-205{36.982%{transform:translate(76.4638vw,36.982vh) scale(.9584)}to{transform:translate(81.02375vw,100vh) scale(.9584)}}.snow:nth-child(206){opacity:.708;transform:translate(46.5759vw,-10px) scale(.598);animation:fall-206 18s -6s linear infinite}@keyframes fall-206{59.525%{transform:translate(38.8867vw,59.525vh) scale(.598)}to{transform:translate(42.7313vw,100vh) scale(.598)}}.snow:nth-child(207){opacity:.7074;transform:translate(8.5896vw,-10px) scale(.0848);animation:fall-207 15s -21s linear infinite}@keyframes fall-207{73.399%{transform:translate(13.5763vw,73.399vh) scale(.0848)}to{transform:translate(11.08295vw,100vh) scale(.0848)}}.snow:nth-child(208){opacity:.4344;transform:translate(98.1815vw,-10px) scale(.0696);animation:fall-208 24s -3s linear infinite}@keyframes fall-208{53.021%{transform:translate(93.994vw,53.021vh) scale(.0696)}to{transform:translate(96.08775vw,100vh) scale(.0696)}}.snow:nth-child(209){opacity:.344;transform:translate(8.0513vw,-10px) scale(.5966);animation:fall-209 23s -15s linear infinite}@keyframes fall-209{30.699%{transform:translate(3.7854vw,30.699vh) scale(.5966)}to{transform:translate(5.91835vw,100vh) scale(.5966)}}.snow:nth-child(210){opacity:1.168;transform:translate(60.0818vw,-10px) scale(.3949);animation:fall-210 14s -26s linear infinite}@keyframes fall-210{77.876%{transform:translate(62.9747vw,77.876vh) scale(.3949)}to{transform:translate(61.52825vw,100vh) scale(.3949)}}.snow:nth-child(211){opacity:1.3194;transform:translate(99.8087vw,-10px) scale(.8888);animation:fall-211 10s -5s linear infinite}@keyframes fall-211{79.276%{transform:translate(91.3457vw,79.276vh) scale(.8888)}to{transform:translate(95.5772vw,100vh) scale(.8888)}}.snow:nth-child(212){opacity:.6288;transform:translate(18.2058vw,-10px) scale(.5871);animation:fall-212 15s -20s linear infinite}@keyframes fall-212{73.488%{transform:translate(21.6144vw,73.488vh) scale(.5871)}to{transform:translate(19.9101vw,100vh) scale(.5871)}}.snow:nth-child(213){opacity:.2982;transform:translate(98.601vw,-10px) scale(.472);animation:fall-213 16s -12s linear infinite}@keyframes fall-213{54.99%{transform:translate(91.1451vw,54.99vh) scale(.472)}to{transform:translate(94.87305vw,100vh) scale(.472)}}.snow:nth-child(214){opacity:1.108;transform:translate(98.6075vw,-10px) scale(.1637);animation:fall-214 14s -9s linear infinite}@keyframes fall-214{34.579%{transform:translate(100.3718vw,34.579vh) scale(.1637)}to{transform:translate(99.48965vw,100vh) scale(.1637)}}.snow:nth-child(215){opacity:.314;transform:translate(48.6471vw,-10px) scale(.4286);animation:fall-215 10s -10s linear infinite}@keyframes fall-215{39.14%{transform:translate(51.7546vw,39.14vh) scale(.4286)}to{transform:translate(50.20085vw,100vh) scale(.4286)}}.snow:nth-child(216){opacity:.3416;transform:translate(79.4081vw,-10px) scale(.3242);animation:fall-216 29s -17s linear infinite}@keyframes fall-216{40.046%{transform:translate(78.9141vw,40.046vh) scale(.3242)}to{transform:translate(79.1611vw,100vh) scale(.3242)}}.snow:nth-child(217){opacity:1.9864;transform:translate(3.0149vw,-10px) scale(.8891);animation:fall-217 15s -17s linear infinite}@keyframes fall-217{54.893%{transform:translate(9.8349vw,54.893vh) scale(.8891)}to{transform:translate(6.4249vw,100vh) scale(.8891)}}.snow:nth-child(218){opacity:.9774;transform:translate(49.6077vw,-10px) scale(.0901);animation:fall-218 22s -14s linear infinite}@keyframes fall-218{36.992%{transform:translate(54.6505vw,36.992vh) scale(.0901)}to{transform:translate(52.1291vw,100vh) scale(.0901)}}.snow:nth-child(219){opacity:1.314;transform:translate(46.6206vw,-10px) scale(.3731);animation:fall-219 15s -15s linear infinite}@keyframes fall-219{43.322%{transform:translate(36.7563vw,43.322vh) scale(.3731)}to{transform:translate(41.68845vw,100vh) scale(.3731)}}.snow:nth-child(220){opacity:.577;transform:translate(82.1063vw,-10px) scale(.1309);animation:fall-220 30s -30s linear infinite}@keyframes fall-220{51.787%{transform:translate(79.5048vw,51.787vh) scale(.1309)}to{transform:translate(80.80555vw,100vh) scale(.1309)}}.snow:nth-child(221){opacity:1.5026;transform:translate(33.1783vw,-10px) scale(.6179);animation:fall-221 16s -18s linear infinite}@keyframes fall-221{35.124%{transform:translate(41.1339vw,35.124vh) scale(.6179)}to{transform:translate(37.1561vw,100vh) scale(.6179)}}.snow:nth-child(222){opacity:.7952;transform:translate(62.1861vw,-10px) scale(.1256);animation:fall-222 10s -25s linear infinite}@keyframes fall-222{65.946%{transform:translate(59.759vw,65.946vh) scale(.1256)}to{transform:translate(60.97255vw,100vh) scale(.1256)}}.snow:nth-child(223){opacity:1.4562;transform:translate(96.4072vw,-10px) scale(.7785);animation:fall-223 29s -6s linear infinite}@keyframes fall-223{59.907%{transform:translate(101.3196vw,59.907vh) scale(.7785)}to{transform:translate(98.8634vw,100vh) scale(.7785)}}.snow:nth-child(224){opacity:1.0706;transform:translate(51.1541vw,-10px) scale(.934);animation:fall-224 10s -27s linear infinite}@keyframes fall-224{43.753%{transform:translate(56.7824vw,43.753vh) scale(.934)}to{transform:translate(53.96825vw,100vh) scale(.934)}}.snow:nth-child(225){opacity:1.1256;transform:translate(22.8206vw,-10px) scale(.0764);animation:fall-225 24s -18s linear infinite}@keyframes fall-225{72.873%{transform:translate(13.3227vw,72.873vh) scale(.0764)}to{transform:translate(18.07165vw,100vh) scale(.0764)}}.snow:nth-child(226){opacity:1.6266;transform:translate(70.5757vw,-10px) scale(.4792);animation:fall-226 14s -26s linear infinite}@keyframes fall-226{54.512%{transform:translate(69.1895vw,54.512vh) scale(.4792)}to{transform:translate(69.8826vw,100vh) scale(.4792)}}.snow:nth-child(227){opacity:1.9924;transform:translate(9.316vw,-10px) scale(.3043);animation:fall-227 10s -5s linear infinite}@keyframes fall-227{43.935%{transform:translate(.1985vw,43.935vh) scale(.3043)}to{transform:translate(4.75725vw,100vh) scale(.3043)}}.snow:nth-child(228){opacity:.794;transform:translate(57.7242vw,-10px) scale(.2965);animation:fall-228 26s -19s linear infinite}@keyframes fall-228{37.978%{transform:translate(62.9642vw,37.978vh) scale(.2965)}to{transform:translate(60.3442vw,100vh) scale(.2965)}}.snow:nth-child(229){opacity:.7464;transform:translate(41.2681vw,-10px) scale(.4797);animation:fall-229 10s -25s linear infinite}@keyframes fall-229{72.063%{transform:translate(37.3996vw,72.063vh) scale(.4797)}to{transform:translate(39.33385vw,100vh) scale(.4797)}}.snow:nth-child(230){opacity:.3496;transform:translate(32.2058vw,-10px) scale(.5468);animation:fall-230 29s -15s linear infinite}@keyframes fall-230{37.473%{transform:translate(39.0485vw,37.473vh) scale(.5468)}to{transform:translate(35.62715vw,100vh) scale(.5468)}}.snow:nth-child(231){opacity:1.7648;transform:translate(99.4266vw,-10px) scale(.2001);animation:fall-231 27s -19s linear infinite}@keyframes fall-231{68.289%{transform:translate(107.1438vw,68.289vh) scale(.2001)}to{transform:translate(103.2852vw,100vh) scale(.2001)}}.snow:nth-child(232){opacity:.146;transform:translate(35.1929vw,-10px) scale(.68);animation:fall-232 21s -24s linear infinite}@keyframes fall-232{59.461%{transform:translate(36.1402vw,59.461vh) scale(.68)}to{transform:translate(35.66655vw,100vh) scale(.68)}}.snow:nth-child(233){opacity:1.2538;transform:translate(26.7223vw,-10px) scale(.1121);animation:fall-233 18s -28s linear infinite}@keyframes fall-233{40.094%{transform:translate(19.9425vw,40.094vh) scale(.1121)}to{transform:translate(23.3324vw,100vh) scale(.1121)}}.snow:nth-child(234){opacity:.7218;transform:translate(69.366vw,-10px) scale(.4458);animation:fall-234 14s -10s linear infinite}@keyframes fall-234{71.154%{transform:translate(67.7086vw,71.154vh) scale(.4458)}to{transform:translate(68.5373vw,100vh) scale(.4458)}}.snow:nth-child(235){opacity:1.4224;transform:translate(98.0402vw,-10px) scale(.9831);animation:fall-235 28s -18s linear infinite}@keyframes fall-235{76.533%{transform:translate(89.8366vw,76.533vh) scale(.9831)}to{transform:translate(93.9384vw,100vh) scale(.9831)}}.snow:nth-child(236){opacity:.7292;transform:translate(11.7195vw,-10px) scale(.6857);animation:fall-236 22s -12s linear infinite}@keyframes fall-236{37.151%{transform:translate(12.5365vw,37.151vh) scale(.6857)}to{transform:translate(12.128vw,100vh) scale(.6857)}}.snow:nth-child(237){opacity:1.1716;transform:translate(96.0766vw,-10px) scale(.7223);animation:fall-237 10s -26s linear infinite}@keyframes fall-237{31.393%{transform:translate(100.4289vw,31.393vh) scale(.7223)}to{transform:translate(98.25275vw,100vh) scale(.7223)}}.snow:nth-child(238){opacity:.6978;transform:translate(4.7814vw,-10px) scale(.253);animation:fall-238 21s -24s linear infinite}@keyframes fall-238{79.883%{transform:translate(13.379vw,79.883vh) scale(.253)}to{transform:translate(9.0802vw,100vh) scale(.253)}}.snow:nth-child(239){opacity:1.3264;transform:translate(64.7122vw,-10px) scale(.2823);animation:fall-239 19s -15s linear infinite}@keyframes fall-239{32.901%{transform:translate(69.3256vw,32.901vh) scale(.2823)}to{transform:translate(67.0189vw,100vh) scale(.2823)}}.snow:nth-child(240){opacity:.7062;transform:translate(83.0537vw,-10px) scale(.7399);animation:fall-240 17s -21s linear infinite}@keyframes fall-240{64.355%{transform:translate(80.7217vw,64.355vh) scale(.7399)}to{transform:translate(81.8877vw,100vh) scale(.7399)}}.snow:nth-child(241){opacity:1.726;transform:translate(64.1391vw,-10px) scale(.1379);animation:fall-241 29s -24s linear infinite}@keyframes fall-241{58.587%{transform:translate(58.7444vw,58.587vh) scale(.1379)}to{transform:translate(61.44175vw,100vh) scale(.1379)}}.snow:nth-child(242){opacity:.2474;transform:translate(86.1179vw,-10px) scale(.1071);animation:fall-242 21s -14s linear infinite}@keyframes fall-242{58.4%{transform:translate(93.9125vw,58.4vh) scale(.1071)}to{transform:translate(90.0152vw,100vh) scale(.1071)}}.snow:nth-child(243){opacity:.323;transform:translate(20.1232vw,-10px) scale(.2294);animation:fall-243 13s -8s linear infinite}@keyframes fall-243{30.174%{transform:translate(17.808vw,30.174vh) scale(.2294)}to{transform:translate(18.9656vw,100vh) scale(.2294)}}.snow:nth-child(244){opacity:.2308;transform:translate(38.5722vw,-10px) scale(.6706);animation:fall-244 29s -27s linear infinite}@keyframes fall-244{55.287%{transform:translate(34.0138vw,55.287vh) scale(.6706)}to{transform:translate(36.293vw,100vh) scale(.6706)}}.snow:nth-child(245){opacity:.6312;transform:translate(84.3718vw,-10px) scale(.2896);animation:fall-245 10s -6s linear infinite}@keyframes fall-245{50.415%{transform:translate(83.4839vw,50.415vh) scale(.2896)}to{transform:translate(83.92785vw,100vh) scale(.2896)}}.snow:nth-child(246){opacity:1.2302;transform:translate(44.1257vw,-10px) scale(.8679);animation:fall-246 20s -21s linear infinite}@keyframes fall-246{45.256%{transform:translate(52.2428vw,45.256vh) scale(.8679)}to{transform:translate(48.18425vw,100vh) scale(.8679)}}.snow:nth-child(247){opacity:1.715;transform:translate(34.6737vw,-10px) scale(.2695);animation:fall-247 26s -30s linear infinite}@keyframes fall-247{32.984%{transform:translate(32.0753vw,32.984vh) scale(.2695)}to{transform:translate(33.3745vw,100vh) scale(.2695)}}.snow:nth-child(248){opacity:1.0964;transform:translate(96.4458vw,-10px) scale(.096);animation:fall-248 10s -25s linear infinite}@keyframes fall-248{77.307%{transform:translate(91.948vw,77.307vh) scale(.096)}to{transform:translate(94.1969vw,100vh) scale(.096)}}.snow:nth-child(249){opacity:.7916;transform:translate(56.5241vw,-10px) scale(.4887);animation:fall-249 26s -22s linear infinite}@keyframes fall-249{37.574%{transform:translate(54.0863vw,37.574vh) scale(.4887)}to{transform:translate(55.3052vw,100vh) scale(.4887)}}.snow:nth-child(250){opacity:.8752;transform:translate(99.6345vw,-10px) scale(.689);animation:fall-250 12s -17s linear infinite}@keyframes fall-250{60.138%{transform:translate(102.4482vw,60.138vh) scale(.689)}to{transform:translate(101.04135vw,100vh) scale(.689)}}.snow:nth-child(251){opacity:.8828;transform:translate(94.8381vw,-10px) scale(.0697);animation:fall-251 13s -30s linear infinite}@keyframes fall-251{58.876%{transform:translate(86.0304vw,58.876vh) scale(.0697)}to{transform:translate(90.43425vw,100vh) scale(.0697)}}.snow:nth-child(252){opacity:1.2702;transform:translate(11.3675vw,-10px) scale(.4134);animation:fall-252 12s -13s linear infinite}@keyframes fall-252{68.729%{transform:translate(9.8324vw,68.729vh) scale(.4134)}to{transform:translate(10.59995vw,100vh) scale(.4134)}}.snow:nth-child(253){opacity:1.9434;transform:translate(77.0318vw,-10px) scale(.6537);animation:fall-253 14s -20s linear infinite}@keyframes fall-253{42.38%{transform:translate(85.5329vw,42.38vh) scale(.6537)}to{transform:translate(81.28235vw,100vh) scale(.6537)}}.snow:nth-child(254){opacity:.275;transform:translate(99.8003vw,-10px) scale(.0405);animation:fall-254 20s -27s linear infinite}@keyframes fall-254{78.18%{transform:translate(90.1355vw,78.18vh) scale(.0405)}to{transform:translate(94.9679vw,100vh) scale(.0405)}}.snow:nth-child(255){opacity:.6214;transform:translate(30.6556vw,-10px) scale(.401);animation:fall-255 10s -3s linear infinite}@keyframes fall-255{34.118%{transform:translate(34.2744vw,34.118vh) scale(.401)}to{transform:translate(32.465vw,100vh) scale(.401)}}.snow:nth-child(256){opacity:.6472;transform:translate(25.4893vw,-10px) scale(.3305);animation:fall-256 24s -14s linear infinite}@keyframes fall-256{77.247%{transform:translate(17.193vw,77.247vh) scale(.3305)}to{transform:translate(21.34115vw,100vh) scale(.3305)}}.snow:nth-child(257){opacity:1.6254;transform:translate(36.9169vw,-10px) scale(.4552);animation:fall-257 13s -26s linear infinite}@keyframes fall-257{45.32%{transform:translate(44.6385vw,45.32vh) scale(.4552)}to{transform:translate(40.7777vw,100vh) scale(.4552)}}.snow:nth-child(258){opacity:1.1256;transform:translate(66.9671vw,-10px) scale(.6331);animation:fall-258 25s -14s linear infinite}@keyframes fall-258{79.337%{transform:translate(75.5682vw,79.337vh) scale(.6331)}to{transform:translate(71.26765vw,100vh) scale(.6331)}}.snow:nth-child(259){opacity:.6714;transform:translate(78.9426vw,-10px) scale(.7306);animation:fall-259 18s -14s linear infinite}@keyframes fall-259{70.349%{transform:translate(79.7003vw,70.349vh) scale(.7306)}to{transform:translate(79.32145vw,100vh) scale(.7306)}}.snow:nth-child(260){opacity:1.8198;transform:translate(7.7504vw,-10px) scale(.3684);animation:fall-260 19s -12s linear infinite}@keyframes fall-260{42.053%{transform:translate(6.9028vw,42.053vh) scale(.3684)}to{transform:translate(7.3266vw,100vh) scale(.3684)}}.snow:nth-child(261){opacity:1.3788;transform:translate(71.6391vw,-10px) scale(.8343);animation:fall-261 11s -4s linear infinite}@keyframes fall-261{63.655%{transform:translate(67.292vw,63.655vh) scale(.8343)}to{transform:translate(69.46555vw,100vh) scale(.8343)}}.snow:nth-child(262){opacity:1.1672;transform:translate(36.3698vw,-10px) scale(.8729);animation:fall-262 30s -25s linear infinite}@keyframes fall-262{50.224%{transform:translate(39.057vw,50.224vh) scale(.8729)}to{transform:translate(37.7134vw,100vh) scale(.8729)}}.snow:nth-child(263){opacity:.9398;transform:translate(30.154vw,-10px) scale(.8012);animation:fall-263 19s -25s linear infinite}@keyframes fall-263{71.76%{transform:translate(32.2808vw,71.76vh) scale(.8012)}to{transform:translate(31.2174vw,100vh) scale(.8012)}}.snow:nth-child(264){opacity:.522;transform:translate(9.8465vw,-10px) scale(.0158);animation:fall-264 13s -4s linear infinite}@keyframes fall-264{47.363%{transform:translate(17.5296vw,47.363vh) scale(.0158)}to{transform:translate(13.68805vw,100vh) scale(.0158)}}.snow:nth-child(265){opacity:1.3736;transform:translate(15.9071vw,-10px) scale(.1001);animation:fall-265 16s -16s linear infinite}@keyframes fall-265{56.869%{transform:translate(14.5706vw,56.869vh) scale(.1001)}to{transform:translate(15.23885vw,100vh) scale(.1001)}}.snow:nth-child(266){opacity:1.8156;transform:translate(1.7858vw,-10px) scale(.581);animation:fall-266 28s -10s linear infinite}@keyframes fall-266{48.814%{transform:translate(7.0116vw,48.814vh) scale(.581)}to{transform:translate(4.3987vw,100vh) scale(.581)}}.snow:nth-child(267){opacity:1.5154;transform:translate(84.9528vw,-10px) scale(.8103);animation:fall-267 12s -26s linear infinite}@keyframes fall-267{35.072%{transform:translate(83.232vw,35.072vh) scale(.8103)}to{transform:translate(84.0924vw,100vh) scale(.8103)}}.snow:nth-child(268){opacity:1.3366;transform:translate(11.8872vw,-10px) scale(.8159);animation:fall-268 16s -11s linear infinite}@keyframes fall-268{34.919%{transform:translate(13.6159vw,34.919vh) scale(.8159)}to{transform:translate(12.75155vw,100vh) scale(.8159)}}.snow:nth-child(269){opacity:1.5352;transform:translate(80.4688vw,-10px) scale(.4681);animation:fall-269 24s -5s linear infinite}@keyframes fall-269{69.226%{transform:translate(71.7888vw,69.226vh) scale(.4681)}to{transform:translate(76.1288vw,100vh) scale(.4681)}}.snow:nth-child(270){opacity:.1352;transform:translate(67.4115vw,-10px) scale(.2354);animation:fall-270 21s -23s linear infinite}@keyframes fall-270{48.29%{transform:translate(75.3523vw,48.29vh) scale(.2354)}to{transform:translate(71.3819vw,100vh) scale(.2354)}}.snow:nth-child(271){opacity:1.1752;transform:translate(88.9672vw,-10px) scale(.4971);animation:fall-271 13s -9s linear infinite}@keyframes fall-271{63.869%{transform:translate(86.4157vw,63.869vh) scale(.4971)}to{transform:translate(87.69145vw,100vh) scale(.4971)}}.snow:nth-child(272){opacity:1.112;transform:translate(31.9436vw,-10px) scale(.077);animation:fall-272 22s -18s linear infinite}@keyframes fall-272{70.981%{transform:translate(24.2979vw,70.981vh) scale(.077)}to{transform:translate(28.12075vw,100vh) scale(.077)}}.snow:nth-child(273){opacity:1.2732;transform:translate(82.8394vw,-10px) scale(.4072);animation:fall-273 20s -12s linear infinite}@keyframes fall-273{74.824%{transform:translate(75.3304vw,74.824vh) scale(.4072)}to{transform:translate(79.0849vw,100vh) scale(.4072)}}.snow:nth-child(274){opacity:1.112;transform:translate(10.8579vw,-10px) scale(.0308);animation:fall-274 10s -27s linear infinite}@keyframes fall-274{51.35%{transform:translate(20.1631vw,51.35vh) scale(.0308)}to{transform:translate(15.5105vw,100vh) scale(.0308)}}.snow:nth-child(275){opacity:1.447;transform:translate(56.8233vw,-10px) scale(.4255);animation:fall-275 24s -23s linear infinite}@keyframes fall-275{67.61%{transform:translate(56.98vw,67.61vh) scale(.4255)}to{transform:translate(56.90165vw,100vh) scale(.4255)}}.snow:nth-child(276){opacity:.4356;transform:translate(31.2734vw,-10px) scale(.5585);animation:fall-276 13s -11s linear infinite}@keyframes fall-276{71.596%{transform:translate(27.9359vw,71.596vh) scale(.5585)}to{transform:translate(29.60465vw,100vh) scale(.5585)}}.snow:nth-child(277){opacity:.6984;transform:translate(26.0709vw,-10px) scale(.8929);animation:fall-277 14s -25s linear infinite}@keyframes fall-277{47.638%{transform:translate(21.0648vw,47.638vh) scale(.8929)}to{transform:translate(23.56785vw,100vh) scale(.8929)}}.snow:nth-child(278){opacity:1.6118;transform:translate(72.0679vw,-10px) scale(.3971);animation:fall-278 30s -19s linear infinite}@keyframes fall-278{70.279%{transform:translate(62.6729vw,70.279vh) scale(.3971)}to{transform:translate(67.3704vw,100vh) scale(.3971)}}.snow:nth-child(279){opacity:1.6622;transform:translate(57.0437vw,-10px) scale(.0435);animation:fall-279 18s -18s linear infinite}@keyframes fall-279{44.972%{transform:translate(58.0917vw,44.972vh) scale(.0435)}to{transform:translate(57.5677vw,100vh) scale(.0435)}}.snow:nth-child(280){opacity:1.263;transform:translate(54.7722vw,-10px) scale(.7592);animation:fall-280 25s -22s linear infinite}@keyframes fall-280{54.382%{transform:translate(59.1883vw,54.382vh) scale(.7592)}to{transform:translate(56.98025vw,100vh) scale(.7592)}}.snow:nth-child(281){opacity:1.8222;transform:translate(90.2505vw,-10px) scale(.8699);animation:fall-281 21s -19s linear infinite}@keyframes fall-281{45.995%{transform:translate(86.2287vw,45.995vh) scale(.8699)}to{transform:translate(88.2396vw,100vh) scale(.8699)}}.snow:nth-child(282){opacity:1.956;transform:translate(16.9676vw,-10px) scale(.9941);animation:fall-282 30s -14s linear infinite}@keyframes fall-282{40.323%{transform:translate(10.6476vw,40.323vh) scale(.9941)}to{transform:translate(13.8076vw,100vh) scale(.9941)}}.snow:nth-child(283){opacity:.7956;transform:translate(87.7136vw,-10px) scale(.1151);animation:fall-283 12s -1s linear infinite}@keyframes fall-283{40.935%{transform:translate(78.5174vw,40.935vh) scale(.1151)}to{transform:translate(83.1155vw,100vh) scale(.1151)}}.snow:nth-child(284){opacity:.6328;transform:translate(35.6688vw,-10px) scale(.145);animation:fall-284 23s -22s linear infinite}@keyframes fall-284{40.737%{transform:translate(41.2873vw,40.737vh) scale(.145)}to{transform:translate(38.47805vw,100vh) scale(.145)}}.snow:nth-child(285){opacity:.7426;transform:translate(4.378vw,-10px) scale(.2958);animation:fall-285 24s -11s linear infinite}@keyframes fall-285{59.589%{transform:translate(6.32vw,59.589vh) scale(.2958)}to{transform:translate(5.349vw,100vh) scale(.2958)}}.snow:nth-child(286){opacity:.872;transform:translate(82.1146vw,-10px) scale(.4662);animation:fall-286 27s -30s linear infinite}@keyframes fall-286{68.686%{transform:translate(80.3479vw,68.686vh) scale(.4662)}to{transform:translate(81.23125vw,100vh) scale(.4662)}}.snow:nth-child(287){opacity:.0014;transform:translate(7.3024vw,-10px) scale(.1878);animation:fall-287 16s -26s linear infinite}@keyframes fall-287{55.045%{transform:translate(10.0998vw,55.045vh) scale(.1878)}to{transform:translate(8.7011vw,100vh) scale(.1878)}}.snow:nth-child(288){opacity:1.821;transform:translate(19.9473vw,-10px) scale(.7248);animation:fall-288 11s -9s linear infinite}@keyframes fall-288{49.649%{transform:translate(28.0872vw,49.649vh) scale(.7248)}to{transform:translate(24.01725vw,100vh) scale(.7248)}}.snow:nth-child(289){opacity:.8334;transform:translate(46.0757vw,-10px) scale(.2399);animation:fall-289 17s -24s linear infinite}@keyframes fall-289{36.642%{transform:translate(45.7301vw,36.642vh) scale(.2399)}to{transform:translate(45.9029vw,100vh) scale(.2399)}}.snow:nth-child(290){opacity:1.8532;transform:translate(68.3847vw,-10px) scale(.2462);animation:fall-290 23s -11s linear infinite}@keyframes fall-290{65.677%{transform:translate(78.3024vw,65.677vh) scale(.2462)}to{transform:translate(73.34355vw,100vh) scale(.2462)}}.snow:nth-child(291){opacity:.1776;transform:translate(6.8444vw,-10px) scale(.6263);animation:fall-291 23s -26s linear infinite}@keyframes fall-291{73.943%{transform:translate(.6353vw,73.943vh) scale(.6263)}to{transform:translate(3.73985vw,100vh) scale(.6263)}}.snow:nth-child(292){opacity:1.8764;transform:translate(60.6337vw,-10px) scale(.293);animation:fall-292 30s -9s linear infinite}@keyframes fall-292{52.627%{transform:translate(57.2794vw,52.627vh) scale(.293)}to{transform:translate(58.95655vw,100vh) scale(.293)}}.snow:nth-child(293){opacity:.2556;transform:translate(40.2057vw,-10px) scale(.4087);animation:fall-293 27s -20s linear infinite}@keyframes fall-293{45.245%{transform:translate(34.5062vw,45.245vh) scale(.4087)}to{transform:translate(37.35595vw,100vh) scale(.4087)}}.snow:nth-child(294){opacity:.9976;transform:translate(.2399vw,-10px) scale(.9373);animation:fall-294 29s -26s linear infinite}@keyframes fall-294{56.61%{transform:translate(-5.7779vw,56.61vh) scale(.9373)}to{transform:translate(-2.769vw,100vh) scale(.9373)}}.snow:nth-child(295){opacity:.547;transform:translate(95.5639vw,-10px) scale(.7191);animation:fall-295 19s -25s linear infinite}@keyframes fall-295{38.529%{transform:translate(88.6653vw,38.529vh) scale(.7191)}to{transform:translate(92.1146vw,100vh) scale(.7191)}}.snow:nth-child(296){opacity:.0346;transform:translate(94.2476vw,-10px) scale(.8141);animation:fall-296 22s -6s linear infinite}@keyframes fall-296{68.154%{transform:translate(86.6923vw,68.154vh) scale(.8141)}to{transform:translate(90.46995vw,100vh) scale(.8141)}}.snow:nth-child(297){opacity:1.3298;transform:translate(51.9915vw,-10px) scale(.8171);animation:fall-297 18s -18s linear infinite}@keyframes fall-297{55.41%{transform:translate(59.5388vw,55.41vh) scale(.8171)}to{transform:translate(55.76515vw,100vh) scale(.8171)}}.snow:nth-child(298){opacity:.8736;transform:translate(54.6317vw,-10px) scale(.6184);animation:fall-298 29s -1s linear infinite}@keyframes fall-298{35.798%{transform:translate(49.4019vw,35.798vh) scale(.6184)}to{transform:translate(52.0168vw,100vh) scale(.6184)}}.snow:nth-child(299){opacity:1.4092;transform:translate(97.8039vw,-10px) scale(.0281);animation:fall-299 14s -1s linear infinite}@keyframes fall-299{45.71%{transform:translate(89.6088vw,45.71vh) scale(.0281)}to{transform:translate(93.70635vw,100vh) scale(.0281)}}.snow:nth-child(300){opacity:.5752;transform:translate(27.0442vw,-10px) scale(.5676);animation:fall-300 23s -2s linear infinite}@keyframes fall-300{61.806%{transform:translate(27.6426vw,61.806vh) scale(.5676)}to{transform:translate(27.3434vw,100vh) scale(.5676)}}.snow:nth-child(301){opacity:1.1816;transform:translate(68.8443vw,-10px) scale(.5604);animation:fall-301 26s -23s linear infinite}@keyframes fall-301{59.587%{transform:translate(76.3996vw,59.587vh) scale(.5604)}to{transform:translate(72.62195vw,100vh) scale(.5604)}}.snow:nth-child(302){opacity:1.7316;transform:translate(73.1702vw,-10px) scale(.7307);animation:fall-302 22s -25s linear infinite}@keyframes fall-302{54.314%{transform:translate(72.4084vw,54.314vh) scale(.7307)}to{transform:translate(72.7893vw,100vh) scale(.7307)}}.snow:nth-child(303){opacity:1.304;transform:translate(69.2468vw,-10px) scale(.9705);animation:fall-303 10s -21s linear infinite}@keyframes fall-303{59.652%{transform:translate(78.2037vw,59.652vh) scale(.9705)}to{transform:translate(73.72525vw,100vh) scale(.9705)}}.snow:nth-child(304){opacity:1.6822;transform:translate(2.0464vw,-10px) scale(.1478);animation:fall-304 27s -8s linear infinite}@keyframes fall-304{43.597%{transform:translate(-3.7196vw,43.597vh) scale(.1478)}to{transform:translate(-.8366vw,100vh) scale(.1478)}}.snow:nth-child(305){opacity:1.9682;transform:translate(1.2034vw,-10px) scale(.6631);animation:fall-305 30s -19s linear infinite}@keyframes fall-305{79.824%{transform:translate(.253vw,79.824vh) scale(.6631)}to{transform:translate(.7282vw,100vh) scale(.6631)}}.snow:nth-child(306){opacity:1.3854;transform:translate(48.26vw,-10px) scale(.3146);animation:fall-306 15s -1s linear infinite}@keyframes fall-306{43.437%{transform:translate(38.8131vw,43.437vh) scale(.3146)}to{transform:translate(43.53655vw,100vh) scale(.3146)}}.snow:nth-child(307){opacity:.6974;transform:translate(89.8128vw,-10px) scale(.4244);animation:fall-307 25s -11s linear infinite}@keyframes fall-307{73.341%{transform:translate(84.7449vw,73.341vh) scale(.4244)}to{transform:translate(87.27885vw,100vh) scale(.4244)}}.snow:nth-child(308){opacity:.8172;transform:translate(35.8396vw,-10px) scale(.7667);animation:fall-308 11s -17s linear infinite}@keyframes fall-308{58.593%{transform:translate(45.3636vw,58.593vh) scale(.7667)}to{transform:translate(40.6016vw,100vh) scale(.7667)}}.snow:nth-child(309){opacity:.371;transform:translate(10.5285vw,-10px) scale(.3917);animation:fall-309 21s -16s linear infinite}@keyframes fall-309{57.946%{transform:translate(18.5355vw,57.946vh) scale(.3917)}to{transform:translate(14.532vw,100vh) scale(.3917)}}.snow:nth-child(310){opacity:.171;transform:translate(.6392vw,-10px) scale(.8655);animation:fall-310 13s -6s linear infinite}@keyframes fall-310{40.616%{transform:translate(4.8042vw,40.616vh) scale(.8655)}to{transform:translate(2.7217vw,100vh) scale(.8655)}}.snow:nth-child(311){opacity:1.9032;transform:translate(43.4708vw,-10px) scale(.0189);animation:fall-311 25s -14s linear infinite}@keyframes fall-311{74.029%{transform:translate(43.154vw,74.029vh) scale(.0189)}to{transform:translate(43.3124vw,100vh) scale(.0189)}}.snow:nth-child(312){opacity:.8238;transform:translate(22.6368vw,-10px) scale(.7958);animation:fall-312 10s -18s linear infinite}@keyframes fall-312{39.688%{transform:translate(22.711vw,39.688vh) scale(.7958)}to{transform:translate(22.6739vw,100vh) scale(.7958)}}.snow:nth-child(313){opacity:.6806;transform:translate(83.3528vw,-10px) scale(.3067);animation:fall-313 19s -5s linear infinite}@keyframes fall-313{50.755%{transform:translate(77.8293vw,50.755vh) scale(.3067)}to{transform:translate(80.59105vw,100vh) scale(.3067)}}.snow:nth-child(314){opacity:.4854;transform:translate(1.4944vw,-10px) scale(.5129);animation:fall-314 19s -28s linear infinite}@keyframes fall-314{59.104%{transform:translate(-.3035vw,59.104vh) scale(.5129)}to{transform:translate(.59545vw,100vh) scale(.5129)}}.snow:nth-child(315){opacity:.9742;transform:translate(20.8509vw,-10px) scale(.1591);animation:fall-315 20s -13s linear infinite}@keyframes fall-315{70.787%{transform:translate(13.2353vw,70.787vh) scale(.1591)}to{transform:translate(17.0431vw,100vh) scale(.1591)}}.snow:nth-child(316){opacity:.9452;transform:translate(54.2791vw,-10px) scale(.9918);animation:fall-316 21s -20s linear infinite}@keyframes fall-316{72.746%{transform:translate(48.3786vw,72.746vh) scale(.9918)}to{transform:translate(51.32885vw,100vh) scale(.9918)}}.snow:nth-child(317){opacity:.7604;transform:translate(46.6109vw,-10px) scale(.1851);animation:fall-317 28s -27s linear infinite}@keyframes fall-317{63.477%{transform:translate(52.8859vw,63.477vh) scale(.1851)}to{transform:translate(49.7484vw,100vh) scale(.1851)}}.snow:nth-child(318){opacity:.202;transform:translate(23.6577vw,-10px) scale(.372);animation:fall-318 26s -30s linear infinite}@keyframes fall-318{65.056%{transform:translate(15.8397vw,65.056vh) scale(.372)}to{transform:translate(19.7487vw,100vh) scale(.372)}}.snow:nth-child(319){opacity:1.59;transform:translate(65.0031vw,-10px) scale(.1578);animation:fall-319 24s -1s linear infinite}@keyframes fall-319{59.541%{transform:translate(60.0341vw,59.541vh) scale(.1578)}to{transform:translate(62.5186vw,100vh) scale(.1578)}}.snow:nth-child(320){opacity:1.0746;transform:translate(91.8579vw,-10px) scale(.4168);animation:fall-320 22s -5s linear infinite}@keyframes fall-320{67.436%{transform:translate(82.0611vw,67.436vh) scale(.4168)}to{transform:translate(86.9595vw,100vh) scale(.4168)}}.snow:nth-child(321){opacity:.8672;transform:translate(53.777vw,-10px) scale(.4605);animation:fall-321 12s -30s linear infinite}@keyframes fall-321{58.266%{transform:translate(52.9767vw,58.266vh) scale(.4605)}to{transform:translate(53.37685vw,100vh) scale(.4605)}}.snow:nth-child(322){opacity:.5446;transform:translate(25.4274vw,-10px) scale(.0286);animation:fall-322 28s -12s linear infinite}@keyframes fall-322{59.662%{transform:translate(29.821vw,59.662vh) scale(.0286)}to{transform:translate(27.6242vw,100vh) scale(.0286)}}.snow:nth-child(323){opacity:1.5256;transform:translate(16.6863vw,-10px) scale(.2711);animation:fall-323 14s -26s linear infinite}@keyframes fall-323{44.952%{transform:translate(20.6353vw,44.952vh) scale(.2711)}to{transform:translate(18.6608vw,100vh) scale(.2711)}}.snow:nth-child(324){opacity:.7972;transform:translate(65.9249vw,-10px) scale(.162);animation:fall-324 30s -25s linear infinite}@keyframes fall-324{31.546%{transform:translate(57.8434vw,31.546vh) scale(.162)}to{transform:translate(61.88415vw,100vh) scale(.162)}}.snow:nth-child(325){opacity:1.9854;transform:translate(70.3861vw,-10px) scale(.7152);animation:fall-325 17s -14s linear infinite}@keyframes fall-325{72.435%{transform:translate(69.5157vw,72.435vh) scale(.7152)}to{transform:translate(69.9509vw,100vh) scale(.7152)}}.snow:nth-child(326){opacity:.3494;transform:translate(1.305vw,-10px) scale(.6765);animation:fall-326 24s -2s linear infinite}@keyframes fall-326{57.225%{transform:translate(-.3012vw,57.225vh) scale(.6765)}to{transform:translate(.5019vw,100vh) scale(.6765)}}.snow:nth-child(327){opacity:.6158;transform:translate(61.5851vw,-10px) scale(.51);animation:fall-327 11s -12s linear infinite}@keyframes fall-327{42.119%{transform:translate(58.6981vw,42.119vh) scale(.51)}to{transform:translate(60.1416vw,100vh) scale(.51)}}.snow:nth-child(328){opacity:1.3854;transform:translate(15.7388vw,-10px) scale(.7669);animation:fall-328 25s -12s linear infinite}@keyframes fall-328{49.467%{transform:translate(6.3209vw,49.467vh) scale(.7669)}to{transform:translate(11.02985vw,100vh) scale(.7669)}}.snow:nth-child(329){opacity:1.5014;transform:translate(17.867vw,-10px) scale(.5745);animation:fall-329 12s -16s linear infinite}@keyframes fall-329{39.204%{transform:translate(8.1759vw,39.204vh) scale(.5745)}to{transform:translate(13.02145vw,100vh) scale(.5745)}}.snow:nth-child(330){opacity:.5394;transform:translate(39.1904vw,-10px) scale(.7066);animation:fall-330 30s -15s linear infinite}@keyframes fall-330{68.519%{transform:translate(47.1855vw,68.519vh) scale(.7066)}to{transform:translate(43.18795vw,100vh) scale(.7066)}}.snow:nth-child(331){opacity:1.839;transform:translate(13.4638vw,-10px) scale(.6955);animation:fall-331 29s -21s linear infinite}@keyframes fall-331{48.26%{transform:translate(12.6075vw,48.26vh) scale(.6955)}to{transform:translate(13.03565vw,100vh) scale(.6955)}}.snow:nth-child(332){opacity:1.9696;transform:translate(8.7976vw,-10px) scale(.9772);animation:fall-332 10s -1s linear infinite}@keyframes fall-332{30.911%{transform:translate(2.1805vw,30.911vh) scale(.9772)}to{transform:translate(5.48905vw,100vh) scale(.9772)}}.snow:nth-child(333){opacity:1.626;transform:translate(76.3622vw,-10px) scale(.532);animation:fall-333 15s -23s linear infinite}@keyframes fall-333{57.426%{transform:translate(70.1125vw,57.426vh) scale(.532)}to{transform:translate(73.23735vw,100vh) scale(.532)}}.snow:nth-child(334){opacity:.3496;transform:translate(87.4408vw,-10px) scale(.9158);animation:fall-334 11s -22s linear infinite}@keyframes fall-334{30.569%{transform:translate(95.4958vw,30.569vh) scale(.9158)}to{transform:translate(91.4683vw,100vh) scale(.9158)}}.snow:nth-child(335){opacity:.3594;transform:translate(74.6056vw,-10px) scale(.6203);animation:fall-335 28s -3s linear infinite}@keyframes fall-335{61.91%{transform:translate(74.8218vw,61.91vh) scale(.6203)}to{transform:translate(74.7137vw,100vh) scale(.6203)}}.snow:nth-child(336){opacity:.3092;transform:translate(5.8414vw,-10px) scale(.9863);animation:fall-336 27s -6s linear infinite}@keyframes fall-336{48.226%{transform:translate(8.2233vw,48.226vh) scale(.9863)}to{transform:translate(7.03235vw,100vh) scale(.9863)}}.snow:nth-child(337){opacity:1.4162;transform:translate(77.2586vw,-10px) scale(.2256);animation:fall-337 17s -15s linear infinite}@keyframes fall-337{78.732%{transform:translate(81.9994vw,78.732vh) scale(.2256)}to{transform:translate(79.629vw,100vh) scale(.2256)}}.snow:nth-child(338){opacity:.4976;transform:translate(.8259vw,-10px) scale(.8642);animation:fall-338 21s -19s linear infinite}@keyframes fall-338{35.459%{transform:translate(-7.2301vw,35.459vh) scale(.8642)}to{transform:translate(-3.2021vw,100vh) scale(.8642)}}.snow:nth-child(339){opacity:.1516;transform:translate(79.5753vw,-10px) scale(.0151);animation:fall-339 15s -30s linear infinite}@keyframes fall-339{46.837%{transform:translate(75.2949vw,46.837vh) scale(.0151)}to{transform:translate(77.4351vw,100vh) scale(.0151)}}.snow:nth-child(340){opacity:1.5374;transform:translate(74.5501vw,-10px) scale(.1667);animation:fall-340 23s -19s linear infinite}@keyframes fall-340{65.314%{transform:translate(71.4148vw,65.314vh) scale(.1667)}to{transform:translate(72.98245vw,100vh) scale(.1667)}}.snow:nth-child(341){opacity:.756;transform:translate(52.8425vw,-10px) scale(.8021);animation:fall-341 16s -20s linear infinite}@keyframes fall-341{75.165%{transform:translate(56.2576vw,75.165vh) scale(.8021)}to{transform:translate(54.55005vw,100vh) scale(.8021)}}.snow:nth-child(342){opacity:.6034;transform:translate(83.7006vw,-10px) scale(.4986);animation:fall-342 19s -26s linear infinite}@keyframes fall-342{54.516%{transform:translate(82.7106vw,54.516vh) scale(.4986)}to{transform:translate(83.2056vw,100vh) scale(.4986)}}.snow:nth-child(343){opacity:.4042;transform:translate(81.7101vw,-10px) scale(.0246);animation:fall-343 25s -21s linear infinite}@keyframes fall-343{72.207%{transform:translate(73.4136vw,72.207vh) scale(.0246)}to{transform:translate(77.56185vw,100vh) scale(.0246)}}.snow:nth-child(344){opacity:1.65;transform:translate(77.7246vw,-10px) scale(.0439);animation:fall-344 18s -28s linear infinite}@keyframes fall-344{60.831%{transform:translate(72.8758vw,60.831vh) scale(.0439)}to{transform:translate(75.3002vw,100vh) scale(.0439)}}.snow:nth-child(345){opacity:1.4676;transform:translate(32.8378vw,-10px) scale(.3287);animation:fall-345 13s -18s linear infinite}@keyframes fall-345{68.906%{transform:translate(29.8751vw,68.906vh) scale(.3287)}to{transform:translate(31.35645vw,100vh) scale(.3287)}}.snow:nth-child(346){opacity:1.515;transform:translate(34.3615vw,-10px) scale(.946);animation:fall-346 28s -7s linear infinite}@keyframes fall-346{61.329%{transform:translate(39.4315vw,61.329vh) scale(.946)}to{transform:translate(36.8965vw,100vh) scale(.946)}}.snow:nth-child(347){opacity:.247;transform:translate(75.2947vw,-10px) scale(.5107);animation:fall-347 25s -15s linear infinite}@keyframes fall-347{67.405%{transform:translate(70.2822vw,67.405vh) scale(.5107)}to{transform:translate(72.78845vw,100vh) scale(.5107)}}.snow:nth-child(348){opacity:.6714;transform:translate(89.4024vw,-10px) scale(.121);animation:fall-348 27s -17s linear infinite}@keyframes fall-348{64.578%{transform:translate(83.8594vw,64.578vh) scale(.121)}to{transform:translate(86.6309vw,100vh) scale(.121)}}.snow:nth-child(349){opacity:1.7266;transform:translate(8.2554vw,-10px) scale(.4165);animation:fall-349 17s -19s linear infinite}@keyframes fall-349{75.009%{transform:translate(4.4059vw,75.009vh) scale(.4165)}to{transform:translate(6.33065vw,100vh) scale(.4165)}}.snow:nth-child(350){opacity:.3632;transform:translate(15.6002vw,-10px) scale(.1539);animation:fall-350 28s -20s linear infinite}@keyframes fall-350{61.006%{transform:translate(20.341vw,61.006vh) scale(.1539)}to{transform:translate(17.9706vw,100vh) scale(.1539)}}.snow:nth-child(351){opacity:1.3572;transform:translate(30.9001vw,-10px) scale(.5962);animation:fall-351 26s -7s linear infinite}@keyframes fall-351{49.791%{transform:translate(21.2357vw,49.791vh) scale(.5962)}to{transform:translate(26.0679vw,100vh) scale(.5962)}}.snow:nth-child(352){opacity:1.0454;transform:translate(83.4944vw,-10px) scale(.3438);animation:fall-352 25s -14s linear infinite}@keyframes fall-352{62.251%{transform:translate(89.9997vw,62.251vh) scale(.3438)}to{transform:translate(86.74705vw,100vh) scale(.3438)}}.snow:nth-child(353){opacity:1.887;transform:translate(44.4428vw,-10px) scale(.0972);animation:fall-353 12s -24s linear infinite}@keyframes fall-353{64.331%{transform:translate(35.0917vw,64.331vh) scale(.0972)}to{transform:translate(39.76725vw,100vh) scale(.0972)}}.snow:nth-child(354){opacity:.9388;transform:translate(44.9353vw,-10px) scale(.832);animation:fall-354 14s -16s linear infinite}@keyframes fall-354{32.917%{transform:translate(45.9244vw,32.917vh) scale(.832)}to{transform:translate(45.42985vw,100vh) scale(.832)}}.snow:nth-child(355){opacity:1.825;transform:translate(31.3488vw,-10px) scale(.9416);animation:fall-355 10s -21s linear infinite}@keyframes fall-355{34.08%{transform:translate(31.1438vw,34.08vh) scale(.9416)}to{transform:translate(31.2463vw,100vh) scale(.9416)}}.snow:nth-child(356){opacity:.0708;transform:translate(46.2914vw,-10px) scale(.7822);animation:fall-356 11s -20s linear infinite}@keyframes fall-356{42.31%{transform:translate(54.184vw,42.31vh) scale(.7822)}to{transform:translate(50.2377vw,100vh) scale(.7822)}}.snow:nth-child(357){opacity:1.4032;transform:translate(12.727vw,-10px) scale(.2118);animation:fall-357 30s -19s linear infinite}@keyframes fall-357{33.169%{transform:translate(21.5474vw,33.169vh) scale(.2118)}to{transform:translate(17.1372vw,100vh) scale(.2118)}}.snow:nth-child(358){opacity:.5754;transform:translate(60.6101vw,-10px) scale(.0849);animation:fall-358 21s -25s linear infinite}@keyframes fall-358{76.566%{transform:translate(55.4892vw,76.566vh) scale(.0849)}to{transform:translate(58.04965vw,100vh) scale(.0849)}}.snow:nth-child(359){opacity:1.7774;transform:translate(91.9331vw,-10px) scale(.4574);animation:fall-359 11s -30s linear infinite}@keyframes fall-359{47.145%{transform:translate(89.138vw,47.145vh) scale(.4574)}to{transform:translate(90.53555vw,100vh) scale(.4574)}}.snow:nth-child(360){opacity:1.7952;transform:translate(2.8069vw,-10px) scale(.9424);animation:fall-360 13s -23s linear infinite}@keyframes fall-360{57.871%{transform:translate(10.0646vw,57.871vh) scale(.9424)}to{transform:translate(6.43575vw,100vh) scale(.9424)}}.snow:nth-child(361){opacity:.4596;transform:translate(14.9431vw,-10px) scale(.468);animation:fall-361 16s -18s linear infinite}@keyframes fall-361{57.464%{transform:translate(18.988vw,57.464vh) scale(.468)}to{transform:translate(16.96555vw,100vh) scale(.468)}}.snow:nth-child(362){opacity:1.707;transform:translate(44.97vw,-10px) scale(.0412);animation:fall-362 14s -16s linear infinite}@keyframes fall-362{65.12%{transform:translate(46.3416vw,65.12vh) scale(.0412)}to{transform:translate(45.6558vw,100vh) scale(.0412)}}.snow:nth-child(363){opacity:.0164;transform:translate(84.7387vw,-10px) scale(.6158);animation:fall-363 26s -7s linear infinite}@keyframes fall-363{69.351%{transform:translate(92.9764vw,69.351vh) scale(.6158)}to{transform:translate(88.85755vw,100vh) scale(.6158)}}.snow:nth-child(364){opacity:.9688;transform:translate(33.995vw,-10px) scale(.0581);animation:fall-364 19s -28s linear infinite}@keyframes fall-364{62.596%{transform:translate(31.0721vw,62.596vh) scale(.0581)}to{transform:translate(32.53355vw,100vh) scale(.0581)}}.snow:nth-child(365){opacity:1.6952;transform:translate(29.7353vw,-10px) scale(.3289);animation:fall-365 26s -17s linear infinite}@keyframes fall-365{58.506%{transform:translate(34.7759vw,58.506vh) scale(.3289)}to{transform:translate(32.2556vw,100vh) scale(.3289)}}.snow:nth-child(366){opacity:.7868;transform:translate(26.4085vw,-10px) scale(.392);animation:fall-366 10s -13s linear infinite}@keyframes fall-366{43.831%{transform:translate(23.4353vw,43.831vh) scale(.392)}to{transform:translate(24.9219vw,100vh) scale(.392)}}.snow:nth-child(367){opacity:1.3594;transform:translate(33.8069vw,-10px) scale(.5003);animation:fall-367 24s -13s linear infinite}@keyframes fall-367{69.963%{transform:translate(41.3816vw,69.963vh) scale(.5003)}to{transform:translate(37.59425vw,100vh) scale(.5003)}}.snow:nth-child(368){opacity:.3162;transform:translate(21.2531vw,-10px) scale(.6057);animation:fall-368 30s -3s linear infinite}@keyframes fall-368{70.106%{transform:translate(22.005vw,70.106vh) scale(.6057)}to{transform:translate(21.62905vw,100vh) scale(.6057)}}.snow:nth-child(369){opacity:.2858;transform:translate(91.4601vw,-10px) scale(.2672);animation:fall-369 20s -20s linear infinite}@keyframes fall-369{36.509%{transform:translate(93.4151vw,36.509vh) scale(.2672)}to{transform:translate(92.4376vw,100vh) scale(.2672)}}.snow:nth-child(370){opacity:.3478;transform:translate(14.3782vw,-10px) scale(.6214);animation:fall-370 26s -8s linear infinite}@keyframes fall-370{68.071%{transform:translate(17.6644vw,68.071vh) scale(.6214)}to{transform:translate(16.0213vw,100vh) scale(.6214)}}.snow:nth-child(371){opacity:1.8166;transform:translate(28.601vw,-10px) scale(.1741);animation:fall-371 14s -1s linear infinite}@keyframes fall-371{37.103%{transform:translate(34.8075vw,37.103vh) scale(.1741)}to{transform:translate(31.70425vw,100vh) scale(.1741)}}.snow:nth-child(372){opacity:1.7664;transform:translate(57.9394vw,-10px) scale(.8681);animation:fall-372 27s -1s linear infinite}@keyframes fall-372{48.428%{transform:translate(52.1145vw,48.428vh) scale(.8681)}to{transform:translate(55.02695vw,100vh) scale(.8681)}}.snow:nth-child(373){opacity:1.8858;transform:translate(6.6865vw,-10px) scale(.7489);animation:fall-373 14s -7s linear infinite}@keyframes fall-373{77.154%{transform:translate(16.608vw,77.154vh) scale(.7489)}to{transform:translate(11.64725vw,100vh) scale(.7489)}}.snow:nth-child(374){opacity:.1182;transform:translate(16.1411vw,-10px) scale(.5592);animation:fall-374 27s -23s linear infinite}@keyframes fall-374{33.156%{transform:translate(10.3097vw,33.156vh) scale(.5592)}to{transform:translate(13.2254vw,100vh) scale(.5592)}}.snow:nth-child(375){opacity:1.26;transform:translate(75.629vw,-10px) scale(.4528);animation:fall-375 11s -7s linear infinite}@keyframes fall-375{71.234%{transform:translate(82.8767vw,71.234vh) scale(.4528)}to{transform:translate(79.25285vw,100vh) scale(.4528)}}.snow:nth-child(376){opacity:.3278;transform:translate(3.3932vw,-10px) scale(.9536);animation:fall-376 26s -8s linear infinite}@keyframes fall-376{54.712%{transform:translate(-3.4006vw,54.712vh) scale(.9536)}to{transform:translate(-.0037vw,100vh) scale(.9536)}}.snow:nth-child(377){opacity:1.8822;transform:translate(15.8464vw,-10px) scale(.4134);animation:fall-377 18s -20s linear infinite}@keyframes fall-377{78.231%{transform:translate(14.2049vw,78.231vh) scale(.4134)}to{transform:translate(15.02565vw,100vh) scale(.4134)}}.snow:nth-child(378){opacity:1.1518;transform:translate(86.064vw,-10px) scale(.5169);animation:fall-378 16s -26s linear infinite}@keyframes fall-378{55.426%{transform:translate(80.8191vw,55.426vh) scale(.5169)}to{transform:translate(83.44155vw,100vh) scale(.5169)}}.snow:nth-child(379){opacity:1.9022;transform:translate(3.3938vw,-10px) scale(.4726);animation:fall-379 24s -5s linear infinite}@keyframes fall-379{43.707%{transform:translate(3.0168vw,43.707vh) scale(.4726)}to{transform:translate(3.2053vw,100vh) scale(.4726)}}.snow:nth-child(380){opacity:.6486;transform:translate(25.6852vw,-10px) scale(.5974);animation:fall-380 20s -27s linear infinite}@keyframes fall-380{76.531%{transform:translate(31.8205vw,76.531vh) scale(.5974)}to{transform:translate(28.75285vw,100vh) scale(.5974)}}.snow:nth-child(381){opacity:1.4828;transform:translate(75.6753vw,-10px) scale(.5955);animation:fall-381 22s -17s linear infinite}@keyframes fall-381{65.87%{transform:translate(69.9006vw,65.87vh) scale(.5955)}to{transform:translate(72.78795vw,100vh) scale(.5955)}}.snow:nth-child(382){opacity:1.078;transform:translate(10.832vw,-10px) scale(.3056);animation:fall-382 27s -1s linear infinite}@keyframes fall-382{66.602%{transform:translate(11.478vw,66.602vh) scale(.3056)}to{transform:translate(11.155vw,100vh) scale(.3056)}}.snow:nth-child(383){opacity:.4552;transform:translate(48.5658vw,-10px) scale(.1822);animation:fall-383 22s -30s linear infinite}@keyframes fall-383{52.292%{transform:translate(44.6512vw,52.292vh) scale(.1822)}to{transform:translate(46.6085vw,100vh) scale(.1822)}}.snow:nth-child(384){opacity:.6724;transform:translate(91.573vw,-10px) scale(.2538);animation:fall-384 10s -11s linear infinite}@keyframes fall-384{61.093%{transform:translate(85.9968vw,61.093vh) scale(.2538)}to{transform:translate(88.7849vw,100vh) scale(.2538)}}.snow:nth-child(385){opacity:1.4394;transform:translate(3.3182vw,-10px) scale(.8411);animation:fall-385 11s -5s linear infinite}@keyframes fall-385{43.292%{transform:translate(-6.3191vw,43.292vh) scale(.8411)}to{transform:translate(-1.50045vw,100vh) scale(.8411)}}.snow:nth-child(386){opacity:.1008;transform:translate(64.2031vw,-10px) scale(.3299);animation:fall-386 21s -14s linear infinite}@keyframes fall-386{40.926%{transform:translate(73.9884vw,40.926vh) scale(.3299)}to{transform:translate(69.09575vw,100vh) scale(.3299)}}.snow:nth-child(387){opacity:1.2404;transform:translate(97.1864vw,-10px) scale(.0203);animation:fall-387 19s -26s linear infinite}@keyframes fall-387{41.902%{transform:translate(91.138vw,41.902vh) scale(.0203)}to{transform:translate(94.1622vw,100vh) scale(.0203)}}.snow:nth-child(388){opacity:1.863;transform:translate(52.6569vw,-10px) scale(.8421);animation:fall-388 10s -23s linear infinite}@keyframes fall-388{40.96%{transform:translate(58.1198vw,40.96vh) scale(.8421)}to{transform:translate(55.38835vw,100vh) scale(.8421)}}.snow:nth-child(389){opacity:.8798;transform:translate(88.7473vw,-10px) scale(.137);animation:fall-389 27s -9s linear infinite}@keyframes fall-389{64.141%{transform:translate(94.1284vw,64.141vh) scale(.137)}to{transform:translate(91.43785vw,100vh) scale(.137)}}.snow:nth-child(390){opacity:1.4;transform:translate(50.9528vw,-10px) scale(.073);animation:fall-390 27s -12s linear infinite}@keyframes fall-390{64.104%{transform:translate(58.9279vw,64.104vh) scale(.073)}to{transform:translate(54.94035vw,100vh) scale(.073)}}.snow:nth-child(391){opacity:.7978;transform:translate(24.9396vw,-10px) scale(.0949);animation:fall-391 14s -10s linear infinite}@keyframes fall-391{54.296%{transform:translate(27.8057vw,54.296vh) scale(.0949)}to{transform:translate(26.37265vw,100vh) scale(.0949)}}.snow:nth-child(392){opacity:1.108;transform:translate(75.3947vw,-10px) scale(.5787);animation:fall-392 17s -30s linear infinite}@keyframes fall-392{74.375%{transform:translate(78.028vw,74.375vh) scale(.5787)}to{transform:translate(76.71135vw,100vh) scale(.5787)}}.snow:nth-child(393){opacity:.5262;transform:translate(53.3558vw,-10px) scale(.5145);animation:fall-393 12s -23s linear infinite}@keyframes fall-393{61.991%{transform:translate(44.6525vw,61.991vh) scale(.5145)}to{transform:translate(49.00415vw,100vh) scale(.5145)}}.snow:nth-child(394){opacity:.9868;transform:translate(87.4066vw,-10px) scale(.9874);animation:fall-394 18s -14s linear infinite}@keyframes fall-394{62.425%{transform:translate(96.1214vw,62.425vh) scale(.9874)}to{transform:translate(91.764vw,100vh) scale(.9874)}}.snow:nth-child(395){opacity:.63;transform:translate(55.0975vw,-10px) scale(.5122);animation:fall-395 18s -8s linear infinite}@keyframes fall-395{46.107%{transform:translate(50.4026vw,46.107vh) scale(.5122)}to{transform:translate(52.75005vw,100vh) scale(.5122)}}.snow:nth-child(396){opacity:1.2074;transform:translate(55.8388vw,-10px) scale(.5709);animation:fall-396 17s -21s linear infinite}@keyframes fall-396{34.798%{transform:translate(62.2109vw,34.798vh) scale(.5709)}to{transform:translate(59.02485vw,100vh) scale(.5709)}}.snow:nth-child(397){opacity:.0342;transform:translate(99.2117vw,-10px) scale(.5855);animation:fall-397 24s -3s linear infinite}@keyframes fall-397{75.824%{transform:translate(109.0092vw,75.824vh) scale(.5855)}to{transform:translate(104.11045vw,100vh) scale(.5855)}}.snow:nth-child(398){opacity:1.6946;transform:translate(92.112vw,-10px) scale(.0811);animation:fall-398 23s -19s linear infinite}@keyframes fall-398{38.907%{transform:translate(89.7317vw,38.907vh) scale(.0811)}to{transform:translate(90.92185vw,100vh) scale(.0811)}}.snow:nth-child(399){opacity:1.3804;transform:translate(49.2398vw,-10px) scale(.0353);animation:fall-399 15s -19s linear infinite}@keyframes fall-399{49.429%{transform:translate(41.4367vw,49.429vh) scale(.0353)}to{transform:translate(45.33825vw,100vh) scale(.0353)}}.snow:nth-child(400){opacity:1.902;transform:translate(67.9334vw,-10px) scale(.8053);animation:fall-400 16s -18s linear infinite}@keyframes fall-400{70.876%{transform:translate(58.6215vw,70.876vh) scale(.8053)}to{transform:translate(63.27745vw,100vh) scale(.8053)}}\n"] }]
|
|
25
25
|
}], ctorParameters: function () { return [{ type: i1.TokenService }, { type: i1.AppState }, { type: i2.Router }]; } });
|
|
26
26
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmUvc3JjL2xpYi9hcHAuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vcHJvamVjdHMvY29yZS9zcmMvbGliL2FwcC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxVQUFVO0FBQ1YsT0FBTyxFQUFFLFNBQVMsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7Ozs7QUFZN0QsTUFBTSxPQUFPLFlBQVk7SUFJckIsWUFBb0IsR0FBaUIsRUFBUyxNQUFnQixFQUFVLE1BQWM7UUFBbEUsUUFBRyxHQUFILEdBQUcsQ0FBYztRQUFTLFdBQU0sR0FBTixNQUFNLENBQVU7UUFBVSxXQUFNLEdBQU4sTUFBTSxDQUFRO1FBRi9FLFVBQUssR0FBYSxFQUFFLENBQUM7UUFJeEIsSUFBSSxJQUFJLENBQUMsTUFBTSxDQUFDLGFBQWE7WUFDekIsS0FBSyxJQUFJLENBQUMsR0FBRyxDQUFDLEVBQUUsQ0FBQyxHQUFHLEdBQUcsRUFBRSxDQUFDLEVBQUU7Z0JBQ3hCLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBRTNCLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLFlBQVk7WUFDdEIsSUFBSSxDQUFDLE1BQU0sQ0FBQyxRQUFRLENBQUMsQ0FBQyxPQUFPLEVBQUUsRUFBRSxPQUFPLEVBQUUsSUFBSSxDQUFDLE1BQU0sQ0FBQyxHQUFHLEVBQUUsQ0FBQyxDQUFDLENBQUM7SUFDdEUsQ0FBQzs7eUdBWlEsWUFBWTs2RkFBWixZQUFZLGdEQ2J6QixpS0FHK0I7MkZEVWxCLFlBQVk7a0JBTnhCLFNBQVM7K0JBQ0ksVUFBVSxpQkFDTCxpQkFBaUIsQ0FBQyxJQUFJIiwic291cmNlc0NvbnRlbnQiOlsiLy8gQW5ndWxhclxyXG5pbXBvcnQgeyBDb21wb25lbnQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgUm91dGVyIH0gZnJvbSBcIkBhbmd1bGFyL3JvdXRlclwiO1xyXG5cclxuLy8gQ29uZmlndXJhemlvbmlcclxuIGltcG9ydCB7IEFwcFN0YXRlLCBUb2tlblNlcnZpY2UgfSBmcm9tIFwiQGVzZmFlbnphL2NvcmUvc2VydmljZXNcIjtcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gICAgc2VsZWN0b3I6ICdhcHAtcm9vdCcsXHJcbiAgICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxyXG4gICAgc3R5bGVVcmxzOiBbXCIuL2FwcC5jb21wb25lbnQuc2Nzc1wiXSxcclxuICAgIHRlbXBsYXRlVXJsOiAnLi9hcHAuY29tcG9uZW50Lmh0bWwnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBBcHBDb21wb25lbnQge1xyXG5cclxuICAgIHB1YmxpYyBzbm93czogbnVtYmVyW10gPSBbXTtcclxuXHJcbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIGJ0czogVG9rZW5TZXJ2aWNlLCBwdWJsaWMgX3N0YXRlOiBBcHBTdGF0ZSwgcHJpdmF0ZSByb3V0ZXI6IFJvdXRlcikge1xyXG5cclxuICAgICAgICBpZiAodGhpcy5fc3RhdGUuY2hyaXN0bWFzVGltZSlcclxuICAgICAgICAgICAgZm9yIChsZXQgaSA9IDA7IGkgPCA0MDA7IGkrKylcclxuICAgICAgICAgICAgICAgIHRoaXMuc25vd3MucHVzaChpKTtcclxuXHJcbiAgICAgICAgaWYgKCF0aGlzLmJ0cy5hY2NvdW50U2NvcGUpXHJcbiAgICAgICAgICAgIHRoaXMucm91dGVyLm5hdmlnYXRlKFtcImxvZ2luXCIsIHsgZnJvbVVybDogdGhpcy5yb3V0ZXIudXJsIH1dKTtcclxuICAgIH1cclxufSIsIjxuZy1jb250YWluZXIgKm5nSWY9XCJfc3RhdGUuY2hyaXN0bWFzVGltZVwiPlxyXG4gICAgPGRpdiAqbmdGb3I9XCJsZXQgaSBvZiBzbm93c1wiIGNsYXNzPVwic25vd1wiPjwvZGl2PlxyXG48L25nLWNvbnRhaW5lcj5cclxuPHJvdXRlci1vdXRsZXQ+PC9yb3V0ZXItb3V0bGV0PiJdfQ==
|