@charset "UTF-8";.button{cursor:pointer;font-size:1.05em;font-weight:700;display:flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:6px;padding:12px 20px;background:#4e7722;color:#fff!important;transition:background .2s,color .2s,text-decoration .2s}.button svg{fill:none;stroke:#fff}.button svg.stroke{fill:none;stroke:#fff}.button:hover{background-color:#4e7722bf}.button.white{background:#fff;color:#4e7722}.button.white svg{fill:none;stroke:#4e7722}.button:hover{background-color:#4e7722cc}.button.light-green{color:#111827;background:#eef6e4}.button.light-green svg{fill:none;stroke:#4e7722}.button.light-gray{color:#111827;background:#f5f5f5;transition:background-color .2s ease-in}.button.light-gray svg{fill:none;stroke:#757575}.button.light-gray:hover{background-color:#75757533}.button.transparent{background:transparent;color:#111827;padding-left:10px;padding-right:10px}.button.transparent svg{fill:none;stroke:#757575}.button.transparent.white{color:#fff}.button.transparent.white svg{fill:none;stroke:#757575}.button[disabled]{opacity:.5}.button[disabled]:hover{background:#4e7722}.split-button{position:relative;display:inline-flex}.split-button .button-text{font-size:1.25em;font-weight:700;border:0;cursor:pointer;width:180px;display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 20px;background-color:#4e7722;color:#fff!important;transition:background-color .2s ease-in;border-radius:6px 0 0 6px}.split-button .button-text span{color:#fff}.split-button .button-text svg{fill:none;stroke:#fff}.split-button .button-text:hover{background-color:#4e7722cc}.split-button .button-dropdown{cursor:pointer;border:none;border-left:1px solid #fff;padding:12px;border-radius:0 6px 6px 0;background-color:#4e7722;transition:background-color .2s ease-in}.split-button .button-dropdown svg{fill:none;stroke:#fff}.split-button .button-dropdown:hover{background-color:#4e7722cc}.split-button .button-menu{position:absolute;top:150%;left:0;background-color:#fff;min-width:100%;box-shadow:0 4px 10px #0000001a;border:1px solid rgba(117,117,117,.5);border-radius:6px;margin-top:4px;z-index:1000;overflow:hidden}.split-button .button-menu .button-menu-item{padding:10px 16px;cursor:pointer}.split-button .button-menu .button-menu-item span{margin-left:4px;color:#000;font-weight:400}.split-button .button-menu .button-menu-item:hover{background-color:#f5f5f5}.header-buttons{display:flex;flex-flow:column;align-items:center;font-size:12px}.header-buttons .desktop-buttons{display:block}.header-buttons .mobile-buttons{display:none}.header-buttons .login-links{display:flex;flex-direction:row;gap:10px;margin-top:4px}.header-buttons .login-links .link-item{display:flex;align-items:center;justify-content:center;gap:4px;font-size:12px}.header-buttons .login-links .link-item a{display:flex;align-items:center;justify-content:center;gap:4px;text-decoration:none}.header-buttons .login-links .link-item .link-label{color:#757575;transition:color .15s ease-in}.header-buttons .login-links .link-item .link-label:hover{color:#000000e6}.header-buttons .login-links .link-item svg{display:block;stroke:#757575;width:12px}@media(max-width:1024px){.header-buttons{display:flex;flex-flow:column;align-items:start;font-size:12px;width:100%}.header-buttons .desktop-buttons{display:none}.header-buttons .mobile-buttons{display:flex;width:100%;gap:8px;padding-bottom:12px;border-bottom:1px solid rgba(117,117,117,.3)}.header-buttons .mobile-buttons .mobile-main{font-weight:600;flex:3 1 0;padding:8px 12px}.header-buttons .mobile-buttons .mobile-secondary{font-weight:600;flex:1 1 0;width:100%;color:#000!important}.header-buttons .login-links{margin-top:8px;justify-content:start}}.modal{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#00000080;position:fixed;z-index:1200;left:0;top:0;padding:15px;transition:padding-left .4s}.modal-box{border-radius:20px;background:#fff;overflow:hidden;width:888px;max-width:calc(100vw - 30px);max-height:calc(var(--vh, 1vh) * 100 - 100px);display:flex;flex-direction:column;position:relative}.modal-box-head{display:flex;align-items:center;justify-content:space-between}.modal-box-head__title{font-weight:600;font-size:1.375em;margin:0}.modal-box-head .close-button-wrapper{position:relative}.modal-box-head .close-button{position:absolute;cursor:pointer;top:20px;right:20px;border:0;padding:0;margin:0;background:transparent}.modal-box-head__icon{stroke:#1f242e}.modal-head-description{font-size:1.2em}.modal-box-body{scrollbar-width:thin;scrollbar-color:#4e7722 #f5f5f5}.modal-box-body::-webkit-scrollbar{width:"4px"}.modal-box-body::-webkit-scrollbar-track{background:#4e7722}.modal-box-body::-webkit-scrollbar-thumb{background-color:#f5f5f5;outline:none}.modal-box-body{overflow-y:auto;overflow-x:visible;max-height:calc(var(--vh, 1vh) * 100 - 90px - 150px)}.modal-box-buttons{margin-top:30px;display:flex;align-items:center;justify-content:space-between}@media(max-width:1100px){.modal-box{width:703px;padding:15px}.modal-box-head{margin-bottom:20px}.modal-box-body{max-height:calc(var(--vh, 1vh) * 100 - 165px)}.modal-box-buttons{margin-top:16px}}.loader-wrap{display:flex;width:100%;height:60px}.loader{display:block;position:relative;width:50px;height:50px;margin:auto}.loader div{box-sizing:border-box;display:block;position:absolute;width:40px;height:40px;margin:4px;border:4px solid #4e7722;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#4e7722 transparent transparent transparent}.loader div:nth-child(1){animation-delay:-.45s}.loader div:nth-child(2){animation-delay:-.3s}.loader div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-dropdown{position:relative;overflow:hidden}.form-dropdown .red{color:#ef4444}.form-dropdown label{display:block;font-weight:500;margin-bottom:3px}.form-dropdown .error{margin-top:4px;font-size:.86em}.form-dropdown.disabled .form-dropdown-main{background:#f2f2f2}.form-dropdown.with-error .form-dropdown-main{border-color:#d30000}.form-dropdown-main{display:flex;align-items:center;width:100%;border-radius:.5rem;border:1px solid #e5e7eb;background:#fff;font-size:.875rem;color:#111827;outline:none;transition:border-color .15s,box-shadow .15s}.form-dropdown-main::placeholder{color:#9ca3af}.form-dropdown-main--active{border-color:#4e7722!important;box-shadow:0 0 0 2px #4e772233}.form-dropdown-main:focus-within{border-color:#4e7722!important;box-shadow:0 0 0 2px #4e772233}.form-dropdown-main input,.form-dropdown-main .form-dropdown-main-options{padding-left:15px;flex:auto;max-width:calc(100% - 42px);width:100%;flex-wrap:wrap}.form-dropdown-main .single-input{padding-left:15px}.form-dropdown-main .form-dropdown-main-options{scrollbar-width:thin;scrollbar-color:#4e7722 #f5f5f5}.form-dropdown-main .form-dropdown-main-options::-webkit-scrollbar{width:"4px"}.form-dropdown-main .form-dropdown-main-options::-webkit-scrollbar-track{background:#4e7722}.form-dropdown-main .form-dropdown-main-options::-webkit-scrollbar-thumb{background-color:#f5f5f5;outline:none}.form-dropdown-main .form-dropdown-main-options::-webkit-scrollbar{width:auto;height:"3px"}.form-dropdown-main .form-dropdown-main-options{-webkit-user-select:none;user-select:none;overflow:auto;display:flex;align-items:center;gap:10px;min-width:0}.form-dropdown-main .form-dropdown-main-options--scrollable{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;max-width:100%}.form-dropdown-main .form-dropdown-main-options--scrollable>div{flex-shrink:0}.form-dropdown-main .form-dropdown-main-options>div{display:flex;align-items:center;gap:5px;color:#fff;background:#4e7722;padding:3px 6px}.form-dropdown-main .form-dropdown-main-options>div>span{white-space:nowrap}.form-dropdown-main .form-dropdown-main-options>div svg{cursor:pointer;stroke:#fff;width:10px;min-width:10px}.form-dropdown-main input{border:0;outline:0;max-width:100%;width:auto}.dropdown-main-icon{display:flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 30px;height:30px;margin-right:6px;margin-left:auto}.dropdown-main-icon>svg{width:8px;stroke:#6b7280}.form-dropdown-options{scrollbar-width:thin;scrollbar-color:#4e7722 #f5f5f5}.form-dropdown-options::-webkit-scrollbar{width:"4px"}.form-dropdown-options::-webkit-scrollbar-track{background:#4e7722}.form-dropdown-options::-webkit-scrollbar-thumb{background-color:#f5f5f5;outline:none}.form-dropdown-options{overflow-y:auto;display:none;max-height:195px;position:absolute;z-index:9999;background:#fff;border:1px solid #e5e7eb}.form-dropdown-options>div{cursor:pointer;padding:10px 13px}.form-dropdown-options>div.active{font-weight:500;background:#eef6e4}.form-input{margin-bottom:20px}.form-input label{display:block;font-weight:500;margin-bottom:3px}.form-input input,.form-input textarea{width:100%;border:0;border-radius:4px;padding:10px 14px;outline:none}.form-input input[placeholder],.form-input textarea[placeholder]{color:#757575}.form-input textarea{resize:none;height:70px;padding:16px 12px}.form-input input[disabled],.form-input textarea[disabled]{background:#f2f2f2}.form-input .error{margin-top:4px;font-size:.86em}.form-input-box{overflow:hidden;width:100%;border-radius:.5rem;border:1px solid #e5e7eb;background:#fff;font-size:.875rem;color:#111827;outline:none;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.form-input-box button{cursor:pointer;width:48px;height:48px;border:0;background:0;padding:0}.form-input-box:focus-within{border-color:#4e7722!important;box-shadow:0 0 0 2px #4e772233}.form-input.with-error .form-input-box{border-color:#d30000}.radio-group label{display:block;font-weight:500;margin-bottom:4px}.radio-group .error{margin-top:4px;font-size:.875em}.radio-group .red{color:#ef4444}.radio-group-items{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}@media(max-width:767px){.radio-group-items{grid-template-columns:1fr}}.radio-group-items--flex{display:flex;gap:6px}.radio-group.three-pre-row .radio-group-items{grid-template-columns:repeat(3,1fr)}@media(max-width:767px){.radio-group.three-pre-row .radio-group-items{grid-template-columns:1fr}}.radio{cursor:pointer;display:flex;align-items:center;justify-content:center;text-align:center;padding:.5rem .75rem;gap:16px;font-size:.875em;border:1px solid #e5e7eb;border-radius:.5rem;color:#6b7280;transition:border-color .15s,background .15s,color .15s}.radio:hover{border-color:#4e77224d}.radio.checked{border-color:#4e7722;background:#4e772214;color:#4e7722;font-weight:500}.radio .radio-label{flex-grow:1;display:flex;flex-direction:column}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-in;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-in;-o-transition:-o-transform .3s ease-out,opacity .3s ease-in;transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;-moz-transition:-moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;-o-transition:-o-stroke-dashoffset .3s ease-out,-o-stroke-opacity .3s ease-in;transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}.marker-cluster-small{background-color:#b5e28c99}.marker-cluster-small div{background-color:#6ecc3999}.marker-cluster-medium{background-color:#f1d35799}.marker-cluster-medium div{background-color:#f0c20c99}.marker-cluster-large{background-color:#fd9c7399}.marker-cluster-large div{background-color:#f1801799}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}.locked-inline{border:none;background:#fff;color:inherit;display:inline-flex;align-items:baseline;gap:4px;font-size:inherit}.locked-inline svg{height:1em;width:1em}.locked-inline span{font-size:inherit}.locked-inline:hover{text-decoration:underline;cursor:pointer}.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}}.map-popup{font-size:1em!important}.map-popup .leaflet-popup-content{font-size:16px;width:404px!important;margin:20px}.map-popup-main>div{padding-bottom:6px;margin-bottom:10px;border-bottom:1px solid #d0d0d0}.map-popup-main>.button{margin-top:12px}.component-loading-wrapper{height:100%;width:100%;position:relative}.component-loading-overlay{position:absolute;inset:0;background:#fff9;display:flex;align-items:center;justify-content:center;z-index:999999900}.file-lines>div{padding:4px 0;display:flex;gap:8px;align-items:center;justify-content:space-between}.file-lines>div span{flex:auto}.file-lines>div input{flex:0 0 50%;min-height:48px;border-radius:4px;border-color:#d0d0d0;padding:10px}.file-lines>div svg{cursor:pointer;flex:0 0 32px}@media(max-width:767px){.file-lines>div{flex-wrap:wrap}.file-lines>div span{flex:1 1 calc(100% - 40px)}.file-lines>div input{flex:auto}}.form-attachment{position:relative}.form-attachment label{display:flex;align-items:center;gap:10px;font-weight:500;margin-bottom:3px}.form-attachment .file-lines{margin-bottom:12px;font-size:.875rem}.form-attachment .file-lines svg{flex:0 0 24px}.form-attachment-previews{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:16px}@media(max-width:767px){.form-attachment-previews{grid-template-columns:1fr}}.form-attachment-preview{width:100%;position:relative;border-radius:10px;max-width:100%}.form-attachment-preview img{width:100%;height:100%;object-fit:cover;border-radius:10px}.form-attachment-preview>svg{cursor:pointer;position:absolute;right:-5px;top:-5px}.form-attachment-box{border:2px dashed rgba(229,231,235,.6);padding:1.5rem;text-align:center;transition:border-color .25s}.form-attachment-box:hover{border-color:#4e77224d}.form-attachment-box{cursor:pointer;position:relative;font-size:.875rem;color:#111827;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:10px;gap:20px;min-height:220px}.form-attachment-box>div{text-align:center}.form-attachment-box span{font-size:.75rem;color:#6b7280;margin:.125rem 0 0}.form-attachment-box .icon-wrap{width:2.5rem;height:2.5rem;border-radius:50%;background:#4e772214;display:flex;align-items:center;justify-content:center;margin:0 auto .5rem}.form-attachment-box .icon{width:1.25rem;height:1.25rem;color:#4e7722}.aom-header{width:100%;background:#f6f8f4;border-bottom:1px solid #e5e7eb;padding:1.5rem 1.5rem 1.25rem}.aom-header__title{font-size:1.25rem;font-weight:700;color:#111827;margin:0 0 .25rem}.aom-header__sub{font-size:.875rem;color:#6b7280;margin:0}.aom-component-loading{display:flex;flex-direction:column;min-height:0}.aom-modal-parent{z-index:9999}.aom-modal-parent .modal-box-body{display:flex;flex-direction:column;overflow:unset;min-height:0}.aom-type-switcher{display:flex;gap:.25rem;margin-top:1rem;background:#f5f6f4;border-radius:.5rem;padding:.25rem}.aom-type-switcher__btn{display:flex;align-items:center;gap:.375rem;flex:1;padding:.5rem .75rem;border-radius:.375rem;border:none;background:transparent;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:background .15s,color .15s,box-shadow .15s}.aom-type-switcher__btn:hover{color:#111827}.aom-type-switcher__btn--active{background:#fff;color:#111827;box-shadow:0 1px 3px #0000001a}.aom-type-switcher__icon{width:.875rem;height:.875rem}.aom-steps{display:flex;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;background:#fff}.aom-steps__item{display:flex;align-items:center;flex:1}.aom-steps__item:last-of-type{flex:0}.aom-steps__info{display:flex;align-items:center;gap:.5rem;color:#6b728080;transition:color .2s}.aom-steps__info--active{color:#4e7722}.aom-steps__info--done{color:#4e772299}.aom-steps__bubble{width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;background:#f3f4f6;color:#6b7280;flex-shrink:0;transition:background .2s,color .2s}.aom-steps__bubble--active{background:#4e7722;color:#fff;box-shadow:0 1px 4px #4e77224d}.aom-steps__bubble--done{background:#4e772226;color:#4e7722}.aom-steps__check{width:1rem;height:1rem}.aom-steps__label{font-size:.75rem;font-weight:500;color:#6b7280;display:none}@media(min-width:640px){.aom-steps__label{display:block}}.aom-steps__label--active{color:#111827}.aom-steps__line{flex:1;height:2px;border-radius:9999px;background:#e5e7eb;margin:0 .25rem;transition:background .2s}.aom-steps__line--done{background:#4e77224d}.aom-body{padding:1.5rem 2rem;overflow-y:auto;flex:1}.aom-form{display:flex;flex-direction:column;gap:1rem}.aom-form .form-input{margin-bottom:0}.aom-row-top{display:grid;grid-template-columns:2fr 1fr;gap:1rem;align-items:end}.aom-grid-21{display:grid;grid-template-columns:2fr 1fr;gap:1rem}.aom-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.aom-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.aom-field{display:flex;flex-direction:column;height:100%}.aom-field--grow{flex:1}.aom-label{font-size:.875rem;font-weight:500;color:#111827;margin-bottom:.375rem}.aom-label--sm{font-size:.75rem;margin-bottom:.25rem}.aom-label--muted{font-size:.75rem;color:#6b7280;margin-bottom:.25rem}.aom-required{color:#ef4444}.aom-input,.aom-select{height:2.5rem;width:100%;border-radius:.5rem;border:1px solid #e5e7eb;background:#fff;padding:0 .75rem;font-size:.875rem;color:#111827;outline:none;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.aom-input::placeholder,.aom-select::placeholder{color:#9ca3af}.aom-input:focus,.aom-select:focus{border-color:#4e7722;box-shadow:0 0 0 2px #4e772233}.aom-input--sm{height:2.25rem}.aom-input--padded{padding-left:2.25rem}.aom-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem;cursor:pointer}.aom-textarea{width:100%;border-radius:.5rem;border:1px solid #e5e7eb;background:#fff;padding:.5rem .75rem;font-size:.875rem;color:#111827;outline:none;resize:none;font-family:inherit;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.aom-textarea::placeholder{color:#9ca3af}.aom-textarea:focus{border-color:#4e7722;box-shadow:0 0 0 2px #4e772233}.aom-input-icon{position:relative}.aom-input-icon__icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:#6b7280;pointer-events:none}.aom-map{width:100%;height:340px;border-radius:.75rem;border:1px solid #e5e7eb;overflow:hidden;z-index:0}.aom-loading{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#4e7722;background:#4e772214;border:1px solid rgba(78,119,34,.25);border-radius:.5rem;padding:.5rem .75rem}.aom-loading__spinner{width:1rem;height:1rem;animation:aom-spin .8s linear infinite}@keyframes aom-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.aom-hint{font-size:.75rem;color:#6b7280;background:#00000008;border-radius:.5rem;padding:.5rem .75rem;margin:0}.aom-dropzone{border:2px dashed rgba(229,231,235,.6);border-radius:.75rem;padding:1.5rem;text-align:center;cursor:pointer;background:#f9fafb66;transition:border-color .15s}.aom-dropzone:hover{border-color:#4e77224d}.aom-dropzone__icon-wrap{width:2.5rem;height:2.5rem;border-radius:50%;background:#4e772214;display:flex;align-items:center;justify-content:center;margin:0 auto .5rem}.aom-dropzone__icon{width:1.25rem;height:1.25rem;color:#4e7722}.aom-dropzone__title{font-size:.875rem;font-weight:500;color:#111827;margin:0}.aom-dropzone__sub{font-size:.75rem;color:#6b7280;margin:.125rem 0 0}.aom-summary{background:#00000008;border-radius:.75rem;border:1px solid rgba(229,231,235,.6);padding:1.25rem}.aom-summary__title{font-size:.875rem;font-weight:700;color:#111827;display:flex;align-items:center;gap:.5rem;margin:0 0 .75rem}.aom-summary__icon{width:1rem;height:1rem;color:#4e7722}.aom-summary__grid{display:grid;grid-template-columns:auto 1fr;column-gap:1rem;row-gap:.5rem;font-size:.875rem}.aom-summary__key{color:#6b7280}.aom-summary__val{word-break:break-word;font-weight:500;color:#111827}.aom-footer{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-top:1px solid #e5e7eb}.aom-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem 1.5rem;border-radius:.5rem;font-size:.875rem;height:2.5rem;font-weight:500;cursor:pointer;border:none;transition:background .15s,color .15s,opacity .15s}.aom-btn:disabled{opacity:.4;cursor:not-allowed}.aom-btn__icon{width:1rem;height:1rem}.aom-btn--primary{background:#4e7722;color:#fff;box-shadow:0 2px 6px #4e772233}.aom-btn--primary:hover:not(:disabled){background:#3e5f1b}.aom-btn--ghost{background:transparent;color:#6b7280}.aom-btn--ghost:hover:not(:disabled){background:#0000000a;color:#111827}.header-navigation{display:flex;align-items:center;flex:1;gap:12px}.header-navigation .links{width:100%;display:flex;justify-content:center;align-items:center;margin:0 auto}.header-navigation .links>:not(:last-child){border:0px;border-inline-start-width:0px;border-inline-end-width:1px;border-style:solid;border-color:#d0d0d0}.header-navigation .nav-link{font-size:1rem;display:flex;align-items:center;color:#111827;padding:.625rem 1.25rem;transition:all .2s ease-in}.header-navigation .nav-link:hover{color:#111827;background-color:#eef6e4}.header-navigation .nav-link:hover span{color:#4e7722}.header-navigation span{font-weight:700}@media(max-width:1024px){.header-navigation{display:none;font-size:1em;width:100%}.header-navigation .links{justify-content:start}.header-navigation .nav-link{display:flex;align-items:center;color:#111827;padding:8px 12px}.header-navigation.open{display:flex;flex-direction:column;align-items:flex-start;padding:0 12px;background-color:#fff;position:fixed;left:0;top:116px;height:140px;z-index:1200}}@media(max-width:568px){.header-navigation .links{flex-direction:column}.header-navigation .links>:not(:last-child){border:0}.header-navigation .nav-link{width:100%;justify-content:center}.header-navigation.open{height:290px}}.header-menu-toggler{display:none;background-color:transparent;border:None;cursor:pointer;flex-direction:column;gap:4px}.header-menu-toggler span{width:18px;height:2px;border-radius:4px;background:#000;transition:transform .2s}.header-menu-toggler.open span{position:relative}.header-menu-toggler.open span:first-child{transform:rotate(45deg);top:6px}.header-menu-toggler.open span:nth-child(2){opacity:0}.header-menu-toggler.open span:last-child{transform:rotate(135deg);top:-6px}@media(max-width:1024px){.header-menu-toggler{display:flex}}.header-user-widget{display:flex;align-items:center;gap:10px}.header-user-widget button{cursor:pointer;border:0;background:transparent}.header-user-widget-popup{display:flex;flex-direction:column;gap:16px;background:#f5f5f5;width:220px!important;padding:16px}.header-user-widget-popup>a{display:block;color:#111827}.logo-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:0;padding:0;margin:0}.logo-wrap div{text-decoration:None;color:gray}.logo-label{font-size:12px;font-weight:700;letter-spacing:.6px}.header{padding:12px 0;border-bottom:2px solid #d0d0d0;position:sticky;top:0;z-index:9999;background:#fff}.header.open{margin-bottom:100px}@media(max-width:568px){.header.open{margin-bottom:280px}}.header .container{display:flex;align-items:center}.header .header-navigation{margin:0 auto}.header-search{padding:0 12px}.header-search svg{stroke:#4e7722}@media(max-width:1024px){.header{gap:0;padding:0}.header .container{display:flex;flex-direction:row;justify-content:space-between;align-items:center}}.footer{padding:26px 20px;border-top:2px solid #d0d0d0;background-color:#1f262e}.footer .container{display:flex;max-width:75rem;flex-direction:column;align-items:center;gap:16px}.footer .container .img-container{background-color:#fff;padding:20px 40px;border-radius:6px}.footer .container .img-container img{max-width:670px;width:100%;object-fit:contain}.footer .container .founder-label{color:#757575}.footer .container .project-link a{color:#4e7722;text-decoration:none}.footer .container .project-link a:hover{text-decoration:underline}.footer-nav{display:grid;grid-template-columns:1fr;gap:2rem;width:100%;padding-top:1rem}@media(min-width:640px){.footer-nav{grid-template-columns:repeat(3,minmax(0,1fr))}}.footer-nav__column{display:flex;flex-direction:column;gap:.75rem}.footer-nav__title{margin:0;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#fff9}.footer-nav__list{display:flex;flex-direction:column;gap:.5rem;padding-left:.75rem;margin:0;list-style:none}.footer-nav__item{margin:0}.footer-nav__link{font-size:.875rem;color:#ffffffd9;text-decoration:none;transition:color .2s ease}.footer-nav__link:hover{color:#4e7722}.footer-menu{border-top:1px solid rgba(117,117,117,.3);width:100%;margin-top:26px;padding:20px;display:flex;align-items:center;justify-content:space-between;gap:16px 24px}.footer-menu .social-links,.footer-menu .consents-links{display:flex;gap:8px}.footer-menu .social-links svg{stroke:#fff}.footer-menu a{color:#ffffffb3}@media(max-width:767px){.footer-menu{flex-direction:column}}.news-ticker{overflow:hidden;white-space:nowrap;background-color:#0a0a0a;height:36px;display:flex;align-items:stretch;font-family:IBM Plex Mono,monospace;border-top:1px solid #222;border-bottom:1px solid #222;position:relative}.news-ticker:before,.news-ticker:after{content:"";position:absolute;top:0;bottom:0;width:60px;z-index:2;pointer-events:none}.news-ticker:before{left:0;background:linear-gradient(to right,#0a0a0a,transparent)}.news-ticker:after{right:0;background:linear-gradient(to left,#0a0a0a,transparent)}.ticker-track{display:inline-flex;align-items:stretch;transform:translate(0);will-change:transform}.ticker-item{display:inline-flex;align-items:center;color:#fff;font-size:13px;cursor:pointer;transition:background-color .15s ease;padding:0 4px}.ticker-item:hover{background-color:#222}.ticker-item .icon{display:flex;align-items:center;justify-content:center;font-size:16px;padding:0 10px}.ticker-item .title{display:inline-block;padding:2px 4px;background-color:#e03a00;font-weight:700;color:#fff;font-size:11px;text-transform:uppercase;letter-spacing:.05em;border-radius:2px;margin-right:10px;line-height:1.5}.ticker-item .description{display:flex;align-items:center;padding-right:32px;color:#ccc;font-weight:400}.ticker-item .sep{display:flex;align-items:center;padding:0 4px 0 0;color:#333;font-size:18px;line-height:1}.main-layout{display:flex;flex-direction:column;min-height:calc(var(--vh, 1vh) * 100)}.main-layout main{flex:auto}.energy-price-card{background:#fff;border-radius:12px;padding:16px;border:1px solid rgba(117,117,117,.3);box-shadow:0 2px 10px #0000000d;width:300px;min-height:350px;display:flex;flex-direction:column;gap:8px}.energy-price-card.loading{display:flex;align-items:center;justify-content:center;min-height:350px}.energy-price-card .title{font-weight:700;color:#000}.energy-price-card .tge{color:#757575}.energy-price-card .header{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#555}.energy-price-card .price{display:flex;align-items:baseline;gap:4px;color:#000;font-size:1.8rem;font-weight:700}.energy-price-card .price .unit{font-size:1rem;color:#757575;font-weight:400}.energy-price-card .date{display:flex;align-items:center;gap:4px}.energy-price-card .chart{width:100%;height:100px}.energy-price-card .range-buttons{display:flex;gap:4px}.energy-price-card .range-buttons button{flex:1;padding:4px 0;border:1px solid #ddd;border-radius:4px;background:#f9f9f9;font-size:.75rem;cursor:pointer}.energy-price-card .range-buttons button.active{background:#4e7722;color:#fff;border-color:#4e7722}.main-section{padding:100px 0 140px;background-position:50%;background-repeat:no-repeat;background-size:cover;opacity:.8;position:relative;z-index:1}.main-section .main-container{display:flex;flex-direction:row;max-width:1000px;margin:auto;justify-content:space-between;align-items:center}@media(max-width:1028px){.main-section .main-container{justify-content:center}}.main-section .main-container-text{display:flex;flex-direction:column}.main-section .energy-box{display:block}@media(max-width:1028px){.main-section .energy-box{display:none}}.main-section h1{padding:0;margin:0;color:#fff;font-size:36px;text-align:left;max-width:600px}.main-section h1.fade-in{opacity:1;transition:opacity 1s ease-in-out}.main-section h1.fade-out{opacity:0;transition:opacity 1s ease-in-out}@media(max-width:1028px){.main-section h1{text-align:center}}.main-section p{color:#fff9}@media(max-width:1028px){.main-section p{text-align:center}}.main-section .main-section-form{margin-top:60px}.input-range{margin-bottom:20px}.input-range label{display:block;font-weight:500;margin-bottom:3px}.input-range-inputs{display:flex;align-items:center;gap:8px}.input-range-inputs .form-input{height:36px;margin:0;flex:1 1 110px}.advanced-filters{margin-top:8px;padding:20px;border:1px solid rgba(117,117,117,.3);border-radius:6px;min-width:546px;max-width:calc(100vw - 20px);color:#757575;display:flex;flex-wrap:wrap;column-gap:15px}.advanced-filters>*{flex:1 1 calc((100% - 60px)/4);min-width:200px}.advanced-filters .advanced-filter-toggler{flex:1 1 100%;margin-top:20px}.advanced-filters .filter-button{flex:0 0 100%;display:flex;justify-content:flex-end}@media(max-width:600px){.advanced-filters{min-width:unset}.advanced-filters>.form-input,.advanced-filters>.form-dropdown{flex:1 1 250px}}.advanced-filter-toggler{cursor:pointer;display:flex;align-items:center;gap:6px;width:100%;color:#4e7722;font-weight:500}.advanced-filter-toggler svg{fill:#4e7722}.filters-type-section{width:100%;padding-top:40px;width:90%;max-width:1000px;margin:auto}.filters-type-section span{font-weight:700;color:#555;margin-right:10px}.filters-type-section{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.filters-type-section .item{display:flex;align-items:center;justify-content:center;padding:6px 16px;border:1px solid #ccc;border-radius:16px;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.filters-type-section .item:hover{background-color:#eef6e480;border-color:#4e7722cc}.filters-type-section .item:active{background-color:#e0e0e0}.filters-type-section .item svg{margin-right:6px;fill:none;stroke:#4e7722;width:16px}.custom-select{position:relative;font-size:1em;cursor:pointer}.custom-select .trigger{width:100%;height:100%;padding:10px 10px 10px 20px;background-color:transparent;color:#000;display:flex;align-items:center;justify-content:space-between;position:relative}.custom-select .trigger .label{display:flex;align-items:center;gap:4px}.custom-select .trigger .prepend{color:#757575;font-weight:500}.custom-select .options{position:absolute;top:100%;left:0;width:100%;background-color:#fff;border:none;box-shadow:0 4px 12px #0000001a;z-index:9999000;max-height:300px;overflow-y:auto}.custom-select .options .option{padding:10px;width:100%;color:#000;transition:background-color .2s}.custom-select .options .option.active{background-color:#f0f0f0;color:#4e7722;font-weight:700}.filters-form-anchor{position:absolute;left:50%;top:-24px;transform:translate(-50%);z-index:2;width:90%;max-width:1000px}.filters-form-anchor.is-mobile-open{top:-56px}.filters-form{display:flex;align-items:center;background:#fff;border-radius:16px;border:1px solid #d0d0d0}.filters-form>*{font-size:1em;height:44px;border-right:1px solid #d0d0d0}.filters-form>*:last-child{border-right:none}.filters-form svg{fill:none;stroke:#000c}.filters-form .search{display:flex;align-items:center;flex:1 1 auto;min-width:250px;gap:8px;padding:0 8px}.filters-form input{width:100%;outline:none;border:0;flex:auto;padding:10px;font-size:1em;background:transparent}.filter-box{display:flex;align-items:center;justify-content:center;gap:8px;font-size:1.2em;color:#000;cursor:pointer;background:#fff;border-radius:16px;border:1px solid #d0d0d0;padding:12px;width:100%}.filter-box.is-open{border-radius:16px 16px 0 0;border-bottom-color:transparent}.mobile-filters-container{width:90%;max-width:1000px;margin:32px auto 0}.mobile-filters-container .filters-form{flex-direction:column;border-radius:16px 16px 0 0}.mobile-filters-container .filters-form>*{width:100%!important;height:44px;border-right:none;border-bottom:1px solid #d0d0d0}.mobile-filters-container .filters-form>*:last-child{border-bottom:none}.mobile-filters-container .filters-form .search{min-width:unset;width:100%}.mobile-filters-container .filters-form .custom-select{width:100%!important}.mobile-filters-container .filters-form .custom-select .trigger{width:100%;border-radius:0}.advertisement-banner{display:flex;justify-content:center;align-items:center;text-align:center;width:100%;height:100%;border-radius:8px;border:2px dashed rgba(117,117,117,.4);background-color:#f5f5f533;margin:20px auto}.filters-section-container{padding:0 16px}@media(max-width:768px){.filters-section-container{padding:0}}.filters-section{position:relative}.filters-more{color:#757575;transition:color .2s ease-in;display:flex;align-items:center;gap:8px;cursor:pointer;max-width:1000px;width:90%;margin:12px auto auto}.filters-more:hover{color:#000000e6}.filters-more svg{stroke:#757575}.advanced-filters-container{max-width:1000px;width:90%;margin:auto}.plot-item{display:flex;flex-direction:column;gap:10px;border:1px solid rgba(117,117,117,.3);border-radius:16px;background:#fff;transition:box-shadow .25s ease,transform .2s ease}.plot-item:hover{box-shadow:0 6px 20px #00000026}.plot-item .plot-item-image{overflow:hidden;border-radius:16px 16px 0 0;position:relative}.plot-item .plot-item-image img{transform:scale(1.03);width:100%;min-width:196px;max-width:196px;aspect-ratio:5/4;object-fit:cover;transition:transform .35s ease;display:block}@media(max-width:1024px){.plot-item .plot-item-image img{aspect-ratio:16/9}}.plot-item .plot-item-image .audit-badge{position:absolute;top:.5rem;left:.5rem;display:flex;align-items:center;gap:.25rem;background-color:#4e7722;color:#fff;font-size:.625rem;font-weight:700;padding:.25rem .5rem;border-radius:.375rem;box-shadow:0 1px 3px #0f172a40}.plot-item .plot-item-image .audit-badge__icon{width:.875rem;height:.875rem;flex-shrink:0}.plot-item:hover img{transform:scale(1.1)}.plot-item.horizontal{gap:20px;flex-direction:row}.plot-item.horizontal .plot-item-image{flex-shrink:0;border-radius:16px 16px 0 0}@media(min-width:800px){.plot-item.horizontal .plot-item-image{border-radius:16px 0 0 16px}}.plot-item.horizontal .plot-item-image img{width:100%;min-width:none;max-width:none}@media(min-width:800px){.plot-item.horizontal .plot-item-image img{width:100%;height:100%;max-width:196px}}.plot-item.horizontal .plot-item-main{display:flex;flex-direction:column}.plot-item.horizontal .plot-item-bottom{margin-top:auto}@media(max-width:800px){.plot-item.horizontal{flex-direction:column}.plot-item.horizontal .plot-item-bottom{margin-top:10px}}.plot-item .plot-item-main{padding:1rem;width:100%;align-self:center;position:relative}.plot-item .plot-item-main .plot-item-main-header-box{display:flex;justify-content:space-between}.plot-item .plot-item-main .plot-item-price-badge{display:none}.plot-item .plot-item-main .plot-item-price-badge.horizontal{display:block}.plot-item .plot-item-main .plot-item-price-badge{top:10px;right:10px;padding:6px 10px;border-radius:6px;text-align:right;line-height:1.3}.plot-item .plot-item-main .plot-item-price-badge-label{font-size:11px;opacity:.8;text-transform:uppercase}.plot-item .plot-item-main .plot-item-price-badge-value{color:#4e7722;font-size:18px;font-weight:700}.plot-item .plot-item-main .plot-item-price-badge-unit{padding-left:4px;font-size:11px;opacity:.8}.plot-item .plot-item-main .plot-item-main-header{margin-bottom:.5rem;font-size:16px;overflow:hidden;text-overflow:ellipsis}.plot-item .plot-item-main .plot-item-company{color:#757575}.plot-item .plot-item-main .plot-item-content{display:flex;flex-direction:column;color:#757575;font-size:.75rem;gap:4px}.plot-item .plot-item-main .plot-item-location{display:flex;flex-direction:row;align-items:center;gap:6px}.plot-item .plot-item-main .plot-item-location svg{flex-shrink:0;width:12px;height:12px}.plot-item .plot-item-main .plot-item-location span,.plot-item .plot-item-main .plot-item-location div{flex:1;word-break:break-word}.plot-item .plot-item-main .plot-item-bold{font-weight:700}.plot-item .plot-item-main .plot-item-bottom{margin-top:8px;display:flex;font-size:12px;gap:.5rem}.plot-item .plot-item-main .plot-item-bottom .plot-item-button{border-radius:8px;font-weight:400;padding:.5rem .875rem}.plot-item .plot-item-main .plot-item-bottom .plot-item-map-button{font-size:14px;color:#757575!important;transition:color .2s ease-in;text-align:left}.plot-item .plot-item-main .plot-item-bottom .plot-item-map-button:hover{color:#4e7722}.latest-plots{max-width:916px;margin:0 auto;padding:32px 16px}.latest-plots .latest-plots-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:10px}.latest-plots .latest-plots-header h1{padding:0;margin:0;font-size:1.5rem}@media(max-width:640px){.latest-plots .latest-plots-header{padding:0 8px}}.latest-plots .latest-plots-all{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;border:1px solid rgba(78,119,34,.3);border-radius:.375rem;color:#4e7722;background-color:#4e77220d;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.latest-plots .latest-plots-all:hover{background-color:#4e772226}.latest-plots .latest-plots-all svg{width:1rem;height:1rem;flex-shrink:0}.latest-plots .latest-plots-items{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.latest-plots .latest-plots-items>*{display:flex;flex-direction:column;height:380px;overflow:hidden}@media(max-width:1028px){.latest-plots .latest-plots-items{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.latest-plots .latest-plots-items{grid-template-columns:1fr;padding:0 8px}}.latest-plots .plot-info-container{margin-top:100px;padding:16px;display:flex;justify-content:space-between;align-items:center;background-color:#eef6e4b3;border:1px dashed rgba(78,119,34,.3);border-radius:8px}.latest-plots .plot-info-container div{display:flex;flex-direction:column;gap:4px}.latest-plots .plot-info-container div h6{font-weight:700;font-size:.9rem;margin:0}.latest-plots .plot-info-container div span{font-size:.8rem;color:#757575}@media(max-width:640px){.latest-plots .plot-info-container{flex-direction:column;gap:12px}}.latest-plots .plot-info-container button{color:#fff;border:none;padding:12px 16px;border-radius:8px;font-weight:400;cursor:pointer;transition:background-color .2s ease}@media(max-width:1028px){.latest-plots{margin:0 20px}}.service-item{display:flex;align-items:flex-start;gap:16px;padding:20px;border-radius:12px;background:#fff;border:1px solid rgba(117,117,117,.3);transition:box-shadow .25s ease,transform .2s ease}.service-item:hover{box-shadow:0 6px 20px #00000026}.service-item .service-item-additional,.service-item .service-item-decsription{font-size:.875rem;color:#757575}.service-item .service-item-image{width:64px;height:64px;background-color:#f5f5f5;border-radius:6px;flex-shrink:0;display:flex;justify-content:center;align-items:center}.service-item .service-item-image img{width:90%;height:auto;object-fit:contain;display:block;transition:transform .3s ease}.service-item .service-item-main{display:flex;flex-direction:column;flex:1}.service-item .service-item-main h3{font-size:16px;font-weight:600;margin-bottom:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.service-item .service-item-main .service-item-company{font-size:.9rem;color:#666;margin-bottom:6px}.service-item .service-item-main div{display:flex;align-items:center;gap:8px;margin-bottom:8px}.service-item .service-item-main div svg{flex-shrink:0;fill:none;stroke:#4e7722}.service-item .service-item-main div .orange-icon{stroke:#ef4444}.service-item .service-item-main div span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.service-item .service-item-main .service-item-price{margin-top:4px}.service-item .service-item-main .service-item-price strong{font-weight:600}.service-item .service-item-main .button{margin-top:auto}.service-item .service-item-main .service-button{width:40%;font-size:12px;border-radius:8px;font-weight:400;padding:8px!important}@media(max-width:600px){.service-item{flex-direction:column;align-items:center}.service-item .service-item-main{width:100%}}.latest-services{max-width:916px;margin:16px auto;padding:30px 8px;background-color:#f5f5f54d}.latest-services .latest-services-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:10px}.latest-services .latest-services-header h2{padding:0;margin:0;font-size:1.5rem}@media(max-width:640px){.latest-services .latest-services-header{padding:0 8px}}.latest-services .latest-services-all{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;border:1px solid rgba(78,119,34,.3);border-radius:.375rem;color:#4e7722;background-color:#4e77220d;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.latest-services .latest-services-all:hover{background-color:#4e772226}.latest-services .latest-services-all svg{width:1rem;height:1rem;flex-shrink:0}.latest-services .latest-services-items{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:1028px){.latest-services .latest-services-items{grid-template-columns:repeat(1,1fr)}}@media(max-width:1028px){.latest-services{margin:0 20px}}.latest-services .service-info-container{margin-top:30px;padding:16px;display:flex;justify-content:space-between;align-items:center;border:1px solid #f7de94;border-radius:8px;background-image:linear-gradient(to right,#fcfcf380,#fff)}.latest-services .service-info-container div{display:flex;flex-direction:column;gap:4px}.latest-services .service-info-container div h6{font-weight:700;font-size:.9rem;margin:0}.latest-services .service-info-container div span{font-size:.8rem;color:#757575}@media(max-width:640px){.latest-services .service-info-container{flex-direction:column;gap:12px}}.latest-services .service-info-container button{background-color:#d97706;color:#fff;border:none;padding:12px 16px;border-radius:8px;font-weight:400;cursor:pointer;transition:background-color .2s ease;font-size:.875rem}.latest-services .service-info-container button:hover{background-color:#a75c05}.trusted-us-section{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:wrap;gap:16px;padding:30px 0;margin-top:50px}.trusted-us-section h1{font-size:18px;margin:0}.trusted-us-section span{color:#757575}.trusted-us-section .partners-items{margin-top:30px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:40px}.trusted-us-section .partner-item{height:60px;display:flex;align-items:center;justify-content:center}.trusted-us-section .partner-item img{max-height:100%;max-width:100%;object-fit:contain;margin:0;padding:0;filter:grayscale(100%);opacity:.7;transition:filter .3s ease,opacity .3s ease,transform .2s ease}.trusted-us-section .partner-item:hover img{filter:grayscale(0%);opacity:1;transform:scale(1.05)}.newest-container{display:flex;flex-direction:row;justify-content:center;align-items:center}.newest-box{width:80%}@media(max-width:1028px){.newest-box{width:100%}}.newest-banner{position:sticky;height:250px;width:300px;margin:auto;display:block}.aside-banner{position:sticky;height:600px;width:160px;top:20px;align-self:flex-start;display:block}@media(max-width:1028px){.aside-banner{display:none}}.home-energy-box{width:100%;padding:16px;display:flex;justify-content:center}@media(min-width:1029px){.home-energy-box{display:none}}.login-page{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:2rem 0}.auth-page-box{max-width:400px;width:100%;padding:2rem;border-radius:12px;background:#f8f9fa;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px}.auth-page-box h1{margin:0 0 .5rem}.auth-page-box p{margin:0 0 1.5rem;color:#555}.auth-page-box .button-box{width:100%;display:flex;justify-content:center}.auth-page-error{color:#c00;font-size:.9rem;margin:.5rem 0 0!important}.auth-page-bottom{margin-top:1.5rem!important;font-size:.95rem}.auth-page-bottom a{color:#4e7722;font-weight:600;text-decoration:underline}.checkbox{cursor:pointer;display:flex;align-items:center;gap:8px;margin-bottom:20px}.checkbox.checked .checkbox-box{background:#4e7722;border-color:#4e7722}.checkbox.checked.disabled .checkbox-box{background:#757575;border-color:#757575}.checkbox-box{display:flex;align-items:center;justify-content:center;width:24px;min-width:24px;height:24px;border:1px solid #757575;border-radius:4px;background:#fff;transition:background .2s}.checkbox-label{-webkit-user-select:none;user-select:none}.registration-page.auth-page{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:2rem 0}.registration-page .auth-page-box{max-width:400px;width:100%;padding:2rem;border-radius:12px;background:#f8f9fa}.registration-page .auth-page-box h1,.registration-page .auth-page-box h2{margin:0 0 .5rem}.registration-page .auth-page-box p{margin:0 0 1.5rem;color:#555}.registration-page .auth-page-error{color:#c00;font-size:.9rem;margin:.5rem 0 0!important}.registration-page .auth-page-bottom{margin-top:1.5rem!important;font-size:.95rem}.registration-page .auth-page-bottom a{color:var(--green, #0a7c42);font-weight:600}.auth-page-hint{margin:-.5rem 0 1rem!important;font-size:.85rem;color:#666}.auth-page-consents{margin:1rem 0}.auth-page-consents .checkbox{margin-bottom:.75rem}.auth-page-consents .checkbox-label{font-size:.9rem}.auth-page-required{color:#c00}.auth-page-checkbox{display:flex;align-items:center;gap:8px;margin:1rem 0}.auth-page-checkbox input{width:auto}.auth-page-checkbox label{margin:0;cursor:pointer}.products-items{display:flex;flex-wrap:wrap;gap:20px 30px;margin-bottom:20px}.products-items>div{flex:1 1 640px;padding:30px;border-radius:20px;background:#f5f5f5;display:flex;flex-direction:column;align-items:flex-start}.products-items>div div{display:flex;align-items:center;gap:24px;font-size:2em;font-weight:600}.products-items>div p{font-size:1.125em}.products-items>div .button{margin-top:auto}@media(max-width:767px){.products-items>div{padding:15px}}.pagination{display:flex;align-items:center;justify-content:center;margin:30px 0;gap:6px;font-size:1em;font-weight:700}.pagination span{width:11px;text-align:center}.pagination button{font-family:Dosis,sans-serif;font-size:1em;font-weight:700;cursor:pointer;-webkit-user-select:none;user-select:none;text-align:center;width:44px;aspect-ratio:1;border-radius:50%;background:#eef6e4;padding:0;border:0}.pagination button.next,.pagination button.prev{display:flex;background:transparent}.pagination button.next svg,.pagination button.prev svg{margin:auto;fill:#4e7722}.pagination button[disabled]{opacity:.3}.pagination button.active{color:#fff;background:#4e7722}@media(max-width:1100px){.pagination{gap:6px;margin-top:20px}}.list-layout{padding:45px 0}.list-layout.with-map .container{max-width:80rem;display:flex;align-items:flex-start;row-gap:20px;column-gap:60px;max-width:2250px;margin-left:auto;margin-right:auto;padding-left:4rem;padding-right:4rem}@media(max-width:1830px){.list-layout.with-map .container{margin-left:0}}@media(max-width:1600px){.list-layout.with-map .container{flex-direction:column}.list-layout.with-map .container .list-layout-main{order:1}.list-layout.with-map .container .list-layout-map{order:2;width:100%}}.list-layout-filters{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}.list-layout-filters>.form-input,.list-layout-filters>.form-dropdown,.list-layout-filters>.input-range{margin:0;flex:1}.list-layout-header-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.list-layout-header-row .list-layout-sort{min-width:250px;max-width:280px}.list-layout-header-row .list-layout-sort .form-dropdown{margin-bottom:0}.list-layout-main{flex:0 0 840px;max-width:100%;width:100%}.list-layout-main h1{margin-bottom:0}.list-layout-items{display:flex;flex-direction:column;row-gap:20px;margin-top:20px}.list-layout-map{flex:auto;aspect-ratio:4/3;border-radius:.5rem;overflow:hidden}.services-page .list-layout-filters .form-input{flex:1 1 100%}.services-page .list-layout-filters .form-dropdown{flex:1 1 350px}.pictures-gallery{margin-bottom:20px}.pictures-gallery img{width:100%}.pictures-gallery-main{margin-bottom:20px;border-radius:20px;overflow:hidden}.pictures-gallery-main img{aspect-ratio:16/9;object-fit:cover}.pictures-gallery-items{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}.pictures-gallery-items div{width:6rem;cursor:pointer;border-radius:14px;overflow:hidden;aspect-ratio:1}.pictures-gallery-items div.active{border:3px solid #4e7722}.pictures-gallery-items div.active img{border:2px solid white}.pictures-gallery-items img{object-fit:cover;aspect-ratio:1;border-radius:8px;overflow:hidden}@media(max-width:990px){.pictures-gallery-items{gap:8px}.pictures-gallery-main{margin-bottom:8px}}.files-to-download{display:flex;flex-direction:column;gap:14px}.files-to-download h2{margin:0;font-size:1.125rem;font-weight:600;border-bottom:1px solid #d0d0d0;padding-bottom:1rem}.files-to-download-item{display:flex;align-items:center;gap:12px;padding:12px 22px;font-size:1.14em;color:#4e7722;background:#f5f5f5;border-radius:100px}.files-to-download-item svg{fill:#4e7722;transition:fill .4s;min-width:24px}.files-to-download-item--locked svg{fill:transparent;transition:fill .4s;min-width:24px}.files-to-download-item strong{font-weight:500}.files-to-download-item span{margin-left:auto}.files-to-download-item{transition:all .4s}.files-to-download-item:hover{cursor:pointer}.files-to-download-item:hover strong{text-decoration:underline}@media(max-width:500px){.files-to-download-item{padding:10px 14px}}.data-rows{border:1px solid #e3e4e9;border-radius:.5rem;overflow:hidden;width:100%}.data-rows .locked-badge{margin:8px 12px}.data-rows__row{display:flex;font-size:.875rem}.data-rows__row--bordered{border-bottom:1px solid #e3e4e9}.data-rows__label{width:40%;padding:.625rem .75rem;background:#f5f6f480;color:#676f7e}.data-rows__value{width:60%;padding:.625rem .75rem;color:var(--foreground)}.data-rows__value a{color:#4e7722;text-decoration:underline}.locked-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border:1px solid #d9d9d9;border-radius:999px;background:#f7f7f7;color:#6b7280;cursor:pointer;font:inherit;transition:background .2s ease,border-color .2s ease,color .2s ease;font-size:inherit}.locked-badge:hover{background:#efefef;border-color:#c8c8c8}.locked-badge svg{width:16px;height:16px;flex-shrink:0}.service-view{display:flex;gap:30px;padding:30px 0}.service-view-main{flex:auto}.service-view-sidebar{flex:0 0 579px;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.service-view-sidebar .info-lines{width:100%}@media(max-width:1240px){.service-view{flex-direction:column-reverse}}.plots-page .list-layout-filters>.form-input,.plots-page .list-layout-filters>.form-dropdown{flex:1 1 340px}.contacts{display:flex;flex-direction:column;gap:10px}.contacts div{display:flex;align-items:center;gap:10px}.contacts svg{fill:#4e7722}.contact-person-box{padding:30px;max-width:680px;display:flex;align-items:flex-start;gap:20px;border-radius:20px;border:2px solid #4e7722}.contact-person-box img{flex:0 0 216px;aspect-ratio:1;object-fit:cover;border-radius:12px;overflow:hidden}@media(max-width:700px){.contact-person-box{flex-wrap:wrap;padding:15px;gap:15px}}.company-item{display:flex;align-items:flex-start;gap:30px;padding:30px;border-radius:20px;background:#f5f5f5}.company-item.small-tile{flex-direction:row-reverse;column-gap:15px}.company-item.small-tile img{max-width:218px}@media(max-width:600px){.company-item.small-tile{flex-wrap:wrap;flex-direction:row;padding:15px;gap:15px}.company-item.small-tile .company-item-main{flex:1 1 100%}}.company-item-main{flex:auto}.company-item-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;color:#111827;gap:8px;margin-bottom:12px}.company-item-head h1,.company-item-head h3{margin:0}.company-item-head span{display:flex;align-items:center;gap:10px;font-weight:700}.company-item-head span svg{fill:#111827}@media(max-width:900px){.company-item{flex-direction:column;padding:16px}.company-item-main{width:100%}}.arrows{display:flex;gap:10px}.arrows button{border-radius:50%;width:44px;min-width:44px;height:44px;background:#4e7722;display:flex;align-items:center;justify-content:center;padding:0;margin:0;border:0;cursor:pointer}.arrows button svg{fill:#fff}.arrows button:first-child{background:#eef6e4}.arrows button:first-child svg{fill:#4e7722}.carousel{padding:45px 0}.carousel .arrows{margin-top:30px}.carousel-wrap{overflow:hidden}.carousel-top{display:flex;flex-wrap:wrap;gap:10px 20px;justify-content:space-between;margin-bottom:30px}.carousel-top h2{margin:0}.carousel-items{display:flex;align-items:center;gap:30px;position:relative;left:0;transition:left .3s}.carousel-items .plot-item,.carousel-items .article-item{flex:0 0 427px}@media(max-width:650px){.carousel-items .plot-item,.carousel-items .article-item{flex:0 0 calc(100vw - 30px)}}.plot-add-info{padding:30px 0;margin-bottom:30px}.plot-add-info-head{cursor:pointer;display:flex;align-items:center;justify-content:space-between}.plot-add-info-head h2{margin:0}.plot-add-info-head svg{width:26px;stroke:#111827;transition:transform .2s}.plot-add-info-body{display:flex;flex-direction:column;gap:20px;padding-top:30px}.plot-add-info-body>div:not(.plot-add-info-heading){display:flex;align-items:center;gap:20px;font-weight:500;font-size:1.13em}.plot-add-info-body>div:not(.plot-add-info-heading)>div{flex:auto;height:1px;background:#4e7722}.plot-add-info-body>div:not(.plot-add-info-heading) .button{margin-left:auto}.plot-add-info-heading{font-weight:700;font-size:1.5em}.plot-add-info-heading strong{color:#4e7722}@media(max-width:600px){.plot-add-info-body>div:not(.plot-add-info-heading){flex-direction:column;align-items:flex-start;gap:10px}.plot-add-info-body>div:not(.plot-add-info-heading)>div{display:none}.plot-add-info-body>div:not(.plot-add-info-heading) .button{margin:0}}.plot-view-container{max-width:64rem;padding-top:2rem;padding-bottom:2rem;margin-left:auto;margin-right:auto}.plot-view{display:flex;gap:30px;padding:30px 0}.plot-view .price-box{padding:1rem;background:#f5f6f480;border-radius:.5rem;width:100%}.plot-view .price-box__label{margin-top:0;margin-bottom:.25rem;font-size:.85rem;color:#676f7e}.plot-view .price-box__value{margin:0;font-size:1.5rem;line-height:2rem;font-weight:700}.plot-view .price-box__currency{font-size:1rem;font-weight:500}.plot-view .price-box .price-box-bottom{border-top:1px solid rgba(117,117,117,.5);display:flex;justify-content:space-between;align-items:center}.plot-view .price-box .price-box-bottom__label{margin-top:0;margin-bottom:.25rem;font-size:.85rem;color:#676f7e}.plot-view .price-box .price-box-bottom__price{font-weight:700;font-size:.95rem;color:#000}.plot-view .date-box{width:100%;display:flex;flex-direction:column;align-items:end}.plot-view-main{flex:auto}.plot-view-content{margin-top:24px;margin-bottom:2rem}.plot-view-content .content-heading{padding-bottom:1rem;border-bottom:1px solid #d0d0d0;margin:0 0 12px;font-size:1.125rem}.plot-view-content p{margin:0;color:#6b7280;font-size:.875rem}.plot-view-content a{color:#4e7722;text-decoration:underline}.plot-view-sidebar{flex:0 0 500px;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.plot-view-sidebar .info-lines{width:100%}.plot-view-sidebar .plot-heading{margin:0;font-size:1.5rem}.plot-view-sidebar-buttons{display:flex;gap:20px}@media(max-width:940px){.plot-view{flex-direction:column-reverse}.plot-view-sidebar{flex:unset}.plot-view-container{padding:2rem}}.plot-audit{margin-bottom:1.5rem}.plot-audit__title{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;border-bottom:1px solid #d0d0d0;padding-bottom:1rem}.plot-audit__title .locked-badge{font-size:.875rem}.plot-audit__title-icon{width:1.25rem;height:1.25rem;color:#4e7722;flex-shrink:0}.plot-audit__table-wrap{border:1px solid #d0d0d0;border-radius:.5rem;overflow:hidden}.plot-audit__table{width:100%;border-collapse:collapse}.plot-audit__table--fixed{table-layout:fixed;min-width:760px}.plot-audit__table-scroll{width:100%;overflow-x:auto}.plot-audit__gpz-head{border-bottom:1px solid #d0d0d0;background:#0000000a}.plot-audit__gpz-head-label{padding:.5rem .75rem;font-size:.75rem;line-height:1rem;font-weight:500;color:#6b7280}.plot-audit__gpz-head-year{padding:.5rem;font-size:.75rem;line-height:1rem;font-weight:500;color:#6b7280;text-align:center}.plot-audit__gpz-row{border-bottom:1px solid #d0d0d0}.plot-audit__gpz-label{padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;color:#6b7280}.plot-audit__gpz-value{padding:.5rem;font-size:.875rem;line-height:1.25rem;text-align:center}.plot-audit__source{margin-top:.5rem;font-size:.75rem;line-height:1rem;color:#6b7280}.plot-audit__category-cell{padding:.5rem .75rem;font-size:.875rem;font-weight:600;border-bottom:1px solid #d0d0d0;background:#0000000f}.plot-audit__row{border-bottom:1px solid #d0d0d0}.plot-audit__row--no-border{border-bottom:none}.plot-audit__row-label{width:40%;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;color:#6b7280}.plot-audit__row-value{padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem}.plot-audit__score-label{width:40%;padding:.625rem .75rem;font-size:.875rem;line-height:1.25rem;color:#6b7280;vertical-align:middle}.plot-audit__score-cell{padding:.625rem .75rem}.plot-audit__score-inner{display:flex;align-items:center;gap:.75rem}.plot-audit__score-percent{font-size:1.125rem;line-height:1.75rem;font-weight:700}.plot-audit__score-points{font-size:.875rem;color:#6b7280}.plot-audit__score-badge{display:inline-flex;align-items:center;justify-content:center;padding:.125rem .625rem;border-radius:9999px;border-width:1px;border-style:solid;font-size:.75rem;font-weight:500}.plot-audit__score-badge--slaba{background:#fee2e2;color:#b91c1c;border-color:#fecaca}.plot-audit__score-badge--srednia{background:#fef3c7;color:#b45309;border-color:#fde68a}.plot-audit__score-badge--dobra{background:#d1fae5;color:#047857;border-color:#a7f3d0}.plot-audit__score-badge--bardzo-dobra{background:#dcfce7;color:#15803d;border-color:#bbf7d0}.locked-row-button{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border:1px solid #d9d9d9;border-radius:999px;background:#f7f7f7;color:#6b7280;cursor:pointer;font:inherit;transition:background .2s ease,border-color .2s ease,color .2s ease}.locked-row-button:hover{background:#efefef;border-color:#c8c8c8}.locked-row-button svg{width:16px;height:16px;flex-shrink:0}.locked-row td{padding:6px}.locked-cell{text-align:center;border-bottom:1px solid #d9d9d9;padding:0}.plot-audit-teaser{margin-bottom:1.5rem}.plot-audit-teaser__title{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.125rem;font-weight:600;border-bottom:1px solid #d0d0d0;padding-bottom:1rem}.plot-audit-teaser__title-icon{width:1.25rem;height:1.25rem;color:var(--muted-foreground);flex-shrink:0}.plot-audit-teaser__separator{margin-bottom:1rem}.plot-audit-teaser__box{padding:1.5rem;border:2px dashed #e3e4e9;border-radius:.75rem;background:#fdfdfd}.plot-audit-teaser__description{margin-bottom:1.25rem;font-size:.875rem;color:#6b7280}.plot-audit-teaser__grid{display:grid;grid-template-columns:1fr;gap:.75rem;margin-bottom:1.25rem}@media(min-width:640px){.plot-audit-teaser__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.plot-audit-teaser__card{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border:1px solid #d0d0d0;border-radius:.5rem;background:#fff}.plot-audit-teaser__card-icon-wrap{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;flex-shrink:0;border-radius:.375rem;background:#f5f6f4}.plot-audit-teaser__card-icon{width:1rem;height:1rem;color:var(--muted-foreground)}.plot-audit-teaser__card-content{min-width:0}.plot-audit-teaser__card-title{font-size:.875rem;margin:0}.plot-audit-teaser__card-description{margin-top:.125rem;margin-bottom:0;font-size:.75rem;color:#6b7280}.plot-audit-teaser__download{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:1rem;color:#111827;border:1px solid color-mix(in srgb,#4e7722 40%,transparent);border-radius:.5rem;background:color-mix(in srgb,#4e7722 5%,transparent);text-decoration:none;transition:background-color .2s ease;cursor:pointer}.plot-audit-teaser__download:hover{background:color-mix(in srgb,#4e7722 10%,transparent)}.plot-audit-teaser__download-icon{width:1.25rem;height:1.25rem;color:#4e7722;flex-shrink:0}.plot-audit-teaser__download-content{flex:1;min-width:0}.plot-audit-teaser__download-title{font-size:.875rem;font-weight:600;margin:0}.plot-audit-teaser__download-text{color:#6b7280;margin-bottom:0;margin-top:.25rem;font-size:.75rem}.plot-audit-teaser__download-arrow{width:1rem;height:1rem;color:var(--primary);flex-shrink:0}.plot-audit-teaser__cta-link{display:block;text-decoration:none}.plot-audit-teaser__cta-link button{width:100%}.plot-audit-teaser__button{width:100%;height:3rem;font-size:1rem;font-weight:600;gap:.5rem}.plot-audit-teaser__button-icon{width:1rem;height:1rem}.plot-audit-banner{margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border:2px solid #4e7722;border-radius:.75rem;background:color-mix(in srgb,#4e7722 10%,transparent);box-shadow:0 1px 2px #0f172a14}.plot-audit-banner__icon-wrap{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;flex-shrink:0;border-radius:9999px;background:#4e7722;color:#fff;box-shadow:0 4px 6px #0f172a26}.plot-audit-banner__icon{width:2rem;height:2rem}.plot-audit-banner__content{min-width:0}.plot-audit-banner__title{margin:0;font-size:1rem;line-height:1.25;font-weight:800;letter-spacing:-.02em}.plot-audit-banner__subtitle{margin-top:.125rem;font-size:.875rem;line-height:1.25rem;color:#6b7280;margin-bottom:0}.plot-audit-banner__badge{margin-left:auto;display:inline-flex;align-items:center;border:1px solid transparent;border-radius:9999px;padding:.375rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:700;background:#4e7722;color:#fff;box-shadow:0 1px 2px #0f172a14;white-space:nowrap}.companies-page .list-layout-filters .form-input{flex:10 1 600px}.companies-page .list-layout-filters .form-dropdown{flex:1 1 300px}.realization-item{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:20px;background:#eef6e4;border-radius:20px}.realization-item img{width:100%;aspect-ratio:16/9;border-radius:16px;overflow:hidden}.realization-item h3,.realization-item p{margin:0}.company-view{display:flex;gap:30px;padding:30px 0}.company-view-main{flex:auto}.company-view-main .carousel{padding:30px 0;border-top:1px solid #d0d0d0;border-bottom:1px solid #d0d0d0}.company-view-main .carousel:last-child{border:0}.company-view-main .carousel .container{padding:0}.company-view-main .carousel .carousel-items{gap:20px}.company-view-main .carousel .realization-item,.company-view-main .carousel .service-item{flex:0 0 585.5px}@media(max-width:640px){.company-view-main .carousel .realization-item,.company-view-main .carousel .service-item{flex:0 0 calc(100vw - 30px)}}.company-view-main .carousel .plot-item{flex:0 0 383.66px}@media(max-width:440px){.company-view-main .carousel .plot-item{flex:0 0 calc(100vw - 30px)}}.company-view-main .company-item{margin-bottom:30px}.company-view-main .company-item img{width:306px}.company-view-main .info-lines{margin-bottom:30px}.company-view-sidebar{flex:0 0 579px;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.company-view-sidebar .info-lines{width:100%}@media(max-width:1240px){.company-view{flex-direction:column-reverse}.company-view-sidebar{flex:auto}}.article-item{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.article-item img{width:100%;aspect-ratio:16/9}.article-item h3,.article-item p{margin:0}.articles-form{display:flex;align-items:center;gap:10px;padding:0 24px;height:100px;background:#fff;border-radius:12px;border:1px solid #d0d0d0;max-width:1800px}.articles-form>svg{fill:#4e7722}.articles-form>div{display:flex;height:100%;border-left:1px solid #d0d0d0;padding-left:24px}.articles-form>div .button{margin:auto}.articles-form input{flex:auto;border:0;padding:0 10px;outline:none}@media(max-width:900px){.articles-form{height:80px;padding:0 16px}.articles-form>div{padding-left:16px}.articles-form input{padding:0}}@media(max-width:550px){.articles-form{height:70px;padding:0 10px}.articles-form>div{padding-left:10px}.articles-form>svg{display:none}}.articles-top-section{background-size:cover;background-position:50% 50%;padding:26px 15px 45px}.articles-top-section .page-title{margin-bottom:45px;color:#fff}.articles-top-section .page-title:after{background:#fff}.articles-top-section .articles-form{margin:0 auto}.articles-page .article-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:30px;padding:40px 0}@media(max-width:450px){.articles-page .article-items{grid-template-columns:1fr}}.important-links div{display:flex;flex-direction:column;gap:14px;margin-bottom:28px}.important-links div h3{margin:0}.important-links a{font-size:1.14em;font-weight:500;display:flex;align-items:center;gap:12px;padding:12px 22px;color:#111827;border:2px solid #4e7722;border-radius:100px;transition:background .4s}.important-links a svg{fill:#4e7722;min-width:24px}.important-links a:hover{text-decoration:underline;background:#f5f5f5}@media(max-width:500px){.important-links a{padding:10px 14px}}.important-links a.social{background:#f5f5f5;padding:12px;border:0}.article-view{padding:45px 15px;max-width:1219px;margin:0 auto}.article-view .page-title{text-align:left;margin-bottom:35px}.article-view .page-title:after{left:0}.article-view-main-img{border-radius:20px;overflow:hidden;margin-bottom:20px}.about-container{width:100%;display:flex;flex-direction:column;align-items:center;gap:20px}.about-container .about-header{width:100%;height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;background-color:#2563eb;background-image:linear-gradient(to bottom right,#2563eb,#1e40af)}.about-container .about-header h1{font-size:2rem}.about-container .about-header div{font-size:1.2rem}.about-container .img-container{background-color:#fff;padding:20px 60px;border-radius:6px}.about-container .img-container img{max-width:670px;width:100%;object-fit:contain}.about-container .description-container{display:flex;flex-direction:column;gap:40px;max-width:64rem;padding:0 20px}.about-container .description-container .about-project-box{line-height:1.5;font-size:1.25em}.about-container .description-container .bold{font-weight:700}.about-container .description-container .project-box{display:flex;flex-direction:column;gap:8px;background-color:#f5f5f54d;padding:12px;width:200px}.about-container .description-container .project-box .label{color:#757575}.about-container .description-container .box-header{display:flex;align-items:center;gap:8px}.about-container .description-container .box-header span{font-size:1.6em;font-weight:700}.about-container .description-container .box-header svg{stroke:#4e7722}.about-container .description-container .box-description{font-size:1.3em;color:#757575;line-height:1.5}.about-container .description-container .box-cards{margin:auto;display:grid;gap:1.5rem}@media(max-width:640px){.about-container .description-container .box-cards{grid-template-columns:repeat(1,minmax(0,1fr))}}@media(min-width:640px){.about-container .description-container .box-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}.about-container .description-container .box-cards .box-badge{width:32px;height:32px;min-width:32px;border-radius:50%;background-color:#4e7722;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:600}.about-container .description-container .box-cards .box-card{display:flex;border-radius:6px;align-items:center;gap:8px;font-size:1.1em;padding:12px;background-color:#4e77220d}.about-container .description-container .box-list{font-size:1.3em;color:#757575;margin:0;padding:0 16px;line-height:1.5}.about-container .description-container .box-hashtag{display:flex;justify-content:center;font-size:1.6em;font-weight:700;color:#2563eb}.about-container .description-container .funding-container{padding:20px 0}.about-container .description-container .funding-container .funding-box{padding:20px;background-color:#f5f5f580;border:6px;display:flex;flex-direction:column}.about-container .description-container .funding-container .funding-box .item{display:flex;justify-content:space-between;padding:12px 0;font-size:1.25em}.about-container .description-container .funding-container .funding-box .border-bottom{border-bottom:1px solid rgba(117,117,117,.3)}.about-container .description-container .funding-container .funding-box .label{font-weight:700;color:#000}.about-container .description-container .funding-container .funding-box .green{color:#4e7722}.about-container .description-container .founder-text{border-top:1px solid rgba(117,117,117,.5);padding:20px 0 50px;font-size:.9rem;color:#757575;width:100%;text-align:center}.accordion-item{border:1px solid #e2e4e9;padding:1rem;border-radius:.75rem}.accordion-item .accordion-head{cursor:pointer;display:flex;align-items:center}.accordion-item .accordion-head svg{width:12px;margin-left:auto}.accordion-item .accordion-head .accordion-item-title{font-weight:600;font-size:1rem}.accordion-item .accordion-head:hover{text-decoration:underline}.accordion-item .accordion-body{margin-top:1rem;font-size:.875rem;color:#757575}.faq{max-width:48rem;margin-left:auto;margin-right:auto;padding:3.5rem 0}.faq .faq-title{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:2rem}.faq .questions{display:flex;flex-direction:column;gap:.5rem}.faq .questions ul,.faq .questions ol{padding-left:1.25rem}.faq .questions ul li+li,.faq .questions ol li+li{margin-top:.5em}.audit-result{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem;animation:audit-fade-in .5s ease-out both}.audit-result__card{border-radius:.75rem;border:1px solid #e5e7eb;background-color:#fff}.audit-result__card--highlight{border-color:#4e762d40;background-color:#edeee9}.audit-result__card--cta{border-color:#e4e6e9}.audit-result__card-content{padding:1.5rem}.audit-result__header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.audit-result__header-icon{height:1.125rem;width:1.125rem;color:#4e762d}.audit-result__title{font-size:1.125rem;font-weight:700;color:#111827;margin:0}.audit-result__income-box{background-color:#fff;border-radius:.75rem;border:1px solid rgba(78,118,45,.25);padding:1.5rem;text-align:center;margin-bottom:1.5rem}.audit-result__income-label{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.audit-result__income-value{margin:0;font-size:1.75rem;line-height:1.2;font-weight:700;color:#4e762d}@media(min-width:768px){.audit-result__income-value{font-size:2rem}}.audit-result__income-sub{font-size:.875rem;color:#6b7280;margin-top:.25rem}.audit-result__params{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.75rem}@media(min-width:640px){.audit-result__params{grid-template-columns:repeat(3,minmax(0,1fr))}}.audit-result__param{text-align:center;padding:.75rem;background-color:#fff;border-radius:.5rem;border:1px solid #e5e7eb}.audit-result__param-label{font-size:.75rem;color:#6b7280;margin-bottom:.15rem}.audit-result__param-value{margin:0;font-size:1.125rem;font-weight:700;color:#111827}.audit-result__cta-main{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.audit-result__cta-icon{justify-content:center;align-items:center;display:flex;width:2.5rem;height:2.5rem;border-radius:.65rem;background-color:#e8eae2;flex-shrink:0;margin-top:.15rem}.audit-result__cta-icon svg{color:#4e762d;width:1.25rem;height:1.25rem}.audit-result__cta-title{font-size:1rem;font-weight:700;color:#111827;margin-bottom:.25rem;margin-top:0}.audit-result__cta-text{font-size:.875rem;color:#4b5563;line-height:1.6;margin:0}.audit-result__grid{display:grid;grid-template-columns:1fr;gap:.5rem;margin-top:.5rem;margin-bottom:.5rem;padding-left:3rem}@media(min-width:640px){.audit-result__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.audit-result__grid__item{display:flex;gap:.5rem}.audit-result__grid__item svg{color:#4e762d;width:1rem;height:1rem}.audit-result__grid__item span{font-size:.875rem;color:#4b5563}.audit-result__actions{margin-top:.75rem;display:flex;flex-direction:column;gap:.75rem}.audit-result__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;border-radius:.5rem;font-size:.875rem;padding:.6rem 1rem;border:1px solid transparent;cursor:pointer;height:2.75rem;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.audit-result__btn--primary{background-color:#4e762d;color:#f9fafb;border-color:#4e762d}.audit-result__btn--primary:hover{background-color:#4e762de6}.audit-result__btn--outline{background-color:transparent;color:#4e762d;border-color:#4e762d44;text-decoration:none}.audit-result__btn--outline:hover{background-color:#53793415}.audit-result__btn--icon{height:1rem;width:1rem}.audit-result__hint{font-size:.75rem;color:#6b7280;text-align:center;margin:0}@keyframes audit-fade-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.plot-checker{background-color:#f4f4f5;padding:3.5rem 1rem}.plot-checker__container{max-width:48rem;padding:0 1rem;margin:0 auto}.plot-checker__header{text-align:center;margin-bottom:2rem}.plot-checker__header h2{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.plot-checker__header p{font-size:.875rem;color:#6b7280;margin:0}.plot-checker__card{background:#fff;border-radius:.5rem;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0f172a14}.plot-checker__card-content{padding:1.5rem}.plot-checker__mode-switch{display:flex;gap:.5rem;margin-bottom:1.5rem}.plot-checker__btn{height:2.25rem;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-size:.875rem;font-weight:500;padding:.5rem .75rem;border-radius:calc(.5rem - 2px);border:1px solid transparent;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease;width:100%;background-color:#fff;color:#111827;border-color:#d1d5db}.plot-checker__btn--primary{background-color:#4e762d;border-color:#4e762de6;color:#f9fafb}.plot-checker__btn--primary:hover{background-color:#4e762de6}.plot-checker__btn--outline{background-color:#fff;color:#111827}.plot-checker__btn--outline:hover{color:#f9fafb;background-color:#4e762d}.plot-checker__btn--full{height:2.5rem;width:100%;margin-top:1.25rem;padding-top:.6rem;padding-bottom:.6rem}.plot-checker__btn--full span{line-height:1.25rem}.plot-checker__btn-icon{fill:none!important;stroke-color:black;width:1rem;height:1rem}.plot-checker__numer{display:flex;flex-direction:column;gap:1rem}.plot-checker__radio-group{display:flex;gap:1rem;flex-wrap:wrap}.plot-checker__radio-item{display:flex;align-items:center;gap:.4rem;font-size:.875rem;cursor:pointer}.plot-checker__radio-item input[type=radio]{width:.9rem;height:.9rem;accent-color:rgba(78,118,45,.9019607843)}.plot-checker__field{display:flex;flex-direction:column}.plot-checker__label{font-size:.875rem;font-weight:500;color:#111827;margin-bottom:.25rem}.plot-checker__input,.plot-checker__select{border-radius:calc(.5rem - 2px);border:1px solid #d1d5db;padding:.5rem .75rem;font-size:.875rem;outline:none;background-color:#fff}.plot-checker__input:focus,.plot-checker__select:focus{border-color:#111827;box-shadow:0 0 0 1px #111827}.plot-checker__input:disabled,.plot-checker__select:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.plot-checker__hint{font-size:.75rem;color:#6b7280;margin-top:.25rem;margin-bottom:0}.plot-checker__grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:640px){.plot-checker__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.plot-checker__map{display:flex;flex-direction:column;gap:.75rem}.plot-checker__map-text{font-size:.875rem;margin:0;color:#6b7280}.plot-checker__map-container{height:350px;width:100%;border-radius:.5rem;border:1px solid #e5e7eb;overflow:hidden}.plot-checker__coords{font-size:.75rem;margin:0;color:#6b7280}.plot-checker__plot{font-size:.875rem;margin:0;color:#6b7280}.rotating-hero{height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}@media(min-width:768px){.rotating-hero{height:180px}}.rotating-hero__header{font-size:1.75rem;font-weight:700;margin-bottom:1rem}@media(min-width:768px){.rotating-hero__header{font-size:2.25rem}}.rotating-hero__sub{font-size:1rem;max-width:42rem;margin:0 auto;transition-delay:80ms}.rotating-hero__text--visible{opacity:1;transform:translateY(0);transition:opacity .5s ease-out,transform .5s ease-out}.rotating-hero__text--exiting{opacity:0;transform:translateY(1rem);transition:opacity .5s ease-in,transform .5s ease-in}.rotating-hero__text--entering{opacity:0;transform:translateY(-1rem)}.hero-title{background-image:linear-gradient(to bottom right,#55762f,#769158);color:var(--color-primary-foreground, #f9fafb);padding:4rem 0}.hero-title__inner{max-width:64rem;margin:0 auto;padding:0 1rem;text-align:center}.hero-title__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border-radius:9999px;margin-bottom:1.5rem;font-size:.875rem;background-color:#ffffff1a}.hero-title__badge-icon{width:1rem;height:1rem}.hero-title__actions{display:flex;flex-direction:column;gap:.75rem;justify-content:center;margin-top:1rem}@media(min-width:640px){.hero-title__actions{flex-direction:row}}.hero-title__primary-btn{display:inline-block;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;color:#4e7722;background-color:#fff;transition:background-color .15s ease}.hero-title__primary-btn:hover{background-color:#ffffffe6}.hero-title__secondary-btn{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;border:1px solid rgba(255,255,255,.4);background:transparent;font-size:1rem;color:#fff;cursor:pointer;transition:background-color .15s ease}.hero-title__secondary-btn:hover{background-color:#ffffff1a}.bonus-section{max-width:64rem;margin:0 auto;padding:2.5rem 1rem}.bonus-box{position:relative;overflow:hidden;padding:2rem;border-radius:1rem;border:2px solid #6ee7b7;box-shadow:0 25px 50px -12px #00000040;background:linear-gradient(to right,#10b981,#16a34a,#0d9488)}@media(min-width:768px){.bonus-box{padding:2.5rem}}.bonus-icon{position:absolute;fill:#ffffff4d;color:#ffffff4d;pointer-events:none}.bonus-icon--sparkles.bonus-icon--top-right{top:1rem;right:1.5rem;width:2rem;height:2rem;opacity:.3}.bonus-icon--sparkles.bonus-icon--bottom-left{bottom:1rem;left:1.5rem;width:1.5rem;height:1.5rem;opacity:.2}.bonus-icon--gift{top:1.5rem;left:2.5rem;width:2.5rem;height:2.5rem;opacity:.15;transform:rotate(12deg)}.bonus-content{position:relative;text-align:center}.bonus-badge{display:inline-block;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;border-radius:9999px;background-color:#fff;color:#047857}.bonus-title{margin-bottom:.5rem;font-size:1.5rem;font-weight:900;color:#fff}@media(min-width:768px){.bonus-title{font-size:1.875rem}}.bonus-title__underline{text-decoration:underline;text-decoration-thickness:4px;text-decoration-color:#fff9}.bonus-text{max-width:36rem;margin:0 auto 1.5rem;font-size:1rem;color:#ffffffe6}@media(min-width:768px){.bonus-text{font-size:1.125rem}}.bonus-button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:700;color:#fff;background-color:#0f172a;border-radius:.5rem;text-decoration:none;box-shadow:0 10px 15px -3px #0f172a80;transition:background-color .15s ease}.bonus-button:hover{background-color:#1e293b}.bonus-button__icon{width:1rem;height:1rem}.benefits-section{max-width:64rem;margin:0 auto;padding:3.5rem 1rem}.benefits-section__title{font-size:1.25rem;font-weight:700;text-align:center;margin-bottom:2rem;color:var(--color-foreground, #111827)}.benefits-section__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.benefits-section__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.benefits-section__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.benefit-card{border:1px solid var(--color-border, #e5e7eb);border-radius:.75rem;padding:1.25rem;background-color:var(--color-card, #ffffff)}.benefit-card__icon{width:2rem;height:2rem;margin-bottom:.75rem;color:#4e7722}.benefit-card__title{font-size:inherit;font-weight:600;margin-bottom:.25rem;color:var(--color-foreground, #111827)}.benefit-card__desc{font-size:.875rem;color:var(--color-muted-foreground, #6b7280)}.owner-section{max-width:64rem;margin:0 auto;padding:3.5rem 1rem}.owner-section__title{font-size:1.25rem;font-weight:700;text-align:center;margin-bottom:2rem;color:var(--color-foreground, #111827)}.owner-section__grid{display:grid;gap:1.25rem}@media(min-width:640px){.owner-section__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.owner-card{border:1px solid var(--color-border, #e5e7eb);border-radius:.75rem;padding:1.25rem;background-color:var(--color-card, #ffffff)}.owner-card__stars{display:flex;gap:.25rem;margin-bottom:.75rem}.owner-card__star{width:1rem;height:1rem;fill:#fbbf24;color:#fbbf24}.owner-card__quote{font-size:.875rem;color:var(--color-muted-foreground, #6b7280);margin-bottom:1rem;font-style:italic}.owner-card__name{font-size:.875rem;font-weight:600;color:var(--color-foreground, #111827)}.owner-card__location{font-size:.75rem;color:var(--color-muted-foreground, #6b7280)}.plot-owner-page .plot-owner-content{padding:0 1rem}.case-studies-section{margin:0 auto;padding:3.5rem 1rem}.case-studies-section__title{font-size:1.5rem;font-weight:700;text-align:center;color:var(--color-foreground, #111827)}.case-studies-section__description{font-size:1rem;font-weight:400;text-align:center;margin-bottom:2rem;color:#757575}.case-studies-section__grid{max-width:64rem;margin:auto;display:grid;gap:1.25rem}@media(min-width:1029px){.case-studies-section__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1028px){.case-studies-section__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.case-studies-section__grid{grid-template-columns:repeat(1,minmax(0,1fr))}}.case-studies-card{border:1px solid var(--color-border, #e5e7eb);border-radius:.75rem;padding:1.25rem;background-color:var(--color-card, #ffffff);cursor:pointer;transition:box-shadow .3s ease,transform .3s ease}.case-studies-card:hover{box-shadow:0 8px 16px #0003}.case-studies-card__type{font-size:.875rem;color:#d97706;font-weight:700;margin-bottom:1rem}.case-studies-card__title{font-size:1rem;font-weight:600;color:var(--color-foreground, #111827)}.case-studies-card__description{font-size:.875rem;color:var(--color-muted-foreground, #6b7280)}.case-studies-card__links{display:flex;flex-direction:column;gap:6px}.case-studies-card__link{margin:0;font-size:.75rem;color:#d97706;transition:color .2s ease-in;display:flex;align-items:center;gap:6px}.case-studies-card__link:hover{color:#f59e0b}.case-studies-card__analysis_link{margin:0;font-size:.75rem;color:#059669;font-weight:700;transition:color .2s ease-in;display:flex;align-items:center;gap:6px}.case-studies-card__analysis_link:hover{color:#10b981}.industry-hero-title{background-color:#f59e0b;background-image:linear-gradient(to bottom right,#f59e0b,#d97706);padding:4rem 0}.industry-hero-title__inner{max-width:64rem;margin:0 auto;padding:0 1rem;text-align:center}.industry-hero-title__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border-radius:9999px;margin-bottom:1.5rem;font-size:.875rem;background-color:#ffffff1a;color:#fff}.industry-hero-title__badge-icon{width:1rem;height:1rem}.industry-hero-title__actions{display:flex;flex-direction:column;gap:.75rem;justify-content:center;margin-top:1rem}@media(min-width:640px){.industry-hero-title__actions{flex-direction:row}}.industry-hero-title .hero-box{height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff}@media(min-width:768px){.industry-hero-title .hero-box{height:180px}}.industry-hero-title .hero-box__header{font-size:1.75rem;font-weight:700;margin-bottom:1rem}@media(min-width:768px){.industry-hero-title .hero-box__header{font-size:2.25rem}}.industry-hero-title .hero-box__sub{font-size:1rem;max-width:42rem;margin:0 auto;transition-delay:80ms}.industry-hero-title__primary-btn{display:flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;color:#d97706;background-color:#fff;transition:background-color .15s ease}.industry-hero-title__primary-btn:hover{background-color:#ffffffe6}.industry-hero-title__gift-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;color:#fff;background-color:#10b981;transition:background-color .15s ease}.industry-hero-title__gift-btn:hover{background-color:#059669}.industry-hero-title__secondary-btn{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;border:1px solid rgba(255,255,255,.4);background:transparent;font-size:1rem;color:#fff;cursor:pointer;transition:background-color .15s ease}.industry-hero-title__secondary-btn:hover{background-color:#ffffff1a}.industry-bonus-section{max-width:64rem;margin:0 auto;padding:2.5rem 1rem}.industry-bonus-box{position:relative;overflow:hidden;padding:2rem;border-radius:1rem;border:2px solid #FDE047;box-shadow:0 25px 50px -12px #00000040;background:linear-gradient(to right,#facc15,#f59e0b,#f97316)}@media(min-width:768px){.industry-bonus-box{padding:2.5rem}}.industry-bonus-icon{position:absolute;fill:#ffffff4d;color:#ffffff4d;pointer-events:none}.industry-bonus-icon--sparkles.industry-bonus-icon--top-right{top:1rem;right:1.5rem;width:2rem;height:2rem;opacity:.3}.industry-bonus-icon--sparkles.industry-bonus-icon--bottom-left{bottom:1rem;left:1.5rem;width:1.5rem;height:1.5rem;opacity:.2}.industry-bonus-icon--gift{top:1.5rem;left:2.5rem;width:2.5rem;height:2.5rem;opacity:.15;transform:rotate(12deg)}.industry-bonus-content{position:relative;text-align:center}.industry-bonus-badge{display:inline-block;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;border-radius:9999px;background-color:#fff;color:#047857}.industry-bonus-title{margin-bottom:.5rem;font-size:1.5rem;font-weight:900;color:#fff}@media(min-width:768px){.industry-bonus-title{font-size:1.875rem}}.industry-bonus-title__underline{text-decoration:underline;text-decoration-thickness:4px;text-decoration-color:#fff9}.industry-bonus-text{max-width:36rem;margin:0 auto 1.5rem;font-size:1rem;color:#ffffffe6}@media(min-width:768px){.industry-bonus-text{font-size:1.125rem}}.industry-bonus-button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:700;color:#fff;background-color:#0f172a;border-radius:.5rem;text-decoration:none;box-shadow:0 10px 15px -3px #0f172a80;transition:background-color .15s ease}.industry-bonus-button:hover{background-color:#1e293b}.industry-bonus-button__icon{width:1rem;height:1rem}.availabilities-section{min-width:100%;margin:0 auto;padding:3.5rem 1rem;background-color:#f4f4f5}.availabilities-section__title{font-size:1.35rem;font-weight:700;text-align:center;color:var(--color-foreground, #111827)}.availabilities-section__grid{max-width:64rem;margin:auto;display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.availabilities-section__grid{grid-template-columns:repeat(1,minmax(0,1fr))}}@media(min-width:1024px){.availabilities-section__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.availabilities-card{border:1px solid var(--color-border, #e5e7eb);border-radius:.75rem;padding:1.25rem;background-color:var(--color-card, #ffffff)}.availabilities-card__icon{width:2rem;height:2rem;margin-bottom:.75rem;color:#d97706}.availabilities-card__title{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:var(--color-foreground, #111827)}.availabilities-card__desc{font-size:.875rem;color:var(--color-muted-foreground, #6b7280)}.for-industry-section{min-width:100%;margin:0 auto;padding:3.5rem 1rem}.for-industry-section__title{font-size:1.35rem;font-weight:700;text-align:center;color:var(--color-foreground, #111827)}.for-industry-section__description{font-size:.95rem;font-weight:400;text-align:center;margin-bottom:2rem;color:#757575}.for-industry-section__grid{max-width:64rem;margin:auto;display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.for-industry-section__grid{grid-template-columns:repeat(1,minmax(0,1fr))}}@media(min-width:1024px){.for-industry-section__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.for-industry-card{border:1px solid var(--color-border, #e5e7eb);border-radius:.75rem;padding:1.25rem;background-color:var(--color-card, #ffffff)}.for-industry-card__icon{width:2rem;height:2rem;margin-bottom:.75rem;color:#d97706}.for-industry-card__title{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:var(--color-foreground, #111827)}.for-industry-card__desc{font-size:.875rem;color:var(--color-muted-foreground, #6b7280)}.industry-buttons{display:flex;flex-direction:row;justify-content:center;padding:3.5rem 1rem;gap:12px;padding-bottom:60px}@media(max-width:640px){.industry-buttons{flex-direction:column}}.industry-buttons__primary-btn{cursor:pointer;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;border:none;font-size:1.1rem;text-decoration:none;color:#fff;background-color:#f59e0b;transition:background-color .15s ease}.industry-buttons__primary-btn:hover{background-color:#d97706}.industry-buttons__secondary-btn{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;border:1px solid rgba(117,117,117,.3);background:transparent;font-size:1rem;color:#000;cursor:pointer;transition:background-color .15s ease}.industry-buttons__secondary-btn:hover{background-color:#7575751a}.what-we-do-section{min-width:100%;margin:0 auto;padding:3.5rem 1rem;background-color:#1f262e;color:#fff}.what-we-do-section__title{font-size:1.35rem;font-weight:700;text-align:center}.what-we-do-section__description{font-size:.95rem;font-weight:400;text-align:center;margin-bottom:2rem}.what-we-do-section__grid{max-width:64rem;margin:auto;display:grid;grid-template-columns:1fr;gap:1.5rem;padding-bottom:30px}@media(min-width:768px){.what-we-do-section__grid{grid-template-columns:repeat(1,minmax(0,1fr))}}@media(min-width:1024px){.what-we-do-section__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.what-we-do-section__text{line-height:1.5}.what-we-do-section__list_title{font-weight:700}.what-we-do-section__list{line-height:1.5;padding:12px;margin:0}.what-we-do-section__button-box{display:flex;justify-content:center}.what-we-do-section__gift-btn{display:flex;align-items:center;gap:6px;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;color:#fff;background-color:#10b981;transition:background-color .15s ease;cursor:pointer}.what-we-do-section__gift-btn:hover{background-color:#059669}.industry-page .trusted-us-section{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:wrap;gap:16px;padding:2.5rem 0;margin-top:0}.industry-page .trusted-us-section h1{font-size:1.5rem;margin:0}.industry-page .trusted-us-section span{color:#757575}.industry-page .trusted-us-section .partners-items{margin-top:30px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:40px}.industry-page .trusted-us-section .partner-item{height:60px;display:flex;align-items:center;justify-content:center}.industry-page .trusted-us-section .partner-item img{max-height:100%;max-width:100%;object-fit:contain;margin:0;padding:0;filter:grayscale(100%);opacity:.7;transition:filter .3s ease,opacity .3s ease,transform .2s ease}.industry-page .trusted-us-section .partner-item:hover img{filter:grayscale(0%);opacity:1;transform:scale(1.05)}.stats-section{padding:3.5rem 0}.stats-section__container{max-width:64rem;margin:0 auto;padding:0 1rem}.stats-section__heading{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;text-align:center}.stats-section__intro{margin:0 0 2.5rem;color:#6b7280;text-align:center}.stats-section__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.stats-section__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.stats-section__item{text-align:center}.stats-section__value{margin-bottom:.5rem;color:#d97706;font-size:2.25rem;font-weight:700;line-height:1.1}@media(min-width:768px){.stats-section__value{font-size:3rem}}.stats-section__label{color:#6b7280;font-size:.875rem;line-height:1.375}.gminy-browser{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto}.gminy-browser__filters{display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.gminy-browser__filters{flex-direction:row}}.gminy-browser__search{position:relative;flex:1}.gminy-browser__search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:#6b7280}.gminy-browser__search-input{width:100%;padding:.625rem 1rem .625rem 2.5rem;font-size:.875rem;border-radius:.5rem;border:1px solid #e5e7eb;outline:none;transition:box-shadow .15s ease,border-color .15s ease}.gminy-browser__search-input:focus{box-shadow:0 0 0 2px #4e772233;border-color:#4e7722}.gminy-browser__wojewodztwo{position:relative}.gminy-browser__wojewodztwo .form-dropdown label{display:none}.gminy-browser__wojewodztwo .form-dropdown{display:flex;flex-direction:column;min-width:220px;width:100%}.gminy-browser__wojewodztwo-button{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;border-radius:.5rem;border:1px solid #e5e7eb;background-color:var(--color-background)}@media(min-width:640px){.gminy-browser__wojewodztwo-button{width:auto}}.gminy-browser__wojewodztwo-label{font-size:.875rem;color:#6b7280}.gminy-browser__wojewodztwo-label--selected{text-transform:capitalize}.gminy-browser__wojewodztwo-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background-color:var(--color-background);border-radius:.5rem;border:1px solid var(--color-border);box-shadow:0 10px 25px #0f172a26;z-index:50;max-height:15rem;overflow-y:auto}.gminy-browser__wojewodztwo-option{width:100%;text-align:left;padding:.5rem 1rem;font-size:.875rem;background:transparent;border:none;color:var(--color-foreground);cursor:pointer;transition:background-color .15s ease}.gminy-browser__wojewodztwo-option:hover{background-color:var(--color-secondary)}.gminy-browser__wojewodztwo-option--capitalize{text-transform:capitalize}.gminy-browser__wojewodztwo-option--active{background-color:var(--color-secondary);font-weight:500;color:var(--color-primary)}.gminy-browser__sort-row{display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.gminy-browser__sort-row{flex-direction:row;align-items:center;justify-content:space-between}}.gminy-browser__sort-group{display:flex;align-items:center;gap:.5rem}.gminy-browser__sort-label{font-size:.75rem;color:#6b7280}.gminy-browser__sort-button{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.75rem;border-radius:.5rem;border:1px solid #e5e7eb;background-color:transparent;color:#6b7280;transition:background-color .15s ease,color .15s ease,border-color .15s ease;cursor:pointer}.gminy-browser__sort-button:hover{background-color:#4e77221a}.gminy-browser__sort-button--pv-active{background-color:#f59e0b26;border-color:#f59e0b66;color:#92400e;font-weight:600}.gminy-browser__sort-button--pv-active:hover{background-color:#f59e0b33}.gminy-browser__sort-button--wind-active{background-color:#3b82f626;border-color:#3b82f666;color:#1d4ed8;font-weight:600}.gminy-browser__sort-button--wind-active:hover{background-color:#3b82f633}.gminy-browser__sort-icon{width:.875rem;height:.875rem}.gminy-browser__grid{display:grid;grid-template-columns:1fr;gap:1rem}.gminy-browser__empty{text-align:center;padding:3rem 0;color:#6b7280}.gminy-browser__empty-icon{width:2rem;height:2rem;margin:0 auto .5rem;opacity:.4}.gminy-browser__empty-text{font-size:.875rem}.gminy-browser__load-more{text-align:center;padding-top:1rem}.gminy-browser__load-more-button{padding:.625rem 1.5rem;font-size:.875rem;font-weight:500;border-radius:.5rem;border:1px solid #e5e7eb;background-color:#fff;cursor:pointer;transition:background-color .15s ease,color .15s ease}.gminy-browser__load-more-button:hover{background-color:#4e77221a}.gmina-card{width:100%;text-align:left;border-radius:.75rem;border:1px solid #e5e7eb;padding:1.25rem;background-color:#fff;transition:box-shadow .15s ease,border-color .15s ease,transform .15s ease;cursor:pointer}.gmina-card:hover{box-shadow:0 8px 24px #0f172a1f;border-color:color-mix(in oklab,#4e7722 30%,rgba(78,119,34,.1))}.gmina-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.gmina-card__info{flex:1;min-width:0}.gmina-card__name{font-weight:700;transition:color .15s ease;font-size:1rem;margin-bottom:.5rem}.gmina-card:hover .gmina-card__name{color:#4e7722}.gmina-card__meta{margin-top:.125rem;font-size:.75rem;color:#6b7280;margin-bottom:.125rem}.gmina-card__description{margin-top:.5rem;font-size:.875rem;color:#6b7280;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:0}.gmina-card__oze{display:flex;gap:.75rem;flex-shrink:0}.gmina-card__oze-box{display:flex;flex-direction:column;align-items:center;border-radius:.5rem;padding:.5rem .75rem;min-width:80px}.gmina-card__oze-box--pv{background-color:#f59e0b1a}.gmina-card__oze-box--wind{background-color:#3b82f61a}.gmina-card__oze-icon{width:1rem;height:1rem;margin-bottom:.25rem}.gmina-card__oze-icon--pv{color:#d97706}.gmina-card__oze-icon--wind{color:#2563eb}.gmina-card__oze-value{font-size:.75rem;font-weight:700}.gmina-card__oze-value--pv{color:#92400e}.gmina-card__oze-value--wind{color:#1447e6}.gmina-card__oze-label{font-size:.625rem}.gmina-card__oze-label--pv{color:#b45309b3}.gmina-card__oze-label--wind{color:#2563eb}.gmina-card__bottom{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem}.gmina-card__stats{display:flex;gap:1rem;font-size:.75rem;color:#6b7280}.gmina-card__stat{display:inline-flex;align-items:center;gap:.25rem}.gmina-card__stat-icon{width:.75rem;height:.75rem}.gmina-card__cta{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;color:#4e7722;transition:color .15s ease,text-decoration .15s ease}.gmina-card__cta-icon{width:.875rem;height:.875rem}.gmina-card:hover .gmina-card__cta{text-decoration:underline}.cs{min-height:100vh;color:#0f172a}.cs--communities{--cs-hero-bg-from: #2563eb;--cs-hero-bg-to: #1e40af;--cs-hero-back-link: #bfdbfe;--cs-hero-back-subtitle: #dbeafe;--cs-callout-border: #3b82f6;--cs-link-next: #2563eb;--cs-link-next-hover: #1d4ed8}.cs--communities3{--cs-hero-bg-from: #059669;--cs-hero-bg-to: #047857;--cs-hero-back-link: #d1fae5;--cs-hero-back-subtitle: #d1fae5;--cs-callout-border: #10b981;--cs-link-next: #059669;--cs-link-next-hover: #047857}.cs--industry{--cs-hero-bg-from: #f59e0b;--cs-hero-bg-to: #d97706;--cs-hero-back-link: #ffffff;--cs-hero-back-subtitle: #ffffff;--cs-callout-border: #f59e0b;--cs-link-next: rgb(217 119 6);--cs-link-next-hover: #b45309}.green-municipality-cta{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:12px;padding:24px;text-align:center}.green-municipality-cta__title{margin:0 0 8px;font-size:1.25rem;font-weight:700;color:#111827}.green-municipality-cta__description{margin:0 0 16px;font-size:.875rem;color:#6b7280}.green-municipality-cta__button{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:8px;background:#059669;color:#fff;font-weight:600;text-decoration:none;transition:background-color .2s ease}.green-municipality-cta__button:hover{background:#047857}.green-municipality-cta__icon{width:16px;height:16px}.cs-hero{background:linear-gradient(to bottom right,var(--cs-hero-bg-from),var(--cs-hero-bg-to));color:#fff;padding:4rem 1rem}.cs-hero__inner{max-width:56rem;padding:0 1rem;margin:0 auto}.cs-hero__back-link{display:inline-flex;gap:.5rem;font-size:.875rem;color:var(--cs-hero-back-link);margin-bottom:1.5rem;text-decoration:none;transition:color .15s ease;fill:var(--cs-hero-back-link)}.cs-hero__back-link:hover{color:#fff;fill:#fff}.cs-hero__back-icon{width:1rem;height:1rem}.cs-hero__chips{display:flex;gap:.75rem;margin-bottom:1rem}.cs-hero .cs-chip{font-size:.75rem;padding:.35rem .9rem;border-radius:999px;background-color:#ffffff1a}.cs-hero__title{font-size:1.875rem;font-weight:700;margin-bottom:1rem}@media(min-width:768px){.cs-hero__title{font-size:2.25rem;line-height:2.5rem}}.cs-hero__subtitle{color:var(--cs-hero-back-subtitle);font-size:1.125rem;max-width:42rem}.cs-content{max-width:56rem;margin:0 auto;padding:3.5rem 1rem;display:flex;flex-direction:column;gap:2.5rem}.cs-section-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.cs-section-title--tight{margin-bottom:1rem}.cs-text-additional{font-size:.875rem;font-weight:600;margin-top:0;margin-bottom:.5rem}.cs-text-muted{color:#6b7280;font-size:1rem;margin-bottom:.75rem}.cs-text-strong{font-size:.875rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}.cs-list{padding-left:1.25rem;color:#6b7280;font-size:1rem}.cs-list li+li{margin-top:.875rem}.cs-list--spaced li+li{margin-top:.5rem}.cs-grid{display:grid;gap:1rem}.cs-grid--2{grid-template-columns:1fr}@media(min-width:640px){.cs-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}}.cs-card{border-radius:.9rem;padding:1.25rem;border:1px solid #e5e7eb;background-color:#fff}.cs-card--muted{background-color:#f9faf9}.cs-card--results{background-color:#f9faf9;padding:1.5rem}.cs-card__label{font-size:.875rem;font-weight:600;color:#0f172a;margin-top:0;margin-bottom:.25rem}.cs-card__value{font-size:1.875rem;font-weight:700;color:#0f172a;margin:0}.cs-card__hint{font-size:.875rem;color:#6b7280;margin:0}.cs-stat{border-radius:.75rem;padding:1rem;background-color:#fff;border:1px solid #e5e7eb}.cs-stat__value{font-size:1.5rem;line-height:2rem;margin-bottom:.25rem;margin-top:0;font-weight:700;color:#0f172a}.cs-stat__label{font-size:.875rem;color:#6b7280;margin:0}.cs-callout{border-left:4px solid var(--cs-callout-border);padding-left:1rem}.cs-callout__title{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}.cs-nav{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid #e5e7eb;font-size:.875rem}.cs-nav__prev{color:#6b7280;text-decoration:none;transition:color .15s ease}.cs-nav__prev:hover{color:#111827}.cs-nav__next{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;color:var(--cs-link-next);fill:var(--cs-link-next);text-decoration:none;transition:color .15s ease}.cs-nav__next:hover{color:var(--cs-link-next-hover);fill:var(--cs-link-next)}.cs-nav__icon{width:1em;height:1em}.case-study-map{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden}.case-study-map__header{padding:1rem;border-bottom:1px solid #e5e7eb}.case-study-map__title{font-weight:700;color:#111827;margin:0;font-size:1rem}.case-study-map__subtitle{font-size:.75rem;color:#6b7280;margin:.125rem 0 0}.case-study-map__canvas{height:400px}.case-study-map__marker-icon{background:#fff;border-radius:50%;padding:4px;box-shadow:0 1px 4px #0000004d;display:flex;align-items:center;justify-content:center}.analysis-cta{padding:32px;text-align:center;background-color:#ecfdf5;border:1px solid #a7f3d0;border-radius:16px}.analysis-cta__title{margin:0 0 8px;font-size:18px;font-weight:700;line-height:1.3;color:#171717}.analysis-cta__description{margin:0 0 16px;font-size:14px;line-height:1.5;color:#525252}.analysis-cta__button{display:inline-flex;align-items:center;gap:8px;padding:12px 32px;font-size:16px;font-weight:600;line-height:1;color:#fff;text-decoration:none;background-color:#059669;border-radius:12px;transition:background-color .2s ease}.analysis-cta__button:hover{background-color:#047857}.collaboration-container{max-width:64rem;padding:0 1rem;margin:auto;display:flex;flex-direction:column;align-items:center;gap:10px;padding-top:100px}.collaboration-container .collaboration-header{width:100%;height:180px;display:flex;flex-direction:column}.collaboration-container .collaboration-header h1{font-size:2.2rem}.collaboration-container .collaboration-header div{font-size:1.3rem;line-height:1.5;color:#757575}.collaboration-container .collaboration-list{width:100%;border:6px;background-color:#4e77220d;padding:20px;line-height:2}.collaboration-container .collaboration-list__title{font-weight:700;font-size:1.4em}.collaboration-container .collaboration-list__item{color:#757575;font-size:1.3em;display:flex;align-items:center;gap:6px}.collaboration-container .collaboration-list__item svg{stroke:#4e7722}.collaboration-container .collaboration-contact{margin:50px 0;border-radius:6px;border:1px solid rgba(78,119,34,.3);background-color:#4e77221a;width:100%;padding:24px;display:flex;flex-direction:column;gap:12px}.collaboration-container .collaboration-contact__title{font-weight:700;font-size:1.4em}.collaboration-container .collaboration-contact__description{color:#757575;font-size:1.3em}.collaboration-container .collaboration-contact__btn{width:280px;display:flex;align-items:center;justify-content:center;gap:12px;padding:.75rem 1.5rem;border-radius:.5rem;font-size:1.2em;font-weight:600;text-decoration:none;color:#fff;background-color:#4e7722;transition:background-color .15s ease}.collaboration-container .collaboration-contact__btn:hover{background-color:#4e7722cc}.communities-page .hero-title{background-image:linear-gradient(to bottom right,#2563eb,#1e40af);color:var(--color-primary-foreground, #f9fafb);padding:4rem 0}.communities-page .hero-title__inner{max-width:64rem;margin:0 auto;padding:0 1rem;text-align:center}.communities-page .hero-title__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border-radius:9999px;margin-bottom:1.5rem;font-size:.875rem;background-color:#ffffff1a}.communities-page .hero-title__badge-icon{width:1rem;height:1rem}.communities-page .hero-title__actions{display:flex;flex-direction:column;gap:.75rem;justify-content:center;margin-top:1rem}@media(min-width:640px){.communities-page .hero-title__actions{flex-direction:row}}.communities-page .hero-title__primary-btn{display:inline-block;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;color:#1e40af;background-color:#fff;transition:background-color .15s ease}.communities-page .hero-title__primary-btn:hover{background-color:#ffffffe6}.communities-page .hero-title__secondary-btn{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;border:1px solid rgba(255,255,255,.4);background:transparent;font-size:1rem;color:#fff;cursor:pointer;transition:background-color .15s ease}.communities-page .hero-title__secondary-btn:hover{background-color:#ffffff1a}.communities-page .case-studies-section{margin:0 auto;max-width:64rem;padding:3.5rem 1rem}.communities-page .case-studies-section__title{font-size:1.5rem;font-weight:700;text-align:center;color:var(--color-foreground, #111827)}.communities-page .case-studies-section__description{font-size:1rem;font-weight:400;text-align:center;margin-bottom:2rem;color:#757575}.communities-page .case-studies-section__grid{max-width:64rem;margin:auto;display:grid;gap:1.25rem}@media(min-width:1029px){.communities-page .case-studies-section__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.communities-page .case-studies-section__grid{grid-template-columns:repeat(1,minmax(0,1fr))}}.communities-page .case-studies-card{border:1px solid var(--color-border, #e5e7eb);border-radius:.75rem;padding:1.25rem;background-color:var(--color-card, #ffffff);cursor:pointer;transition:box-shadow .3s ease,transform .3s ease}.communities-page .case-studies-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.communities-page .case-studies-card--green .case-studies-card__type,.communities-page .case-studies-card--green .case-studies-card__link{color:#059669}.communities-page .case-studies-card--green .case-studies-card__link:hover{color:#10b981}.communities-page .case-studies-card__type{font-size:.75rem;color:#4164e9;font-weight:700;margin:0}.communities-page .case-studies-card__title{font-size:1rem;font-weight:600;color:var(--color-foreground, #111827)}.communities-page .case-studies-card__description{font-size:.875rem;color:var(--color-muted-foreground, #6b7280)}.communities-page .case-studies-card__link{font-size:.75rem;color:#4164e9;transition:color .2s ease-in;display:flex;align-items:center;gap:6px;margin-bottom:0}.communities-page .case-studies-card__link:hover{color:#4163e99d}.communities-page .case-studies-card__analysis_link{font-size:.85rem;color:#059669;font-weight:700;transition:color .2s ease-in;display:flex;align-items:center;gap:6px}.communities-page .case-studies-card__analysis_link:hover{color:#10b981}#cooperation-section .section-title{font-size:1.25rem;font-weight:700;color:#0f172a;text-align:center;margin-bottom:.5rem}#cooperation-section .section-subtitle{font-size:.875rem;color:#6b7280;text-align:center;margin-bottom:2rem}#cooperation-section .steps{background-color:#f9faf9;padding:3.5rem 1rem}#cooperation-section .steps__inner{max-width:64rem;padding:0 1rem;margin:0 auto}#cooperation-section .steps__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){#cooperation-section .steps__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){#cooperation-section .steps__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}#cooperation-section .step-card{position:relative;border-radius:.75rem;padding:1.25rem;border:1px solid #e5e7eb;background-color:#fff}#cooperation-section .step-card__badge{position:absolute;top:-.75rem;left:-.5rem;background-color:#2563eb;color:#fff;font-size:.7rem;font-weight:700;width:1.75rem;height:1.75rem;border-radius:999px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #2563eb80}#cooperation-section .step-card__icon{width:1.75rem;height:1.75rem;color:#2563eb;margin-bottom:.75rem;margin-top:.25rem}#cooperation-section .step-card__title{font-size:.875rem;font-weight:600;color:#0f172a;margin-bottom:.25rem}#cooperation-section .step-card__desc{font-size:.75rem;color:#6b7280;margin:0}.communities-benefits-section .section-title{font-size:1.25rem;font-weight:700;color:#0f172a;text-align:center;margin-bottom:2rem}.communities-benefits-section{background-color:#f9faf9;padding:3.5rem 1rem}.communities-benefits-section .benefits__inner{max-width:64rem;padding:0 1rem;margin:0 auto}.communities-benefits-section .benefits__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.communities-benefits-section .benefits__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.communities-benefits-section .benefit-card{border-radius:.75rem;padding:1.25rem;border:1px solid #e5e7eb;background-color:#fff}.communities-benefits-section .benefit-card__icon{width:2rem;height:2rem;color:#2563eb;margin-bottom:.75rem}.communities-benefits-section .benefit-card__title{font-size:1rem;font-weight:600;color:#0f172a;margin-bottom:.35rem}.communities-benefits-section .benefit-card__desc{font-size:.875rem;color:#6b7280;margin:0}.cta-section{padding:3.5rem 0}.cta-section__container{max-width:56rem;margin:0 auto;padding:0 1rem}.cta-section__box{padding:2rem;border-radius:1rem;text-align:center;color:#fff;background:linear-gradient(135deg,#2563eb,#1e40af)}@media(min-width:768px){.cta-section__box{padding:2.5rem}}.cta-section__title{margin:0 0 .75rem;font-size:1.5rem;font-weight:700;line-height:1.2}@media(min-width:768px){.cta-section__title{font-size:1.875rem}}.cta-section__text{max-width:42rem;margin:0 auto 1.75rem;color:#ffffffd9;line-height:1.6}.cta-section__actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}@media(min-width:640px){.cta-section__actions{flex-direction:row}}.cta-section__button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.cta-section__button--primary{background-color:#fff;color:#1d4ed8}.cta-section__button--primary:hover{background-color:#ffffffe6}.cta-section__button--secondary{border:1px solid rgba(255,255,255,.4);color:#fff;background-color:transparent}.cta-section__button--secondary:hover{background-color:#ffffff1a}.cta-section__icon{width:1.25rem;height:1.25rem;flex-shrink:0}.gminy-section{padding:2.5rem 1rem}.gminy-section__container{max-width:64rem;margin:0 auto;width:100%}.gminy-section__title{margin:0 0 .5rem;text-align:center;font-size:1.25rem;font-weight:700;line-height:1.3;color:var(--foreground, #111827)}.gminy-section__description{margin:0 0 2rem;text-align:center;font-size:.875rem;line-height:1.6;color:var(--muted-foreground, #6b7280);max-width:52rem;margin-left:auto;margin-right:auto}.opro-block{display:flex;flex-direction:column;gap:20px}.opro-block__title{margin:0;font-size:1.5rem;line-height:2rem;font-weight:700;color:#0f172a}.opro-block__text{margin:0;font-size:16px;line-height:1.7;color:#475569}.opro-block__text strong{color:#0f172a;font-weight:700}.opro-block__text--last{margin-bottom:8px}.opro-grid{display:grid;gap:16px}.opro-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.opro-card{border:1px solid #e2e8f0;border-radius:.75rem;background:#fff}.opro-card--muted{padding:24px;background:#94a3b814}.opro-card--step{padding:24px}.opro-card__headline{margin:0 0 16px;font-size:1rem;font-weight:600;color:#0f172a}.opro-benefits{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;color:#475569}.opro-benefits--small{font-size:14px}.opro-benefits:not(.opro-benefits--small){font-size:16px}.opro-benefits__item{display:flex;align-items:center;gap:10px;font-size:.875rem;color:#6b7280}.opro-benefits__icon{flex-shrink:0;width:1.125em;height:1.125em;color:#2563eb}.opro-steps{display:flex;flex-direction:column;gap:16px}.opro-step{display:flex;align-items:flex-start;gap:16px}.opro-step__iconBox{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;border-radius:.5rem;background:#dbeafe;color:#1d4ed8}.opro-step__icon{width:20px;height:20px}.opro-step__content{flex:1;min-width:0}.opro-step__top{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;margin-bottom:12px}.opro-step__title{margin:0;font-size:1rem;font-weight:600;color:#0f172a}.opro-step__badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#f1f5f9;font-size:.75rem;color:#6b7280;white-space:nowrap}.opro-step__list{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none}.opro-step__listItem{display:flex;align-items:flex-start;gap:8px;font-size:.875rem;color:#475569}.opro-step__bullet{color:#2563eb;font-weight:700}.opro-cta{padding:48px 32px;border-radius:1rem;text-align:center}.opro-cta--primary{background:linear-gradient(135deg,#2563eb,#1e3a8a);color:#fff}.opro-cta--secondary{background:#fff;border:1px solid #e2e8f0;color:#0f172a}.opro-cta__title{margin:0 0 12px;font-size:1.5rem;font-weight:700}.opro-cta__text{width:min(100%,720px);margin:0 auto 24px;font-size:1rem}.opro-cta--primary .opro-cta__text{color:#dbeafe}.opro-cta--secondary .opro-cta__text{color:#64748b}.opro-cta__actions{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.opro-cta__link{font-size:14px;color:#64748b;text-decoration:none;transition:color .2s ease}.opro-cta__link:hover{color:#0f172a}.opro-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 20px;border-radius:.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:transform .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease}.opro-button:hover{transform:translateY(-1px)}.opro-button__icon{width:16px;height:16px}.opro-button--light{background:#fff;color:#1d4ed8}.opro-button--light:hover{background:#eff6ff}.opro-button--primary{background:#2563eb;color:#fff}.opro-button--primary:hover{background:#1d4ed8}.opro-reasons{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}.opro-reasons__item{display:flex;align-items:flex-start;gap:12px;padding:20px;border:1px solid #e2e8f0;border-radius:.5rem;background:#fff}.opro-reasons__icon{flex-shrink:0;width:20px;height:20px;margin-top:2px;color:#2563eb}.opro-reasons__content{min-width:0}.opro-reasons__title{margin:0 0 4px;font-size:1rem;font-weight:600;color:#0f172a}.opro-reasons__text{margin:0;font-size:.875rem;line-height:1.6;color:#64748b}@media(max-width:768px){.opro-section{padding:40px 0}.opro-section__container{width:min(100% - 24px,1120px);gap:32px}.opro-block{gap:16px}.opro-block__title{font-size:26px}.opro-grid--two{grid-template-columns:1fr}.opro-step{gap:12px}.opro-step__top{align-items:flex-start;flex-direction:column}.opro-cta{padding:32px 20px}.opro-cta__title{font-size:26px}.opro-cta__actions{flex-direction:column}.opro-button{width:100%}}.tooltip{position:fixed;z-index:99999999;pointer-events:none;padding:8px 12px;border-radius:4px;font-size:.875rem;max-width:300px;box-shadow:0 2px 10px #0003;background:"rgba(0,0,0,0.7)";color:"white"}.potential-hook{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:-3.5rem}@media(min-width:640px){.potential-hook{grid-template-columns:repeat(2,minmax(0,1fr))}}.potential-hook__tooltip{color:#000;background-color:#fff}.potential-hook__card{display:flex;align-items:center;gap:1rem;padding:1.5rem;border:1px solid #e5e7eb;border-radius:.75rem;background-color:#fff;box-shadow:0 1px 3px #0f172a14}.potential-hook__icon-wrap{padding:.75rem;border-radius:9999px;flex-shrink:0}.potential-hook__icon-wrap--pv{background-color:#f59e0b1a}.potential-hook__icon-wrap--wind{background-color:#3b82f61a}.potential-hook__main-icon{width:2rem;height:2rem}.potential-hook__main-icon--pv{color:#d97706}.potential-hook__main-icon--wind{color:#2563eb}.potential-hook__content{flex:1;min-width:0}.potential-hook__row{display:flex;gap:.5rem}.potential-hook__row--top{align-items:center;margin-bottom:.25rem}.potential-hook__row--baseline{align-items:baseline}.potential-hook__eyebrow{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.potential-hook__eyebrow--pv{color:#b45309b3}.potential-hook__eyebrow--wind{color:#1d4ed8b3}.potential-hook__badge{display:inline-flex;align-items:center;padding:.125rem .5rem;border-radius:.375rem;border:1px solid;font-size:.75rem;font-weight:600}.potential-hook__badge--pv{background-color:#f59e0b26;border-color:#d977064d;color:#92400e}.potential-hook__badge--wind{background-color:#3b82f626;border-color:#2563eb4d;color:#1e3a8a}.potential-hook__value{margin:0;font-size:1.875rem;font-weight:700;line-height:1.25}.potential-hook__value--pv{color:#92400e}.potential-hook__value--wind{color:#1d4ed8}.potential-hook__sub{margin-top:.25rem;font-size:.875rem;color:#6b7280}.potential-hook__info-button{padding:.25rem;border:0;border-radius:.375rem;background:transparent;color:#6b7280;cursor:pointer;transition:color .2s ease,background-color .2s ease,box-shadow .2s ease;flex-shrink:0}.potential-hook__info-button:hover{color:var(--color-foreground)}.potential-hook__info-button:focus{outline:none;box-shadow:0 0 0 2px var(--color-ring)}.potential-hook__info-icon{width:1.25rem;height:1.25rem}.potential-hook__tooltip{max-width:20rem;font-size:.75rem;line-height:1.6}.potential-hook__tooltip-title{margin:0 0 .25rem;font-weight:600}.kpi-strip__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}@media(min-width:768px){.kpi-strip__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.kpi-strip__card{padding:.75rem;border:1px solid rgba(203,213,225,.6);border-radius:.5rem}.kpi-strip__label{font-size:.75rem;color:#6b7280}.kpi-strip__value{margin-top:.25rem;font-size:1.25rem;font-weight:600;letter-spacing:-.025em}.kpi-strip__split-values{display:flex;align-items:baseline;gap:.375rem;margin-top:.25rem;font-size:1.25rem;font-weight:600;letter-spacing:-.025em;line-height:1}.kpi-strip__split-value--pv{color:#d97706}.kpi-strip__split-value--wind{color:#2563eb}.kpi-strip__split-labels{display:flex;align-items:baseline;gap:.375rem;margin-top:.25rem;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;line-height:1}.kpi-strip__split-label--pv{color:#b45309cc}.kpi-strip__split-label--wind{color:#1d4ed8cc}.kpi-strip__separator{color:#6b728099;font-weight:400}.kpi-strip__sub{margin-top:.25rem;font-size:.6875rem;line-height:1.25;color:#6b7280}.cluster-map-preview{overflow:hidden;border:1px solid #e5e7eb;border-radius:16px}.cluster-map-preview__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;border-bottom:1px solid #e5e7eb}.cluster-map-preview__title{margin:0;font-size:14px;font-weight:700;color:var(--color-foreground, #111827)}.cluster-map-preview__badge{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;border:1px solid transparent;padding:.125rem .625rem;font-size:.75rem;line-height:1;white-space:nowrap;transition:background-color .2s ease,color .2s ease,border-color .2s ease;font-weight:400}.cluster-map-preview__badge--pv{background:#fffbeb;color:#78350f;border:1px solid #fde68b}.cluster-map-preview__badge--pv:hover{background:#fffbeb}.cluster-map-preview__badge--fw{background:#eff6ff;color:#1e3a8a;border-color:1px solid #bfdbfe}.cluster-map-preview__badge--fw:hover{background:#eff6ff}.cluster-map-preview__canvas{background:#94a3b814;height:400px}.cluster-map-preview__footer{padding:12px;font-size:12px;color:#6b7280}.cluster-table{border:1px solid #e5e7eb;border-radius:.75rem;padding:1.25rem}@media(min-width:768px){.cluster-table{padding:1.5rem}}.cluster-table__title{margin:0;font-size:1.125rem;font-weight:700}.cluster-table__empty{margin-top:1rem;font-size:.875rem;color:#6b7280}.cluster-table__scroll{margin-top:1rem;margin-left:-.5rem;margin-right:-.5rem;overflow-x:auto}.cluster-table__table{width:100%;border-collapse:collapse;font-size:.875rem}.cluster-table__head-row{border-bottom:1px solid #e5e7eb}.cluster-table__head-row th{padding:.5rem;font-size:.75rem;font-weight:500;color:#6b7280;white-space:nowrap}.cluster-table__row{border-bottom:1px solid color-mix(in srgb,#e5e7eb 40%,transparent);transition:background-color .2s ease}.cluster-table__row:last-child{border-bottom:0}.cluster-table__row:hover{background:color-mix(in srgb,#e5e7eb 30%,transparent)}.cluster-table__cell{padding:.625rem .5rem;vertical-align:middle;white-space:nowrap}.cluster-table__cell--name{font-weight:500}.cluster-table__badge{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;border:1px solid transparent;padding:.125rem .625rem;font-size:.75rem;line-height:1;white-space:nowrap;transition:background-color .2s ease,color .2s ease,border-color .2s ease;font-weight:400}.cluster-table__badge--pv{background:#fffbeb;color:#78350f;border:1px solid #fde68b}.cluster-table__badge--pv:hover{background:#fffbeb}.cluster-table__badge--fw{background:#eff6ff;color:#1e3a8a;border-color:1px solid #bfdbfe}.cluster-table__badge--fw:hover{background:#eff6ff}.is-left{text-align:left}.is-right{text-align:right}.is-numeric{font-variant-numeric:tabular-nums}.gmina-profile-card{border:1px solid #e5e7eb;border-radius:.75rem;padding:1.25rem}@media(min-width:768px){.gmina-profile-card{padding:1.5rem}}.gmina-profile-card__title{margin:0;font-size:1.125rem;font-weight:700}.gmina-profile-card__grid{display:grid;grid-template-columns:1fr;gap:.75rem;margin-top:1rem}@media(min-width:640px){.gmina-profile-card__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.profile-metric{border:1px solid rgba(127,127,127,.2);border-radius:.5rem;padding:1rem}.profile-metric__label{font-size:.75rem;color:#6b7280}.profile-metric__value{margin-top:.375rem;font-size:1.5rem;line-height:1.2;letter-spacing:-.02em}.profile-metric__sub{margin-top:.25rem;font-size:.75rem;color:#6b7280}.gmina-cta-sidebar{display:flex;flex-direction:column;gap:1.5rem}.gmina-cta-sidebar__card{border-radius:.75rem;padding:1.5rem;border:1px solid transparent}.gmina-cta-sidebar__card--primary{background:#4e77220d;border-color:#4e772233}.gmina-cta-sidebar__card--blue{background:#3b82f60d;border-color:#3b82f633}.gmina-cta-sidebar__card--amber{background:#f59e0b0d;border-color:#f59e0b33}.gmina-cta-sidebar__title{margin:0 0 .5rem;font-size:.875rem;font-weight:600}.gmina-cta-sidebar__text{margin:0 0 1rem;font-size:.75rem;line-height:1.5;color:#6b7280}.gmina-cta-sidebar__button{display:block;width:100%;padding:.625rem 1rem;border-radius:.5rem;text-align:center;text-decoration:none;font-size:.875rem;font-weight:500;transition:background-color .2s ease,color .2s ease}.gmina-cta-sidebar__button--primary{background:#4e7722;color:#fff}.gmina-cta-sidebar__button--primary:hover{opacity:.9}.gmina-cta-sidebar__button--blue{background:#2563eb;color:#fff}.gmina-cta-sidebar__button--blue:hover{background:#1d4ed8}.gmina-cta-sidebar__button--amber{background:#d97706;color:#fff}.gmina-cta-sidebar__button--amber:hover{background:#b45309}.gmina-full-page{min-height:100vh;display:flex;flex-direction:column}.gmina-full-page__container{max-width:64rem;margin:0 auto;padding:0 1rem;width:100%}.gmina-full-page__hero{padding:2.5rem 0;color:#fff;background:linear-gradient(135deg,#2563eb,#1e40af)}.gmina-full-page__back{display:inline-flex;align-items:self-start;gap:.25rem;margin-bottom:1rem;color:#bfdbfe;font-size:.875rem;text-decoration:none;transition:color .2s ease}.gmina-full-page__back:hover{color:#fff}.gmina-full-page__back-icon{width:1rem;height:1rem;flex-shrink:0;fill:#bfdbfe}.gmina-full-page__title{margin:.75rem 0 0;font-size:1.875rem;font-weight:700;line-height:1.2;color:#fff}.gmina-full-page__subtitle{margin:.25rem 0 0;color:#bfdbfe;line-height:1.5;font-size:1rem}.gmina-full-page__main{flex:1;width:100%;max-width:64rem;margin:0 auto;padding:2rem 1rem;display:flex;flex-direction:column;gap:2rem}.gmina-full-page__layout{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:1024px){.gmina-full-page__layout{grid-template-columns:repeat(3,minmax(0,1fr))}}.gmina-full-page__content{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:1024px){.gmina-full-page__content{grid-column:span 2/span 2}}.gmina-full-page__sidebar{min-width:0}.analysis-action-card{position:relative;padding:2rem;border:1px solid rgba(255,255,255,.18);border-radius:1rem;color:#fff;background:linear-gradient(135deg,#55762f,#769158);box-shadow:0 8px 16px #0000002e}.analysis-action-card__pattern{position:absolute;inset:0;pointer-events:none;opacity:.1;background-image:radial-gradient(circle at 20% 20%,white 1px,transparent 1px);background-size:24px 24px}.analysis-action-card__content{position:relative;z-index:1}.analysis-action-card__content--guest{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.analysis-action-card__content--guest{flex-direction:row;align-items:center;justify-content:space-between}}.analysis-action-card__content--user{display:flex;flex-direction:column;gap:1.25rem}.analysis-action-card__text,.analysis-action-card__header{max-width:42rem}.analysis-action-card__eyebrow{margin-bottom:.75rem;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#fffc}.analysis-action-card__title{margin:0;font-size:1.75rem;font-weight:700;line-height:1.2}@media(min-width:768px){.analysis-action-card__title{font-size:2rem}}.analysis-action-card__description{margin:.75rem 0 0;font-size:1rem;line-height:1.6;color:#ffffffe6}.analysis-action-card__highlight{font-weight:700;color:#fff}.analysis-action-card__cta{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.5rem;border-radius:.75rem;font-size:1rem;font-weight:700;color:#55762f;text-decoration:none;white-space:nowrap;background:#fff;box-shadow:0 12px 24px #0000002e;transition:background-color .2s ease,transform .2s ease}.analysis-action-card__cta:hover{background:#ffffffeb;transform:translateY(-1px)}.analysis-action-card__actions{display:grid;grid-template-columns:1fr;gap:.75rem;padding-top:.25rem}@media(min-width:768px){.analysis-action-card__actions{grid-template-columns:repeat(2,minmax(0,1fr))}}.analysis-card.is-disabled{opacity:.55;cursor:not-allowed;filter:grayscale(.25)}.analysis-card.is-disabled .analysis-card__arrow{opacity:.5}.analysis-card.is-disabled:hover{transform:none}.analysis-download-card{position:relative;width:100%}.analysis-download-card .analysis-card--download,.analysis-download-card .analysis-card--map{width:100%;border:0;cursor:pointer;text-align:left}.analysis-download-card__menu{position:absolute;top:calc(100% + 8px);left:0;min-width:240px;padding:8px;display:flex;flex-direction:column;gap:4px;border-radius:12px;background:#fff;box-shadow:0 12px 30px #0000001f;z-index:30}.analysis-download-card__item{width:100%;border:0;background:transparent;text-align:left;padding:10px 12px;border-radius:8px;cursor:pointer;transition:background .2s ease}.analysis-download-card__item:hover{background:#f3f4f6}.analysis-card{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:.875rem;text-decoration:none;color:#111827;background:#fff;box-shadow:0 12px 24px #00000029;transition:background-color .2s ease,transform .2s ease}.analysis-card--tooltip{background:#fff}.analysis-card:hover{background:#ffffffeb}.analysis-card:hover .analysis-card__arrow{transform:translate(2px)}.analysis-card--download:hover{cursor:pointer}.analysis-card--download:hover .analysis-card__arrow{transform:translateY(2px)}.analysis-card--map:hover{cursor:pointer}.analysis-card--map:hover .analysis-card__arrow{transform:translateY(2px)}.analysis-card__icon{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.75rem;color:#55762f;background:#55762f1a}.analysis-card__icon svg{width:1.25rem;height:1.25rem}.analysis-card__body{flex:1;min-width:0}.analysis-card__title{font-size:.875rem;font-weight:600;color:#111827}.analysis-card__subtitle{margin-top:.2rem;font-size:.75rem;color:#6b7280}.analysis-card__arrow{flex-shrink:0;font-size:1.1rem;font-weight:700;color:#55762f;transition:transform .2s ease}*{box-sizing:border-box!important}html,body{margin:0}body{color:#111827;font-size:16px;font-family:Roboto,sans-serif}@media(max-width:1560px){body{font-size:14px}}@media(max-width:900px){body{font-size:13px}}.container{max-width:1830px;padding:0 15px;margin:0 auto}a{text-decoration:none}input,textarea,select{font-family:Roboto,sans-serif;font-size:1em}img,svg{max-width:100%;height:auto}.error{color:#d30000;font-weight:500}.section{padding:45px 0}.content p{font-size:1.14em}.price strong{font-size:1.375em}.page-title{position:relative;text-align:center;font-weight:600;margin:0;padding-bottom:20px;font-size:3.75em}.page-title:after{content:"";display:block;width:107px;height:4px;background:#4e7722;position:absolute;left:calc(50% - 53.5px);bottom:0}h1{margin-top:0;margin-bottom:16px;font-size:2.875em;font-weight:600}h2{margin-top:0;margin-bottom:16px;font-size:1.875em;font-weight:600}h3{margin-top:0;margin-bottom:16px;font-size:1.375em;font-weight:600}.toast{position:fixed;left:calc(50% - 140px);z-index:999999999999;display:block;width:280px;border-radius:4px;color:#fff;padding:10px 24px 10px 14px;font-weight:600;transition:top .5s}.toast.success{background:#00851d}.toast.error{background:#d30000}.toast__close{cursor:pointer;position:absolute;top:5px;right:5px;color:#fff}.toast__link{color:#fff;text-decoration:underline}
