.acquisit-spinner{display:inline-block}.acquisit-spinner .spinner{display:block;position:relative}.acquisit-spinner .spinner .before,.acquisit-spinner .spinner .after{content:"";position:relative;display:block}.acquisit-spinner .spinner .before{border:3px solid #111}.acquisit-spinner .spinner.spinning .before{animation:spinner 2s cubic-bezier(.75,0,.5,1) infinite normal}.acquisit-spinner.size-tiny .spinner.spinning .before{width:16px;height:16px}.acquisit-spinner.size-mini .spinner.spinning .before{width:32px;height:32px}.acquisit-spinner.size-small .spinner.spinning .before{width:48px;height:48px}.acquisit-spinner.size-regular .spinner.spinning .before{width:64px;height:64px}.acquisit-spinner.size-tiny .spinner .before{border-width:2px}@keyframes spinner{50%{border-radius:50%;transform:scale(.5) rotate(360deg)}to{transform:scale(1) rotate(720deg)}}@media (prefers-reduced-motion: reduce){.spinner.spinning:before{animation:spinner-reduced 1.6s cubic-bezier(.75,0,.5,1) infinite normal}@keyframes spinner-reduced{50%{border-radius:50%;transform:scale(.8) rotate(45deg)}to{transform:scale(1) rotate(90deg)}}}.portal-button{display:inline-block;vertical-align:middle;font-size:1rem}.portal-button,.portal-button a{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;touch-action:manipulation}.portal-button .wrapper{cursor:pointer;position:relative;transition:background .2s}.portal-button .wrapper:focus{outline:0}.portal-button .focus-ring{position:absolute;top:0;left:0;right:0;bottom:0;border:2px solid #717E8E;border-radius:6px;opacity:0;z-index:1;pointer-events:none}.portal-button:focus{outline:0}.portal-button:focus .focus-ring{opacity:.5}.portal-button .icon,.portal-button .content-wrapper,.portal-button .spinner{position:relative;z-index:2}.portal-button .hover-background{z-index:1;position:absolute;top:0;bottom:0;left:0;right:0;opacity:0;transition:opacity .2s,background .2s;border-radius:6px}@media (hover: hover){.portal-button:hover .hover-background{opacity:1}}.portal-button .raised-wrapper,.portal-button .pill-wrapper{display:flex;font-weight:600;align-items:center;justify-content:center;border-radius:6px;padding:12px 24px;min-width:36px;position:relative}.portal-button .raised-wrapper .icon,.portal-button .pill-wrapper .icon{width:20px;height:20px}.portal-button .raised-wrapper,.portal-button .raised-wrapper.left,.portal-button .pill-wrapper,.portal-button .pill-wrapper.left{flex-direction:row}.portal-button .raised-wrapper .icon,.portal-button .raised-wrapper .spinner,.portal-button .raised-wrapper.left .icon,.portal-button .raised-wrapper.left .spinner,.portal-button .pill-wrapper .icon,.portal-button .pill-wrapper .spinner,.portal-button .pill-wrapper.left .icon,.portal-button .pill-wrapper.left .spinner{margin:0 10px 0 -2px}.portal-button .raised-wrapper.right,.portal-button .pill-wrapper.right{flex-direction:row-reverse}.portal-button .raised-wrapper.right .icon,.portal-button .raised-wrapper.right .spinner,.portal-button .pill-wrapper.right .icon,.portal-button .pill-wrapper.right .spinner{margin:0 -8px 0 12px}.portal-button .raised-wrapper.top,.portal-button .pill-wrapper.top{flex-direction:column}.portal-button .raised-wrapper.top .icon,.portal-button .raised-wrapper.top .spinner,.portal-button .pill-wrapper.top .icon,.portal-button .pill-wrapper.top .spinner{margin:4px 0 8px}.portal-button .raised-wrapper .focus-ring,.portal-button .pill-wrapper .focus-ring{top:4px;bottom:4px;left:4px;right:4px;border-radius:3px}.portal-button .raised-wrapper .ripple-container,.portal-button .pill-wrapper .ripple-container{z-index:3}.portal-button .raised-wrapper .pulse,.portal-button .pill-wrapper .pulse{border-radius:6px}.portal-button .pill-wrapper{padding:12px 32px}.portal-button .pill-wrapper,.portal-button .pill-wrapper .hover-background,.portal-button .pill-wrapper .focus-ring{border-radius:256px}.portal-button:focus .raised-wrapper .focus-ring,.portal-button:focus .pill-wrapper .focus-ring{opacity:.67}.portal-button .text-wrapper{display:flex;align-items:center;justify-content:center;line-height:1.3}.portal-button .text-wrapper .icon{width:18px;height:18px}.portal-button .text-wrapper,.portal-button .text-wrapper.left{flex-direction:row}.portal-button .text-wrapper .icon,.portal-button .text-wrapper .spinner,.portal-button .text-wrapper.left .icon,.portal-button .text-wrapper.left .spinner{margin-right:6px}.portal-button .text-wrapper.right{flex-direction:row-reverse}.portal-button .text-wrapper.right .icon,.portal-button .text-wrapper.right .spinner{margin-left:6px}.portal-button .text-wrapper.top{flex-direction:column}.portal-button .text-wrapper.top .icon,.portal-button .text-wrapper.top .spinner{margin-bottom:6px}.portal-button .text-wrapper.bottom{flex-direction:column-reverse}.portal-button .text-wrapper.bottom .icon,.portal-button .text-wrapper.bottom .spinner{margin-top:6px}.portal-button .text-wrapper .focus-ring{top:-4px;bottom:-4px;left:-8px;right:-8px}.portal-button .text-wrapper .pulse{border-radius:6px}.portal-button .text-wrapper.disabled{color:#999!important}.portal-button .icon-wrapper{display:flex;align-items:center;justify-content:center;transition:background .2s;border-radius:300px;padding:6px}.portal-button .icon-wrapper .pulse{border-radius:50%;animation-name:button-pulse-uniform}@media (hover: hover){.portal-button .icon-wrapper:hover{background:#0000000a}}.portal-button.full-width{width:100%}.portal-button.size-big .flat-wrapper,.portal-button.size-big .raised-wrapper,.portal-button.size-big .pill-wrapper{padding:16px 24px}.portal-button.bordered .icon-wrapper,.portal-button.bordered .flat-wrapper{border:1px solid #D9D9D9;border-radius:6px}.portal-button.bordered .flat-wrapper{padding:12px 20px;transition:border .2s,color .2s}.portal-button.bordered .flat-wrapper.left .icon,.portal-button.bordered .flat-wrapper.left .spinner{margin-left:0;margin-top:-1px}.portal-button.bordered .flat-wrapper.disabled{filter:grayscale(100%)}.portal-button.bordered .flat-wrapper.disabled .hover-background{display:none}.portal-button.bordered .icon-wrapper.disabled{opacity:.4;pointer-events:none;color:#999!important}.portal-button.bordered .icon-wrapper.disabled .hover-background{display:none}.portal-button.bordered .action-wrapper,.portal-button.bordered .pill-wrapper{border:1px solid #D9D9D9}.portal-button.bordered .focus-ring{border-radius:3px}.portal-button.bordered.theme-dark .icon-wrapper,.portal-button.bordered.theme-dark .flat-wrapper{border-color:#3e4357}.portal-button.underlined .wrapper{text-decoration:underline!important}.portal-button.bold .content-wrapper{font-weight:700!important}.portal-button .action-wrapper{display:flex;align-items:center;justify-content:center;border-radius:100px;width:32px;height:32px}.portal-button .action-wrapper .icon{height:16px;width:16px}.portal-button .action-wrapper .focus-ring{border-radius:50%;top:-6px;left:-6px;right:-6px;bottom:-6px}.portal-button .action-wrapper .hover-background{border-radius:50%}.portal-button .action-wrapper .pulse{border-radius:100px;animation-name:button-pulse-uniform}.portal-button .flat-wrapper{height:inherit;display:flex;align-items:center;justify-content:center;padding:12px 24px;transition:background .2s}.portal-button .flat-wrapper .icon{width:20px;height:20px}.portal-button .flat-wrapper.top{flex-direction:column;text-align:center}.portal-button .flat-wrapper.top .icon,.portal-button .flat-wrapper.top .spinner{margin:0 0 12px}.portal-button .flat-wrapper.left{flex-direction:row}.portal-button .flat-wrapper.left .icon,.portal-button .flat-wrapper.left .spinner{margin-right:12px;margin-left:-6px}.portal-button .flat-wrapper.right{flex-direction:row-reverse}.portal-button .flat-wrapper.right .icon,.portal-button .flat-wrapper.right .spinner{margin-left:12px;margin-right:-6px}.portal-button .flat-wrapper .pulse{border-radius:6px}.portal-button .pulse-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;z-index:3;pointer-events:none}.portal-button .pulse-wrapper .pulse{box-sizing:border-box;position:absolute;top:0;left:0;width:100%;height:100%;border:2px solid transparent;animation-name:button-pulse;animation-duration:1.5s;animation-iteration-count:infinite}@keyframes button-pulse{0%{transform:scale(1.05,1.15);opacity:0}40%{transform:scale(1.1,1.3);opacity:.8}to{transform:scale(1.3,1.5);opacity:0}}@keyframes button-pulse-uniform{0%{transform:scale(1.05);opacity:0}40%{transform:scale(1.2);opacity:.8}to{transform:scale(1.5);opacity:0}}.portal-button.erroring .action-wrapper{background:#f44336!important}.portal-button.erroring .raised-wrapper,.portal-button.erroring .pill-wrapper{background:#f44336!important;box-shadow:0 2px 4px #f443364d,0 2px 5px #cd180b33!important}.portal-button.erroring .icon-wrapper,.portal-button.erroring .text-wrapper{color:#f44336!important}.portal-button.disabled .wrapper,.portal-button.no-interact .wrapper{cursor:default}.portal-button.disabled .wrapper .hover-background,.portal-button.no-interact .wrapper .hover-background{display:none}.portal-button.portal-component+.portal-button{margin-left:24px}.portal-info-box+.portal-button{margin-top:24px}.portal-span+.portal-button.portal-component{margin-top:20px}.portal-span+.portal-button.portal-component.type-text{margin-top:0}.portal-span:not(.space-bottom)+.portal-button.portal-component{margin-top:-8px}.portal-input+.portal-button{margin-top:20px}.acquisit-accordion-item{border:1px solid #D9D9D9;border-radius:12px;position:relative}.acquisit-accordion-item.no-interact{pointer-events:none}.acquisit-accordion-item>.focus-ring{position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;border:2px solid #717E8E;opacity:0;z-index:1;pointer-events:none;border-radius:12px}.acquisit-accordion-item:focus{outline:0}.acquisit-accordion-item:focus>.focus-ring{opacity:.33}.acquisit-accordion-item .accordion-header{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:default;display:flex;position:relative;z-index:2;border-radius:12px;transition:color .3s,background .2s;padding:16px 24px;line-height:1.5}.acquisit-accordion-item .accordion-header>.icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;margin-right:16px;margin-top:2px}.acquisit-accordion-item .accordion-header>.icon svg{height:inherit;width:inherit}.acquisit-accordion-item .accordion-header>.trigger-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;line-height:32px;margin-left:24px;margin-right:-6px;border-radius:512px;transition:transform .3s,background .2s}.acquisit-accordion-item .accordion-header>.trigger-icon svg{width:16px;height:16px}.acquisit-accordion-item .accordion-header .title{display:inline-block;font-size:1.2rem;width:calc(100% - 56px)}@media (hover: hover){.acquisit-accordion-item .accordion-header{cursor:pointer}.acquisit-accordion-item .accordion-header:hover .trigger-icon{background:#717e8e29;color:#717e8e!important}}.acquisit-accordion-item .accordion-content{position:relative;z-index:2;padding:0 24px 24px}.acquisit-accordion-item.collapsed .accordion-header .trigger-icon{transform:rotate(-90deg)}.acquisit-accordion-item.expanded:focus>.focus-ring{opacity:1}.acquisit-accordion-item.expanded .accordion-header{border-bottom-left-radius:0;border-bottom-right-radius:0}.acquisit-accordion-item.expanded .accordion-header .trigger-icon{transform:rotate(90deg)}.acquisit-accordion-item.acquisit-has-errors .accordion-header{color:#f44336;font-weight:600}@media (hover: hover){.acquisit-accordion-item.theme-dark .accordion-header:hover .trigger-icon{background:#3b424a}}.acquisit-accordion-item+.acquisit-accordion-item{margin-top:16px}.acquisit-accordion-item.disabled .accordion-header{color:#717e8e!important;pointer-events:none}.acquisit-accordion-item.disabled>.focus-ring{border-color:#717e8e!important}.acquisit-accordion-item.disabled:focus>.focus-ring{opacity:.2}@media screen and (min-width: 920px){.acquisit-accordion-item{border:0}}.acquisit-span+.acquisit-accordion-item{margin-top:24px}.acquisit-accordion-item+.acquisit-span{margin-top:24px}.strombestilling-step-header{display:flex;align-items:baseline;color:#136cc6}.strombestilling-step-header .step{width:32px;height:32px}.strombestilling-step-header .step .number{display:block;background:#136cc6;border-radius:6px;color:#fff;text-align:center;height:32px;line-height:32px;font-weight:600}.strombestilling-step-header .step .number .icon{vertical-align:middle;height:24px;width:24px;margin-top:-4px}.strombestilling-step-header .title{box-sizing:border-box;width:calc(100% - 48px);padding-left:16px;font-weight:600;color:inherit}.strombestilling-step-header.done{color:#4caf50}.strombestilling-step-header.done .step .number{background:#4caf50}.strombestilling-step-header.disabled{color:#717e8e}.strombestilling-step-header.disabled .step .number{background:#717e8e}.acquisit-markdown .acquisit-markdown-shadow{display:none}.acquisit-checkbox{display:flex;justify-content:left;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;text-decoration:none;color:inherit;padding-left:2px;margin:0;font-size:13px}.acquisit-checkbox.no-interact{pointer-events:none}.acquisit-checkbox+.acquisit-textarea{margin-top:24px}.acquisit-checkbox:focus{outline:0}.acquisit-checkbox .focus-ring{position:absolute;top:0;bottom:0;border:2px solid #717E8E;border-radius:6px;opacity:0;z-index:1;pointer-events:none;left:-12px;right:-12px}.acquisit-checkbox .checkbox-wrapper:focus{outline:0}.acquisit-checkbox .checkbox-wrapper:focus .focus-ring{opacity:.33}.acquisit-checkbox .checkbox-wrapper .focus-trick-wrapper{display:flex;transition:padding .2s;position:relative}.acquisit-checkbox .checkbox-wrapper .focus-trick-wrapper:focus{outline:0}.acquisit-checkbox .checkbox-wrapper .focus-trick-wrapper .checkbox-box{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;box-sizing:content-box;min-width:18px;min-height:18px;height:18px;width:18px;border-radius:4px;cursor:pointer;border:solid 2px rgb(158.4072580645,172.5741935484,191.8927419355);margin:11px 16px 10px 0;transition:all .2s}.acquisit-checkbox .checkbox-wrapper .focus-trick-wrapper .checkbox-box .checkbox-fill{position:absolute;top:-2px;left:-2px;width:22px;height:22px;border-radius:4px}.acquisit-checkbox .checkbox-wrapper .focus-trick-wrapper .checkbox-box .checked-icon{width:22px;height:22px}.acquisit-checkbox .checkbox-wrapper .focus-trick-wrapper .checkbox-box:hover{border-color:#586c87}.acquisit-checkbox .checkbox-wrapper .focus-trick-wrapper .checkbox-icon{align-items:center;justify-content:center;display:block}.acquisit-checkbox .checkbox-wrapper .focus-trick-wrapper label{position:relative;cursor:pointer;transition:color .2s;margin-top:4px;z-index:2;padding-top:6px;padding-bottom:6px;font-size:1.067rem}.acquisit-checkbox .checkbox-wrapper .focus-trick-wrapper label.bold .acquisit-string{font-weight:600}.acquisit-checkbox .checkbox-wrapper .focus-trick-wrapper.label-left{flex-direction:row-reverse}.acquisit-checkbox .checkbox-wrapper .focus-trick-wrapper.label-left label{margin-right:10px}.acquisit-checkbox .children{padding-left:0;padding-bottom:8px}.acquisit-checkbox.children-indented .children{padding-left:38px}.acquisit-checkbox.radio>.checkbox-wrapper .checkbox-box{border-radius:50%;width:20px;height:20px;margin-left:-1px}.acquisit-checkbox.radio>.checkbox-wrapper .checkbox-box .checkbox-fill{border-radius:50%;width:24px;height:24px}.acquisit-checkbox.radio>.checkbox-wrapper .checkbox-box .checked-icon{width:24px;height:24px}.acquisit-checkbox.acquisit-has-errors>.checkbox-wrapper>.focus-trick-wrapper>.checkbox-box{border-color:#f44336}.acquisit-checkbox.acquisit-has-errors>.checkbox-wrapper>.focus-trick-wrapper>label{color:#f44336}.acquisit-checkbox.has-children.children-visible+.acquisit-component{padding-top:8px}.acquisit-checkbox.disabled>.checkbox-wrapper>.focus-trick-wrapper>.checkbox-box{border-color:#bfc3c7;cursor:default}.acquisit-checkbox.disabled>.checkbox-wrapper>.focus-trick-wrapper>label{color:#899097;cursor:default}.fill-enter-active,.fill-leave-active{transition:all .2s}.fill-enter-from,.fill-leave-to{transform:scale(0);opacity:0}.icon-enter-active,.icon-leave-active{transition:all .2s}.icon-enter-from,.icon-leave-to{transform:scaleY(0)}[type=checkbox]:not(:checked),[type=checkbox]:checked{position:absolute;left:-9999px;visibility:hidden}.acquisit-input+.acquisit-checkbox,.acquisit-info-box+.acquisit-checkbox{margin-top:16px}.portal-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:50;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.portal-modal-overlay>.portal-modal{display:flex;flex-direction:column;max-height:100%;overflow-y:auto;width:100%}.portal-modal-overlay>.portal-modal>.portal-modal-header{display:flex;align-items:center;justify-content:flex-end;padding:16px 20px;border-bottom:1px solid transparent}.portal-modal-overlay>.portal-modal>.portal-modal-header>.portal-modal-title{width:100%}.portal-modal-overlay>.portal-modal>.portal-modal-header>.portal-modal-title h2{font-size:20px;font-weight:600;margin:0;padding:0}.portal-modal-overlay>.portal-modal>.portal-modal-header>.portal-modal-close-button-wrapper>.portal-modal-close-button{height:44px;width:44px;position:relative;overflow:hidden;border-radius:100%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s}.portal-modal-overlay>.portal-modal>.portal-modal-header>.portal-modal-close-button-wrapper>.portal-modal-close-button .hover-background{display:block;background:red;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:0;transition:opacity .2s}.portal-modal-overlay>.portal-modal>.portal-modal-header>.portal-modal-close-button-wrapper>.portal-modal-close-button .svg{position:relative;z-index:2}.portal-modal-overlay>.portal-modal>.portal-modal-header>.portal-modal-close-button-wrapper>.portal-modal-close-button:hover{color:#fff}.portal-modal-overlay>.portal-modal>.portal-modal-header>.portal-modal-close-button-wrapper>.portal-modal-close-button:hover .hover-background{opacity:1}.portal-modal-overlay>.portal-modal>.portal-modal-header>.portal-modal-close-button-wrapper .svg{width:24px;height:24px}.portal-modal-overlay>.portal-modal>.portal-modal-header>.portal-modal-close-button-wrapper .svg.colored svg,.portal-modal-overlay>.portal-modal>.portal-modal-header>.portal-modal-close-button-wrapper .svg.colored svg path{fill:currentColor}.portal-modal-overlay>.portal-modal>.portal-modal-content.has-padding{padding:24px}.portal-modal-overlay>.portal-modal>.portal-modal-content .portal-modal-icon{margin-bottom:24px;margin-top:16px}.portal-modal-overlay>.portal-modal>.portal-modal-buttons{padding:20px 24px;display:flex;align-items:center;justify-content:flex-end;gap:16px}.portal-modal-overlay>.portal-modal:not(.has-title)>.portal-modal-content.has-padding{padding-top:24px}.portal-modal-overlay>.portal-modal:not(.has-title)>.portal-modal-content .portal-modal-icon{margin-top:8px}.portal-modal-overlay>.portal-modal:not(.has-title).has-close-button>.portal-modal-content.has-padding{padding-top:0}.portal-modal-overlay>.portal-modal.type-alert>.portal-modal-content{text-align:center}.portal-modal-overlay>.portal-modal.type-alert:not(.has-title)>.portal-modal-content.has-padding{padding-top:36px}.portal-modal-overlay>.portal-modal.type-alert:not(.has-title)>.portal-modal-content .portal-modal-icon{margin-top:-4px}.portal-modal-overlay>.portal-modal.theme-light{background:#fff;border-radius:12px;box-shadow:0 .7px 2.2px -3px #00000004,0 1.6px 5.3px -3px #00000005,0 3px 10px -3px #00000006,0 5.4px 17.9px -3px #00000008,0 10px 33.4px -3px #00000009,0 24px 80px -3px #0000000d}.portal-modal-overlay>.portal-modal.theme-light.has-title>.portal-modal-header{border-bottom-color:#e7e8eb}.portal-modal-overlay>.portal-modal.theme-dark{background:#12171c;color:#eaebeb;border-radius:12px;box-shadow:0 .7px 2.2px #00000007,0 1.6px 5.3px #0000000a,0 3px 10px #0000000d,0 5.4px 17.9px #0000000f,0 10px 33.4px #00000012,0 24px 80px #0000001a,inset 0 1px #080a0c,inset 0 2px #5c6670}.portal-modal-overlay>.portal-modal.type-modal,.portal-modal-overlay>.portal-modal.type-alert{transform:scale(.9) translateY(30%);opacity:0;transition-property:transform,opacity;transition-duration:.3s;transition-timing-function:cubic-bezier(.52,.02,.19,1.02)}.portal-modal-overlay>.portal-modal.type-modal>.portal-modal-content,.portal-modal-overlay>.portal-modal.type-alert>.portal-modal-content{transform:scale(.95) translateY(-24px);transition:transform .3s;transition-delay:.05s}.portal-modal-overlay>.portal-modal.type-modal.visible,.portal-modal-overlay>.portal-modal.type-alert.visible{transform:translateZ(0);opacity:1}.portal-modal-overlay>.portal-modal.type-modal.visible>.portal-modal-content,.portal-modal-overlay>.portal-modal.type-alert.visible>.portal-modal-content{transform:none}.portal-modal-overlay>.portal-modal.type-sheet{transform:translateY(100vh);transition-property:transform,opacity;transition-duration:.4s;transition-timing-function:cubic-bezier(.52,.02,.19,1.02)}.portal-modal-overlay>.portal-modal.type-sheet.visible{transform:translateZ(0)}.portal-modal-overlay>.portal-modal.bounce{animation-name:bounce;animation-duration:.3s;animation-iteration-count:1;animation-direction:alternate}@media screen and (min-width: 816px),(min-width: 601px) and (min-height: 701px){@keyframes bounce{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}}.portal-modal-overlay.theme-light{background:radial-gradient(ellipse at center,#ffffffab,#ffffffeb)}.portal-modal-overlay.theme-dark{background:radial-gradient(ellipse at center,#12171cb3,#12171cf5)}.portal-modal-overlay.visible{opacity:1}.portal-modal-overlay .portal-modal .portal-modal-icon{position:relative;width:80px;height:80px;border:4px solid gray;border-radius:50%;margin:auto;padding:0;box-sizing:content-box}.portal-modal-overlay .portal-modal .portal-modal-icon.portal-modal-error{border-color:#f44336}.portal-modal-overlay .portal-modal .portal-modal-icon.portal-modal-error .portal-modal-x-mark{position:relative;display:block}.portal-modal-overlay .portal-modal .portal-modal-icon.portal-modal-error .portal-modal-line{display:block;position:absolute;top:37px;height:5px;width:47px;background-color:#f44336;border-radius:2px}.portal-modal-overlay .portal-modal .portal-modal-icon.portal-modal-error .portal-modal-line.portal-modal-left{transform:rotate(45deg);left:17px}.portal-modal-overlay .portal-modal .portal-modal-icon.portal-modal-error .portal-modal-line.portal-modal-right{transform:rotate(-45deg);right:16px}.portal-modal-overlay .portal-modal .portal-modal-icon.portal-modal-warning{border-color:#ffa000}.portal-modal-overlay .portal-modal .portal-modal-icon.portal-modal-warning .portal-modal-body{position:absolute;width:5px;height:47px;left:50%;top:10px;margin-left:-2px;border-radius:2px;background-color:#ffa000}.portal-modal-overlay .portal-modal .portal-modal-icon.portal-modal-warning .portal-modal-dot{position:absolute;left:50%;bottom:10px;width:7px;height:7px;margin-left:-3px;border-radius:50%;background-color:#ffa000}.portal-modal-overlay .portal-modal .portal-modal-icon.portal-modal-info{border-color:#136cc5}.portal-modal-overlay .portal-modal .portal-modal-icon.portal-modal-info:before{content:"";position:absolute;width:5px;height:29px;left:50%;bottom:17px;margin-left:-2px;border-radius:2px;background-color:#136cc5}.portal-modal-overlay .portal-modal .portal-modal-icon.portal-modal-info:after{content:"";position:absolute;width:7px;height:7px;top:19px;margin-left:-3px;border-radius:50%;background-color:#136cc5}.portal-modal-overlay .portal-modal .portal-modal-icon.portal-modal-success{border-color:#4caf50}.portal-modal-overlay .portal-modal .portal-modal-icon.portal-modal-success:before,.portal-modal-overlay .portal-modal .portal-modal-icon.portal-modal-success:after{content:"";position:absolute;border-radius:40px;width:60px;height:120px;background:#fff;transform:rotate(45deg)}.portal-modal-overlay .portal-modal .portal-modal-icon.portal-modal-success:before{border-radius:120px 0 0 120px;top:-7px;left:-33px;transform:rotate(-45deg);transform-origin:60px 60px}.portal-modal-overlay .portal-modal .portal-modal-icon.portal-modal-success:after{border-radius:0 120px 120px 0;top:-11px;left:30px;transform:rotate(-45deg);transform-origin:0px 60px}.portal-modal-overlay .portal-modal .portal-modal-icon.portal-modal-success .portal-modal-placeholder{box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2;width:80px;height:80px;border:4px solid rgba(76,175,80,.2);border-radius:50%}.portal-modal-overlay .portal-modal .portal-modal-icon.portal-modal-success .portal-modal-fix{position:absolute;left:28px;top:8px;z-index:1;width:7px;height:90px;background-color:#fff;transform:rotate(-45deg)}.portal-modal-overlay .portal-modal .portal-modal-icon.portal-modal-success .portal-modal-line{display:block;position:absolute;z-index:2;height:5px;background-color:#4caf50;border-radius:2px}.portal-modal-overlay .portal-modal .portal-modal-icon.portal-modal-success .portal-modal-line.portal-modal-tip{width:25px;left:14px;top:46px;transform:rotate(45deg)}.portal-modal-overlay .portal-modal .portal-modal-icon.portal-modal-success .portal-modal-line.portal-modal-long{width:47px;right:8px;top:38px;transform:rotate(-45deg)}.portal-modal-overlay .portal-modal .portal-modal-icon.portal-modal-custom{border-radius:0;border:none;background-size:contain;background-position:center center;background-repeat:no-repeat}.portal-modal-overlay .portal-modal.theme-dark.portal-modal-success:before,.portal-modal-overlay .portal-modal.theme-dark.portal-modal-success:after,.portal-modal-overlay .portal-modal.theme-dark.portal-modal-success .portal-modal-fix{background-color:#12171c}html.backdropfilter .portal-modal-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}@keyframes animateSuccessTip-64e01521{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}to{width:25px;left:14px;top:45px}}@keyframes animateSuccessLong-64e01521{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}to{width:47px;right:8px;top:38px}}@keyframes rotatePlaceholder-64e01521{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}.animateSuccessTip[data-v-64e01521]{animation:animateSuccessTip-64e01521 .75s}.animateSuccessLong[data-v-64e01521]{animation:animateSuccessLong-64e01521 .75s}.portal-modal-icon.animate[data-v-64e01521]:after{animation:rotatePlaceholder-64e01521 4.25s ease-in}@keyframes animateErrorIcon-64e01521{0%{transform:rotateX(100deg);opacity:0}to{transform:rotateX(0);opacity:1}}.animateErrorIcon[data-v-64e01521]{animation:animateErrorIcon-64e01521 .5s}@keyframes animateXMark-64e01521{0%{transform:scale(.4);margin-top:26px;opacity:0}50%{transform:scale(.4);margin-top:26px;opacity:0}80%{transform:scale(1.15);margin-top:-6px}to{transform:scale(1);margin-top:0;opacity:1}}.animateXMark[data-v-64e01521]{animation:animateXMark-64e01521 .5s}@keyframes pulseWarning-64e01521{0%{border-color:#f8d486}to{border-color:#f8bb86}}.pulseWarning[data-v-64e01521]{animation:pulseWarning-64e01521 .75s infinite alternate}@keyframes pulseWarningIns-64e01521{0%{background-color:#f8d486}to{background-color:#f8bb86}}.pulseWarningIns[data-v-64e01521]{animation:pulseWarningIns-64e01521 .75s infinite alternate}@keyframes rotate-loading-64e01521{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vc-popover-content-wrapper{--popover-horizontal-content-offset: 8px;--popover-vertical-content-offset: 10px;--popover-caret-horizontal-offset: 18px;--popover-caret-vertical-offset: 8px;position:absolute;display:block;outline:none;z-index:10}.vc-popover-content-wrapper:not(.is-interactive){pointer-events:none}.vc-popover-content{position:relative;color:var(--vc-popover-content-color);font-weight:var(--vc-font-medium);background-color:var(--vc-popover-content-bg);border:1px solid;border-color:var(--vc-popover-content-border);border-radius:var(--vc-rounded-lg);padding:4px;outline:none;z-index:10;box-shadow:var(--vc-shadow-lg)}.vc-popover-content.direction-bottom{margin-top:var(--popover-vertical-content-offset)}.vc-popover-content.direction-top{margin-bottom:var(--popover-vertical-content-offset)}.vc-popover-content.direction-left{margin-right:var(--popover-horizontal-content-offset)}.vc-popover-content.direction-right{margin-left:var(--popover-horizontal-content-offset)}.vc-popover-caret{content:"";position:absolute;display:block;width:12px;height:12px;border-top:inherit;border-left:inherit;background-color:inherit;z-index:-1}.vc-popover-caret.direction-bottom{top:0}.vc-popover-caret.direction-bottom.align-left{transform:translateY(-50%) rotate(45deg)}.vc-popover-caret.direction-bottom.align-center{transform:translate(-50%) translateY(-50%) rotate(45deg)}.vc-popover-caret.direction-bottom.align-right{transform:translateY(-50%) rotate(45deg)}.vc-popover-caret.direction-top{top:100%}.vc-popover-caret.direction-top.align-left{transform:translateY(-50%) rotate(-135deg)}.vc-popover-caret.direction-top.align-center{transform:translate(-50%) translateY(-50%) rotate(-135deg)}.vc-popover-caret.direction-top.align-right{transform:translateY(-50%) rotate(-135deg)}.vc-popover-caret.direction-left{left:100%}.vc-popover-caret.direction-left.align-top{transform:translate(-50%) rotate(135deg)}.vc-popover-caret.direction-left.align-middle{transform:translateY(-50%) translate(-50%) rotate(135deg)}.vc-popover-caret.direction-left.align-bottom{transform:translate(-50%) rotate(135deg)}.vc-popover-caret.direction-right{left:0}.vc-popover-caret.direction-right.align-top{transform:translate(-50%) rotate(-45deg)}.vc-popover-caret.direction-right.align-middle{transform:translateY(-50%) translate(-50%) rotate(-45deg)}.vc-popover-caret.direction-right.align-bottom{transform:translate(-50%) rotate(-45deg)}.vc-popover-caret.align-left{left:var(--popover-caret-horizontal-offset)}.vc-popover-caret.align-center{left:50%}.vc-popover-caret.align-right{right:var(--popover-caret-horizontal-offset)}.vc-popover-caret.align-top{top:var(--popover-caret-vertical-offset)}.vc-popover-caret.align-middle{top:50%}.vc-popover-caret.align-bottom{bottom:var(--popover-caret-vertical-offset)}.vc-day-popover-row{display:flex;align-items:center;transition:var(--vc-day-content-transition)}.vc-day-popover-row-indicator{display:flex;justify-content:center;align-items:center;flex-grow:0;width:15px}.vc-day-popover-row-indicator span{transition:var(--vc-day-content-transition)}.vc-day-popover-row-label{display:flex;align-items:center;flex-wrap:none;flex-grow:1;width:-moz-max-content;width:max-content;margin-left:4px;margin-right:4px;font-size:var(--vc-text-xs);line-height:var(--vc-leading-normal)}.vc-day-popover-row-highlight{width:8px;height:5px;border-radius:3px}.vc-day-popover-row-bar{width:10px;height:3px}.vc-base-icon{display:inline-block;stroke:currentColor;stroke-width:2;fill:none}.vc-header{display:grid;grid-gap:4px;align-items:center;height:30px;margin-top:10px;padding-left:10px;padding-right:10px}.vc-header.is-lg{font-size:var(--vc-text-lg)}.vc-header.is-xl{font-size:var(--vc-text-xl)}.vc-header.is-2xl{font-size:var(--vc-text-2xl)}.vc-header .vc-title-wrapper{grid-row:1;grid-column:title}.vc-header .vc-prev{grid-row:1;grid-column:prev}.vc-header .vc-next{grid-row:1;grid-column:next}.vc-header .vc-title,.vc-header .vc-prev,.vc-header .vc-next{display:flex;align-items:center;border:0;border-radius:var(--vc-rounded);pointer-events:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.vc-header .vc-title{color:var(--vc-header-title-color);font-weight:var(--vc-font-semibold);white-space:nowrap;padding:0 8px;margin:0;line-height:30px}.vc-header .vc-title:hover{opacity:.75}.vc-header .vc-arrow{display:flex;justify-content:center;align-items:center;color:var(--vc-header-arrow-color);width:28px;height:30px;margin:0;padding:0}.vc-header .vc-arrow:hover{background:var(--vc-header-arrow-hover-bg)}.vc-header .vc-arrow:disabled{opacity:.25;pointer-events:none}.vc-nav-header{display:flex;justify-content:space-between}.vc-nav-title,.vc-nav-arrow,.vc-nav-item{font-size:var(--vc-text-sm);margin:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:0;border-radius:var(--vc-rounded);white-space:nowrap}.vc-nav-title:hover,.vc-nav-arrow:hover,.vc-nav-item:hover{background-color:var(--vc-nav-hover-bg)}.vc-nav-title:disabled,.vc-nav-arrow:disabled,.vc-nav-item:disabled{opacity:.25;pointer-events:none}.vc-nav-title{color:var(--vc-nav-title-color);font-weight:var(--vc-font-bold);line-height:var(--vc-leading-snug);height:30px;padding:0 6px}.vc-nav-arrow{display:flex;justify-content:center;align-items:center;color:var(--vc-header-arrow-color);width:26px;height:30px;padding:0}.vc-nav-items{display:grid;grid-template-columns:repeat(3,1fr);grid-row-gap:2px;grid-column-gap:5px;margin-top:2px}.vc-nav-item{width:48px;text-align:center;font-weight:var(--vc-font-semibold);line-height:var(--vc-leading-snug);padding:6px 0}.vc-nav-item.is-active{color:var(--vc-nav-item-active-color);background-color:var(--vc-nav-item-active-bg);font-weight:var(--vc-font-bold)}.vc-nav-item.is-active:not(:focus){box-shadow:var(--vc-nav-item-active-box-shadow)}.vc-nav-item.is-current{color:var(--vc-nav-item-current-color)}.vc-day{position:relative;min-height:32px;z-index:1}.vc-monthly .is-not-in-month *{opacity:0;pointer-events:none}.vc-day-layer{position:absolute;left:0;right:0;top:0;bottom:0;pointer-events:none}.vc-day-box-center-center{display:flex;justify-content:center;align-items:center;transform-origin:50% 50%}.vc-day-box-left-center{display:flex;justify-content:flex-start;align-items:center;transform-origin:0% 50%}.vc-day-box-right-center{display:flex;justify-content:flex-end;align-items:center;transform-origin:100% 50%}.vc-day-box-center-bottom{display:flex;justify-content:center;align-items:flex-end}.vc-day-content{display:flex;justify-content:center;align-items:center;font-size:var(--vc-text-sm);font-weight:var(--vc-font-medium);width:28px;height:28px;line-height:28px;border-radius:var(--vc-rounded-full);-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.vc-day-content:hover{background-color:var(--vc-day-content-hover-bg)}.vc-day-content.vc-disabled{color:var(--vc-day-content-disabled-color)}.vc-content:not(.vc-base){font-weight:var(--vc-font-bold);color:var(--vc-content-color)}.vc-highlights{overflow:hidden;pointer-events:none;z-index:-1}.vc-highlight{width:28px;height:28px}.vc-highlight.vc-highlight-base-start{width:50%!important;border-radius:0!important;border-right-width:0!important}.vc-highlight.vc-highlight-base-end{width:50%!important;border-radius:0!important;border-left-width:0!important}.vc-highlight.vc-highlight-base-middle{width:100%;border-radius:0!important;border-left-width:0!important;border-right-width:0!important;margin:0 -1px}.vc-highlight-bg-outline,.vc-highlight-bg-none{background-color:var(--vc-highlight-outline-bg);border:2px solid;border-color:var(--vc-highlight-outline-border);border-radius:var(--vc-rounded-full)}.vc-highlight-bg-light{background-color:var(--vc-highlight-light-bg);border-radius:var(--vc-rounded-full)}.vc-highlight-bg-solid{background-color:var(--vc-highlight-solid-bg);border-radius:var(--vc-rounded-full)}.vc-highlight-content-outline,.vc-highlight-content-none{font-weight:var(--vc-font-bold);color:var(--vc-highlight-outline-content-color)}.vc-highlight-content-light{font-weight:var(--vc-font-bold);color:var(--vc-highlight-light-content-color)}.vc-highlight-content-solid{font-weight:var(--vc-font-bold);color:var(--vc-highlight-solid-content-color)}.vc-dots{display:flex;justify-content:center;align-items:center}.vc-dot{width:5px;height:5px;border-radius:9999px;transition:var(--vc-day-content-transition)}.vc-dot:not(:last-child){margin-right:3px}.vc-bars{display:flex;justify-content:flex-start;align-items:center;width:75%}.vc-bar{flex-grow:1;height:3px;transition:var(--vc-day-content-transition)}.vc-dot{background-color:var(--vc-dot-bg)}.vc-bar{background-color:var(--vc-bar-bg)}.vc-pane{min-width:250px}.vc-weeknumber{display:flex;justify-content:center;align-items:center;position:absolute}.vc-weeknumber.is-left{left:calc(var(--vc-weeknumber-offset-inside) * -1)}.vc-weeknumber.is-right{right:calc(var(--vc-weeknumber-offset-inside) * -1)}.vc-weeknumber.is-left-outside{left:calc(var(--vc-weeknumber-offset-outside) * -1)}.vc-weeknumber.is-right-outside{right:calc(var(--vc-weeknumber-offset-outside) * -1)}.vc-weeknumber-content{display:flex;justify-content:center;align-items:center;font-size:var(--vc-text-xs);font-weight:var(--vc-font-medium);font-style:italic;width:28px;height:28px;margin-top:2px;color:var(--vc-weeknumber-color);-webkit-user-select:none;-moz-user-select:none;user-select:none}.vc-weeks{position:relative;-webkit-overflow-scrolling:touch;padding:6px;min-width:232px}.vc-weeks.vc-show-weeknumbers-left{margin-left:var(--vc-weeknumber-offset-inside)}.vc-weeks.vc-show-weeknumbers-right{margin-right:var(--vc-weeknumber-offset-inside)}.vc-weekday{text-align:center;color:var(--vc-weekday-color);font-size:var(--vc-text-sm);font-weight:var(--vc-font-bold);line-height:14px;padding-top:4px;padding-bottom:8px;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vc-week,.vc-weekdays{display:grid;grid-template-columns:repeat(7,1fr);position:relative}.vc-pane-container{width:100%;position:relative}.vc-pane-container.in-transition{overflow:hidden}.vc-pane-layout{display:grid}.vc-pane-header-wrapper{position:absolute;top:0;width:100%;pointer-events:none}.vc-day-popover-container{font-size:var(--vc-text-xs);font-weight:var(--vc-font-medium)}.vc-day-popover-header{font-size:var(--vc-text-xs);color:var(--vc-day-popover-header-color);font-weight:var(--vc-font-semibold);text-align:center}.vc-base-select{position:relative;display:flex;justify-content:center;align-items:center;height:30px;font-size:var(--vc-text-base);font-weight:var(--vc-font-medium)}.vc-base-select.vc-has-icon select{padding:0 27px 0 9px}.vc-base-select.vc-has-icon .vc-base-sizer{padding:0 28px 0 10px}.vc-base-select.vc-fit-content select{position:absolute;top:0;left:0;width:100%}.vc-base-select .vc-base-icon{position:absolute;top:6px;right:4px;opacity:.6;pointer-events:none}.vc-base-select .vc-base-sizer{font-size:var(--vc-text-base);font-weight:var(--vc-font-medium);color:transparent;padding:0 8px;margin:0}.vc-base-select select{display:inline-flex;justify-content:center;color:var(--vc-select-color);display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--vc-select-bg);border-radius:var(--vc-rounded);height:30px;width:-moz-max-content;width:max-content;padding:0 7px;margin:0;line-height:var(--leading-none);text-indent:0px;background-image:none;cursor:pointer;text-align:center}.vc-base-select select:hover{background-color:var(--vc-select-hover-bg)}.vc-base-select select.vc-align-left{text-align:left}.vc-base-select select.vc-align-right{text-align:right}.vc-time-picker{display:flex;flex-direction:column;align-items:center;padding:8px 4px}.vc-time-picker.vc-invalid{pointer-events:none;opacity:.5}.vc-time-picker.vc-attached{border-top:1px solid var(--vc-time-picker-border)}.vc-time-picker>*+*{margin-top:4px}.vc-time-header{display:flex;align-items:center;font-size:var(--vc-text-sm);font-weight:var(--vc-font-semibold);text-transform:uppercase;margin-top:-4px;padding-left:4px;padding-right:4px;line-height:21px}.vc-time-select-group{display:inline-flex;align-items:center;padding:0 4px;background:var(--vc-time-select-group-bg);border-radius:var(--vc-rounded-md);border:1px solid var(--vc-time-select-group-border)}.vc-time-select-group .vc-base-icon{margin-right:4px;color:var(--vc-time-select-group-icon-color)}.vc-time-select-group select{background:transparent;padding:0 4px}.vc-time-weekday{color:var(--vc-time-weekday-color);letter-spacing:var(--tracking-wide)}.vc-time-month{color:var(--vc-time-month-color);margin-left:8px}.vc-time-day{color:var(--vc-time-day-color);margin-left:4px}.vc-time-year{color:var(--vc-time-year-color);margin-left:8px}.vc-time-colon{margin:0 1px 2px 2px}.vc-time-decimal{margin:0 0 0 1px}.vc-none-enter-active,.vc-none-leave-active{transition-duration:0s}.vc-fade-enter-active,.vc-fade-leave-active,.vc-slide-left-enter-active,.vc-slide-left-leave-active,.vc-slide-right-enter-active,.vc-slide-right-leave-active,.vc-slide-up-enter-active,.vc-slide-up-leave-active,.vc-slide-down-enter-active,.vc-slide-down-leave-active,.vc-slide-fade-enter-active,.vc-slide-fade-leave-active{transition:transform var(--vc-slide-duration) var(--vc-slide-timing),opacity var(--vc-slide-duration) var(--vc-slide-timing);backface-visibility:hidden;pointer-events:none}.vc-none-leave-active,.vc-fade-leave-active,.vc-slide-left-leave-active,.vc-slide-right-leave-active,.vc-slide-up-leave-active,.vc-slide-down-leave-active{position:absolute!important;width:100%}.vc-none-enter-from,.vc-none-leave-to,.vc-fade-enter-from,.vc-fade-leave-to,.vc-slide-left-enter-from,.vc-slide-left-leave-to,.vc-slide-right-enter-from,.vc-slide-right-leave-to,.vc-slide-up-enter-from,.vc-slide-up-leave-to,.vc-slide-down-enter-from,.vc-slide-down-leave-to,.vc-slide-fade-enter-from,.vc-slide-fade-leave-to{opacity:0}.vc-slide-left-enter-from,.vc-slide-right-leave-to,.vc-slide-fade-enter-from.direction-left,.vc-slide-fade-leave-to.direction-left{transform:translate(var(--vc-slide-translate))}.vc-slide-right-enter-from,.vc-slide-left-leave-to,.vc-slide-fade-enter-from.direction-right,.vc-slide-fade-leave-to.direction-right{transform:translate(calc(-1 * var(--vc-slide-translate)))}.vc-slide-up-enter-from,.vc-slide-down-leave-to,.vc-slide-fade-enter-from.direction-top,.vc-slide-fade-leave-to.direction-top{transform:translateY(var(--vc-slide-translate))}.vc-slide-down-enter-from,.vc-slide-up-leave-to,.vc-slide-fade-enter-from.direction-bottom,.vc-slide-fade-leave-to.direction-bottom{transform:translateY(calc(-1 * var(--vc-slide-translate)))}:root{--vc-white: #ffffff;--vc-black: #000000;--vc-gray-50: #f8fafc;--vc-gray-100: #f1f5f9;--vc-gray-200: #e2e8f0;--vc-gray-300: #cbd5e1;--vc-gray-400: #94a3b8;--vc-gray-500: #64748b;--vc-gray-600: #475569;--vc-gray-700: #334155;--vc-gray-800: #1e293b;--vc-gray-900: #0f172a;--vc-font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;--vc-font-normal: 400;--vc-font-medium: 500;--vc-font-semibold: 600;--vc-font-bold: 700;--vc-text-2xs: 10px;--vc-text-xs: 12px;--vc-text-sm: 14px;--vc-text-base: 16px;--vc-text-lg: 18px;--vc-text-xl: 20px;--vc-text-2xl: 24px;--vc-leading-none: 1;--vc-leading-tight: 1.25;--vc-leading-snug: 1.375;--vc-leading-normal: 1.5;--vc-rounded: .25rem;--vc-rounded-md: .375rem;--vc-rounded-lg: .5rem;--vc-rounded-full: 9999px;--vc-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--vc-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--vc-shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, .06);--vc-slide-translate: 22px;--vc-slide-duration: .15s;--vc-slide-timing: ease;--vc-day-content-transition: all .13s ease-in;--vc-weeknumber-offset-inside: 26px;--vc-weeknumber-offset-outside: 34px}.vc-gray{--vc-accent-50: var(--vc-gray-50);--vc-accent-100: var(--vc-gray-100);--vc-accent-200: var(--vc-gray-200);--vc-accent-300: var(--vc-gray-300);--vc-accent-400: var(--vc-gray-400);--vc-accent-500: var(--vc-gray-500);--vc-accent-600: var(--vc-gray-600);--vc-accent-700: var(--vc-gray-700);--vc-accent-800: var(--vc-gray-800);--vc-accent-900: var(--vc-gray-900)}.vc-red{--vc-accent-50: #fef2f2;--vc-accent-100: #fee2e2;--vc-accent-200: #fecaca;--vc-accent-300: #fca5a5;--vc-accent-400: #f87171;--vc-accent-500: #ef4444;--vc-accent-600: #dc2626;--vc-accent-700: #b91c1c;--vc-accent-800: #991b1b;--vc-accent-900: #7f1d1d}.vc-orange{--vc-accent-50: #fff7ed;--vc-accent-100: #ffedd5;--vc-accent-200: #fed7aa;--vc-accent-300: #fdba74;--vc-accent-400: #fb923c;--vc-accent-500: #f97316;--vc-accent-600: #ea580c;--vc-accent-700: #c2410c;--vc-accent-800: #9a3412;--vc-accent-900: #7c2d12}.vc-yellow{--vc-accent-50: #fefce8;--vc-accent-100: #fef9c3;--vc-accent-200: #fef08a;--vc-accent-300: #fde047;--vc-accent-400: #facc15;--vc-accent-500: #eab308;--vc-accent-600: #ca8a04;--vc-accent-700: #a16207;--vc-accent-800: #854d0e;--vc-accent-900: #713f12}.vc-green{--vc-accent-50: #f0fdf4;--vc-accent-100: #dcfce7;--vc-accent-200: #bbf7d0;--vc-accent-300: #86efac;--vc-accent-400: #4ade80;--vc-accent-500: #22c55e;--vc-accent-600: #16a34a;--vc-accent-700: #15803d;--vc-accent-800: #166534;--vc-accent-900: #14532d}.vc-teal{--vc-accent-50: #f0fdfa;--vc-accent-100: #ccfbf1;--vc-accent-200: #99f6e4;--vc-accent-300: #5eead4;--vc-accent-400: #2dd4bf;--vc-accent-500: #14b8a6;--vc-accent-600: #0d9488;--vc-accent-700: #0f766e;--vc-accent-800: #115e59;--vc-accent-900: #134e4a}.vc-blue{--vc-accent-50: #eff6ff;--vc-accent-100: #dbeafe;--vc-accent-200: #bfdbfe;--vc-accent-300: #93c5fd;--vc-accent-400: #60a5fa;--vc-accent-500: #3b82f6;--vc-accent-600: #2563eb;--vc-accent-700: #1d4ed8;--vc-accent-800: #1e40af;--vc-accent-900: #1e3a8a}.vc-indigo{--vc-accent-50: #eef2ff;--vc-accent-100: #e0e7ff;--vc-accent-200: #c7d2fe;--vc-accent-300: #a5b4fc;--vc-accent-400: #818cf8;--vc-accent-500: #6366f1;--vc-accent-600: #4f46e5;--vc-accent-700: #4338ca;--vc-accent-800: #3730a3;--vc-accent-900: #312e81}.vc-purple{--vc-accent-50: #faf5ff;--vc-accent-100: #f3e8ff;--vc-accent-200: #e9d5ff;--vc-accent-300: #d8b4fe;--vc-accent-400: #c084fc;--vc-accent-500: #a855f7;--vc-accent-600: #9333ea;--vc-accent-700: #7e22ce;--vc-accent-800: #6b21a8;--vc-accent-900: #581c87}.vc-pink{--vc-accent-50: #fdf2f8;--vc-accent-100: #fce7f3;--vc-accent-200: #fbcfe8;--vc-accent-300: #f9a8d4;--vc-accent-400: #f472b6;--vc-accent-500: #ec4899;--vc-accent-600: #db2777;--vc-accent-700: #be185d;--vc-accent-800: #9d174d;--vc-accent-900: #831843}.vc-focus:focus-within{outline:0;box-shadow:var(--vc-focus-ring)}.vc-light{--vc-color: var(--vc-gray-900);--vc-bg: var(--vc-white);--vc-border: var(--vc-gray-300);--vc-hover-bg: hsla(211, 25%, 84%, .3);--vc-focus-ring: 0 0 0 2px rgb(59, 131, 246, .4);--vc-header-arrow-color: var(--vc-gray-500);--vc-header-arrow-hover-bg: var(--vc-gray-200);--vc-header-title-color: var(--vc-gray-900);--vc-weekday-color: var(--vc-gray-500);--vc-weeknumber-color: var(--vc-gray-400);--vc-nav-hover-bg: var(--vc-gray-200);--vc-nav-title-color: var(--vc-gray-900);--vc-nav-item-hover-box-shadow: none;--vc-nav-item-active-color: var(--vc-white);--vc-nav-item-active-bg: var(--vc-accent-500);--vc-nav-item-active-box-shadow: var(--vc-shadow);--vc-nav-item-current-color: var(--vc-accent-600);--vc-day-popover-container-color: var(--vc-white);--vc-day-popover-container-bg: var(--vc-gray-800);--vc-day-popover-container-border: var(--vc-gray-700);--vc-day-popover-header-color: var(--vc-gray-700);--vc-popover-content-color: var(--vc-gray-900);--vc-popover-content-bg: var(--vc-gray-50);--vc-popover-content-border: var(--vc-gray-300);--vc-time-picker-border: var(--vc-gray-300);--vc-time-weekday-color: var(--vc-gray-700);--vc-time-month-color: var(--vc-accent-600);--vc-time-day-color: var(--vc-accent-600);--vc-time-year-color: var(--vc-gray-500);--vc-time-select-group-bg: var(--vc-gray-50);--vc-time-select-group-border: var(--vc-gray-300);--vc-time-select-group-icon-color: var(--vc-accent-500);--vc-select-color: var(--vc-gray-900);--vc-select-bg: var(--vc-gray-100);--vc-select-hover-bg: var(--vc-gray-200);--vc-day-content-hover-bg: var(--vc-hover-bg);--vc-day-content-disabled-color: var(--vc-gray-400)}.vc-light.vc-attr,.vc-light .vc-attr{--vc-content-color: var(--vc-accent-600);--vc-highlight-outline-bg: var(--vc-white);--vc-highlight-outline-border: var(--vc-accent-600);--vc-highlight-outline-content-color: var(--vc-accent-700);--vc-highlight-light-bg: var(--vc-accent-200);--vc-highlight-light-content-color: var(--vc-accent-900);--vc-highlight-solid-bg: var(--vc-accent-600);--vc-highlight-solid-content-color: var(--vc-white);--vc-dot-bg: var(--vc-accent-600);--vc-bar-bg: var(--vc-accent-600)}.vc-dark{--vc-color: var(--vc-white);--vc-bg: var(--vc-gray-900);--vc-border: var(--vc-gray-700);--vc-hover-bg: hsla(216, 15%, 52%, .3);--vc-focus-ring: 0 0 0 2px rgb(59 130 246 / .7);--vc-header-arrow-color: var(--vc-gray-300);--vc-header-arrow-hover-bg: var(--vc-gray-800);--vc-header-title-color: var(--vc-gray-100);--vc-weekday-color: var(--vc-accent-200);--vc-weeknumber-color: var(--vc-gray-500);--vc-nav-hover-bg: var(--vc-gray-700);--vc-nav-title-color: var(--vc-gray-100);--vc-nav-item-hover-box-shadow: none;--vc-nav-item-active-color: var(--vc-white);--vc-nav-item-active-bg: var(--vc-accent-500);--vc-nav-item-active-box-shadow: none;--vc-nav-item-current-color: var(--vc-accent-400);--vc-day-popover-container-color: var(--vc-gray-800);--vc-day-popover-container-bg: var(--vc-white);--vc-day-popover-container-border: var(--vc-gray-100);--vc-day-popover-header-color: var(--vc-gray-300);--vc-popover-content-color: var(--vc-white);--vc-popover-content-bg: var(--vc-gray-800);--vc-popover-content-border: var(--vc-gray-700);--vc-time-picker-border: var(--vc-gray-700);--vc-time-weekday-color: var(--vc-gray-400);--vc-time-month-color: var(--vc-accent-400);--vc-time-day-color: var(--vc-accent-400);--vc-time-year-color: var(--vc-gray-500);--vc-time-select-group-bg: var(--vc-gray-700);--vc-time-select-group-border: var(--vc-gray-500);--vc-time-select-group-icon-color: var(--vc-accent-400);--vc-select-color: var(--vc-gray-200);--vc-select-bg: var(--vc-gray-700);--vc-select-hover-bg: var(--vc-gray-600);--vc-day-content-hover-bg: var(--vc-hover-bg);--vc-day-content-disabled-color: var(--vc-gray-600)}.vc-dark.vc-attr,.vc-dark .vc-attr{--vc-content-color: var(--vc-accent-500);--vc-highlight-outline-bg: var(--vc-gray-900);--vc-highlight-outline-border: var(--vc-accent-300);--vc-highlight-outline-content-color: var(--vc-accent-200);--vc-highlight-light-bg: var(--vc-accent-800);--vc-highlight-light-content-color: var(--vc-accent-100);--vc-highlight-solid-bg: var(--vc-accent-500);--vc-highlight-solid-content-color: var(--vc-white);--vc-dot-bg: var(--vc-accent-500);--vc-bar-bg: var(--vc-accent-500)}.vc-container{position:relative;display:inline-flex;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;font-family:var(--vc-font-family);color:var(--vc-color);background-color:var(--vc-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}.vc-container,.vc-container *{box-sizing:border-box}.vc-container:focus,.vc-container *:focus{outline:none}.vc-container .vc-container{border:none}.vc-bordered{border:1px solid;border-color:var(--vc-border);border-radius:var(--vc-rounded-lg)}.vc-expanded{min-width:100%}.vc-transparent{background-color:transparent}.vc-date-picker-content{padding:0;background-color:var(--vc-bg)}.vc-date-picker-content .vc-container{border:0}.acquisit-string+.acquisit-input{margin-top:20px}.acquisit-span.space-bottom+.acquisit-input,.acquisit-info-box+.acquisit-input{margin-top:20px}.acquisit-checkbox+.acquisit-input{margin-top:16px}.acquisit-textarea+.acquisit-input,.acquisit-input+.acquisit-textarea{margin-top:16px}.acquisit-product-card+.acquisit-input{margin-top:20px}.acquisit-input{-webkit-tap-highlight-color:transparent;color:#06224d;margin-top:4px;position:relative;transition:all .3s}.acquisit-input .input-wrapper{border:1px solid #B4BFCE;border-radius:6px;cursor:text}.acquisit-input .relative{position:relative;z-index:1}.acquisit-input+.acquisit-input,.acquisit-input+.acquisit-dropdown{margin-top:20px}.acquisit-input input{box-sizing:border-box;font-family:Cerebri Sans,Open Sans,sans-serif;font-weight:500;font-size:1.067rem;outline:0;transition:all .2s;-webkit-tap-highlight-color:transparent;-webkit-appearance:none;outline:none;width:100%;height:100%;padding:11px 12px;border:0px;background:#fff;color:#06224d;border-radius:6px}.acquisit-input input[type=date]{min-height:2.75rem}.acquisit-input input[type=date]{padding-top:13px;padding-bottom:9px}.acquisit-input input::-webkit-datetime-edit{transition-delay:.3s;-webkit-transition:all .3s ease;transition:all .3s ease;color:transparent}.acquisit-input input:disabled{color:#06224d;background:#fbfbfb;opacity:.9}.acquisit-input input:-webkit-autofill{box-shadow:0 0 0 1000px #e6f2fe inset}.acquisit-input>.input-wrapper>.icon{position:absolute;top:calc(50% - 2px);left:14px;transform:translateY(-50%);color:#717e8e}.acquisit-input>.input-wrapper>.icon svg{width:16px;height:16px}.acquisit-input .label{position:absolute;color:#717e8e;cursor:text;z-index:2;padding-left:4px;padding-right:4px;top:50%;left:10px;width:calc(100% - 52px);font-size:1rem;transition:color .2s,top .2s ease,left .2s,width .2s;transform:translateY(-50%);transform-origin:left;background:#fff}.acquisit-input .label .acquisit-string p,.acquisit-input .label>label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor:text}.acquisit-input .suffix{z-index:1;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.acquisit-input .info{display:flex;align-items:flex-start;line-height:1.5;padding:12px 16px 4px;color:#717e8e}.acquisit-input .info .svg{width:20px;height:20px}.acquisit-input .info p{flex-grow:1;padding-left:8px}.acquisit-input .qr-code{width:44px;position:absolute;top:50%;right:0;transform:translateY(-50%);border-left:1px solid #D9D9D9}.acquisit-input .qr-code .qr-code-btn{width:44px}.acquisit-input .qr-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background:#191923db}.acquisit-input .qr-code-wrapper{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;z-index:1001;background:#191923f2}.acquisit-input .qr-code-wrapper .input-label{box-sizing:border-box;position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:flex-start;text-align:center;width:100%;padding:18px 20px;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#00000080;text-shadow:0px 2px 0px rgba(0,0,0,.3)}.acquisit-input .qr-code-wrapper .input-label .label-icon{display:block;height:20px;width:20px;padding-right:16px}.acquisit-input .qr-code-wrapper .input-label .label-icon svg{vertical-align:middle;margin-top:-1px}.acquisit-input .qr-code-wrapper .validation-error{display:flex;align-items:center;justify-content:center;text-align:center;height:100%;line-height:1.5;color:#f44336;padding-left:32px;padding-right:32px}.acquisit-input .qr-code-wrapper .actions{position:absolute;right:8px;top:8px}.acquisit-input .qr-code-wrapper .actions .close-btn{border-radius:100%;background:#f44336;box-shadow:0 3px 5px #f32c1e4d,0 1px 3px #f32c1e99}.acquisit-input .qr-code-wrapper .actions .close-btn .icon-wrapper{color:#fff!important}.acquisit-input.theme-dark{color:#eaedf1}.acquisit-input.theme-dark .input-wrapper{border-color:#56566f}.acquisit-input.theme-dark .label{background:transparent}.acquisit-input.theme-dark input{color:#eaedf1;background:transparent}.acquisit-input.theme-dark .qr-code{border-color:#3e4357}.acquisit-input.theme-dark.filled ::-webkit-datetime-edit,.acquisit-input.theme-dark.focused ::-webkit-datetime-edit{color:#eaedf1}.acquisit-input.theme-dark.filled .label,.acquisit-input.theme-dark.focused .label{background:#191923}@media screen and (max-width: 600px),(max-width: 820px) and (max-height: 700px){.acquisit-input .qr-overlay{display:none}}@media screen and (min-width: 816px),(min-width: 601px) and (min-height: 701px){.acquisit-input.qr{position:relative}.acquisit-input .qr-code-wrapper{position:absolute;top:0%;left:auto;right:0;width:100%;max-width:100%;height:320px;border-radius:8px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 .6px 1.9px #00000005,0 1.6px 4.7px #00000007,0 3.2px 9.6px #00000008,0 6.6px 19.7px #0000000a,0 18px 54px #0000000f}.acquisit-input .qr-code-wrapper video,.acquisit-input .qr-code-wrapper .qrcode-stream-wrapper{border-radius:8px}.acquisit-input .qr-code-wrapper .input-label{background:none;top:-56px;left:-4px;justify-content:flex-start;-webkit-backdrop-filter:none;backdrop-filter:none}.acquisit-input .qr-code-wrapper .actions{top:-24px;right:0}}.acquisit-input .date-picker-wrapper{position:absolute;top:46px;left:0;z-index:5}.acquisit-input .date-picker-wrapper>.vc-container{box-shadow:0 .6px 1.9px #00000005,0 1.6px 4.7px #00000007,0 3.2px 9.6px #00000008,0 6.6px 19.7px #0000000a,0 18px 54px #0000000f;border:0px}.acquisit-input.has-icon input{padding-left:36px}.acquisit-input.has-icon .label{left:34px;width:calc(100% - 43px)}.acquisit-input.has-suffix input{padding-right:44px}.acquisit-input.qr input{width:calc(100% - 44px)}.acquisit-input.qr .label{width:calc(100% - 64px)}.acquisit-input:hover{border-color:#5c718d!important}.acquisit-input.filled ::-webkit-datetime-edit,.acquisit-input.focused ::-webkit-datetime-edit{color:#000000de}.acquisit-input.filled .label,.acquisit-input.focused .label{top:0;left:10px;background:#fff;width:auto;max-width:calc(100% - 10px);transform:translateY(-50%) scale(.9);border-radius:3px}.acquisit-input.disabled.filled .label{border-radius:3px;background:transparent;background:linear-gradient(to bottom,#fff 50%,#f2f2f233)}.acquisit-input.disabled:not(.filled) .label{background:transparent}.acquisit-input.disabled input{background:#f2f2f2;color:#333}.acquisit-input.disabled .input-wrapper{border-color:transparent}.acquisit-input.error{color:#f44336}.acquisit-input.error .label,.acquisit-input.error .label>label,.acquisit-input.error .label .acquisit-string{color:#f44336!important}.acquisit-input.error .input-wrapper{border-color:#f44336!important}.acquisit-input.no-interact{pointer-events:none}.strombestilling-product-chooser-item{display:flex;flex-direction:column;gap:12px;background:#fff;border-radius:12px;padding:20px;width:100%;margin:auto;box-sizing:border-box;transition:transform .7s cubic-bezier(.25,.8,.25,1);animation-delay:.4s}.strombestilling-product-chooser-item .meta{display:flex;flex-direction:column;gap:inherit}.strombestilling-product-chooser-item .logo{height:70px;text-align:center;padding:8px 24px}.strombestilling-product-chooser-item .logo img{box-sizing:border-box;height:48px;width:100%;margin:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.strombestilling-product-chooser-item .title .product-title{font-weight:600;font-size:1.2rem}.strombestilling-product-chooser-item .title .provider-title{font-weight:600;font-size:1rem;opacity:.5}.strombestilling-product-chooser-item .description a{color:var(--eb51e5de);text-decoration:underline!important}.strombestilling-product-chooser-item .description a:hover{color:#717e8e;text-decoration:none!important}.strombestilling-product-chooser-item .actions{display:flex;align-items:center;gap:16px}.strombestilling-product-chooser-item .actions .terms{flex-grow:1;flex-direction:column;display:flex;align-items:flex-start;gap:2px}.strombestilling-product-chooser-item.type-featured{border-top:4px solid transparent;border-top-left-radius:6px;border-top-right-radius:6px}.strombestilling-product-chooser-item.type-list{border-left:4px solid transparent;border-top-left-radius:6px;border-bottom-left-radius:6px}.strombestilling-product-chooser-item.type-list .logo{max-width:116px;padding-right:24px;border-right:1px solid #D9D9D9}.strombestilling-product-chooser-item.type-list .meta{flex-direction:row;align-items:center;gap:24px}.strombestilling-product-chooser-item.type-list .meta .logo{height:36px}.strombestilling-product-chooser-item.type-list .meta .logo img{height:inherit}.strombestilling-product-chooser-item.type-list .description{width:100%}.strombestilling-product-chooser-item.type-list .actions .terms{gap:20px;flex-direction:row}.strombestilling-product-chooser-item.compact .actions{flex-wrap:wrap}.strombestilling-product-chooser-item.compact .actions .terms{width:100%;flex-direction:row;flex-wrap:wrap;-moz-column-gap:12px;column-gap:12px;row-gap:8px}.strombestilling-product-chooser-item.compact .actions .select{text-align:right;width:100%;margin-top:12px}.strombestilling-product-chooser-item.compact.type-list .meta{flex-wrap:wrap}.strombestilling-product-chooser-item.compact.type-list .meta .logo{max-width:none;width:100%;border-right:0;padding:12px 0}.strombestilling-product-chooser-carousel{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;flex-direction:column;position:relative;width:100%}.strombestilling-product-chooser-carousel::-webkit-scrollbar{display:none}.strombestilling-product-chooser-carousel.fixed{overflow:hidden}.strombestilling-product-chooser-carousel .window{overflow:hidden;position:relative;padding-bottom:56px}.strombestilling-product-chooser-carousel .window .control{display:flex;align-items:center;justify-content:center;z-index:20;width:40px;height:40px;border:2px solid transparent;background:#136cc6b3;opacity:.67;color:#fff;border-radius:100%;transition:all .3s;outline:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:absolute;top:50%;transform:translateY(calc(-100% - 45px));box-shadow:0 .7px 3.6px #00000004,0 2.2px 12.1px #00000006,0 10px 54px #0000000a}.strombestilling-product-chooser-carousel .window .control .focus-ring{position:absolute;top:0;left:0;right:0;bottom:0;border:2px solid #717E8E;opacity:0;z-index:1;pointer-events:none;border-radius:100%;border-color:#fff}.strombestilling-product-chooser-carousel .window .control .svg{width:20px;height:20px}.strombestilling-product-chooser-carousel .window .control .svg svg{vertical-align:middle}.strombestilling-product-chooser-carousel .window .control.left{left:8px}.strombestilling-product-chooser-carousel .window .control.left .svg{margin-left:-2px}.strombestilling-product-chooser-carousel .window .control.right{right:8px}.strombestilling-product-chooser-carousel .window .control.right .svg{margin-left:2px}.strombestilling-product-chooser-carousel .window .control:hover{box-shadow:0 .6px 1.9px #00000005,0 1.6px 4.7px #00000007,0 3.2px 9.6px #00000008,0 6.6px 19.7px #0000000a,0 18px 54px #0000000f;cursor:pointer;opacity:1}.strombestilling-product-chooser-carousel .window .control:focus .focus-ring{opacity:1}.strombestilling-product-chooser-carousel .window .product-control-move-fade-left-enter-active,.strombestilling-product-chooser-carousel .window .product-control-move-fade-right-enter-active{transition:all .3s ease}.strombestilling-product-chooser-carousel .window .product-control-move-fade-right-enter-from,.strombestilling-product-chooser-carousel .window .product-control-move-fade-right-leave-to{transform:translateY(calc(-100% - 45px)) translate(-44px);opacity:0}.strombestilling-product-chooser-carousel .window .product-control-move-fade-left-enter-from,.strombestilling-product-chooser-carousel .window .product-control-move-fade-left-leave-to{transform:translateY(calc(-100% - 45px)) translate(44px);opacity:0}.strombestilling-product-chooser-carousel .products-bullets{text-align:center;margin-top:-18px;margin-bottom:32px;padding-left:16px;padding-right:16px}.strombestilling-product-chooser-carousel .products-bullets .bullet{display:inline-block;position:relative;height:8px;width:8px;background:#aab2bb;border-radius:50%;transform:translateZ(0);transition:margin .3s}.strombestilling-product-chooser-carousel .products-bullets .bullet .bullet-select{content:"";position:absolute;top:50%;left:50%;background:#136cc5;border-radius:50%;width:161%;height:161%;transition-duration:.3s;transition-property:opacity,transform;opacity:0;transform:translate(-50%,-50%) scale(0);backface-visibility:hidden}.strombestilling-product-chooser-carousel .products-bullets .bullet.selected .bullet-select{opacity:1;transform:translate(-50%,-50%) scale(.9)}.strombestilling-product-chooser-carousel .products-bullets .bullet+.bullet{margin-left:10px}.strombestilling-product-chooser-carousel .product-slider{position:relative}.strombestilling-product-chooser-carousel .product-slider .animating{transition:all .7s ease}.strombestilling-product-chooser-carousel .slide{display:flex;flex-direction:column;float:left;box-sizing:border-box;padding-left:16px;padding-right:16px}.strombestilling-product-chooser-carousel .slide .strombestilling-product-chooser-item{transition:all .3s;opacity:.3}.strombestilling-product-chooser-carousel .slide:not(.selected,.disabled) .strombestilling-product-chooser-item{box-shadow:0 .7px 3.6px #00000004,0 2.2px 12.1px #00000006,0 10px 54px #0000000a}.strombestilling-product-chooser-carousel .slide.selected .strombestilling-product-chooser-item{transform:none;transform-origin:center;-webkit-font-smoothing:antialiased;opacity:1;box-shadow:0 .6px 1.9px #00000005,0 1.6px 4.7px #00000007,0 3.2px 9.6px #00000008,0 6.6px 19.7px #0000000a,0 18px 54px #0000000f}.strombestilling-product-chooser-carousel .slide.disabled .strombestilling-product-chooser-item{opacity:.3}.strombestilling-product-chooser-carousel.disabled .product-slider-wrapper{pointer-events:none}.strombestilling-product-chooser-list{display:flex;flex-direction:column;gap:20px;padding-top:20px;padding-bottom:20px}.strombestilling-product-chooser-list .strombestilling-product-chooser-item{box-shadow:0 .7px 3.6px #00000004,0 2.2px 12.1px #00000006,0 10px 54px #0000000a}.strombestilling-meters-input .meter{display:flex;align-items:flex-start;width:100%}.strombestilling-meters-input .meter>.content{flex-grow:1;padding-right:12px;transition:all .2s}.strombestilling-meters-input .meter+.meter{margin-top:32px;padding-top:32px;border-top:1px solid #D9D9D9}h1[data-v-61fe7276]{font-size:28px}h2[data-v-61fe7276]{font-size:26px}h3[data-v-61fe7276]{font-size:24px}h4[data-v-61fe7276]{font-size:22px}h5[data-v-61fe7276]{font-size:20px}h6[data-v-61fe7276]{font-size:18px}strong[data-v-61fe7276]{font-weight:700}em[data-v-61fe7276]{font-style:italic}s[data-v-61fe7276]{text-decoration:line-through!important}ol[data-v-61fe7276]{list-style-type:decimal}@keyframes fade-61fe7276{0%{opacity:0}to{opacity:1}}.fade-enter-active[data-v-61fe7276],.fade-leave-active[data-v-61fe7276]{animation-duration:.14s;animation-fill-mode:both;animation-timing-function:ease}.fade-enter-active[data-v-61fe7276]{animation-name:fade-61fe7276;animation-direction:normal}.fade-leave-active[data-v-61fe7276]{animation-name:fade-61fe7276;animation-direction:reverse}@keyframes slide-fade-left-61fe7276{0%{transform:translate3d(-10px,0,0);opacity:0}to{transform:translateZ(0);opacity:1}}.slide-fade-left-enter-active[data-v-61fe7276],.slide-fade-left-leave-active[data-v-61fe7276]{animation-duration:.3s;animation-fill-mode:both;animation-timing-function:ease}.slide-fade-left-enter-active[data-v-61fe7276]{animation-name:slide-fade-left-61fe7276;animation-direction:normal}.slide-fade-left-leave-active[data-v-61fe7276]{animation-name:slide-fade-left-61fe7276;animation-direction:reverse}@keyframes slide-fade-right-61fe7276{0%{transform:translate3d(10px,0,0);opacity:0}to{transform:translateZ(0);opacity:1}}.slide-fade-right-enter-active[data-v-61fe7276],.slide-fade-right-leave-active[data-v-61fe7276]{animation-duration:.3s;animation-fill-mode:both;animation-timing-function:ease}.slide-fade-right-enter-active[data-v-61fe7276]{animation-name:slide-fade-right-61fe7276;animation-direction:normal}.slide-fade-right-leave-active[data-v-61fe7276]{animation-name:slide-fade-right-61fe7276;animation-direction:reverse}@keyframes move-fade-bottom-61fe7276{0%{transform:translate3d(0,8px,0);opacity:0}to{transform:translateZ(0);opacity:1}}.move-fade-bottom-enter-active[data-v-61fe7276],.move-fade-bottom-leave-active[data-v-61fe7276]{animation-duration:.2s;animation-fill-mode:both;animation-timing-function:ease}.move-fade-bottom-enter-active[data-v-61fe7276]{animation-name:move-fade-bottom-61fe7276;animation-direction:normal}.move-fade-bottom-leave-active[data-v-61fe7276]{animation-name:move-fade-bottom-61fe7276;animation-direction:reverse}@keyframes move-fade-top-61fe7276{0%{transform:translate3d(0,-8px,0);opacity:0}to{transform:translateZ(0);opacity:1}}.move-fade-top-enter-active[data-v-61fe7276],.move-fade-top-leave-active[data-v-61fe7276]{animation-duration:.2s;animation-fill-mode:both;animation-timing-function:ease}.move-fade-top-enter-active[data-v-61fe7276]{animation-name:move-fade-top-61fe7276;animation-direction:normal}.move-fade-top-leave-active[data-v-61fe7276]{animation-name:move-fade-top-61fe7276;animation-direction:reverse}.move-fade-top-list-enter-from[data-v-61fe7276],.move-fade-top-list-leave-to[data-v-61fe7276]{opacity:0;transform:translateY(-12px)}.move-fade-top-list-leave-active[data-v-61fe7276]{position:absolute}@keyframes slide-down-61fe7276{0%{max-height:0;opacity:0}to{max-height:3000px;opacity:1}}.slide-down-enter-active[data-v-61fe7276],.slide-down-leave-active[data-v-61fe7276]{animation-duration:.3s;animation-fill-mode:both;animation-timing-function:ease}.slide-down-enter-active[data-v-61fe7276]{animation-name:slide-down-61fe7276;animation-direction:normal}.slide-down-leave-active[data-v-61fe7276]{animation-name:slide-down-61fe7276;animation-direction:reverse}@keyframes dev-menu-zoom-61fe7276{0%{transform-origin:top right;transform:scale(0);opacity:0;border-radius:512px}to{transform:scale(1);opacity:1;border-radius:0}}.dev-menu-zoom-enter-active[data-v-61fe7276],.dev-menu-zoom-leave-active[data-v-61fe7276]{animation-duration:.3s;animation-fill-mode:both;animation-timing-function:ease}.dev-menu-zoom-enter-active[data-v-61fe7276]{animation-name:dev-menu-zoom-61fe7276;animation-direction:normal}.dev-menu-zoom-leave-active[data-v-61fe7276]{animation-name:dev-menu-zoom-61fe7276;animation-direction:reverse}@keyframes zoom-top-right-61fe7276{0%{transform:translate(50%,-50%) rotate(15deg) scale(0);opacity:0}50%{transform:translate(-10%,10%) rotate(-4deg) scale(1.1);opacity:1}to{transform:translate(0) rotate(0) scale(1)}}.zoom-top-right-enter-active[data-v-61fe7276],.zoom-top-right-leave-active[data-v-61fe7276]{animation-duration:.4s;animation-fill-mode:both;animation-timing-function:ease}.zoom-top-right-enter-active[data-v-61fe7276]{animation-name:zoom-top-right-61fe7276;animation-direction:normal}.zoom-top-right-leave-active[data-v-61fe7276]{animation-name:zoom-top-right-61fe7276;animation-direction:reverse}@keyframes move-fade-sideways-enter-61fe7276{0%{transform:translate(-24px);opacity:0}to{transform:none;opacity:1}}@keyframes move-fade-sideways-leave-61fe7276{0%{transform:none;opacity:1}to{transform:translate(24px);opacity:0}}.move-fade-sideways-enter-active[data-v-61fe7276],.move-fade-sideways-leave-active[data-v-61fe7276]{animation-duration:.3s;animation-fill-mode:both;animation-timing-function:ease-in-out}.move-fade-sideways-enter-active[data-v-61fe7276]{animation-name:move-fade-sideways-enter-61fe7276;animation-direction:normal}.move-fade-sideways-leave-active[data-v-61fe7276]{animation-name:move-fade-sideways-leave-61fe7276;animation-direction:normal}.dev-menu-zoom-enter-active[data-v-61fe7276]{animation-timing-function:cubic-bezier(.2,.71,.51,1)}.dev-menu-zoom-leave-active[data-v-61fe7276]{animation-timing-function:cubic-bezier(.79,0,.78,.46)}.list-complete-item[data-v-61fe7276]{transition:all .3s;display:inline-block;backface-visibility:hidden;z-index:1}.list-complete-enter-from[data-v-61fe7276],.list-complete-leave-to[data-v-61fe7276]{opacity:0;transform:translateY(20px);z-index:2}.list-complete-enter-from.transition-reversed[data-v-61fe7276],.list-complete-leave-to.transition-reversed[data-v-61fe7276]{transform:translateY(-20px)}.list-complete-leave-active[data-v-61fe7276]{position:absolute;transition:all .3s ease-in;z-index:0}.list-complete-move[data-v-61fe7276]{transition:transform .3s ease-in-out .05s}.zoom-enter-active[data-v-61fe7276],.zoom-leave-active[data-v-61fe7276]{transition:all .4s ease}.zoom-enter-active[data-v-61fe7276]{transition-timing-function:cubic-bezier(.175,.885,.32,1.175)}.zoom-leave-active[data-v-61fe7276]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}.zoom-enter-from[data-v-61fe7276],.zoom-leave-to[data-v-61fe7276]{transform:scale(0);opacity:0}.zoom-leave-to[data-v-61fe7276],.zoom-enter-to[data-v-61fe7276]{transform:scale(1);opacity:1}.move-fade-left-enter-active[data-v-61fe7276],.move-fade-right-enter-active[data-v-61fe7276]{transition:all .3s ease}.move-fade-right-enter-from[data-v-61fe7276],.move-fade-right-leave-to[data-v-61fe7276]{transform:translate(-10px);opacity:0}.move-fade-left-enter-from[data-v-61fe7276],.move-fade-left-leave-to[data-v-61fe7276]{transform:translate(10px);opacity:0}.ripple-enter-active[data-v-61fe7276]{transform:scale(2);opacity:0!important;transition:all .8s cubic-bezier(.2,0,.2,1)}.ripple-enter-from[data-v-61fe7276]{opacity:.6!important;transform:scale(0)}.ripple-leave-to[data-v-61fe7276]{opacity:0!important}.ripple-container[data-v-61fe7276]{position:absolute;z-index:0;top:0;left:0;width:100%;height:100%;overflow:hidden;border-radius:inherit}.ripple-container .ripple[data-v-61fe7276]{position:absolute;display:block;border-radius:100%;background:#fff;opacity:0}@keyframes pulse-61fe7276{0%{opacity:.37}50%{opacity:1}to{opacity:.37}}.acquisit-pill-button[data-v-61fe7276]{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:default;overflow:hidden;-webkit-tap-highlight-color:transparent;background:#778393;color:#fff;box-shadow:0 2px 4px #717e8e40,0 2px 5px #717e8e26;border-radius:200px;cursor:pointer;position:relative;padding-left:28px;padding-right:28px;transition:background .3s,box-shadow .3s}.acquisit-pill-button .transition-wrapper[data-v-61fe7276]{display:flex;align-items:center;justify-content:center;text-align:center;height:48px}.acquisit-pill-button .wrapper[data-v-61fe7276],.acquisit-pill-button[data-v-61fe7276]:focus{outline:0}.acquisit-pill-button .focus-ring[data-v-61fe7276]{position:absolute;border:2px solid #717E8E;opacity:0;z-index:1;pointer-events:none;top:4px;left:4px;right:4px;bottom:4px;border-radius:200px}.acquisit-pill-button .label[data-v-61fe7276]{transition:transform .3s;position:relative;z-index:2;cursor:pointer}.acquisit-pill-button label[data-v-61fe7276]{font-weight:600;font-size:1rem;margin-top:1px;transition:all .2s;min-width:calc(100% - 48px);cursor:pointer}.acquisit-pill-button .icon[data-v-61fe7276]{height:20px;width:20px;vertical-align:middle;transition:all .3s;margin-top:-1px;z-index:2}.acquisit-pill-button .icon .svg[data-v-61fe7276]{width:100%;height:100%}.acquisit-pill-button .icon.left[data-v-61fe7276]{margin-right:12px;margin-left:-2px}.acquisit-pill-button .icon.right[data-v-61fe7276]{margin-left:12px}.acquisit-pill-button .hover-background[data-v-61fe7276]{z-index:1;position:absolute;top:0;bottom:0;left:0;right:0;opacity:0;transition:opacity .2s;border-radius:500px}@media (hover: hover){.acquisit-pill-button:hover .hover-background[data-v-61fe7276]{opacity:1}}.acquisit-pill-button .ripple-container[data-v-61fe7276]{z-index:1}.acquisit-pill-button .ripple-container .ripple[data-v-61fe7276]{z-index:3}.acquisit-pill-button.bordered[data-v-61fe7276]{background:transparent;border:1px solid hsl(0,0%,-16%);color:#06224d}.acquisit-pill-button.no-interact[data-v-61fe7276]{cursor:default;pointer-events:none}.acquisit-pill-button:not(.no-interact):focus .focus-ring[data-v-61fe7276]{opacity:.67}.pill-button-transition-enter-from[data-v-61fe7276],.pill-button-transition-leave-to[data-v-61fe7276]{opacity:0}.pill-button-transition-enter-from.icon.left[data-v-61fe7276],.pill-button-transition-leave-to.icon.left[data-v-61fe7276]{transform:translate(-140px)}.pill-button-transition-enter-from.icon.right[data-v-61fe7276],.pill-button-transition-leave-to.icon.right[data-v-61fe7276]{transform:translate(140px)}.pill-button-transition-leave-active[data-v-61fe7276]{position:absolute}h1{font-size:28px}h2{font-size:26px}h3{font-size:24px}h4{font-size:22px}h5{font-size:20px}h6{font-size:18px}strong{font-weight:700}em{font-style:italic}s{text-decoration:line-through!important}ol{list-style-type:decimal}@keyframes fade{0%{opacity:0}to{opacity:1}}.fade-enter-active,.fade-leave-active{animation-duration:.14s;animation-fill-mode:both;animation-timing-function:ease}.fade-enter-active{animation-name:fade;animation-direction:normal}.fade-leave-active{animation-name:fade;animation-direction:reverse}@keyframes slide-fade-left{0%{transform:translate3d(-10px,0,0);opacity:0}to{transform:translateZ(0);opacity:1}}.slide-fade-left-enter-active,.slide-fade-left-leave-active{animation-duration:.3s;animation-fill-mode:both;animation-timing-function:ease}.slide-fade-left-enter-active{animation-name:slide-fade-left;animation-direction:normal}.slide-fade-left-leave-active{animation-name:slide-fade-left;animation-direction:reverse}@keyframes slide-fade-right{0%{transform:translate3d(10px,0,0);opacity:0}to{transform:translateZ(0);opacity:1}}.slide-fade-right-enter-active,.slide-fade-right-leave-active{animation-duration:.3s;animation-fill-mode:both;animation-timing-function:ease}.slide-fade-right-enter-active{animation-name:slide-fade-right;animation-direction:normal}.slide-fade-right-leave-active{animation-name:slide-fade-right;animation-direction:reverse}@keyframes move-fade-bottom{0%{transform:translate3d(0,8px,0);opacity:0}to{transform:translateZ(0);opacity:1}}.move-fade-bottom-enter-active,.move-fade-bottom-leave-active{animation-duration:.2s;animation-fill-mode:both;animation-timing-function:ease}.move-fade-bottom-enter-active{animation-name:move-fade-bottom;animation-direction:normal}.move-fade-bottom-leave-active{animation-name:move-fade-bottom;animation-direction:reverse}@keyframes move-fade-top{0%{transform:translate3d(0,-8px,0);opacity:0}to{transform:translateZ(0);opacity:1}}.move-fade-top-enter-active,.move-fade-top-leave-active{animation-duration:.2s;animation-fill-mode:both;animation-timing-function:ease}.move-fade-top-enter-active{animation-name:move-fade-top;animation-direction:normal}.move-fade-top-leave-active{animation-name:move-fade-top;animation-direction:reverse}.move-fade-top-list-enter-from,.move-fade-top-list-leave-to{opacity:0;transform:translateY(-12px)}.move-fade-top-list-leave-active{position:absolute}@keyframes slide-down{0%{max-height:0;opacity:0}to{max-height:3000px;opacity:1}}.slide-down-enter-active,.slide-down-leave-active{animation-duration:.3s;animation-fill-mode:both;animation-timing-function:ease}.slide-down-enter-active{animation-name:slide-down;animation-direction:normal}.slide-down-leave-active{animation-name:slide-down;animation-direction:reverse}@keyframes dev-menu-zoom{0%{transform-origin:top right;transform:scale(0);opacity:0;border-radius:512px}to{transform:scale(1);opacity:1;border-radius:0}}.dev-menu-zoom-enter-active,.dev-menu-zoom-leave-active{animation-duration:.3s;animation-fill-mode:both;animation-timing-function:ease}.dev-menu-zoom-enter-active{animation-name:dev-menu-zoom;animation-direction:normal}.dev-menu-zoom-leave-active{animation-name:dev-menu-zoom;animation-direction:reverse}@keyframes zoom-top-right{0%{transform:translate(50%,-50%) rotate(15deg) scale(0);opacity:0}50%{transform:translate(-10%,10%) rotate(-4deg) scale(1.1);opacity:1}to{transform:translate(0) rotate(0) scale(1)}}.zoom-top-right-enter-active,.zoom-top-right-leave-active{animation-duration:.4s;animation-fill-mode:both;animation-timing-function:ease}.zoom-top-right-enter-active{animation-name:zoom-top-right;animation-direction:normal}.zoom-top-right-leave-active{animation-name:zoom-top-right;animation-direction:reverse}@keyframes move-fade-sideways-enter{0%{transform:translate(-24px);opacity:0}to{transform:none;opacity:1}}@keyframes move-fade-sideways-leave{0%{transform:none;opacity:1}to{transform:translate(24px);opacity:0}}.move-fade-sideways-enter-active,.move-fade-sideways-leave-active{animation-duration:.3s;animation-fill-mode:both;animation-timing-function:ease-in-out}.move-fade-sideways-enter-active{animation-name:move-fade-sideways-enter;animation-direction:normal}.move-fade-sideways-leave-active{animation-name:move-fade-sideways-leave;animation-direction:normal}.dev-menu-zoom-enter-active{animation-timing-function:cubic-bezier(.2,.71,.51,1)}.dev-menu-zoom-leave-active{animation-timing-function:cubic-bezier(.79,0,.78,.46)}.list-complete-item{transition:all .3s;display:inline-block;backface-visibility:hidden;z-index:1}.list-complete-enter-from,.list-complete-leave-to{opacity:0;transform:translateY(20px);z-index:2}.list-complete-enter-from.transition-reversed,.list-complete-leave-to.transition-reversed{transform:translateY(-20px)}.list-complete-leave-active{position:absolute;transition:all .3s ease-in;z-index:0}.list-complete-move{transition:transform .3s ease-in-out .05s}.zoom-enter-active,.zoom-leave-active{transition:all .4s ease}.zoom-enter-active{transition-timing-function:cubic-bezier(.175,.885,.32,1.175)}.zoom-leave-active{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}.zoom-enter-from,.zoom-leave-to{transform:scale(0);opacity:0}.zoom-leave-to,.zoom-enter-to{transform:scale(1);opacity:1}.move-fade-left-enter-active,.move-fade-right-enter-active{transition:all .3s ease}.move-fade-right-enter-from,.move-fade-right-leave-to{transform:translate(-10px);opacity:0}.move-fade-left-enter-from,.move-fade-left-leave-to{transform:translate(10px);opacity:0}.ripple-enter-active{transform:scale(2);opacity:0!important;transition:all .8s cubic-bezier(.2,0,.2,1)}.ripple-enter-from{opacity:.6!important;transform:scale(0)}.ripple-leave-to{opacity:0!important}.ripple-container{position:absolute;z-index:0;top:0;left:0;width:100%;height:100%;overflow:hidden;border-radius:inherit}.ripple-container .ripple{position:absolute;display:block;border-radius:100%;background:#fff;opacity:0}@keyframes pulse{0%{opacity:.37}50%{opacity:1}to{opacity:.37}}.strombestilling-order{min-height:100%}.strombestilling-order .order-flow{max-width:968px;margin:auto}.strombestilling-order .products.expanded{background:#f6f8fa}.strombestilling-order .products .accordion-content{padding:24px 0 0}.strombestilling-order .products .all-products .search-field{padding-left:20px;padding-right:20px}.strombestilling-order .products .all-products .strombestilling-product-chooser-list{margin-top:20px;padding-left:20px;padding-right:20px;background:linear-gradient(#f6f8fa 30%,#f6f8fa00),linear-gradient(#f6f8fa00,#f6f8fa 70%) 0 100%,radial-gradient(farthest-side at 50% 0,#0000001a,#0000),radial-gradient(farthest-side at 50% 100%,#0000001a,#0000) 0 100%;background-color:#f6f8fa;background-repeat:no-repeat;background-attachment:local,local,scroll,scroll;background-size:100% 30px,100% 30px,100% 12px,100% 12px}@media screen and (min-width: 640px){.strombestilling-order .products .all-products .strombestilling-product-chooser-list{max-height:680px;overflow-y:auto}}.strombestilling-order .sectioned-data section h4{margin-bottom:16px;font-size:1.2rem;font-weight:600}.strombestilling-order .sectioned-data section+section{margin-top:32px}.strombestilling-order .sectioned-data section:first-child{margin-top:16px}.strombestilling-order .sectioned-data section.actions{text-align:right;display:flex;align-items:center;justify-content:flex-end;gap:16px;flex-wrap:wrap}.strombestilling-order .sectioned-data section.actions:before{content:"";display:block;height:1px;width:auto;flex-grow:1;background:#d9d9d9}.strombestilling-order .sectioned-data .city-postcode-wrapper{display:flex;gap:8px;margin-top:8px;margin-bottom:8px}.strombestilling-order .sectioned-data .city-postcode-wrapper .postcode{width:100%;max-width:96px}.strombestilling-order .sectioned-data .city-postcode-wrapper .city{flex-grow:1}.strombestilling-order .sectioned-data .city-postcode-wrapper .acquisit-input+.acquisit-input{margin-top:4px}.strombestilling-order .summary .summary-item{border:1px solid #D9D9D9;border-radius:6px;padding:20px 24px;display:flex;align-items:flex-start;gap:16px}.strombestilling-order .summary .summary-item .icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#fff;background:#136cc6;border-radius:6px}.strombestilling-order .summary .summary-item .icon .svg{height:24px;width:24px}.strombestilling-order .summary .summary-item .icon+.content{padding-top:4px}.strombestilling-order .summary .summary-item h3{font-weight:600;font-size:1.3rem}.strombestilling-order .summary .summary-item .meter-number{font-family:Hack,Source Code Pro,Courier New,monospace}.strombestilling-order .summary .summary-item .detail{display:flex;align-items:center;gap:8px;margin-top:6px;color:#06224d}.strombestilling-order .summary .summary-item .detail .svg{width:20px;height:20px;color:#717e8e!important}.strombestilling-order .summary .summary-item .provider-name{color:#717e8e;font-weight:600}.strombestilling-order .summary .summary-item+.summary-item{margin-top:24px}.strombestilling-order .summary .summary-item.terms>.icon{display:none}.strombestilling-order .summary .summary-item.terms .product-name{margin-bottom:12px}.strombestilling-order .summary .summary-item.terms .actions{display:flex;flex-wrap:wrap;gap:16px}.strombestilling-order .summary .summary-item.terms .actions.indented{padding-left:40px}.strombestilling-order .summary .submit{display:flex;align-items:center;justify-content:center;padding:24px 16px}@media (max-width: 919px){.strombestilling-order .acquisit-accordion-item{border-radius:0;margin-top:-1px}.strombestilling-order .acquisit-accordion-item>.focus-ring{border-radius:inherit}}@media (min-width: 920px){.strombestilling-order .order-flow{padding-top:32px;padding-bottom:32px}}.help-modal .support-phone{margin-top:-48px}.help-modal .support-phone .label{display:flex;gap:8px;align-items:center}.help-modal .support-phone .label .icon{width:20px;height:20px}.help-modal .support-phone .label label{font-size:1.2rem;font-weight:600}.help-modal .support-phone .phone-content{padding-left:28px}.help-modal .support-phone .phone-content a{font-size:1.8rem;font-weight:600;color:#136cc6}.help-modal .support-phone .phone-content a:hover{color:#717e8e}.help-modal p{padding-left:28px;margin-top:12px}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}
