.v-alert{display:grid;-webkit-box-flex:1;-webkit-flex:1 1;-ms-flex:1 1;flex:1 1;grid-template-areas:"prepend content append close" ". content . .";grid-template-columns:-webkit-max-content auto -webkit-max-content -webkit-max-content;grid-template-columns:max-content auto max-content max-content;overflow:hidden;padding:16px;position:relative;--v-border-color:currentColor}.v-alert--absolute{position:absolute}.v-alert--fixed{position:fixed}.v-alert--sticky{position:-webkit-sticky;position:sticky}.v-alert{border-radius:4px}.v-alert--variant-outlined,.v-alert--variant-plain,.v-alert--variant-text,.v-alert--variant-tonal{background:transparent;color:inherit}.v-alert--variant-plain{opacity:.62}.v-alert--variant-plain:focus,.v-alert--variant-plain:hover{opacity:1}.v-alert--variant-plain .v-alert__overlay{display:none}.v-alert--variant-elevated,.v-alert--variant-flat{background:rgb(var(--v-theme-surface-light));color:rgba(var(--v-theme-on-surface-light),var(--v-high-emphasis-opacity))}.v-alert--variant-elevated{-webkit-box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity,rgba(0,0,0,.2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity,rgba(0,0,0,.14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity,rgba(0,0,0,.12));box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity,rgba(0,0,0,.2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity,rgba(0,0,0,.14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity,rgba(0,0,0,.12))}.v-alert--variant-flat{-webkit-box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity,rgba(0,0,0,.2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity,rgba(0,0,0,.14)),0 0 0 0 var(--v-shadow-key-ambient-opacity,rgba(0,0,0,.12));box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity,rgba(0,0,0,.2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity,rgba(0,0,0,.14)),0 0 0 0 var(--v-shadow-key-ambient-opacity,rgba(0,0,0,.12))}.v-alert--variant-outlined{border:thin solid}.v-alert--variant-text .v-alert__overlay{background:currentColor}.v-alert--variant-tonal .v-alert__underlay{background:currentColor;border-radius:inherit;bottom:0;left:0;opacity:var(--v-activated-opacity);pointer-events:none;right:0;top:0}.v-alert .v-alert__underlay{position:absolute}.v-alert--prominent{grid-template-areas:"prepend content append close" "prepend content . ."}.v-alert.v-alert--border{--v-border-opacity:.38}.v-alert.v-alert--border.v-alert--border-start{-webkit-padding-start:24px;-moz-padding-start:24px;padding-inline-start:24px}.v-alert.v-alert--border.v-alert--border-end{-webkit-padding-end:24px;-moz-padding-end:24px;padding-inline-end:24px}.v-alert--variant-plain{-webkit-transition:opacity .2s cubic-bezier(.4,0,.2,1);-o-transition:opacity .2s cubic-bezier(.4,0,.2,1);transition:opacity .2s cubic-bezier(.4,0,.2,1)}.v-alert--density-default{padding-bottom:16px;padding-top:16px}.v-alert--density-default.v-alert--border-top{padding-top:24px}.v-alert--density-default.v-alert--border-bottom{padding-bottom:24px}.v-alert--density-comfortable{padding-bottom:12px;padding-top:12px}.v-alert--density-comfortable.v-alert--border-top{padding-top:20px}.v-alert--density-comfortable.v-alert--border-bottom{padding-bottom:20px}.v-alert--density-compact{padding-bottom:8px;padding-top:8px}.v-alert--density-compact.v-alert--border-top{padding-top:16px}.v-alert--density-compact.v-alert--border-bottom{padding-bottom:16px}.v-alert__border{border:0 solid;border-radius:inherit;bottom:0;left:0;opacity:var(--v-border-opacity);pointer-events:none;position:absolute;right:0;top:0;width:100%}.v-alert__border--border{border-width:8px;-webkit-box-shadow:none;box-shadow:none}.v-alert--border-start .v-alert__border{border-inline-start-width:8px}.v-alert--border-end .v-alert__border{border-inline-end-width:8px}.v-alert--border-top .v-alert__border{border-top-width:8px}.v-alert--border-bottom .v-alert__border{border-bottom-width:8px}.v-alert__close{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;grid-area:close}.v-alert__content{align-self:center;grid-area:content;overflow:hidden}.v-alert__append,.v-alert__close{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;-webkit-margin-start:16px;-moz-margin-start:16px;margin-inline-start:16px}.v-alert__append{align-self:flex-start;grid-area:append}.v-alert__append+.v-alert__close{-webkit-margin-start:16px;-moz-margin-start:16px;margin-inline-start:16px}.v-alert__prepend{align-self:flex-start;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-area:prepend;-webkit-margin-end:16px;-moz-margin-end:16px;margin-inline-end:16px}.v-alert--prominent .v-alert__prepend{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.v-alert__underlay{grid-area:none;position:absolute}.v-alert--border-start .v-alert__underlay{border-bottom-left-radius:0;border-top-left-radius:0}.v-alert--border-end .v-alert__underlay{border-bottom-right-radius:0;border-top-right-radius:0}.v-alert--border-top .v-alert__underlay{border-top-left-radius:0;border-top-right-radius:0}.v-alert--border-bottom .v-alert__underlay{border-bottom-left-radius:0;border-bottom-right-radius:0}.v-alert-title{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:1.25rem;font-weight:500;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;letter-spacing:.0125em;line-height:1.75rem;overflow-wrap:normal;text-transform:none;word-break:normal;word-wrap:break-word}.app-alert-modal .app-base-modal--open{max-width:100%;overflow:hidden;top:0}.app-alert-modal__inner{background-color:var(--background-color-primary);border:.1rem solid var(--gray-light);border-radius:1.4rem;max-width:55rem;min-height:19rem;padding:3rem}.app-alert-modal .app-alert-modal-header{margin-bottom:2.2rem;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.app-alert-modal .app-alert-modal-header,.app-alert-modal .app-alert-modal-header__title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.app-alert-modal .app-alert-modal-header__title{font-size:1.8rem;font-weight:600;line-height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-alert-modal .app-alert-modal-header__actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.app-alert-modal .app-alert-modal-header__actions .app-alert-actions-text{font-size:1.2rem;font-weight:400;line-height:100%}.app-alert-modal .app-alert-modal-header__actions .app-alert-actions-icon{cursor:pointer;height:2rem;width:2rem}.app-alert-modal .app-alert-modal-header__actions .app-alert-actions-icon--with-text{margin-left:1.5rem}.app-alert-modal .app-alert-modal-body{font-size:1.6rem;font-weight:400;overflow-y:scroll;padding-top:.2rem}.app-alert-modal .app-alert-modal-footer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;justify-content:space-between;margin-top:3rem}.app-alert-modal.--center .app-alert-modal-header{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;text-align:center}.app-alert-modal.--center .app-alert-modal-header__actions{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.app-alert-modal.--center .app-alert-modal-body{text-align:center}.app-alert-modal.--center .app-alert-modal-footer{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.app-alert-modal.--hide-title .app-alert-modal-header{margin-bottom:0}.LQiyYp{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:1rem}@media (max-width:490px){.LQiyYp{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}}.JJzt7c{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:1.6rem;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:1rem}.DN9pe-{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:5rem 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.DN9pe- .nBHaZE{margin-bottom:4rem;fill:var(--classic-blue)}@media (max-width:680px){.DN9pe- .nBHaZE{margin-bottom:2rem}}.DN9pe- ._6PKILz{font-size:2.4rem;font-weight:600;line-height:3.6rem;margin-bottom:4rem;text-align:center}@media (max-width:680px){.DN9pe- ._6PKILz{margin-bottom:2rem}}.DN9pe- ._7aDcgV{font-size:1.8rem;font-weight:400;line-height:2.4rem;text-align:center}.DN9pe- .g5Sb9c{color:var(--classic-blue);cursor:pointer;text-decoration:underline}.y-YyUb{position:relative;width:100%}.y-YyUb .M3UeMm{background-color:var(--hover-gray);border-radius:.6rem;color:var(--classic-blue);font-size:1.4rem;height:4rem;padding:0 5rem;width:100%}.y-YyUb .UqC2Et,.y-YyUb .eO-FnU{position:absolute;top:calc(50% - 1rem);z-index:99}.y-YyUb .eO-FnU{left:2rem}.y-YyUb .UqC2Et{cursor:pointer;right:2rem}.wbCRN5{font-size:1.4rem;gap:1rem}.rL-AqU,.wbCRN5{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.rL-AqU{height:2.4rem;line-height:0;width:2.4rem;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;background-color:var(--secondary-blue);border-radius:5rem;justify-content:center}.E6exC3{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.E6exC3 .a7orlw{font-size:2.8rem;font-weight:600;line-height:2.4rem}.E6exC3 .kVjKOp{cursor:pointer}.Ur9Bly{display:grid;grid-template-columns:1fr 1fr;justify-items:self-end;position:relative;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border:.1rem solid var(--gray-light);border-radius:.6rem;padding:1.8rem 1.2rem}.Ur9Bly:not(:last-child){margin-bottom:.6rem}@media (max-width:780px){.Ur9Bly{grid-template-columns:1fr 0fr;justify-items:self-start;padding:1rem .5rem}}@media (max-width:425px){.Ur9Bly{padding:.5rem}}._4wnlH-{grid-template-columns:100%}.Ur9Bly .g2ij1T{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (max-width:780px){.Ur9Bly .g2ij1T{gap:2rem;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:start;-ms-flex-align:start;align-items:start}}.Ur9Bly .IVg0re{width:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.Ur9Bly .IVg0re .JGCwjO{margin-right:2rem}.Ur9Bly .IVg0re .ortF9O .DOUDZf{width:40rem}.Ur9Bly .IVg0re ._0fbEtR,.Ur9Bly .IVg0re ._4bWB5E,.Ur9Bly .IVg0re ._7-9xXW{margin-right:2rem;width:auto}.Ur9Bly .-vMfPt{margin-right:2rem}.Ur9Bly ._0fbEtR,.Ur9Bly ._2ybgCl{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (max-width:350px){.Ur9Bly ._2ybgCl{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}}.Ur9Bly ._0fbEtR{width:35rem;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:1650px){.Ur9Bly ._0fbEtR{width:42rem}}@media (max-width:1480px){.Ur9Bly ._0fbEtR{width:35rem}}@media (max-width:1300px){.Ur9Bly ._0fbEtR{width:35rem}}@media (max-width:1200px){.Ur9Bly ._0fbEtR{width:42rem}}@media (max-width:980px){.Ur9Bly ._0fbEtR{width:40rem}}@media (max-width:860px){.Ur9Bly ._0fbEtR{width:35rem}}@media (max-width:780px){.Ur9Bly ._0fbEtR{width:100%}}.Ur9Bly ._0fbEtR .A2-QT3{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:780px){.Ur9Bly ._0fbEtR .A2-QT3{width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.Ur9Bly ._0fbEtR .A2-QT3 ._4bWB5E{margin-right:1rem}}.Ur9Bly .JGCwjO{margin-right:1rem;max-height:7rem;overflow:hidden;width:7rem}.Ur9Bly .JGCwjO .vSR01V{max-height:6rem;max-width:7rem}.Ur9Bly .JGCwjO ._2Bb1Wm{max-height:4.5rem;max-width:7rem}@media (max-width:350px){.Ur9Bly .JGCwjO{max-height:5rem;width:5rem}}.ortF9O{cursor:pointer}.ortF9O .DOUDZf{font-size:1.4rem;font-weight:500;margin-right:1rem;width:20rem}@media (max-width:1650px){.ortF9O .DOUDZf{width:35rem}}@media (max-width:1580px){.ortF9O .DOUDZf{width:25rem}}@media (max-width:820px){.ortF9O .DOUDZf{margin-right:1rem;width:20rem}}@media (max-width:700px){.ortF9O .DOUDZf{width:20rem}}@media (max-width:780px){.ortF9O .DOUDZf{margin-right:0}}@media (max-width:375px){.ortF9O .DOUDZf{font-size:1.2rem;width:18rem}}.ortF9O ._41qKSB{color:var(--gray);font-size:1.2rem;font-weight:400;width:20rem}@media (max-width:375px){.ortF9O ._41qKSB{width:15rem}}._7-9xXW{color:var(--red);cursor:pointer;font-size:1.4rem;font-weight:400;margin-right:1rem;width:9.6rem}@media (max-width:650px){._7-9xXW{margin-right:0;width:15rem}}@media (max-width:425px){._7-9xXW{width:10rem}}@media (max-width:375px){._7-9xXW{font-size:1.4rem;width:8rem}}@media (max-width:350px){._7-9xXW{font-size:1.2rem;width:6rem}}._4bWB5E{background-color:var(--light-blue);border-radius:.4rem;font-size:1.4rem;margin-right:1rem;min-width:8rem;padding:.4rem;text-align:center;width:10rem}._4bWB5E .S70DX3{color:var(--gray);font-size:1.2rem}@media (max-width:780px){._4bWB5E{margin-right:0}}@media (max-width:375px){._4bWB5E{font-size:1.2rem;padding:.2rem;width:10rem}}.IWvW4A{width:14rem}@media (max-width:780px){.IWvW4A{width:12rem}}.IWvW4A .Bwmg9Y{-webkit-flex-shrink:0;-ms-flex-negative:0;color:var(--gray-1);flex-shrink:0;font-size:1.4rem;font-weight:500;margin-right:0}@media (max-width:780px){.IWvW4A .Bwmg9Y{width:100%;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;font-size:1.2rem;justify-content:flex-end}}.Ur9Bly ._9XMZXf{height:4rem;width:4rem}@media (max-width:780px){.Ur9Bly ._9XMZXf{position:absolute;right:.5rem;top:.5rem}}._5Qrw-3{border:.1rem solid var(--classic-blue);border-radius:.4rem;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:.8rem;-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s}._5Qrw-3 svg{fill:none!important}._5Qrw-3 svg path:first-child{fill:var(--classic-blue)}._5Qrw-3 svg path:nth-child(2){stroke:var(--classic-blue)}._5Qrw-3:hover{background-color:var(--classic-blue);color:var(--white)}._5Qrw-3:hover svg path:first-child{fill:var(--white)}._5Qrw-3:hover svg path:nth-child(2){stroke:var(--white)}._9JAPcn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;border:.1rem solid var(--classic-blue);border-radius:.4rem;height:4rem;justify-content:center;padding:.8rem;-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s;width:4rem}.NOyiMq{background-color:var(--background-color-primary);border-radius:1.4rem;-webkit-box-shadow:0 .4rem 2rem 0 hsla(0,0%,45%,.1);box-shadow:0 .4rem 2rem #7373731a;max-width:122rem;min-height:70rem;padding:4rem}@media (max-width:490px){.NOyiMq{min-height:65rem;padding:2rem}}@media (max-width:375px){.NOyiMq{padding:1rem}}.NOyiMq .Q467oV{margin-bottom:4rem}@media (max-width:680px){.NOyiMq .Q467oV{margin-bottom:1rem}}.NOyiMq .Go4HTD{margin-bottom:3rem}@media (max-width:680px){.NOyiMq .Go4HTD{margin-bottom:1rem}}.NOyiMq .t-nNlx{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;min-height:48rem}@media (max-width:400px){.NOyiMq .t-nNlx{min-height:45rem}}.NOyiMq .PiQplY{width:100%}.NOyiMq .PNkbn5{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:2rem 0;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.NOyiMq .v-virtual-scroll{padding-right:.5rem}.NOyiMq .v-virtual-scroll__item:not(:last-child){margin-bottom:1rem}.NOyiMq .zbQQFp{margin-bottom:3rem}@media (max-width:680px){.NOyiMq .zbQQFp{margin-bottom:2rem}}.UEddTr .app-base-modal{max-width:122rem;width:100%}@media (max-width:1200px){.UEddTr .app-base-modal{max-height:100%;top:0}}.bomtable-wrapper{background-color:#fff;font-family:Roboto,Verdana,sans-serif;font-size:13px;margin:0;padding:0 2px 2px 0;position:relative}.bomtable-wrapper *{margin:0;padding:0}.bomtable-wrapper .bomtable-header-container{height:100%;position:relative}.bomtable-wrapper .bomtable-header-cell-wrap{display:block;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}.bomtable-wrapper .bomtable-header-menu .bomtable-header-cell-wrap{padding-right:30px}.bomtable-wrapper .bomtable-header-cell-btn:after,.bomtable-wrapper .bomtable-header-cell-btn:before{background-color:#008bb0;content:"";display:inline-block;height:1px;position:absolute;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;width:9px}.bomtable-wrapper .bomtable-header-cell-btn{background:transparent;border:none;cursor:pointer;display:inline-block;font-size:14px;height:10px;line-height:10px;min-height:unset;padding:0;position:absolute;right:5px;top:7px;width:15px}.bomtable-wrapper .bomtable-header-cell-btn:focus{outline:none}.bomtable-wrapper .bomtable-header-cell-btn:hover{background:transparent;opacity:.8}.bomtable-wrapper .bomtable-header-cell-btn:before{left:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.bomtable-wrapper .bomtable-header-cell-btn:after{right:0}.bomtable-wrapper .active .bomtable-header-cell-btn:before,.bomtable-wrapper .bomtable-header-cell-btn:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.bomtable-wrapper .active .bomtable-header-cell-btn:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.bomtable-wrapper .bomtable-no-header tr:first-child td{border-top:1px solid #ccc}.bomtable-wrapper .bomtable-square{background-color:#00a3cf;border:1px solid rgba(0,0,0,.4);cursor:crosshair;height:7px;margin-left:-5px;margin-top:-5px;position:absolute;width:7px;z-index:10}.bomtable-wrapper .bomtable-context-btn{background-color:#e8e8e8;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHZpZXdCb3g9IjAgMCAxNyAxNyI+PHN0eWxlPi5zdDB7ZmlsbDojMDY3NWI0fTwvc3R5bGU+PHBhdGggZD0iTTQgNy45aDl2MUg0ek00IDEwLjloOXYxSDR6TTQgNC45aDl2MUg0eiIgY2xhc3M9InN0MCIvPjwvc3ZnPg==);background-position:50%;background-repeat:no-repeat;border:1px solid rgba(0,0,0,.4);cursor:pointer;height:15px;margin-left:-9px;margin-top:-9px;position:absolute;width:15px;z-index:40}.bomtable-wrapper .bomtable-copy-area-bottom,.bomtable-wrapper .bomtable-copy-area-left,.bomtable-wrapper .bomtable-copy-area-right,.bomtable-wrapper .bomtable-copy-area-top{background-color:#008bb0;height:3px;position:absolute;-webkit-transition:all .2s cubic-bezier(0,0,0,.98);-o-transition:all .2s cubic-bezier(0,0,0,.98);transition:all .2s cubic-bezier(0,0,0,.98);width:3px;z-index:8}.bomtable-wrapper .bomtable-copy-area-bottom{padding-right:3px}.bomtable-wrapper .bomtable-active-area-bottom,.bomtable-wrapper .bomtable-active-area-left,.bomtable-wrapper .bomtable-active-area-right,.bomtable-wrapper .bomtable-active-area-top{background-color:#008bb0;-webkit-box-sizing:border-box;box-sizing:border-box;height:1px;position:absolute;-webkit-transition:all 70ms;-o-transition:all 70ms;transition:all 70ms;width:1px;z-index:8}.bomtable-wrapper .bomtable td::-moz-selection,.bomtable-wrapper .bomtable th::-moz-selection{background:transparent;color:inherit}.bomtable-wrapper .bomtable td::selection,.bomtable-wrapper .bomtable th::selection{background:transparent;color:inherit}.bomtable-wrapper .bomtable th.highlight{background-color:#f0fcff}.bomtable-wrapper textarea.bomtable-input{background-color:#fff;border:1px solid #00a3cf;border-radius:0;-webkit-box-shadow:inset 0 0 0 1px #00a3cf;box-shadow:inset 0 0 0 1px #00a3cf;-webkit-box-sizing:border-box;box-sizing:border-box;color:#000;display:block;font-family:inherit;font-size:inherit;line-height:23px;margin:0;max-height:unset;min-height:auto;outline-width:0;overflow:hidden;padding:0 0 0 4px;position:absolute;resize:none;z-index:10}.bomtable-wrapper textarea.bomtable-input:focus-visible{outline:none}.bomtable-wrapper .bomtable-buffer{height:1px;left:5px;position:absolute;resize:none;top:5px;width:1px;z-index:-5}.bomtable-wrapper .bomtable-col-resizer{background-color:#00a3cf;cursor:col-resize;height:28px;left:0;opacity:0;position:absolute;top:0;width:7px;z-index:20}.bomtable-wrapper .bomtable-col-resizer.active,.bomtable-wrapper .bomtable-col-resizer.pressed~.bomtable-col-resizer-line,.bomtable-wrapper .bomtable-col-resizer:active,.bomtable-wrapper .bomtable-col-resizer:hover{opacity:1}.bomtable-wrapper .bomtable-col-resizer-line{background-color:#858585;height:100%;left:0;opacity:0;position:absolute;top:0;width:1px;z-index:15}.bomtable-wrapper .bomtable-context-menu,.bomtable-wrapper .bomtable-header-menu{background:#fff;border:1px solid #ccc;-webkit-box-shadow:.5px .5px 1px #00000026;box-shadow:.5px .5px 1px #00000026;padding:0;position:absolute;z-index:1000}.bomtable-wrapper .bomtable-context-menu li,.bomtable-wrapper .bomtable-header-menu li{background-color:#fff;background-position:5px;background-repeat:no-repeat;-webkit-background-size:16px 16px;background-size:16px 16px;border-bottom:none;cursor:pointer;line-height:normal;list-style:none;margin-bottom:0;min-width:130px;padding:6px 10px 6px 30px;position:relative;text-align:left}.bomtable-wrapper .bomtable-context-menu li:hover,.bomtable-wrapper .bomtable-header-menu li:hover{background-color:#f1f1f1}.bomtable-wrapper .bomtable-context-menu li.bomtable-hr,.bomtable-wrapper .bomtable-header-menu li.bomtable-hr{border-bottom:1px solid #ccc;font-size:0;height:0;margin:0;padding:0;width:auto}.bomtable-wrapper .bomtable-context-menu li.disabled,.bomtable-wrapper .bomtable-header-menu li.disabled{background-color:#e8e8e8;cursor:not-allowed;opacity:.7}.bomtable-wrapper .bomtable-context-menu li.add-row,.bomtable-wrapper .bomtable-header-menu li.add-row{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyI+PGcgZmlsbD0iIzA2NzViNCI+PHBhdGggZD0iTTQgMTBoOXYxSDR6Ii8+PHBhdGggZD0iTTggNmgxdjlIOHoiLz48L2c+PHBhdGggZmlsbD0iI2JiYiIgZD0iTTE2IDJIMHY2aDZWN0gxVjNoMTV2NGgtNXYxaDZWMnoiLz48L3N2Zz4=)}.bomtable-wrapper .bomtable-context-menu li.add-col,.bomtable-wrapper .bomtable-header-menu li.add-col{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyI+PGcgZmlsbD0iIzA2NzViNCI+PHBhdGggZD0iTTcgOGg5djFIN3oiLz48cGF0aCBkPSJNMTEgNGgxdjloLTF6Ii8+PC9nPjxwYXRoIGZpbGw9IiNiYmIiIGQ9Ik0zIDF2MTZoNnYtNkg4djVINFYxaDR2NWgxVjBIM3oiLz48L3N2Zz4=)}.bomtable-wrapper .bomtable-context-menu li.remove-rows,.bomtable-wrapper .bomtable-header-menu li.remove-rows{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyI+PGcgZmlsbD0ibm9uZSIgc3Ryb2tlPSJ0b21hdG8iIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0ibTUuNSA2LjUgNiA2TTUuNSAxMi41bDYtNiIvPjwvZz48cGF0aCBmaWxsPSIjYmJiIiBkPSJNMTYgM0gwdjZoM1Y4SDFWNGgxNXY0aC0ydjFoM1YzeiIvPjwvc3ZnPg==)}.bomtable-wrapper .bomtable-context-menu li.remove-cols,.bomtable-wrapper .bomtable-header-menu li.remove-cols{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyI+PGcgZmlsbD0ibm9uZSIgc3Ryb2tlPSJ0b21hdG8iIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0ibTYuNSAxMS41IDYtNk0xMi41IDExLjVsLTYtNiIvPjwvZz48cGF0aCBmaWxsPSIjYmJiIiBkPSJNMyAxdjE2aDZ2LTNIOHYySDRWMWg0djJoMVYwSDN6Ii8+PC9zdmc+)}.bomtable-wrapper .bomtable-context-menu li.union-rows,.bomtable-wrapper .bomtable-header-menu li.union-rows{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyI+PHBhdGggZmlsbD0iI2JiYiIgZD0iTTE2IDNIMHYxMWgxN1Yzem0wIDZ2NEgxVjRoMTV6Ii8+PHBhdGggZmlsbD0iIzA2NzViNCIgZD0iTTcgOGgzdjFIN3ptNSAwaDN2MWgtM3pNMiA4aDN2MUgyeiIvPjwvc3ZnPg==)}.bomtable-wrapper .bomtable-context-menu li.union-cols,.bomtable-wrapper .bomtable-header-menu li.union-cols{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyI+PHBhdGggZmlsbD0iI2JiYiIgZD0iTTEzIDBIM3YxN2gxMVYwem0wIDE2SDRWMWg5eiIvPjxwYXRoIGZpbGw9IiMwNjc1YjQiIGQ9Ik04IDEwVjdoMXYzem0wLTVWMmgxdjN6bTAgMTB2LTNoMXYzeiIvPjwvc3ZnPg==)}.bomtable-wrapper .bomtable-context-menu li.redo,.bomtable-wrapper .bomtable-header-menu li.redo{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyI+PHBhdGggZmlsbD0iIzA2NzViNCIgZD0iTTMuNzYgMTIuMjRBNS45MyA1LjkzIDAgMCAwIDggMTRhLjQ3LjQ3IDAgMCAwIC4zNS0uMTUuNDguNDggMCAwIDAgMC0uN0EuNDcuNDcgMCAwIDAgOCAxM2E1IDUgMCAwIDEtNS4wMDktNSA1IDUgMCAwIDEgOC41MzktMy41NGwtMS40MiAxLjQyIDMuODkuMzUtLjM1LTMuODktMS40MiAxLjQyYTYgNiAwIDAgMC04LjQ3IDAgNiA2IDAgMCAwIDAgOC40OCIvPjwvc3ZnPg==)}.bomtable-wrapper .bomtable-context-menu li.undo,.bomtable-wrapper .bomtable-header-menu li.undo{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyI+PHBhdGggZmlsbD0iIzA2NzViNCIgZD0iTTEzLjI0IDEyLjI0QTUuOTMgNS45MyAwIDAgMSA5IDE0YS40Ny40NyAwIDAgMS0uMzUtLjE1LjQ4LjQ4IDAgMCAxIDAtLjdBLjQ3LjQ3IDAgMCAxIDkgMTNhNSA1IDAgMCAwIDUuMDA5LTVBNSA1IDAgMCAwIDUuNDcgNC40NmwxLjQyIDEuNDJMMyA2LjIzbC4zNS0zLjg5IDEuNDIgMS40MmE2IDYgMCAwIDEgOC40NyAwIDYgNiAwIDAgMSAwIDguNDgiLz48L3N2Zz4=)}.bomtable-wrapper table .bomtable-nw{white-space:nowrap!important}.bomtable-wrapper .bomtable-header-cell-btn .bomtable-header-menu{border:1px solid #00a3cf;left:1px;top:12px}.bomtable-wrapper .bomtable-header-cell-btn .bomtable-header-menu li{border-top:1px solid #00a3cf}.bomtable-wrapper .bomtable-header-cell-btn .bomtable-header-menu li:first-child{border:none}.bomtable-wrapper .bomtable-header-cell-btn .bomtable-header-menu li.bomtable-hr{display:none}.bomtable-wrapper.touched .bomtable-square{height:15px;margin-left:-9px;margin-top:-9px;width:15px}.bomtable-wrapper table.bomtable{border-collapse:separate;border-spacing:0;border-width:0;margin:0;max-height:none;max-width:none;outline-width:0;position:relative;table-layout:fixed;top:0;width:100%;z-index:5}.bomtable-wrapper table.bomtable tr{background:#fff}.bomtable-wrapper table.bomtable td,.bomtable-wrapper table.bomtable th{border-bottom:1px solid #ccc;border-left-width:0;border-right:1px solid #ccc;border-top-width:0;-webkit-box-sizing:border-box;box-sizing:border-box;empty-cells:show;font-size:13px;font-weight:400;height:28px;line-height:23px;min-width:35px;overflow:hidden;padding:0 4px;text-align:left;vertical-align:top;white-space:pre-line}.bomtable-wrapper table.bomtable td:first-child,.bomtable-wrapper table.bomtable th:first-child{border-left:1px solid #ccc}.bomtable-wrapper table.bomtable td{max-width:250px;overflow:hidden;position:relative;text-overflow:ellipsis}.bomtable-wrapper table.bomtable td.area{background:#d2f5ff!important}.bomtable-wrapper table.bomtable td.pressed{background:#f0fcff!important}.bomtable-wrapper table.bomtable .building td{white-space:nowrap;width:auto}.bomtable-wrapper table.bomtable:not(.bomtable-copy-table) th{border-bottom:0!important;border-collapse:collapse!important;border-top:0!important;padding-bottom:0!important;padding-top:0!important}.bomtable-wrapper table.bomtable:not(.bomtable-copy-table) .bomtable-header-cell-btn,.bomtable-wrapper table.bomtable:not(.bomtable-copy-table) .bomtable-header-cell-btn:after,.bomtable-wrapper table.bomtable:not(.bomtable-copy-table) .bomtable-header-cell-btn:before,.bomtable-wrapper table.bomtable:not(.bomtable-copy-table) .bomtable-header-cell-wrap,.bomtable-wrapper table.bomtable:not(.bomtable-copy-table) th{height:0!important;line-height:0!important;min-height:0!important;overflow:hidden!important}.bomtable-wrapper table.bomtable thead.bomtable-hidden{opacity:0}.bomtable-wrapper table.bomtable-copy-table{z-index:20}.bomtable-wrapper table.bomtable-copy-table.sticky{position:-webkit-sticky;position:sticky;top:0}.bomtable-wrapper table.bomtable-copy-table thead th{border-top:1px solid #ccc;vertical-align:middle}.x61Soe{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:1.2rem;font-weight:500;line-height:1.6rem;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;border:1px solid var(--gray-light);border-bottom:unset;border-top-left-radius:.6rem;border-top-right-radius:.6rem;cursor:pointer;gap:.4rem;justify-content:center;min-width:10rem;padding:1.2rem}.x61Soe.IPfwes{border-color:var(--error)}.x61Soe.IPfwes .LtsY8J{fill:var(--error)}.x61Soe.IPfwes.dGXYBu{background-color:var(--hover-gray);border-color:var(--success)}.x61Soe.IPfwes.dGXYBu .LtsY8J{fill:var(--success)}.x61Soe.sTvt8y{color:var(--gray)}.x61Soe.sTvt8y .LtsY8J{stroke:var(--gray)}.x61Soe.zU8AaW{background-color:var(--secondary-blue)!important;border-color:var(--pressed-secondary-blue)!important}.kAfZZk{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.kAfZZk .WSgDss{width:100%!important}.kAfZZk ._6jHRdi{margin:0 0 2rem!important}.kAfZZk ._8oNTBX,.kAfZZk .bPx-H7{font-size:3rem}.kAfZZk .cwpEKc{border-bottom:1px solid var(--secondary-blue-opacity)}.kAfZZk ._4Dy8Ev{-webkit-box-shadow:none;box-shadow:none}.kAfZZk .Gg7Gi7{padding:0!important}.kAfZZk .h-71Yc{font-size:1.8rem}.kAfZZk ._8YBBR2{gap:8px;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:15px 0}.MNxHxd,.kAfZZk ._8YBBR2{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.MNxHxd{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;border-bottom:1px solid var(--gray-light);flex-grow:1;gap:.8rem}._4MiKW4{max-height:50rem;overflow:auto;width:100%}.mJO3xT{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:2.4rem}.gfsuba{fill:var(--classic-blue)}.Tj6BOE{height:15rem;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin-top:2.4rem;overflow:auto}.wNccxY{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between}.W4fCLC,.wNccxY{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:1.2rem}.W4fCLC{-webkit-flex-wrap:wrap-reverse;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}@media (max-width:640px){.W4fCLC{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}._6g2WGL{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:var(--background-color-primary);-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;width:100%}._6g2WGL .vector-recognition-container,._6g2WGL .vector-warning-wrapper{padding:0}._6g2WGL .anjWYC{cursor:pointer}._6g2WGL .-zufpP{height:100%;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}._6g2WGL .-zufpP,._6g2WGL .zjcQld{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}._6g2WGL .zjcQld{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:2rem}._6g2WGL ._6oDboq{font-size:1.8rem}._6g2WGL ._6oDboq,._6g2WGL .lghY1F{color:var(--gray-2);margin-bottom:1rem}._6g2WGL .lghY1F{font-size:1.4rem}._6g2WGL .PHjsXm{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.fyMqR3 .v-overlay__content{max-width:90vw}.IY-joq,.xEvbF-{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.IY-joq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:var(--background-color-primary);border:.1rem solid var(--gray-light);border-radius:1.4rem;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.atUZUq{height:100%;overflow:hidden;padding:3.8rem 3.2rem}.xEvbF-{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;overflow:auto}@media (max-width:640px){.atUZUq{padding:2.4rem}}.jvBHux{bottom:4rem;left:0;pointer-events:none;position:fixed;-webkit-transition:margin .3s ease;-o-transition:margin .3s ease;transition:margin .3s ease;width:100%;z-index:998}.jvBHux.GbnSnG{margin-bottom:6rem}@media (max-width:900px){.jvBHux.GbnSnG{margin-bottom:12rem}}@media (max-width:769px){.jvBHux.GbnSnG{margin-bottom:6rem}}.j-jN1Q{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;background:var(--background-color-primary);border-radius:.8rem;-webkit-box-shadow:0 4px 16px 0 rgba(0,0,0,.078);box-shadow:0 4px 16px #00000014;cursor:pointer;height:4rem;justify-content:center;margin-left:auto;margin-right:2rem;pointer-events:all;width:4rem}.fepB8o{z-index:1}.j-jN1Q .Y3lz7G{position:absolute;z-index:0}.j-jN1Q ._6uhBfk{-webkit-transition:stroke-dashoffset .1s linear;-o-transition:stroke-dashoffset .1s linear;transition:stroke-dashoffset .1s linear;fill:var(--background-color-primary);stroke:var(--red);stroke-linecap:round;stroke-width:.2rem;stroke-dasharray:200;stroke-dashoffset:var(--scroll-progress)}.RGStWq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:1rem}.DZb3Ei{font-size:1.8rem;font-weight:600}.hehws0{width:100%}.arGlSa{font-size:1.2rem;margin-top:1rem}@media (max-width:320px){.DZb3Ei{font-size:1.6rem}}.IK-236{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:2.2rem}._3ceoHe{color:var(--white);font-size:2.4rem;line-height:1}._1wcpvL.PEQw9e .dKDEPp{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.dBufIp{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.nFxctR{color:#858585;font-size:2.4rem;font-weight:500}.dKDEPp{fill:var(--white)}.lwbC7U{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:1rem;padding-top:2rem}.WBTl0Y,.lwbC7U{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.-CTZsA{color:var(--white);font-size:1.6rem}.Po2-Fo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;color:var(--gray-txt);gap:6px}.Po2-Fo path{fill:var(--gray-txt)}.G2xrCx{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:2rem}@media (max-width:1440px){.G2xrCx{gap:1.12rem}}._75fZyI{color:var(--gray-txt);font-weight:500}.LK-qT8{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-size:2.4rem;gap:.53rem}.LK-qT8,._4qgx37{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.v0Vnwj{color:var(--white);font-size:1.6rem;line-height:136%}.D2-Lh8{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;color:var(--gray-txt);font-size:1.4rem;gap:6px}.D2-Lh8 path{fill:var(--gray-txt)}._8rbIMU{gap:18px;margin-top:3.7rem}._8rbIMU,.aX-WSh{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.aX-WSh{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;background-color:#4f4f4f;border-radius:50%;height:2.6rem;justify-content:center;width:2.6rem}.fp7rIJ path{fill:var(--black)}.MqbcFM path{stroke:var(--black)}.L1eImk{margin:2rem auto 0;max-width:165rem;width:100%}.TnTQug{background-color:var(--black);border:1px solid transparent;border-top-left-radius:1.4rem;border-top-right-radius:1.4rem;color:var(--white);padding:4rem}html.-qZ0Mo .TnTQug,html.dark-mode .TnTQug{border-left:1px solid var(--gray-2);border-right:1px solid var(--gray-2);border-top:1px solid var(--gray-2)}@media (max-width:1030px){.TnTQug{margin-left:unset}}@media (max-width:1024px){.TnTQug{padding:4rem 2rem}}@media (max-width:425px){.TnTQug{padding:2rem}}.rgNheY{border-bottom:1px solid var(--gray-2);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:4rem;padding-bottom:4rem;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;gap:5rem;justify-content:space-between}@media (max-width:425px){.rgNheY{margin-bottom:3rem;padding-bottom:3rem}}@media (max-width:1024px){.rgNheY{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:unset}}.C4gYqe{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;display:grid;flex-grow:1;gap:3.2rem;grid-template-columns:repeat(4,1fr);max-width:92.8rem}@media (max-width:1440px){.C4gYqe{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}@media (max-width:1024px){.C4gYqe{border-bottom:1px solid var(--gray-2);margin-bottom:4rem;max-width:unset;padding-bottom:4rem}}@media (max-width:1024px) and (max-width:425px){.C4gYqe{margin-bottom:3rem;padding-bottom:3rem}}@media (max-width:1024px){.C4gYqe ._3jBhev{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}}@media (max-width:768px){.C4gYqe{display:grid;gap:5rem 3.2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:425px){.C4gYqe{display:none}}.ckoyo6{display:none}@media (max-width:425px){.ckoyo6{border-bottom:1px solid var(--gray-2);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:4rem;padding-bottom:4rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:2rem}}@media (max-width:425px) and (max-width:425px){.ckoyo6{margin-bottom:3rem;padding-bottom:3rem}}.qGszey{background-color:var(--gray-2);height:1px;margin-bottom:4rem;margin-top:4rem}.ZP1cEa{display:grid;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;gap:2rem;grid-auto-columns:1fr auto auto;grid-template-areas:"company contacts call";justify-content:space-between}.q5j8kj{grid-area:company}.CwpG3C{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;grid-area:contacts;-webkit-box-orient:vertical;-webkit-box-direction:normal;color:var(--gray-txt);-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-size:1.6rem;gap:.9rem;line-height:2.176rem}.qFaFgE{grid-area:call}@media (max-width:1024px){.ZP1cEa{gap:3.5rem 2rem;grid-auto-columns:1fr auto;grid-template-areas:"company call " "contacts ."}}@media (max-width:768px){.ZP1cEa{grid-auto-columns:1fr;grid-template-areas:unset;grid-template-areas:"company" "call" "contacts";justify-items:center;text-align:center}}.PHuckz{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:var(--white);font-size:1rem;gap:1rem}@media (max-width:768px){.PHuckz{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center}}._-97HK0 path,._-97HK0 rect{fill:var(--white)!important}.dzwyDj{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:18px;margin-top:3.7rem}.iJNCQy{background-color:var(--gray-2);border-radius:50%;height:2.6rem;width:2.6rem}.YpUqEK{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;gap:1rem;margin-top:7.1rem}@media (max-width:768px){.YpUqEK{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:6.3rem;-webkit-box-align:unset;-webkit-align-items:unset;-ms-flex-align:unset;align-items:unset}.YpUqEK ._9J5Aya{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}}@media (max-width:425px){.YpUqEK{gap:6.3rem;margin-top:5rem}}@media (max-width:320px){.YpUqEK{gap:4rem;margin-top:4rem}}.f01siA{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;gap:2rem}.hRaKpa{color:var(--gray-txt);font-size:1.2rem;text-decoration:underline;text-underline-offset:.15rem}.lC4I84{text-decoration:unset}.vricLc{grid-row:2}.V6mNCk{display:none}@media (max-width:768px){.f01siA{display:grid;grid-template-columns:repeat(2,auto)}.hRaKpa{color:var(--white)}.hRaKpa:nth-child(3),.hRaKpa:nth-child(4){text-align:right}}@media (max-width:425px){.f01siA{gap:1.5rem;grid-template-columns:1fr}.MGxMXe,.vricLc{display:none}.hRaKpa:nth-child(n){text-align:unset}.V6mNCk{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}._9J5Aya{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition:color .1s ease;-o-transition:color .1s ease;transition:color .1s ease;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;color:var(--gray-txt);-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:13px;gap:1rem 2rem;justify-content:flex-end;text-align:right}._6Q2Idb path,._6Q2Idb rect{-webkit-transition:fill .1s ease;-o-transition:fill .1s ease;transition:fill .1s ease;fill:var(--gray-txt)!important}@media (hover:hover){._9J5Aya:hover{color:var(--white)}._9J5Aya:hover path,._9J5Aya:hover rect{fill:var(--white)!important}}@media (max-width:1175px){._9J5Aya{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media (min-width:769px){._9J5Aya{bottom:0;position:absolute;right:0}}@media (max-width:900px) and (min-width:769px){._9J5Aya{bottom:6rem;right:0}}@media (max-width:769px){._9J5Aya{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:1rem}}.HysVZE{max-width:29.6rem;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}@media (max-width:1024px) and (min-width:625px){.HysVZE{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;gap:2.1rem;max-width:64.2rem}.HysVZE .SmZWpT{-webkit-flex-shrink:0;width:300px;-ms-flex-negative:0;flex-shrink:0}}@media (max-width:624px){.HysVZE{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-width:unset}}@media (max-width:1024px) and (min-width:768px){.L1eImk .Mz2-Hq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.app-menu-burger{height:2.6rem;position:relative;width:3rem}.app-menu-burger__checkbox{cursor:pointer;display:block;height:3rem;left:0;opacity:0;position:absolute;top:0;width:3rem;z-index:5}.app-menu-burger__checkbox:checked~.hamburger-lines .line__first{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.app-menu-burger__checkbox:checked~.hamburger-lines .line__second{-webkit-transform:scaleY(0);-ms-transform:scaleY(0);-o-transform:scaleY(0);transform:scaleY(0)}.app-menu-burger__checkbox:checked~.hamburger-lines .line__last{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.app-menu-burger .hamburger-lines{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;left:0;position:absolute;top:.7rem;z-index:2;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;height:1.4rem;justify-content:space-between;width:2.2rem}.app-menu-burger .hamburger-lines .line{background:var(--gray-2);border-radius:2rem;display:block;height:.2rem;width:100%}.app-menu-burger .hamburger-lines .line__first{-webkit-transform-origin:10% 0;-ms-transform-origin:10% 0;-o-transform-origin:10% 0;transform-origin:10% 0;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;-o-transition:-o-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out,-o-transform .2s ease-in-out}.app-menu-burger .hamburger-lines .line__second{-webkit-transition:-webkit-transform .1s ease-in-out;transition:-webkit-transform .1s ease-in-out;-o-transition:-o-transform .1s ease-in-out;transition:transform .1s ease-in-out;transition:transform .1s ease-in-out,-webkit-transform .1s ease-in-out,-o-transform .1s ease-in-out}.app-menu-burger .hamburger-lines .line__last{-webkit-transform-origin:10% 100%;-ms-transform-origin:10% 100%;-o-transform-origin:10% 100%;transform-origin:10% 100%;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;-o-transition:-o-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out,-o-transform .2s ease-in-out}._2-EVg8{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;z-index:999;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%}._2-EVg8 ._70JkZh{-webkit-flex-shrink:0;left:0;position:absolute;-ms-flex-negative:0;flex-shrink:0;font-weight:500;height:5rem;padding-left:1.4rem;padding-right:1.4rem;width:12.1rem}.a02gbh{background-color:var(--hover-gray);border-radius:.6rem;color:var(--aqua-blue);font-size:1.4rem;height:5rem;padding-left:14.1rem;padding-right:4.8rem;position:relative;width:100%;z-index:996;z-index:0}.a02gbh::-webkit-input-placeholder{color:var(--aqua-blue);font-size:1.4rem}.a02gbh::-moz-placeholder{color:var(--aqua-blue);font-size:1.4rem}.a02gbh:-ms-input-placeholder{color:var(--aqua-blue);font-size:1.4rem}.a02gbh::-ms-input-placeholder{color:var(--aqua-blue);font-size:1.4rem}.a02gbh::placeholder{color:var(--aqua-blue);font-size:1.4rem}.wBfkbY{right:7rem}._2-EVg8 .-Qrsjr,.wBfkbY{cursor:pointer;position:absolute;z-index:997}._2-EVg8 .-Qrsjr{color:var(--white);height:4.4rem;padding:.8rem;right:.3rem;top:.3rem;width:4.4rem}._2-EVg8 .-Qrsjr svg{fill:var(--white)!important;height:2.8rem;width:2.8rem}@media (max-width:640px){._2-EVg8 ._70JkZh{display:none}.a02gbh{padding-left:2rem}}.app-header-search-modal{background-color:var(--background-color-primary);border-bottom-left-radius:1.4rem;border-bottom-right-radius:1.4rem;-webkit-box-shadow:0 .4rem 2rem 0 hsla(0,0%,45%,.1);box-shadow:0 .4rem 2rem #7373731a;left:0;max-height:0;overflow-y:hidden;padding:3rem 0;position:absolute;top:0;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;visibility:hidden;width:100%;z-index:995}@media (max-width:640px){.app-header-search-modal{height:100vh;max-height:100%;padding:3rem 0 8rem}}.app-header-search-modal.--active{max-height:300rem;top:6rem;visibility:visible}.app-header-search-modal.--full-width{-webkit-box-shadow:0 1rem 2rem 0 hsla(0,0%,45%,.1);box-shadow:0 1rem 2rem #7373731a;margin-top:var(--header-height);padding:1rem 0 2rem;position:fixed;top:0;-webkit-transition:margin-top .3s ease;-o-transition:margin-top .3s ease;transition:margin-top .3s ease;z-index:1000}@media (max-width:640px){.app-header-search-modal.--full-width{padding:1rem 0 8rem}}.app-header-search-modal.--full-screen{margin-top:0}.app-header-search-modal.--full-screen.--has-links{margin-top:4.1rem}@media (max-width:780px){.app-header-search-modal.--full-screen.--has-links{margin-top:0}}.app-header-search-modal__content{max-height:60rem;overflow-y:hidden;padding:0 1rem;scrollbar-gutter:stable}.app-header-search-modal__content:hover{overflow-y:scroll}@media (max-width:1200px){.app-header-search-modal__content{overflow-y:scroll}}@media (max-width:640px){.app-header-search-modal__content{max-height:92%}}.app-header-search-modal__footer{padding:0 2rem 0 1rem}.app-header-search-modal__footer .footer-actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-top:3rem;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.app-header-search-modal__footer .footer-actions,.app-header-search-modal__footer .show-all{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.app-header-search-modal__footer .show-all{color:var(--white);display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;font-size:1.6rem;font-weight:400;min-width:17.3rem}.app-header-search-modal__footer .close-search{color:var(--classic-blue);cursor:pointer;font-size:1.6rem;font-weight:500}.app-header-search-modal__footer .not-found{font-size:1.8rem;font-weight:400;padding:0 2.8rem}.footer-actions--mobile{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;bottom:0;justify-content:space-between;padding:1rem;position:fixed;width:100%;z-index:9999}.footer-actions--mobile .show-all{font-size:1.6rem;font-weight:400;width:100%}.app-header-search--mobile{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0 2rem;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:2rem}.weV2g5{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;z-index:999;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-right:1rem;width:100%}.jZqyLi{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;font-weight:500;height:5rem;padding-left:1.4rem;padding-right:1.4rem}@media (max-width:1200px){.weV2g5{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}}@media (max-width:780px){.L1mqtC{display:none}}.Wre7WC{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.wnZAh0{cursor:pointer;fill:none!important}.wnZAh0 path{fill:var(--gray-2)}.pl-RV8{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:1.6rem;padding:.5rem 1rem}.JZRmEX .RNeNID{top:-.5rem}.JZRmEX svg{fill:var(--gray-2)!important}.EBbXcp{cursor:pointer}.jidbAw{margin-right:2.2rem}@media (min-width:1650px){.jidbAw{display:none}}.isFO6j{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:.5rem;line-height:1;margin-right:1rem;white-space:nowrap}._1CVgtD,.isFO6j{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}._1CVgtD{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;gap:.4rem;justify-content:space-between}.sbhzgJ{font-size:1.4rem;font-weight:400;line-height:1.8rem}.d7Lw4K{font-size:1.2rem}.d7Lw4K,.iZ7KXJ{color:var(--classic-blue)}.iZ7KXJ{cursor:pointer;font-size:1.6rem;font-weight:600}.YUy8Wu{color:var(--disabled-gray-txt)}.CA7W8g{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:1rem}._2rCoAS{color:var(--gray-2);font-size:1.2rem;font-weight:400;width:15.9rem}@media (max-width:1625px){._2rCoAS{display:none}}.fGZuRG{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:10rem}.iaaT-A{margin-left:3rem;pointer-events:none;position:absolute;top:100%;-webkit-transition:margin .3s ease;-o-transition:margin .3s ease;transition:margin .3s ease}.V9PLJj{background-color:var(--background-color-primary);border-radius:.8rem;-webkit-box-shadow:0 4px 16px 0 rgba(var(--default-shadow-rgba));box-shadow:0 4px 16px rgba(var(--default-shadow-rgba));margin:3rem 1.6rem 1.6rem 3rem;pointer-events:all}.cP7czg{gap:2rem;min-width:49.1rem;padding:2rem}.cP7czg,.iaaT-A .xnsTPe{-webkit-flex-shrink:0;-ms-flex-negative:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-shrink:0}.iaaT-A .xnsTPe{opacity:.4;position:relative;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.iaaT-A .xnsTPe:before{background-color:var(--red);bottom:-2rem;content:"";height:2px;position:absolute;scale:0;-webkit-transform-origin:left;-ms-transform-origin:left;-o-transform-origin:left;transform-origin:left;-webkit-transition:scale .3s ease;-o-transition:scale .3s ease;transition:scale .3s ease;width:100%}.iaaT-A .xnsTPe.router-link-active,.iaaT-A .xnsTPe:hover{opacity:1}.iaaT-A .xnsTPe.router-link-active:before{scale:1}.iaaT-A ._1C4nG8{height:2rem;-o-object-fit:contain;object-fit:contain}.UaVSdJ{height:2rem;width:4.6rem;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}@media (max-width:1030px){.iaaT-A{margin-left:-4rem}}@media (max-width:744px){.iaaT-A{left:0;margin:unset;position:fixed;top:var(--header-height);width:100%}.V9PLJj{margin:1.6rem 0;width:100%}}.zUKmsV{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative}.YGkfwf{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;padding-top:1.7rem}.oyVT2d{width:100%}.EVwZcO{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;gap:40px;justify-content:space-between}.EVwZcO,.z-FB5Z{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.z-FB5Z{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer;font-size:1.6rem;font-weight:600;gap:.8rem;white-space:nowrap}.z-FB5Z.gAkE9t .BSjT50{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.hFBr1L{color:var(--classic-blue)}.hzYIqU{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;left:0;position:fixed;top:0;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;z-index:1000}.z4FVvA{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:var(--background-color-primary);border-bottom:.1rem solid var(--gray-light);border-bottom-left-radius:1.4rem;border-bottom-right-radius:1.4rem;border-left:.1rem solid var(--gray-light);border-right:.1rem solid var(--gray-light);-webkit-box-shadow:0 .4rem 2rem 0 rgba(var(--default-shadow-rgba));box-shadow:0 .4rem 2rem rgba(var(--default-shadow-rgba));-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-width:165rem;padding:1rem 2rem;width:100%}.GAHyYp,.z4FVvA{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.GAHyYp{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.aNufr-{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:2rem}.aNufr-,.iN5Zal{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.iN5Zal{gap:2rem}.Z0i-Eu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:1.4rem;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:.8rem}.uYPdlU{fill:var(--gray-2)}.p8flgE{cursor:pointer}.RJGDua{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative}.BU1avz{background-color:var(--red);border-radius:50%;height:.7rem;position:absolute;right:.2rem;top:.1rem;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);-o-transform:translateX(50%);transform:translate(50%);width:.7rem}.L4V8mR{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;background-color:var(--yellow);border-radius:.4rem;font-size:1.2rem;font-weight:800;height:1.6rem;justify-content:center;line-height:1;padding-bottom:1px;width:1.8rem}.cAGhn3{width:100%}.EyUJkQ{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.VXaBYh{margin-right:1rem}.OGB4Am{margin-right:2rem}.F4iMVd{margin-right:1rem}.CC6mds{font-weight:500;height:5rem;padding-left:1.4rem;padding-right:1.4rem}.CC6mds,.XW-CNC{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.XW-CNC{margin-right:.5rem}@media (max-width:1650px){.VXaBYh{display:none}}@media (max-width:1024px){.EyUJkQ,._748mnB{display:none}}@media (max-width:780px){.GAHyYp{height:5rem}.aNufr-{display:none}.F4iMVd{margin-right:1.4rem}}@media (max-width:375px){.hzYIqU{margin-right:1rem}}.VyYQTT{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-right:1.2rem;min-width:2.4rem;width:2.4rem}.zLBaTg{line-height:1}.f4kG8Y{-webkit-flex-shrink:0;width:2.4rem;-ms-flex-negative:0;flex-shrink:0}.xWCSnm{margin-left:1.4rem}.aXC1yH .daLI7-{width:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.aXC1yH .daLI7-,.aXC1yH .daLI7- .ABbQgf{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:3rem;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.aXC1yH .daLI7- .ABbQgf{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.aXC1yH .daLI7- .ABbQgf.qAYvrq svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.aXC1yH .sRWR2Q{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;border:.1rem solid var(--gray-light);border-radius:.8rem;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:1.4rem;margin-top:1.4rem;padding:1rem}.aXC1yH .sRWR2Q .hMmYXs:not(:last-child){margin-bottom:1.4rem}.h1S-4e{background-color:var(--gray-2);border-radius:1em;cursor:pointer;display:inline-block;font-size:2rem;height:2.3rem;position:relative;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;width:5rem}.y1mMF9{background-color:var(--gray)}.pbyNlP{cursor:auto}.h1S-4e input{opacity:0;position:absolute}.h1S-4e input:checked+.K2rr9x{-webkit-transform:translate(2.85rem,.3rem);-ms-transform:translate(2.85rem,.3rem);-o-transform:translate(2.85rem,.3rem);transform:translate(2.85rem,.3rem)}.K2rr9x{background-color:var(--white);border-radius:100%;height:1.7rem;-webkit-transform:translate(.3rem,.3rem);-ms-transform:translate(.3rem,.3rem);-o-transform:translate(.3rem,.3rem);transform:translate(.3rem,.3rem);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;width:1.7rem}.MbYc1M{background-color:var(--red)}html._8k-O0i .h1S-4e{background-color:var(--gray-light);border-color:var(--blue)}html._8k-O0i .y1mMF9{background-color:var(--gray-3)}html._8k-O0i .K2rr9x{background-color:var(--gray)}html._8k-O0i .MbYc1M{background-color:var(--red)}html.dark-mode .h1S-4e{background-color:var(--gray-light);border-color:var(--blue)}html.dark-mode .y1mMF9{background-color:var(--gray-3)}html.dark-mode .K2rr9x{background-color:var(--gray)}html.dark-mode .MbYc1M{background-color:var(--red)}.-TXzeZ:before{content:url(./clear_day.BeTOpBNS.svg);position:absolute;right:.3rem;top:-.1rem}.-TXzeZ:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M8.058 16q-3.332 0-5.667-2.334Q.058 11.332.058 8q0-2.469 1.413-4.536T5.481.492q.306-.107.536-.057t.381.2a.7.7 0 0 1 .192.38.9.9 0 0 1-.063.489q-.194.477-.282.966-.087.49-.087 1.03 0 2.667 1.866 4.533T12.558 9.9q.697 0 1.278-.148.579-.15.987-.24a.9.9 0 0 1 .4.01.57.57 0 0 1 .288.176.65.65 0 0 1 .16.308.73.73 0 0 1-.048.417q-.715 2.45-2.803 4.014Q10.733 16 8.058 16m0-1q2.2 0 3.95-1.213a7 7 0 0 0 2.55-3.162q-.5.125-1 .2t-1 .075q-3.075 0-5.238-2.163Q5.158 6.575 5.158 3.5q0-.5.075-1t.2-1A7 7 0 0 0 2.27 4.05Q1.058 5.8 1.058 8q0 2.9 2.05 4.95T8.058 15'/%3E%3C/svg%3E");left:.4rem;position:absolute;top:-.3rem}.TCVDs6{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;height:2.4rem;justify-content:center;margin-right:1.2rem;width:2.4rem}._4uNfjb{font-size:1.4rem;font-weight:400;line-height:1}.iE5aht{min-width:2.4rem;width:2.4rem}.Ngw9ua{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:3rem;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease;white-space:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}._0eHAH8{cursor:pointer}.KuMuPo{left:2rem;position:fixed;top:calc(var(--header-height) + 2rem);-webkit-transition:left .7s ease,width .3s ease;-o-transition:left .7s ease,width .3s ease;transition:left .7s ease,width .3s ease;z-index:999}.KuMuPo.-aQyBz{z-index:1000}.KuMuPo.-aQyBz .UeNPQq{width:25rem}@media (max-width:500px){.KuMuPo.-aQyBz .UeNPQq{width:100%}}.KuMuPo.-aQyBz .ILUxeE{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease,-o-transform .3s ease}.KuMuPo.-aQyBz .ILUxeE svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.KuMuPo.-aQyBz .yXDPVU{z-index:1000}@media (max-width:1030px){.KuMuPo.-aQyBz .yXDPVU{-ms-scroll-chaining:none;max-height:calc(100vh - var(--header-height));overscroll-behavior:none}}@media (max-width:500px){.KuMuPo.-aQyBz .yXDPVU{overflow:auto;padding:1rem;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease;width:100%}}@media (max-width:1030px){.KuMuPo.-aQyBz{left:0!important}}@media (max-width:500px){.KuMuPo.-aQyBz{height:calc(100% - var(--header-height));width:100%}.KuMuPo.-aQyBz .yXDPVU{height:100%}.KuMuPo.-aQyBz .UeNPQq{width:100%}}@media (max-width:1650px){.KuMuPo{left:1.3rem}}@media (max-width:1030px){.KuMuPo{left:-300rem;top:var(--header-height)}.KuMuPo .ILUxeE{display:none}}.ILUxeE{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;background-color:var(--background-color-primary);border:.1rem solid var(--gray-light);border-radius:50%;cursor:pointer;height:2.4rem;justify-content:center;position:absolute;right:0;top:.4rem;-webkit-transform:translate(50%);-ms-transform:translate(50%);-o-transform:translate(50%);transform:translate(50%);width:2.4rem;z-index:9999}.UeNPQq{direction:ltr;overflow:hidden;position:relative;width:2.4rem}.UeNPQq,.yXDPVU{-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease}.yXDPVU{background-color:var(--background-color-primary);border:1px solid var(--gray-light);border-radius:.8rem;-webkit-box-shadow:0 .4rem 2rem 0 rgba(var(--default-shadow-rgba));box-shadow:0 .4rem 2rem rgba(var(--default-shadow-rgba));direction:rtl;max-height:calc(100vh - var(--header-height) - 4rem);overflow:hidden auto;padding:2rem .6rem;scrollbar-gutter:stable both-edges}.yXDPVU::-webkit-scrollbar{width:.3rem}.KuMuPo .zK0WOK{margin-top:3rem}._0-ijSb{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:1.4rem}.IVdutY{cursor:pointer;white-space:nowrap}.IVdutY.router-link-exact-active{color:var(--red)}.IVdutY.router-link-exact-active svg{fill:var(--red)}.rmxkr1{margin:.5rem;position:absolute}.MAUSNo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:1rem}.sdnShB{cursor:pointer;pointer-events:all;width:25rem}.sdnShB .ZRaGuf,.sdnShB .wtCybA{font-size:1.6rem}.EyQzyc{left:0;top:0}.NHkEnl{right:0;top:0}.-pTfXE{left:50%;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%)}.Q-sVGD{left:0}.Q-sVGD,._8wSUNV{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}._8wSUNV{right:0}._1e3YMT{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.GYGjT9{bottom:0;left:0}.NYvbNU{bottom:0;right:0}.CNwIFt{bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%)}@media (max-width:810px){.sdnShB{width:18rem}.sdnShB .wtCybA{display:none}}@media (max-width:640px){.rmxkr1{position:static;-webkit-transform:unset;-ms-transform:unset;-o-transform:unset;transform:unset}.sdnShB{width:unset}.sdnShB .wtCybA{display:block}}.q0b5IE{height:100%;left:0;pointer-events:none;position:fixed;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;z-index:10000}.Y69Ntc{margin-top:var(--header-height)}.Y69Ntc,.oA99zV{position:relative}.oA99zV{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:calc(100vh - var(--header-height));overflow:hidden;width:100%}.m2s26y{margin-top:calc(var(--header-height) + 2rem)}
