@charset "UTF-8";.LibButton{border-radius:8px;border:none;box-shadow:#32325d26 0 7px 14px -2px,#0003 0 4px 8px -4px;transition:.2s ease-out;padding:4px 8px;margin:4px 8px;min-width:50px}.LibButton:hover{cursor:pointer;box-shadow:#32325d26 0 13px 27px -5px,#0003 0 8px 16px -8px;transform:translateY(-1px);transition:.2s ease-out}.LibButton:active{transform:translateY(1px);transition:.05s ease-out;box-shadow:#32325d26 0 2px 4px -2px,#0003 0 2px 4px -2px}.LibButton.LibDisabled{opacity:.5;cursor:not-allowed;pointer-events:none}.LibButton.LibPrimary{background-color:#0056b8;color:#fdfdfd}.LibButton.LibPrimary:hover{background-color:#0056b8}.LibButton.LibSecondary{background-color:#fff;color:#0056b8}.LibButton.LibPlain{background-color:#fff;color:#161616;border:1px solid #e0e0e0;box-shadow:none;transition:none}.LibButton.LibPlain:hover{background-color:#fafafa;transform:none;border:1px solid #e0e0e0}.LibButton.LibPlain:active{transform:none;box-shadow:none}.LibSpinner{border:.3vw solid #f5f5f5;border-top:.3vw solid #0056B8;border-radius:50%;width:64px;height:64px;animation:spin 1s linear infinite}.LibSpinner.LibSmall{width:32px;height:32px}.LibSpinner.LibMedium{width:64px;height:64px}.LibSpinner.LibLarge{width:128px;height:128px}.Alert{display:flex;flex-direction:row;align-items:center;padding:8px 16px;border-radius:4px;gap:8px;transition:.2s ease-out}.Alert .AlertIcon{width:8px;height:8px;flex-shrink:0}.Alert .AlertMessage{font-size:14px}.Alert.success{background-color:#4caf501a;border:1px solid rgba(76,175,80,.3)}.Alert.success .AlertMessage{color:#2e7d32}.Alert.warning{background-color:#f8c9201a;border:1px solid rgba(248,201,32,.3)}.Alert.warning .AlertMessage{color:#f57c00}.Alert.error{background-color:#ff6b6b1a;border:1px solid rgba(255,107,107,.3)}.Alert.error .AlertMessage{color:#d32f2f}.TooltipWrapper{position:relative;display:inline-flex;align-items:center}.TooltipTrigger{display:inline-flex;align-items:center;cursor:help}.TooltipContent{position:absolute;z-index:1000;padding:.75rem 1rem;background-color:#161616;color:#fdfdfd;border-radius:8px;font-size:.875rem;line-height:1.5;min-width:280px;max-width:380px;width:max-content;white-space:normal;box-shadow:#32325d26 0 7px 14px -2px,#0003 0 4px 8px -4px;animation:tooltipFadeIn .2s ease-in-out;pointer-events:none}.TooltipContent--top{bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.TooltipContent--top:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#161616}.TooltipContent--bottom{top:calc(100% + 8px);left:50%;transform:translate(-50%)}.TooltipContent--bottom:after{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-bottom-color:#161616}.TooltipContent--left{right:calc(100% + 8px);top:50%;transform:translateY(-50%)}.TooltipContent--left:after{content:"";position:absolute;left:100%;top:50%;transform:translateY(-50%);border:6px solid transparent;border-left-color:#161616}.TooltipContent--right{left:calc(100% + 8px);top:50%;transform:translateY(-50%)}.TooltipContent--right:after{content:"";position:absolute;right:100%;top:50%;transform:translateY(-50%);border:6px solid transparent;border-right-color:#161616}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%) translateY(-4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.InfoIcon{display:inline-flex;align-items:center;justify-content:center;margin-left:.5rem;font-size:1rem;cursor:help;-webkit-user-select:none;user-select:none;opacity:.7;transition:.2s ease-out}.InfoIcon:hover{opacity:1}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}@font-face{font-family:Averta;src:url(/assets/Averta-Bold-BYB9WQum.eot);src:url(/assets/Averta-Bold-BYB9WQum.eot?#iefix) format("embedded-opentype"),url(/assets/Averta-Bold-DXr4GnUV.woff2) format("woff2"),url(/assets/Averta-Bold-ND-JPYV3.woff) format("woff"),url(/assets/Averta-Bold-BkTK8WHm.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Averta;src:url(/assets/Averta-Regular-CGCGgnND.eot);src:url(/assets/Averta-Regular-CGCGgnND.eot?#iefix) format("embedded-opentype"),url(/assets/Averta-Regular-ZxnVyIHk.woff2) format("woff2"),url(/assets/Averta-Regular-BVydD_Om.woff) format("woff"),url(/assets/Averta-Regular-CeCVc_Wb.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Averta;src:url(/assets/Averta-BoldItalic-BcZAxrIT.otf);src:url(/assets/Averta-BoldItalic-B6Sstv28.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:Averta;src:url(/assets/Averta-RegularItalic-D8hAy1ix.otf);src:url(/assets/Averta-RegularItalic-QD_5aIZU.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Averta;src:url(/assets/Averta-Semibold-DOzfN5zD.otf);src:url(/assets/Averta-Semibold-C03hWMBy.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Averta;src:url(/assets/Averta-SemiboldItalic-B5B6puBO.otf);src:url(/assets/Averta-SemiboldItalic-DnkXwx6t.ttf) format("truetype");font-weight:600;font-style:italic}*,*:before,*:after{box-sizing:border-box;font-family:Averta,"sans-serif";scroll-behavior:smooth}a{text-decoration:none;color:inherit;cursor:pointer}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.ClientFormPage{margin-top:11vh;min-height:100vh;background-color:#fafafa;padding:2vw 0}.ClientFormPage .FormContainer{max-width:1200px;margin:0 auto;padding:2vw;background-color:#fff;border-radius:16px;box-shadow:#32325d26 0 7px 14px -2px,#0003 0 4px 8px -4px}.ClientFormPage .Title{font-weight:600;font-size:2.5rem;color:#0056b8;text-align:center;margin-bottom:3rem;cursor:default}.ClientFormPage .ClientForm{display:flex;flex-direction:column;gap:2rem}.ClientFormPage .FormSection{display:flex;flex-direction:column;gap:1.5rem}.ClientFormPage .SectionTitle{font-weight:600;font-size:1.5rem;color:#0056b8;margin:0;padding-bottom:.5rem;border-bottom:2px solid #0056B8}.ClientFormPage .FormRow{display:flex;gap:1rem;flex-wrap:nowrap;align-items:flex-start}@media(max-width:768px){.ClientFormPage .FormRow{flex-direction:column;flex-wrap:wrap;gap:.5rem;align-items:stretch}}.ClientFormPage .FormField{flex:1;min-width:200px;display:flex;flex-direction:column;gap:.8rem}@media(max-width:768px){.ClientFormPage .FormField{min-width:100%;gap:.6rem}}.ClientFormPage .FormField.MapField{min-width:100%;flex:none}.ClientFormPage .FormLabel{font-weight:600;color:#161616;font-size:.9rem;display:flex;align-items:center;gap:.5rem;margin-bottom:.2rem}.ClientFormPage .FormInput{width:100%;box-sizing:border-box;padding:8px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:16px;transition:.2s ease-out;background-color:#fff}.ClientFormPage .FormInput:focus{outline:none;border-color:#0056b8;box-shadow:0 0 0 3px #0056b81a}.ClientFormPage .FormInput:hover{border-color:#e0e0e0}.ClientFormPage .FormInput::placeholder{color:#999}.ClientFormPage .FormCheckbox{width:1.2rem;height:1.2rem;accent-color:#0056B8;cursor:pointer}.ClientFormPage .FormRadioGroup{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.ClientFormPage .FormRadioLabel{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:400;cursor:pointer;padding:.75rem;border:1px solid #e0e0e0;border-radius:8px;transition:.2s ease-out}.ClientFormPage .FormRadioLabel:hover{background-color:#f5f5f5;border-color:#0056b8}.ClientFormPage .FormRadioLabel input[type=radio]{cursor:pointer;width:1.2rem;height:1.2rem;accent-color:#0056B8;margin:0}.ClientFormPage .FormLabelWithLink{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.ClientFormPage .InstructionsLink{color:#0056b8;background:none;border:none;font-size:.75rem;cursor:pointer;padding:.25rem .5rem;text-decoration:none;opacity:.8;transition:opacity .2s ease}.ClientFormPage .InstructionsLink:hover{opacity:1;text-decoration:underline}.ClientFormPage .InstructionsLink.FormButtonLarge{font-size:1rem;padding:.5rem 1rem}.ClientFormPage .PermissionsLink{color:#0056b8;text-decoration:underline;font-size:.8rem;cursor:pointer}.ClientFormPage .PermissionsLink:hover{color:#003877}.ClientFormPage .StoreSection{background-color:#f5f5f5;padding:1.5rem;border-radius:8px;border:1px solid #e0e0e0}.ClientFormPage .StoreSection .FormRow{margin-bottom:1.5rem}.ClientFormPage .StoreSection .FormRow:last-child{margin-bottom:0}.ClientFormPage .StoreHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}@media(max-width:768px){.ClientFormPage .StoreHeader{flex-direction:column;align-items:flex-start}}.ClientFormPage .StoreTitle{font-weight:600;font-size:1.2rem;color:#0056b8;margin:0}.ClientFormPage .Button{margin-top:.5rem}@media(max-width:1024px){.ClientFormPage .FormContainer{margin:1rem;padding:1.5rem}.ClientFormPage .Title{font-size:2rem;margin-bottom:2rem}}@media(max-width:768px){.ClientFormPage .FormContainer{margin:.5rem;padding:1rem;border-radius:8px}.ClientFormPage .Title{font-size:1.5rem;margin-bottom:1.5rem}.ClientFormPage .SectionTitle{font-size:1.2rem}.ClientFormPage .FormInput{padding:4px 8px;font-size:14px}.ClientFormPage .StoreSection{padding:1rem}}@media(max-width:480px){.ClientFormPage .FormContainer{margin:.25rem;padding:8px 16px}.ClientFormPage .Title{font-size:1.3rem}.ClientFormPage .SectionTitle{font-size:1.1rem}}.ClientFormPage .FormNavigation{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.ClientFormPage .FormNavigation .NavigationButtons{display:flex;justify-content:space-between;align-items:center;gap:1rem}@media(max-width:768px){.ClientFormPage .FormNavigation .NavigationButtons{flex-direction:column;gap:1rem}}.ClientIdError{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background-color:#f5f5f5;font-family:Averta,sans-serif;padding:2rem}.ClientIdError .ErrorCard{background-color:#fff;padding:3rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-width:500px;text-align:center}.ClientIdError .ErrorCard h2{color:#d32f2f;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.ClientIdError .ErrorCard p{color:#666;font-size:16px;line-height:1.6;margin:0}.ClientIdError .ErrorCard code{background-color:#f0f0f0;padding:.5rem;display:inline-block;margin-top:.5rem;border-radius:4px;font-family:Courier New,monospace;font-size:14px}@media(max-width:768px){.ClientIdError{padding:1rem}.ClientIdError .ErrorCard{padding:2rem;max-width:100%}.ClientIdError .ErrorCard h2{font-size:1.25rem}.ClientIdError .ErrorCard p{font-size:14px}.ClientIdError .ErrorCard code{font-size:12px;padding:.4rem}}.FormInput--error{border-color:#374151!important;box-shadow:0 0 0 2px #3741511a!important}.FormError{color:#374151;font-size:.8rem;margin-top:.25rem;display:block}.Alert{padding:1rem;border-radius:4px;margin-bottom:1rem}.Alert--success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.Alert--error{background-color:#f3f4f6;border:1px solid #d1d5db;color:#374151}.Alert--warning{background-color:#f3f4f6;border:1px solid #d1d5db;color:#856404}.Button{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block;text-align:center}.Button:disabled{opacity:.6;cursor:not-allowed}.Button--primary{background-color:#0056b8;color:#fff}.Button--primary:hover:not(:disabled){background-color:#003d82}.Button--secondary{background-color:#6c757d;color:#fff}.Button--secondary:hover:not(:disabled){background-color:#545b62}.Button--fullWidth{width:100%}.Spinner{display:inline-block;width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid #0056B8;border-radius:50%;animation:spin 1s linear infinite}.Modal{border:none;border-radius:8px;padding:2rem;max-width:500px;width:90%}.Modal::backdrop{background-color:#00000080}.Modal.Closing{animation:modalClose .3s ease-out forwards}@keyframes modalClose{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.Close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666}.Close:hover{color:#333}.MapSelector{display:flex;flex-direction:column;gap:1rem;margin:1rem 0}.MapSelector .SearchContainer{position:relative;width:100%}.MapSelector .SearchContainer .SearchInput{width:100%;padding:8px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:16px;transition:.2s ease-out;background-color:#fff}.MapSelector .SearchContainer .SearchInput:focus{outline:none;border-color:#0056b8;box-shadow:0 0 0 3px #0056b81a}.MapSelector .SearchContainer .SearchInput::placeholder{color:#999}.MapSelector .SearchContainer .SearchSpinner{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#999;font-size:14px}.MapSelector .SearchContainer .SearchResults{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e0e0e0;border-top:none;border-radius:0 0 8px 8px;box-shadow:#32325d26 0 7px 14px -2px,#0003 0 4px 8px -4px;z-index:1000;max-height:200px;overflow-y:auto}.MapSelector .SearchContainer .SearchResults .SearchResult{padding:4px 8px;cursor:pointer;border-bottom:1px solid #e0e0e0;font-size:14px;transition:.2s ease-out}.MapSelector .SearchContainer .SearchResults .SearchResult:hover{background-color:#f5f5f5}.MapSelector .SearchContainer .SearchResults .SearchResult:last-child{border-bottom:none}.MapSelector .MapContainer{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;box-shadow:#32325d26 0 7px 14px -2px,#0003 0 4px 8px -4px}.MapSelector .MapContainer .LoadingSpinner{height:400px;width:100%;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5}.MapSelector .MapContainer .LeafletContainer{height:400px;width:100%}.MapSelector .MapContainer .leaflet-container{height:300px;width:100%}.MapSelector .MapContainer .grayscale-map{filter:grayscale(70%) contrast(.9) brightness(1.1);opacity:.85}.MapSelector .CoordinatesInfo{display:flex;gap:1rem;padding:4px 8px;background-color:#f5f5f5;border-radius:8px;border:1px solid #e0e0e0}.MapSelector .CoordinatesInfo .CoordinateItem{font-size:14px;color:#161616}.MapSelector .CoordinatesInfo .CoordinateItem strong{color:#0056b8}@media(max-width:768px){.MapSelector .CoordinatesInfo{flex-direction:column;gap:.5rem}}@media(max-width:768px){.MapSelector .MapContainer .leaflet-container{height:250px}.MapSelector .SearchContainer .SearchInput{padding:4px 8px;font-size:14px}}@media(max-width:480px){.MapSelector .MapContainer .leaflet-container{height:200px}}.SizeGuide{margin-top:2rem;padding:1.5rem;background-color:#fff;border-radius:8px;border:1px solid #f0f0f0}.SizeGuide .SizeGuideTitle{margin:0 0 1rem;font-size:16px;font-weight:600;color:#161616}.SizeGuide .SizeGuideTable{overflow-x:auto}.SizeGuide .SizeGuideTable table{width:100%;border-collapse:collapse;font-size:14px}.SizeGuide .SizeGuideTable table th,.SizeGuide .SizeGuideTable table td{padding:.75rem;text-align:left;border-bottom:1px solid #f0f0f0}.SizeGuide .SizeGuideTable table th{background-color:#f5f5f5;font-weight:600;color:#161616;position:sticky;top:0}.SizeGuide .SizeGuideTable table td{color:#161616}.SizeGuide .SizeGuideTable table td.SizeName{font-weight:500;color:#161616}.SizeGuide .SizeGuideTable table tr:hover{background-color:#f5f5f5}@media(max-width:768px){.SizeGuide{padding:1rem;margin-top:1.5rem}.SizeGuide .SizeGuideTitle{font-size:16px}.SizeGuide .SizeGuideTable table{font-size:14px}.SizeGuide .SizeGuideTable table th,.SizeGuide .SizeGuideTable table td{padding:.5rem}}.Stepper{margin-bottom:2rem}.Stepper .StepperContainer{display:flex;align-items:flex-start;justify-content:space-between;position:relative;max-width:900px;margin:0 auto;overflow:visible;gap:8px}.Stepper .StepperStep{display:flex;flex-direction:column;align-items:center;position:relative;flex:1;z-index:2;align-self:flex-start;background:none;border:none;padding:0;margin:0;font-family:inherit;cursor:default;min-width:100px;overflow:visible}.Stepper .StepperStep.clickable{cursor:pointer}.Stepper .StepperStep:disabled{cursor:default;opacity:1}.Stepper .StepperStep .StepperStepNumber{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;background-color:#f5f5f5;color:#fdfdfd;border:2px solid #e0e0e0;transition:.2s ease-out;margin-bottom:.5rem;line-height:1;text-align:center;position:relative;z-index:2}.Stepper .StepperStep .StepperStepNumber svg{width:16px;height:16px;display:block;margin:0 auto}.Stepper .StepperStep .StepperStepLabel{font-size:14px;font-weight:500;color:#6b7280;text-align:center;transition:.2s ease-out;max-width:130px;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;min-height:2.8em;display:block;visibility:visible;opacity:1}.Stepper .StepperStep .StepperStepLockMessage{display:flex;align-items:center;gap:4px;margin-top:4px;padding:4px 8px;background-color:#fef3c7;border-radius:4px;font-size:10px;font-weight:500;color:#92400e;text-align:center;max-width:120px;line-height:1.2}.Stepper .StepperStep .StepperStepLockMessage svg{flex-shrink:0;width:12px;height:12px}.Stepper .StepperStep .StepperStepLockMessage span{flex:1}.Stepper .StepperStep .StepperConnector{position:absolute;top:20px;left:50%;width:100%;height:2px;background-color:#e0e0e0;z-index:0;transition:.2s ease-out}.Stepper .StepperStep.active .StepperStepNumber{background-color:#0056b8;color:#fff;border-color:#0056b8;box-shadow:0 0 0 4px #0056b81a}.Stepper .StepperStep.active .StepperStepLabel{color:#0056b8;font-weight:600}.Stepper .StepperStep.active .StepperConnector{background-color:#e0e0e0}.Stepper .StepperStep.completed .StepperStepNumber{background-color:#10b981;color:#fff;border-color:#10b981}.Stepper .StepperStep.completed .StepperStepLabel{color:#161616}.Stepper .StepperStep.completed .StepperConnector{background-color:#10b981}.Stepper .StepperStep.clickable:hover .StepperStepNumber{transform:scale(1.05);box-shadow:0 4px 12px #00000026}.Stepper .StepperStep.clickable:hover .StepperStepLabel{color:#0056b8}.Stepper .StepperStep.locked{cursor:not-allowed;opacity:.5}.Stepper .StepperStep.locked .StepperStepNumber{background-color:#e5e7eb;color:#9ca3af;border-color:#d1d5db}.Stepper .StepperStep.locked .StepperStepLabel{color:#9ca3af}.Stepper .StepperStep.locked .StepperConnector{background-color:#e5e7eb}.Stepper .StepperStep.locked:hover .StepperStepNumber{transform:none;box-shadow:none}.Stepper .StepperStep.locked:hover .StepperStepLabel{color:#9ca3af}@media(max-width:768px){.Stepper{padding:1rem;margin-bottom:1.5rem}.Stepper .StepperContainer{flex-direction:column;gap:1rem}.Stepper .StepperStep{flex-direction:row;width:100%;justify-content:flex-start;text-align:left}.Stepper .StepperStep .StepperStepNumber{margin-bottom:0;margin-right:1rem;width:32px;height:32px;font-size:14px;line-height:1;text-align:center}.Stepper .StepperStep .StepperStepNumber svg{width:14px;height:14px;display:block;margin:0 auto}.Stepper .StepperStep .StepperStepLabel{text-align:left;max-width:none;flex:1}.Stepper .StepperStep .StepperStepLockMessage{margin-left:48px;margin-top:0;max-width:none;font-size:11px}.Stepper .StepperStep .StepperConnector{display:none}}.PendingStep,.FormSummary{text-align:center;padding:2rem;max-width:1200px;margin:0 auto}.PendingStep .SectionTitle,.FormSummary .SectionTitle{color:#0056b8;font-size:20px;font-weight:600;margin-bottom:1.5rem}.PendingStep .SubmittedAlert,.FormSummary .SubmittedAlert{background:#e8f5e8;border:2px solid #4caf50;border-radius:8px;padding:1.5rem;margin-bottom:2rem;width:100%;text-align:left}.PendingStep .SubmittedAlert .SectionTitle,.FormSummary .SubmittedAlert .SectionTitle{color:#2e7d32;font-size:20px;font-weight:600;margin-bottom:1rem}.PendingStep .SubmittedAlert .SubmittedMessage,.FormSummary .SubmittedAlert .SubmittedMessage{color:#161616;font-size:16px;margin:0;line-height:1.6}.PendingStep .PendingMessage,.FormSummary .PendingMessage{background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.PendingStep .PendingMessage p,.FormSummary .PendingMessage p{color:#161616;font-size:16px;margin:0;line-height:1.6}.PendingStep .PendingSteps,.FormSummary .PendingSteps{text-align:left;margin-bottom:2rem}.PendingStep .PendingSteps .PendingSubtitle,.FormSummary .PendingSteps .PendingSubtitle{color:#161616;font-size:16px;font-weight:600;margin-bottom:1rem}.PendingStep .PendingSteps .PendingList,.FormSummary .PendingSteps .PendingList{list-style:none;padding:0;margin:0}.PendingStep .PendingSteps .PendingList .PendingStepItem,.FormSummary .PendingSteps .PendingList .PendingStepItem{background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:1rem;margin-bottom:1rem}.PendingStep .PendingSteps .PendingList .PendingStepItem .PendingStepTitle,.FormSummary .PendingSteps .PendingList .PendingStepItem .PendingStepTitle{color:#374151;font-size:16px;font-weight:600;margin-bottom:.5rem}.PendingStep .PendingSteps .PendingList .PendingStepItem .PendingStepMissing,.FormSummary .PendingSteps .PendingList .PendingStepItem .PendingStepMissing{list-style:none;padding:0;margin:0}.PendingStep .PendingSteps .PendingList .PendingStepItem .PendingStepMissing .PendingStepMissingItem,.FormSummary .PendingSteps .PendingList .PendingStepItem .PendingStepMissing .PendingStepMissingItem{color:#161616;font-size:14px;padding:.25rem 0 .25rem 1.5rem;position:relative}.PendingStep .PendingSteps .PendingList .PendingStepItem .PendingStepMissing .PendingStepMissingItem:before,.FormSummary .PendingSteps .PendingList .PendingStepItem .PendingStepMissing .PendingStepMissingItem:before{content:"⚠";position:absolute;left:0;color:#374151;font-weight:700}.PendingStep .PendingSteps .PendingList li,.FormSummary .PendingSteps .PendingList li{color:#161616;font-size:16px;padding:.5rem 0 .5rem 1.5rem;position:relative}.PendingStep .PendingSteps .PendingList li:before,.FormSummary .PendingSteps .PendingList li:before{content:"✓";position:absolute;left:0;color:#4caf50;font-weight:700}.PendingStep .StoresSummary,.FormSummary .StoresSummary{text-align:left;background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:1.5rem;margin-bottom:2rem;width:100%}.PendingStep .StoresSummary .SummaryTitle,.FormSummary .StoresSummary .SummaryTitle{color:#161616;font-size:16px;font-weight:600;margin-bottom:1rem}.PendingStep .StoresSummary .StoresList,.FormSummary .StoresSummary .StoresList{display:flex;flex-direction:column;gap:1rem}.PendingStep .StoresSummary .StoreSummary,.FormSummary .StoresSummary .StoreSummary{border:1px solid #f0f0f0;border-radius:8px;padding:1rem;background:#fff}.PendingStep .StoresSummary .StoreSummary .StoreSummaryHeader,.FormSummary .StoresSummary .StoreSummary .StoreSummaryHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.PendingStep .StoresSummary .StoreSummary .StoreSummaryHeader .StoreSummaryName,.FormSummary .StoresSummary .StoreSummary .StoreSummaryHeader .StoreSummaryName{margin:0;color:#0056b8;font-size:16px;font-weight:600}.PendingStep .StoresSummary .StoreSummary .StoreSummaryHeader .StoreType,.FormSummary .StoresSummary .StoreSummary .StoreSummaryHeader .StoreType{background:#0056b8;color:#fff;padding:.25rem .5rem;border-radius:8px;font-size:14px;font-weight:500}.PendingStep .StoresSummary .StoreSummary .StoreSummaryDetails,.FormSummary .StoresSummary .StoreSummary .StoreSummaryDetails{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem}.PendingStep .StoresSummary .StoreSummary .StoreSummaryDetails .StoreDetail,.FormSummary .StoresSummary .StoreSummary .StoreSummaryDetails .StoreDetail{color:#161616;font-size:14px}.PendingStep .StoresSummary .StoreSummary .StoreSummaryDetails .StoreDetail strong,.FormSummary .StoresSummary .StoreSummary .StoreSummaryDetails .StoreDetail strong{color:#0056b8}.PendingStep .StoresSummary .NoStoresMessage,.FormSummary .StoresSummary .NoStoresMessage{text-align:center;padding:2rem;color:#999;font-style:italic}.PendingStep .DataFormSummaryCompact,.FormSummary .DataFormSummaryCompact{text-align:left;background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.PendingStep .DataFormSummaryCompact .CompactGrid,.FormSummary .DataFormSummaryCompact .CompactGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.PendingStep .DataFormSummaryCompact .CompactGrid .CompactSection,.FormSummary .DataFormSummaryCompact .CompactGrid .CompactSection{background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:1rem}.PendingStep .DataFormSummaryCompact .CompactGrid .CompactSection h5,.FormSummary .DataFormSummaryCompact .CompactGrid .CompactSection h5{color:#0056b8;font-size:14px;font-weight:600;margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:1px solid #f0f0f0}.PendingStep .DataFormSummaryCompact .CompactGrid .CompactSection .CompactItem,.FormSummary .DataFormSummaryCompact .CompactGrid .CompactSection .CompactItem{color:#161616;font-size:14px;margin-bottom:.5rem;line-height:1.4}.PendingStep .DataFormSummaryCompact .CompactGrid .CompactSection .CompactItem:last-child,.FormSummary .DataFormSummaryCompact .CompactGrid .CompactSection .CompactItem:last-child{margin-bottom:0}.PendingStep .DataFormSummaryCompact .CompactGrid .CompactSection .CompactItem strong,.FormSummary .DataFormSummaryCompact .CompactGrid .CompactSection .CompactItem strong{color:#0056b8;font-weight:600}.PendingStep .SummaryMessage,.FormSummary .SummaryMessage{background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.PendingStep .SummaryMessage p,.FormSummary .SummaryMessage p{color:#161616;font-size:16px;margin:0;line-height:1.6}.PendingStep .FormProgressInfo .ProgressStats,.FormSummary .FormProgressInfo .ProgressStats{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;padding:1rem;background:#fff;border-radius:8px;border:1px solid #f0f0f0}.PendingStep .FormProgressInfo .ProgressStats span,.FormSummary .FormProgressInfo .ProgressStats span{color:#161616;font-size:14px}.PendingStep .FormProgressInfo .ProgressStats span strong,.FormSummary .FormProgressInfo .ProgressStats span strong{color:#0056b8}.PendingStep .FormProgressInfo .OpsStatusInfo,.FormSummary .FormProgressInfo .OpsStatusInfo{margin-bottom:1.5rem;padding:1rem;background:#fff;border-radius:8px;border:1px solid #f0f0f0}.PendingStep .FormProgressInfo .OpsStatusInfo h5,.FormSummary .FormProgressInfo .OpsStatusInfo h5{color:#161616;font-size:16px;font-weight:600;margin-bottom:1rem}.PendingStep .FormProgressInfo .OpsStatusInfo .OpsStatusDetails,.FormSummary .FormProgressInfo .OpsStatusInfo .OpsStatusDetails{display:flex;flex-direction:column;gap:.5rem}.PendingStep .FormProgressInfo .OpsStatusInfo .OpsStatusDetails .OpsStatusItem,.FormSummary .FormProgressInfo .OpsStatusInfo .OpsStatusDetails .OpsStatusItem{padding:.5rem;border-radius:8px;font-size:14px;font-weight:500;display:flex;align-items:center;gap:.5rem}.PendingStep .FormProgressInfo .OpsStatusInfo .OpsStatusDetails .OpsStatusItem.active,.FormSummary .FormProgressInfo .OpsStatusInfo .OpsStatusDetails .OpsStatusItem.active{background:#fff3cd;color:#856404;border:1px solid #ffeaa7}.PendingStep .FormProgressInfo .OpsStatusInfo .OpsStatusDetails .OpsStatusItem.inactive,.FormSummary .FormProgressInfo .OpsStatusInfo .OpsStatusDetails .OpsStatusItem.inactive{background:#e8f5e8;color:#2e7d32;border:1px solid #4caf50}.PendingStep .FormProgressInfo .StepsSummary h5,.FormSummary .FormProgressInfo .StepsSummary h5{color:#161616;font-size:16px;font-weight:600;margin-bottom:1rem}.PendingStep .FormProgressInfo .StepsSummary .StepSummary,.FormSummary .FormProgressInfo .StepsSummary .StepSummary{border:1px solid #f0f0f0;border-radius:8px;padding:1rem;margin-bottom:1rem;background:#fff}.PendingStep .FormProgressInfo .StepsSummary .StepSummary:last-child,.FormSummary .FormProgressInfo .StepsSummary .StepSummary:last-child{margin-bottom:0}.PendingStep .FormProgressInfo .StepsSummary .StepSummary .StepSummaryHeader,.FormSummary .FormProgressInfo .StepsSummary .StepSummary .StepSummaryHeader{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}.PendingStep .FormProgressInfo .StepsSummary .StepSummary .StepSummaryHeader .StepNumber,.FormSummary .FormProgressInfo .StepsSummary .StepSummary .StepSummaryHeader .StepNumber{background:#0056b8;color:#fff;padding:.25rem .5rem;border-radius:8px;font-size:14px;font-weight:600}.PendingStep .FormProgressInfo .StepsSummary .StepSummary .StepSummaryHeader .StepName,.FormSummary .FormProgressInfo .StepsSummary .StepSummary .StepSummaryHeader .StepName{color:#161616;font-size:16px;font-weight:500;flex:1}.PendingStep .FormProgressInfo .StepsSummary .StepSummary .StepSummaryHeader .StepStatus,.FormSummary .FormProgressInfo .StepsSummary .StepSummary .StepSummaryHeader .StepStatus{padding:.25rem .5rem;border-radius:8px;font-size:14px;font-weight:500}.PendingStep .FormProgressInfo .StepsSummary .StepSummary .StepSummaryHeader .StepStatus.completed,.FormSummary .FormProgressInfo .StepsSummary .StepSummary .StepSummaryHeader .StepStatus.completed{background:#e8f5e8;color:#2e7d32;border:1px solid #4caf50}.PendingStep .FormProgressInfo .StepsSummary .StepSummary .StepSummaryHeader .StepStatus.pending,.FormSummary .FormProgressInfo .StepsSummary .StepSummary .StepSummaryHeader .StepStatus.pending{background:#fff3cd;color:#856404;border:1px solid #ffeaa7}.PendingStep .FormProgressInfo .StepsSummary .StepSummary .StepCompletedAt,.FormSummary .FormProgressInfo .StepsSummary .StepSummary .StepCompletedAt{color:#999;font-size:14px;margin-bottom:.5rem}.PendingStep .FormProgressInfo .StepsSummary .StepSummary .StepPendingWarning,.FormSummary .FormProgressInfo .StepsSummary .StepSummary .StepPendingWarning{margin-top:.5rem;padding:.5rem .75rem;background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px}.PendingStep .FormProgressInfo .StepsSummary .StepSummary .StepPendingWarning .PendingWarningText,.FormSummary .FormProgressInfo .StepsSummary .StepSummary .StepPendingWarning .PendingWarningText{color:#856404;font-size:14px;font-weight:500}.PendingStep .FormProgressInfo .StepsSummary .StepSummary .StepData,.FormSummary .FormProgressInfo .StepsSummary .StepSummary .StepData{margin-top:.5rem}.PendingStep .FormProgressInfo .StepsSummary .StepSummary .StepData strong,.FormSummary .FormProgressInfo .StepsSummary .StepSummary .StepData strong{color:#161616;font-size:14px}.PendingStep .FormProgressInfo .StepsSummary .StepSummary .StepData .StepDataList,.FormSummary .FormProgressInfo .StepsSummary .StepSummary .StepData .StepDataList{list-style:none;padding:0;margin:.5rem 0 0}.PendingStep .FormProgressInfo .StepsSummary .StepSummary .StepData .StepDataList li,.FormSummary .FormProgressInfo .StepsSummary .StepSummary .StepData .StepDataList li{color:#999;font-size:14px;padding:.25rem 0 .25rem 1rem;position:relative}.PendingStep .FormProgressInfo .StepsSummary .StepSummary .StepData .StepDataList li:before,.FormSummary .FormProgressInfo .StepsSummary .StepSummary .StepData .StepDataList li:before{content:"•";position:absolute;left:0;color:#0056b8}.PendingStep .FormProgressInfo .StepsSummary .StepSummary .StepData .StepDataList li strong,.FormSummary .FormProgressInfo .StepsSummary .StepSummary .StepData .StepDataList li strong{color:#161616}.CompletionMessage{background:#e8f5e8;border:1px solid #4caf50;border-radius:8px;padding:1rem;margin-top:1rem}.CompletionMessage p{color:#2e7d32;font-size:16px;margin:0;font-weight:500}.TermsSection{text-align:left;background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;margin-top:2rem;width:100%}.TermsSection .SummaryTitle{color:#161616;font-size:16px;font-weight:600;margin-bottom:1rem}.TermsSection .PdfViewer{border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.TermsSection .PdfViewer .PdfLoading{display:flex;justify-content:center;align-items:center;height:400px;border:1px solid #ddd;border-radius:8px;background-color:#f5f5f5}.TermsSection .PdfViewer .PdfLoading p{color:#161616;font-size:16px}.TermsSection .PdfViewer .PdfError{display:flex;justify-content:center;align-items:center;height:400px;border:1px solid #fdd;border-radius:8px;background-color:#fff5f5;color:#d32f2f;text-align:center;padding:1rem;flex-direction:column}.TermsSection .PdfViewer .PdfError p{color:#d32f2f;margin:0}.TermsSection .PdfViewer .PdfError p strong{font-size:16px}.TermsSection .PdfViewer .PdfError p.ErrorDetails{font-size:.9rem;margin-top:.5rem}.TermsSection .PdfViewer iframe{display:block;width:100%;height:400px;border:1px solid #ddd;border-radius:8px}.ValidationWarning{text-align:left;background:#fff3cd;border:2px solid #ffc107;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;width:100%}.ValidationWarning p{color:#856404;font-size:16px;margin:0 0 .75rem;line-height:1.6}.ValidationWarning p strong{font-weight:600}.ValidationWarning ul{margin:.5rem 0;padding-left:1.5rem;color:#856404}.ValidationWarning ul li{margin-bottom:.5rem;line-height:1.5;font-size:14px}.ValidationWarning p:last-child{margin-bottom:0;margin-top:.75rem;font-size:14px}.AcceptanceSection{text-align:left;background:#fff;border:2px solid #0056B8;border-radius:8px;padding:1.5rem;margin-bottom:2rem;width:100%}.AcceptanceSection .CheckboxLabel{display:flex;align-items:flex-start;gap:1rem;cursor:pointer;-webkit-user-select:none;user-select:none}.AcceptanceSection .CheckboxLabel .TermsCheckbox{flex-shrink:0;width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#0056B8}.AcceptanceSection .CheckboxLabel .CheckboxText{color:#161616;font-size:16px;line-height:1.6;flex:1}.AcceptanceSection .CheckboxLabel .CheckboxText .TermsLink{color:#0056b8;text-decoration:underline;font-weight:600;transition:color .2s}.AcceptanceSection .CheckboxLabel .CheckboxText .TermsLink:hover{color:#003e85}.ESignatureSection{margin-bottom:2rem;width:100%}.ESignatureSection .SummaryTitle{color:#161616;font-size:16px;font-weight:600;margin-bottom:1rem}.ESignatureSection .SignatureFinalStep{margin-bottom:15px;color:#666}.ESignatureSection .ESignatureLoading{text-align:center;padding:40px}.ESignatureSection .ESignatureError{padding:20px;background:#fee;border-radius:8px}.ESignatureSection .ESignatureError button{margin-top:15px;padding:10px 20px;background-color:#06c;color:#fff;border:none;border-radius:5px;cursor:pointer}.ESignatureSection .ESignatureReady{padding:20px;background:#f0f8ff;border-radius:8px;text-align:center}.ESignatureSection .ESignatureReady p{margin-bottom:15px}.ESignatureSection .ESignatureReady button{background-color:#06c;color:#fff;padding:12px 24px;border-radius:5px;border:none;font-size:16px;font-weight:700;cursor:pointer}.ESignatureSection .ESignaturePending{padding:30px;background:#f0f8ff;border-radius:8px;text-align:center}.ESignatureSection .ESignatureStatus .StatusBadge{color:#fff;padding:12px 20px;border-radius:8px;margin-bottom:15px;display:inline-block;font-weight:700}.ESignatureSection .ESignatureCompleted .DownloadButton{display:inline-block;background-color:#28a745;color:#fff;padding:10px 20px;border-radius:5px;text-decoration:none;margin-top:10px;font-weight:700;margin-bottom:10px}.ESignatureSection .ESignatureCompleted .DownloadButtonDisabled{background-color:#6c757d;cursor:not-allowed}.ESignatureSection .ESignatureCompleted .DownloadButtonEnabled{background-color:#28a745;cursor:pointer}.ESignatureSection .ESignatureCompleted .DownloadError{color:#dc3545;margin-top:10px;font-size:14px}.ScheduleMeetingButton{display:inline-block;background-color:#06c;color:#fff;padding:12px 24px;border-radius:5px;border:none;font-size:14px;font-weight:700;cursor:pointer}.PreviewDescription{margin-bottom:10px;font-size:14px;color:#666}.ValidationWarningAlmostReady{background-color:#fff3cd;border-color:#ffc107}.CheckboxTextDisabled{opacity:.6}.CheckboxTextEnabled{opacity:1}.MustSignFirst{font-size:12px;color:#999;margin-top:5px;margin-left:25px}@media(max-width:768px){.PendingStep{padding:1rem}.PendingStep .SectionTitle{font-size:16px}.PendingStep .PendingMessage,.PendingStep .StoresSummary{padding:1rem}.PendingStep .StoresSummary .StoreSummaryDetails span{font-size:14px}.DataFormSummaryCompact{padding:1rem}.DataFormSummaryCompact .CompactGrid{grid-template-columns:1fr;gap:.75rem}.DataFormSummaryCompact .CompactGrid .CompactSection{padding:.75rem}}.OpeningHours{margin-top:1rem;padding:1rem;border:1px solid #e0e0e0;border-radius:8px;background:#fff}.OpeningHours .OpeningHoursHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.OpeningHours .OpeningHoursTitle{margin:0;font-size:1.1rem;font-weight:600;color:#161616}.OpeningHours .OpeningHoursCount{font-size:.8rem;color:#999;background:#fafafa;padding:.25rem .5rem;border-radius:4px;border:1px solid #f0f0f0}.OpeningHours .NoOpeningHours{text-align:center;padding:2rem;color:#999;font-style:italic;background:#fafafa;border-radius:6px;border:1px dashed #f0f0f0}.OpeningHours .OpeningHourItem{display:flex;justify-content:space-between;align-items:center;padding:.75rem;margin-bottom:.5rem;background:#fafafa;border-radius:6px;border:1px solid #f0f0f0}.OpeningHours .OpeningHourItem .OpeningHourInfo{flex:1}.OpeningHours .OpeningHourItem .OpeningHourInfo .OpeningHourTime{font-weight:600;color:#0056b8;margin-bottom:.25rem}.OpeningHours .OpeningHourItem .OpeningHourInfo .OpeningHourDays{font-size:.8rem;color:#999;font-weight:500;background:#fafafa;padding:.25rem .5rem;border-radius:4px;border:1px solid #f0f0f0;display:inline-block}.OpeningHours .OpeningHourItem .RemoveButton{background:#374151;color:#fff;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:12px}.OpeningHours .OpeningHourItem .RemoveButton:hover{background:#222933}.OpeningHours .OpeningHoursActions{margin-top:1rem}.OpeningHours .OpeningHoursActions .ActionButtons{display:flex;gap:.5rem;flex-wrap:wrap}.OpeningHours .OpeningHoursActions .AddButton{background:#0056b8;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem}.OpeningHours .OpeningHoursActions .AddButton:hover{background:#003e85}.OpeningHours .OpeningHoursActions .ClearAllButton{background:#374151;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem}.OpeningHours .OpeningHoursActions .ClearAllButton:hover{background:#222933}.OpeningHours .OpeningHoursActions .AddOpeningHourForm{background:#fafafa;padding:1rem;border-radius:6px;border:1px solid #f0f0f0}.OpeningHours .OpeningHoursActions .AddOpeningHourForm .FormRow{display:flex;gap:1rem;margin-bottom:1rem}.OpeningHours .OpeningHoursActions .AddOpeningHourForm .FormRow .FormField{flex:1}.OpeningHours .OpeningHoursActions .AddOpeningHourForm .FormRow .FormField .FormLabel{display:block;margin-bottom:.5rem;font-weight:500;color:#161616}.OpeningHours .OpeningHoursActions .AddOpeningHourForm .FormRow .FormField .FormInput{width:100%;padding:.5rem;border:1px solid #f0f0f0;border-radius:4px;font-size:.9rem}.OpeningHours .OpeningHoursActions .AddOpeningHourForm .FormRow .FormField .FormInput:focus{outline:none;border-color:#0056b8}.OpeningHours .OpeningHoursActions .AddOpeningHourForm .FormRow .FormField .DaysCheckboxes{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem}.OpeningHours .OpeningHoursActions .AddOpeningHourForm .FormRow .FormField .DaysCheckboxes .DayCheckbox{display:flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer}.OpeningHours .OpeningHoursActions .AddOpeningHourForm .FormRow .FormField .DaysCheckboxes .DayCheckbox input[type=checkbox]{margin:0}.OpeningHours .OpeningHoursActions .AddOpeningHourForm .ErrorMessage{background:#3741511a;border:1px solid #374151;border-radius:6px;padding:.75rem;color:#374151;font-size:.9rem;font-weight:500;margin-bottom:1rem;display:flex;align-items:flex-start;gap:.5rem}.OpeningHours .OpeningHoursActions .AddOpeningHourForm .ErrorMessage svg{flex-shrink:0;margin-top:.1rem}.OpeningHours .OpeningHoursActions .AddOpeningHourForm .ErrorMessage span{flex:1;line-height:1.4}.OpeningHours .OpeningHoursActions .AddOpeningHourForm .SaveButton,.OpeningHours .OpeningHoursActions .AddOpeningHourForm .CancelButton{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;margin-right:.5rem}.OpeningHours .OpeningHoursActions .AddOpeningHourForm .SaveButton:disabled,.OpeningHours .OpeningHoursActions .AddOpeningHourForm .CancelButton:disabled{opacity:.5;cursor:not-allowed}.OpeningHours .OpeningHoursActions .AddOpeningHourForm .SaveButton{background:#0056b8;color:#fff}.OpeningHours .OpeningHoursActions .AddOpeningHourForm .SaveButton:hover:not(:disabled){background:#003e85}.OpeningHours .OpeningHoursActions .AddOpeningHourForm .CancelButton{background:#f0f0f0;color:#161616}.OpeningHours .OpeningHoursActions .AddOpeningHourForm .CancelButton:hover{background:#d7d7d7}.FormHeader{margin-bottom:2rem}.FormHeaderTop{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.LanguageSelector{display:flex;gap:.5rem;background:#f5f5f5;border-radius:8px;padding:4px}.LanguageButton{background:transparent;border:none;padding:8px 16px;border-radius:6px;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s ease;color:#666}.LanguageButton:hover{background:#e0e0e0;color:#161616}.LanguageButton.active{background:#0056b8;color:#fff;box-shadow:0 2px 4px #0056b84d}.LanguageButton.active:hover{background:#003877}.ProvisionDays{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin-top:10px;padding:10px;background-color:#fff;border-radius:4px;border:1px solid #f0f0f0}.ProvisionDay{display:flex;align-items:center;gap:8px;font-size:14px;color:#161616;padding:5px;border-radius:4px;transition:background-color .2s ease}.ProvisionDay:hover{background-color:#fff}.ProvisionDay input[type=checkbox]{margin:0;cursor:pointer;width:16px;height:16px}.ProvisionDay label{cursor:pointer;margin:0;font-weight:500}.ProvisionDay label:hover{color:#0056b8}.FormHelpText{font-size:12px;color:#161616;margin-top:5px;font-style:italic;opacity:.8}.FormField .FormLabel{display:flex;align-items:center;gap:8px;font-weight:500;color:#161616;min-height:24px}.FormField .FormLabel input[type=checkbox]{width:18px;height:18px;cursor:pointer;margin:0;flex-shrink:0}.FormField .FormLabel .FormHelpText{font-size:12px;color:#161616;margin-top:2px;font-style:italic;opacity:.8;margin-left:0}.FormRow .FormField{display:flex;flex-direction:column}.FormRow .FormField:first-child .FormLabel{align-items:flex-start;padding-top:0}.FormRow .FormField:last-child .FormLabel{align-items:flex-start;padding-top:0}.NavigationButtons{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 0}.NavigationButtons .NavigationLeft,.NavigationButtons .NavigationRight{flex:1;display:flex;justify-content:flex-start}.NavigationButtons .NavigationRight{justify-content:flex-end}.CompletionMessage{text-align:center;padding:20px;background-color:#fff;border-radius:8px;border:1px solid #e0e0e0}.CompletionMessage p{margin:0;color:#0056b8;font-weight:500}@media(max-width:768px){.NavigationButtons{flex-direction:column;gap:15px}.NavigationButtons .NavigationLeft,.NavigationButtons .NavigationRight{width:100%;justify-content:center}}.CredentialsForm{margin-top:1.5rem;padding:1.5rem;background:#fff;border:1px solid #f0f0f0;border-radius:8px}.CredentialsForm .CredentialsSection .CredentialsTitle{color:#0056b8;font-size:16px;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #f0f0f0}.CredentialsForm .CredentialsSection .FormRow{display:flex;gap:1rem;margin-bottom:1rem}.CredentialsForm .CredentialsSection .FormRow .FormField{flex:1}.CredentialsForm .CredentialsSection .FormRow .FormField .FormLabel{display:block;margin-bottom:.5rem;font-weight:500;color:#161616;font-size:14px}.CredentialsForm .CredentialsSection .FormRow .FormField .FormInput{width:100%;padding:.75rem;border:1px solid #f0f0f0;border-radius:4px;font-size:14px;transition:border-color .2s ease}.CredentialsForm .CredentialsSection .FormRow .FormField .FormInput:focus{outline:none;border-color:#0056b8;box-shadow:0 0 0 2px #0056b81a}.CredentialsForm .CredentialsSection .FormRow .FormField .FormInput::placeholder{color:#999;font-size:14px}.CredentialsForm .ContactMessage{text-align:center;padding:2rem}.CredentialsForm .ContactMessage .ContactMessageContent{background:#fafafa;border:1px solid #f0f0f0;border-radius:8px;padding:2rem;position:relative}.CredentialsForm .ContactMessage .ContactMessageContent .ContactMessageTitle{color:#0056b8;font-size:16px;font-weight:600;margin-bottom:1rem}.CredentialsForm .ContactMessage .ContactMessageContent .ContactMessageText{color:#161616;font-size:14px;line-height:1.6;margin:0;margin-bottom:1rem}.CredentialsForm .ContactMessage .ContactMessageContent .ContactMessageIcon{font-size:2rem;margin-top:1rem}@media(max-width:768px){.CredentialsForm{padding:1rem}.CredentialsForm .CredentialsSection .FormRow{flex-direction:column;gap:.5rem}.CredentialsForm .ContactMessage{padding:1rem}.CredentialsForm .ContactMessage .ContactMessageContent{padding:1.5rem}}.FormProgress{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:20px;margin:20px 0}.FormProgress .FormProgressHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #dee2e6}.FormProgress .FormProgressHeader h3{margin:0;color:#495057;font-size:1.25rem;font-weight:600}.FormProgress .FormProgressHeader .FormStatus .StatusBadge{display:inline-block;padding:6px 12px;border-radius:20px;color:#fff;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.FormProgress .FormProgressHeader .FormStatus .StatusBadge.status-completed{background-color:#28a745}.FormProgress .FormProgressHeader .FormStatus .StatusBadge.status-in-progress{background-color:#ffc107;color:#333}.FormProgress .FormProgressHeader .FormStatus .StatusBadge.status-not-started{background-color:#6c757d}.FormProgress .FormProgressHeader .FormStatus .StatusBadge.status-cancelled{background-color:#dc3545}.FormProgress .FormProgressContent .ProgressStats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-bottom:25px}.FormProgress .FormProgressContent .ProgressStats .ProgressStat{display:flex;flex-direction:column;padding:12px;background:#fff;border-radius:6px;border:1px solid #e9ecef}.FormProgress .FormProgressContent .ProgressStats .ProgressStat .StatLabel{font-size:.875rem;color:#6c757d;margin-bottom:4px}.FormProgress .FormProgressContent .ProgressStats .ProgressStat .StatValue{font-size:1.125rem;font-weight:600;color:#495057}.FormProgress .FormProgressContent .StepsList{margin-bottom:25px}.FormProgress .FormProgressContent .StepsList h4{margin:0 0 15px;color:#495057;font-size:1rem;font-weight:600}.FormProgress .FormProgressContent .StepsList .StepItem{display:flex;flex-direction:column;padding:12px;margin-bottom:8px;background:#fff;border-radius:6px;border-left:4px solid #dee2e6;transition:all .2s ease}.FormProgress .FormProgressContent .StepsList .StepItem.completed{border-left-color:#28a745;background:#f8fff9}.FormProgress .FormProgressContent .StepsList .StepItem.completed .StepStatus.completed{color:#28a745}.FormProgress .FormProgressContent .StepsList .StepItem.pending{border-left-color:#ffc107;background:#fffdf5}.FormProgress .FormProgressContent .StepsList .StepItem.pending .StepStatus.pending{color:#ffc107}.FormProgress .FormProgressContent .StepsList .StepItem.summary{border-left-color:#6f42c1;background:#f8f5ff}.FormProgress .FormProgressContent .StepsList .StepItem.summary .StepStatus.summary{color:#6f42c1}.FormProgress .FormProgressContent .StepsList .StepItem .StepHeader{display:flex;align-items:center;gap:12px}.FormProgress .FormProgressContent .StepsList .StepItem .StepHeader .StepNumber{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#6c757d;color:#fff;border-radius:50%;font-size:.75rem;font-weight:600}.FormProgress .FormProgressContent .StepsList .StepItem .StepHeader .StepName{flex:1;font-weight:500;color:#495057}.FormProgress .FormProgressContent .StepsList .StepItem .StepHeader .StepStatus{font-size:.875rem;font-weight:500}.FormProgress .FormProgressContent .StepsList .StepItem .StepHeader .StepStatus.completed{color:#28a745}.FormProgress .FormProgressContent .StepsList .StepItem .StepHeader .StepStatus.pending{color:#ffc107}.FormProgress .FormProgressContent .StepsList .StepItem .StepCompletedAt{margin-top:8px;font-size:.875rem;color:#6c757d;font-style:italic}.FormProgress .FormProgressContent .StepsList .StepItem .StepPendingInfo{margin-top:8px;padding:8px 12px;background:#fff3cd;border:1px solid #ffeaa7;border-radius:4px}.FormProgress .FormProgressContent .StepsList .StepItem .StepPendingInfo .PendingText{font-size:.875rem;color:#856404;font-weight:500}.FormProgress .FormProgressContent .StepsList .StepItem .StepSummaryInfo{margin-top:8px;padding:8px 12px;background:#e7e3ff;border:1px solid #c4b5fd;border-radius:4px}.FormProgress .FormProgressContent .StepsList .StepItem .StepSummaryInfo .SummaryText{font-size:.875rem;color:#5b21b6;font-weight:500}.FormProgress .FormProgressContent .OpsStatus h4{margin:0 0 15px;color:#495057;font-size:1rem;font-weight:600}.FormProgress .FormProgressContent .OpsStatus .OpsStatusItems{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.FormProgress .FormProgressContent .OpsStatus .OpsStatusItems .OpsStatusItem{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#fff;border-radius:6px;border:1px solid #e9ecef}.FormProgress .FormProgressContent .OpsStatus .OpsStatusItems .OpsStatusItem .StatusLabel{font-size:.875rem;color:#6c757d}.FormProgress .FormProgressContent .OpsStatus .OpsStatusItems .OpsStatusItem .StatusValue{font-weight:600;padding:4px 8px;border-radius:4px;font-size:.875rem}.FormProgress .FormProgressContent .OpsStatus .OpsStatusItems .OpsStatusItem .StatusValue.true{background:#d4edda;color:#155724}.FormProgress .FormProgressContent .OpsStatus .OpsStatusItems .OpsStatusItem .StatusValue.false{background:#f8d7da;color:#721c24}@media(max-width:768px){.FormProgress{padding:15px;margin:15px 0}.FormProgress .FormProgressHeader{flex-direction:column;align-items:flex-start;gap:10px}.FormProgress .FormProgressHeader h3{font-size:1.125rem}.FormProgress .FormProgressContent .ProgressStats{grid-template-columns:1fr;gap:10px}.FormProgress .FormProgressContent .StepsList .StepItem .StepHeader{flex-direction:column;align-items:flex-start;gap:8px}.FormProgress .FormProgressContent .StepsList .StepItem .StepHeader .StepNumber{align-self:flex-start}.FormProgress .FormProgressContent .OpsStatus .OpsStatusItems{grid-template-columns:1fr;gap:10px}}.Button{padding:1.2vh 2.5vw;border-radius:8px;transition:box-shadow,.2s ease-out;text-align:center;box-sizing:border-box}.Button:hover{cursor:pointer}.Button.Primary{background-color:#0056b8;color:#fff}.Button.Secondary{background-color:#fff;color:#0056b8}.Button.Alternative{background-color:#bbdde6;color:#404040}.Button.Shadow{box-shadow:0 2px 20px #00000026}.Button.Effect:hover{box-shadow:0 2px 20px #0000004d;transition:box-shadow,.2s ease-out;transform:translateY(-3px)}.Button.Full{flex:1}.Button.Disabled{background-color:silver;pointer-events:none}.Button.Disabled:hover{transform:translateY(0);box-shadow:0 2px 20px #00000026}.Button.NoSelect{user-select:none;-webkit-user-select:none}dialog.Modal{min-width:30%;padding:1.5vw;background-color:#fff;border-radius:8px;position:relative;border:unset}dialog.Modal:is([open]){display:flex;flex-direction:column;animation:open .2s ease-out}dialog.Modal:is([open]).Closing{animation:close .2s ease-out}dialog.Modal::backdrop{background-color:#1d1d1b80}dialog.Modal .Close{position:absolute;top:0;right:0;height:1.5vw;width:1.5vw;color:#404040;display:flex;justify-content:center;align-items:center;user-select:none;-webkit-user-select:none}dialog.Modal .Close:hover{cursor:pointer}@keyframes open{0%{opacity:0}to{opacity:1}}@keyframes close{0%{opacity:1}to{opacity:0}}.Spinner{border:.3vw solid #BBDDE6;border-top:.3vw solid #0056B8;border-radius:50%;width:3vw;height:3vw;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.AppLoading,.AppAccessDenied{display:flex;justify-content:center;align-items:center;min-height:100vh;font-family:Averta,sans-serif}.AppLoading{font-size:1.125rem;color:#495057}.AppAccessDenied{flex-direction:column;background-color:#f5f5f5;padding:2rem}.AppAccessDenied .AccessDeniedCard{background-color:#fff;padding:3rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-width:500px;text-align:center}.AppAccessDenied .AccessDeniedCard h2{color:#d32f2f;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.AppAccessDenied .AccessDeniedCard p{color:#666;font-size:16px;line-height:1.6;margin:0}@media(max-width:768px){.AppAccessDenied{padding:1rem}.AppAccessDenied .AccessDeniedCard{padding:2rem;max-width:100%}.AppAccessDenied .AccessDeniedCard h2{font-size:1.25rem}.AppAccessDenied .AccessDeniedCard p{font-size:14px}}@font-face{font-family:Averta;src:url(/assets/Averta-Bold-BYB9WQum.eot);src:url(/assets/Averta-Bold-BYB9WQum.eot?#iefix) format("embedded-opentype"),url(/assets/Averta-Bold-DXr4GnUV.woff2) format("woff2"),url(/assets/Averta-Bold-ND-JPYV3.woff) format("woff"),url(/assets/Averta-Bold-BkTK8WHm.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Averta;src:url(/assets/Averta-Regular-CGCGgnND.eot);src:url(/assets/Averta-Regular-CGCGgnND.eot?#iefix) format("embedded-opentype"),url(/assets/Averta-Regular-ZxnVyIHk.woff2) format("woff2"),url(/assets/Averta-Regular-BVydD_Om.woff) format("woff"),url(/assets/Averta-Regular-CeCVc_Wb.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Averta;src:url(/assets/Averta-BoldItalic-BcZAxrIT.otf);src:url(/assets/Averta-BoldItalic-B6Sstv28.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:Averta;src:url(/assets/Averta-RegularItalic-D8hAy1ix.otf);src:url(/assets/Averta-RegularItalic-QD_5aIZU.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Averta;src:url(/assets/Averta-Semibold-DOzfN5zD.otf);src:url(/assets/Averta-Semibold-C03hWMBy.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Averta;src:url(/assets/Averta-SemiboldItalic-B5B6puBO.otf);src:url(/assets/Averta-SemiboldItalic-DnkXwx6t.ttf) format("truetype");font-weight:600;font-style:italic}body,html{font-family:Averta,sans-serif}
