:root{--primary-color: #4f6883;--secondary-color: #f8f9fa;--tertiary-color: #f8f9fa;--error-color: #dc3545}body{margin:0;font-family:Century Gothic,AppleGothic,Avant Garde,URW Gothic L,sans-serif!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1{font-size:24px;font-weight:700;margin-bottom:16px}h2{font-size:20px;font-weight:700;margin-bottom:12px}p{font-size:16px}.button{display:inline-block;padding:8px 16px;font-size:14px;font-weight:700;text-align:center;text-decoration:none;border:none;border-radius:4px;background-color:#007bff;color:#fff;cursor:pointer}.button:hover{background-color:#0056b3}.button.secondary{background-color:#f8f9fa;color:#212529}.button.secondary:hover{background-color:#e2e6ea}.ctaButton{display:inline-block;padding:8px 16px;font-size:14px;font-weight:700;text-align:center;text-decoration:none;border:none;border-radius:4px;background-color:var(--primary-color);color:#fff;cursor:pointer}.ctaButton:hover{background-color:#0056b3}.secondaryButton{display:inline-block;padding:8px 16px;font-size:14px;font-weight:700;text-align:center;text-decoration:none;border-radius:4px;background-color:var(--secondary-color);color:#212529;border:1px solid #ccc;cursor:pointer}.secondaryButton:hover{background-color:#e2e6ea}.warningButton{display:inline-block;padding:8px 16px;font-size:14px;font-weight:700;text-align:center;text-decoration:none;border-radius:4px;background-color:#dc3545;color:#fff;border:1px solid #dc3545;cursor:pointer}.warningButton:hover{background-color:#c82333;border-color:#bd2130}.error{color:var(--error-color);font-size:12px;margin:0;padding:0}.formPage{display:flex;flex-direction:column;align-items:center;min-height:90vh;width:100%}.leaflet-div-icon{background:none!important;border:none!important}select,input[type=text],input[type=number],input[type=email],input[type=password],textarea{padding:.5rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;width:100%;box-sizing:border-box;height:36px}.navbarHiddenButton{position:absolute;top:5px;right:0;background-color:transparent;color:var(--secondary-color);padding:8px 16px;font-size:14px;font-weight:700;text-align:center;text-decoration:none;border:none;border-bottom:.25rem solid #d67e24;border-radius:16px;cursor:pointer;margin:0 12px;transition:opacity .3s,transform .3s;opacity:0;transform:translateY(-20px)}.navbarHiddenButton:hover,.navbarHiddenButton:hover button{opacity:1;transform:translateY(0)}.header-section{display:flex;flex-direction:column;justify-content:end;align-items:end;min-height:48rem;margin:0 3em}.home-background{background-image:url(/bg-home.webp);background-size:cover;background-position:center;background-repeat:no-repeat}.title-screen{display:flex;align-self:flex-start;align-items:start}.title-screen,h1{font-size:48px}.title-screen,h3{font-size:20px}.filters-container-home{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-around;align-items:start;gap:.5em}.filter{display:flex;flex-direction:row;flex-wrap:wrap;position:relative;margin:0!important}.filter span{position:absolute;top:-12px;left:8px;font-size:12px;color:#fff;background-color:#d67e24;padding:.25rem;border-radius:8px;font-weight:700;width:60%}.filter select,.filter input{padding:8rem;font-size:14px;min-width:250px;border-radius:8px;border:solid #d67e24;width:100%}.search-button{background-color:#d67e24;color:#fff;padding:8px 16px;font-size:14px;font-weight:700;text-align:center;text-decoration:none;border:none;border-radius:8px;cursor:pointer;margin:12px;width:100%}.search-button:hover{background-color:#d88d02}.statistics-container{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-around;align-items:center;height:100%;color:#fff;background-color:#003257}.filter-price{position:relative;display:flex;flex-wrap:wrap;align-items:end;justify-content:end;width:95%;flex-direction:row;gap:2em}.filter-price p{position:absolute;top:-30px;left:1em;font-size:12px;color:#fff;background-color:#d67e24;padding:.25rem;border-radius:8px;font-weight:700;width:25%}.price-inputs{display:flex;flex-wrap:wrap;gap:1em}@media (max-width: 768px){.filter-price p{width:75%}.price-inputs{display:flex;flex-wrap:wrap;align-items:center;justify-content:end}}.info-box{display:flex;flex-direction:column;align-items:center}.info-box h2{font-size:32px;font-weight:700}.info-box p{font-size:18px;font-weight:400}.assesment-section{display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;gap:32px;padding:24px}.assesment-info-container{display:flex;flex-direction:column;align-items:center;max-height:32rem;width:24em;justify-content:center}.assesment-image{width:inherit!important;aspect-ratio:4/3;object-fit:fill;height:auto}.assesment-title-container{display:flex;flex-direction:column;justify-content:center;align-items:center;text-wrap:pretty;width:inherit;background-color:#eee;min-height:8em;border-radius:0 0 2em 2em;color:#6c6c6c;box-shadow:0 .5em #dedede;text-align:center}.assesment-title-container h3{font-size:22px;margin:0!important;font-weight:400}.assesment-title-container h2{font-size:24px!important;font-weight:900!important;margin:0!important}.assesment-info:hover{transform:scale(1.05)}.assesment-info-container button{background-color:#003257;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-size:1rem;transition:background-color .3s ease;margin:2em 0}.assesment-info-container button:hover{background-color:#0056b3}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.overlay-content{background:#fff;padding:20px;border-radius:8px;max-width:90%;width:500px;text-align:center;position:relative;display:flex;flex-direction:column}.overlay-content h2{margin:0;font-size:1.5rem}.overlay-content ul>li{align-self:flex-start;margin:10px 0;font-size:1.25em}.overlay-content button{background-color:#003257;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-size:1rem;transition:background-color .3s ease}.overlay-content button:hover{background-color:#0056b3}.solid-upper-block{display:flex;background-color:#66849a;width:100%;height:2.5em}.more-about-us{display:flex;align-items:center;justify-content:center;padding:2em 0;background-color:#66849a}.more-about-us button{font-size:24px;padding:1em .5em;background-color:#fff;border:none;border-radius:1rem;min-width:33%;color:#2b4167!important;font-weight:600;cursor:pointer}.more-about-us button:hover{background-color:#d67e24;color:#fff!important}@media (max-width: 768px){.assesment-info{max-width:100%;padding:10px}.overlay-content{width:90%;padding:15px}.assesment-title-container h3{font-size:20px;margin:0!important;font-weight:400}.assesment-title-container h2{font-size:22px!important;font-weight:900!important;margin:0!important}}@media (max-width: 480px){.overlay-content{width:100%;padding:10px}.assesment-section{justify-content:center}.assesment-info-container{width:20em}.overlay-content h2{font-size:1.2rem}.overlay-content p,.overlay-content button{font-size:.9rem}}footer{display:flex;flex-direction:column;align-items:center;max-height:20%}.upper-footer{display:flex;flex-direction:column;align-items:center;justify-content:end;background-color:#003257;width:100%;color:#fff;padding:2em 0}.upper-footer p{margin:0}.upper-footer :nth-child(2){font-weight:bolder}.footerContent{display:flex;flex-direction:row;justify-content:space-around;align-items:center;width:inherit}.lower-footer{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;background-position:center;background-size:contain;background-image:url(/images/th-bg-detail.png);background-repeat:repeat;background-color:#d67e24}.copyright{color:#fff;font-size:medium;font-weight:bolder}.footerLogo{height:120px;width:120px;margin-bottom:1rem}.footer_OfficeDir{display:flex;flex-direction:row;justify-content:start;align-items:start}.direction{color:#003257;max-width:350px;font-weight:bolder;margin:.5rem 0rem 0rem}.address-mail{color:#003257;font-weight:400;margin:1rem 0rem 0rem}.contact-info{color:#fff;font-size:1.3rem;font-weight:bolder}.footer_socials{display:flex;flex-direction:column;justify-content:space-around;align-items:center;margin:3rem 0rem;gap:2rem}.qr-code{border-radius:2em}.socials{display:flex;flex-direction:row;justify-content:space-around;width:100%;align-items:center}.smallIcon{margin:12px;width:3rem}.footer_socials .smallIcon{cursor:pointer}.footer_socials .smallIcon:hover{transform:scale(1.2)}.footer_LocationsSection{display:flex;flex-direction:column;justify-content:center;align-self:center}.footer_LocationsSection h2{color:#fff}@media screen and (max-width: 835px){footer{flex-direction:column}.footerContent,.footer_OfficeDir{flex-direction:column}}.navbar-header{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;max-height:150px;background-color:#00325080}.navbar-header img{margin:2rem 4rem}@media (max-width: 768px){.navbar-header{justify-content:space-around}.navbar-header img{margin:.5rem 0rem}}.Navbar{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between;width:100%;background-color:#003257e6;padding:1rem 0rem}@media (max-width: 768px){.Navbar{justify-content:center;height:min-content}.navIcons{margin:0!important}}.navContent{display:flex;flex-direction:row;justify-content:center;align-items:center}.navIcons-container{display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative;overflow:visible}.navIcons{display:flex;justify-content:center;align-items:center;gap:2rem;margin:0 1rem}.navIcons button:hover{transform:scale(1.1)}.navIcons img{width:48px;height:48px;margin:10px}.navIcons button{background-color:transparent;border:unset;cursor:pointer}.navContent a{color:#d67e24;text-decoration:none;margin:10px}.NavbarButton{background-color:transparent;color:#d67e24;padding:8px 16px;font-size:14px;font-weight:700;text-align:center;text-decoration:none;border:none;border-bottom:.1rem solid #d67e24;border-radius:16px;cursor:pointer;margin:.5em}.NavbarButton:hover{background-color:#d67e24;color:#000}.IconButton{background-color:transparent;border:none;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}}.PropertyCard{display:flex;justify-content:center;align-items:center;flex-direction:column;width:24.125rem;min-height:256px;box-sizing:border-box;border-radius:12px;box-shadow:0 12px 1.5em gray}.PropertyCard img{margin:8px 8px 0;border-radius:8px}.PropertyCard .cardHeader{display:flex;flex-direction:row;width:100%;justify-content:center;align-items:center}.PropertyCard .cardTitle{display:flex;align-items:center;justify-content:center;color:#fff}.PropertyCard>.cardHeader>:first-child{width:50%;background-color:#d67e24;border-top-left-radius:10px}.PropertyCard .cardHeader>:nth-child(2){border-left:.5em solid white;border-radius:0 10px 0 0;background-color:#003257;width:50%}.cardDescription{display:flex;flex-direction:row;width:100%}.columnDescription p,.columnDescription h1{margin:0}.columnDescription h1{font-size:2rem}.columnDescription{display:flex;gap:10px;align-items:start;justify-content:space-between;background-color:#eee;border-radius:.5em;padding:.5em .5em 0}.cardDescription>:first-child{width:50%;display:flex;flex-direction:column;justify-content:space-evenly;align-items:start;margin:.5em}.cardDescription>:nth-child(2){width:50%;display:flex;margin:.5em;flex-direction:column;justify-content:center;padding-left:10px}.cardDescription>:nth-child(2) div{display:flex;flex-direction:row;align-items:center}.cardDescription>:nth-child(2) p{font-size:12px}.PropertyCard .mainImg{height:16rem;aspect-ratio:1.25 / 1;align-self:center;filter:drop-shadow(0 0 .75rem gray)}.PropertyCard .cardImage{height:24px;width:24px}.PropertyCard .buttonContainer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0;align-self:center;width:100%}.PropertyCard .checkDetailsButton{justify-self:flex-end;border-top-left-radius:16px;border-top-right-radius:16px;border:none;width:inherit;background-color:#003257;color:#fff;cursor:pointer;padding:.25em 1em;font-size:12px}.PropertyCard .checkDetailsButton:hover{background-color:#0056b3}.PropertiesContainer{display:flex;flex-direction:column;justify-content:center;align-items:center}.PropertiesContainer .mainContent{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;height:100%}.propertiesListContainer{display:flex;flex-direction:column;min-width:65%;height:120vh;overflow-y:scroll;align-items:center}@media screen and (max-width: 1351px){.propertiesListContainer{display:flex;width:100%;flex-direction:column}.map{display:none!important}}@media screen and (max-width: 820px){.propertiesList{justify-content:center}}@media screen and (max-width: 768px){.filters-container,.price-inputs{justify-content:start!important}}.propertiesList{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;align-items:center;justify-content:center}.map{display:flex;justify-content:center;align-items:center;min-height:75vh;height:120vh;min-width:35%}.mapElement{height:100%;width:100%}.propertiesListContainer .loadMoreButton{margin-top:12px;padding:.5em 2.5em;border-radius:16px;cursor:pointer;background-color:#003257;color:#fff;font-size:medium;font-weight:700;border:none;box-shadow:4px 0 #d67e24,-4px 0 #d67e24}.propertiesListContainer .loadMoreButton:hover{background-color:#003257}.filters-container{display:flex;flex-wrap:wrap;margin:1.5rem 0rem;flex-direction:row;justify-content:end;align-items:center;gap:18px;width:94%}.filters-container .customAdminFilters{display:flex;justify-content:center;align-items:center;font-size:12px;color:#0056b3;background-color:#d67e24;padding:.25rem;border-radius:8px;font-weight:700}.filter{display:flex;font-size:18px;padding:8px;gap:8px;margin:24px 8px}.filter>select{padding:4px;gap:8px}.filter>input{padding:4px;gap:8px}.extra-filters-container{display:flex;flex-wrap:wrap;margin:.5rem;flex-direction:row;justify-content:center;align-items:center;gap:.5rem}.more-filters-button{background-color:#d67e24;color:var(--secondary-color);padding:8px 16px;font-size:14px;font-weight:700;text-align:center;text-decoration:none;border:none;border-radius:8px;cursor:pointer}.filter-terrain{position:relative;flex-direction:column;display:flex;justify-content:center;align-items:start;margin:32px 0 8px 16px;padding:1.5rem;width:90%}.checkbox-filter{display:flex;align-items:center;align-self:flex-end;position:absolute;top:-20px;right:-10px;text-wrap:wrap;max-width:8rem}.filter-terrain p{position:absolute;top:-40px;left:0;font-size:12px;color:#fff;background-color:#d67e24;padding:.25rem;border-radius:8px;font-weight:700;width:40%}.custom-hectare{padding:.5rem;font-size:14px;min-width:250px;border-radius:8px;border:solid #d67e24;max-height:12px}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:10000}.overlay-content{background-color:#fff;padding:20px;border-radius:10px;width:80%;max-width:600px;text-align:left;position:relative}.close-button{background:none;border:none;font-size:1.5rem;position:absolute;top:10px;right:20px;cursor:pointer}.addAgentForm{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%}.agentForm{flex:1;min-height:668px;display:inherit;flex-direction:column;justify-content:center;align-items:center;width:80%}.imageInput{display:flex;flex-direction:column;justify-content:end;align-items:end;height:120px;width:120px}.imageInput img{width:100px;height:100px;border-radius:50%;border:1px solid #ccc;position:absolute}#file-upload{display:none!important}.custom-file-upload{border:1px solid #313131;display:flex;justify-content:center;align-items:center;padding:6px 12px;border-radius:50%;cursor:pointer;z-index:40;background-color:#fff;font-size:18px;font-weight:700}.agentTextFields{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center}.agentTextFields>div{display:flex;flex-direction:row;width:100%;justify-content:center}.agentTextFields>div>div{display:flex;width:100%;max-width:400px;justify-content:center;align-items:center;flex-direction:column;margin:0 1rem}.textInput{width:100%;max-width:300px;padding:6px 12px;margin:6px 0;display:inline-block;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.agentForm .buttonsContainer{display:flex;flex-direction:column;justify-content:center;gap:4px;align-items:center;width:100%;margin-top:1rem}.agentForm .buttonsContainer button{width:100%;max-width:300px}.formPage form{display:flex;flex-direction:column;align-items:center;width:100%;flex:1;padding-right:24px;padding-left:24px;box-sizing:border-box}.formPage select,.formPage input[type=text],.formPage input[type=number],.formPage input[type=email],.formPage input[type=password],.formPage textarea{padding:.5rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;width:100%;box-sizing:border-box;height:36px}.formPage .ButtonContainer{display:flex;flex-direction:column;gap:12px;padding:.5rem;margin:24px 0;min-width:150px}.formPage button .fa-star{color:inherit}.TopInputsContainer{display:flex;flex-direction:row;align-items:start;max-width:1000px;width:100%}.TopInputsContainer>div{display:flex;flex-direction:column;width:100%}.promoted{margin-top:30px}.ImagesInput{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:12px}.image-preview{display:flex;flex-direction:column;align-items:center;width:100%;gap:6px}.ImagesDisplayer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;min-height:100px;min-width:200px;width:100%;max-width:600px}.ImagesDisplayer img{width:100px;height:100px;border-radius:12px;border:1px solid #ccc;cursor:grab}.ImagesDisplayer>div{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:6px}.TechnicalInfo .InputsContainer{display:flex;flex-direction:row;flex-wrap:wrap;gap:48px;max-width:1000px;width:100%}.TechnicalInput{display:flex;flex-direction:column}.TechnicalInfo select,.TechnicalInfo input,.TechnicalInfo textarea{min-width:212px}.StatusRow{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:12px}.mapInputContainer{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1000px;min-height:300px;margin-top:12px}.mapInput{display:flex;flex-direction:column;align-items:center;width:100%;height:100%;min-height:300px;margin-top:12px}.LoginForm{height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.LoginInputContainer{display:flex;flex-direction:column;align-items:center;gap:8px;width:273px;margin-bottom:36px}.LoginInputContainer input{width:100%;border-radius:8px;padding:8px;border:1px solid #ccc}.LoginForm>.loginButton{width:273px}.adminHomeMain{display:flex;flex-direction:column;align-items:center;justify-content:center;height:75vh;background-color:#f5f5f5}.adminHomeMain .ButtonsContainer{display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;width:50%;max-width:680px;gap:24px}.adminHomeMain h1{font-size:2.5rem!important;text-align:center}.adminHomeMain .ButtonsContainer button{width:200px;height:48px}.AgentsMainContainer{display:flex;flex-direction:column;align-items:center;justify-content:start;width:100%;min-height:90vh;padding-top:45px}.searchBar{display:flex;flex-direction:row;width:100%;justify-content:center;padding-left:12px;padding-right:12px;box-sizing:border-box}.searchBar input{width:100%;max-width:655px;height:62px;border-radius:5px;border:1px solid #ccc;padding:0 10px}.AgentsList{display:flex;flex-direction:column;align-items:center;justify-content:start;width:100%;max-width:846px;margin:28px 0;gap:24px}.agentListCard{display:flex;flex-direction:row;justify-content:space-between;border-radius:8px;width:80%;padding:0 16px;border:1px solid #ccc}.agentListCard .AgentCardImage{display:flex;justify-content:center;align-items:center}.agentListCard .AgentCardImage img{width:50px;height:50px;border-radius:50%;margin-right:10px}.agentListCard>div:nth-child(1){display:flex;flex-direction:row;width:40%;min-width:193px;justify-content:flex-start}.agentListCard .AgentCardActions{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px}@media screen and (max-width: 768px){.agentListCard .AgentCardActions{flex-direction:column;justify-content:center}}.agentListCard .warningBody{display:flex;flex-direction:column;gap:2px;font-size:18px;opacity:.6;margin:0 51px}.confirmationDialogOverlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.confirmationDialog{box-sizing:border-box;max-width:530px;background:#fff;padding:46px 51px;border-radius:5px;text-align:center}.confirmationDialog button{margin:5px}.editAgentForm{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-webkit-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-ms-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:""}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-ms-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{-webkit-transition:border .15s ease-in;-moz-transition:border .15s ease-in;-ms-transition:border .15s ease-in;-o-transition:border .15s ease-in;transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;-webkit-transition:height .15s ease-in;-moz-transition:height .15s ease-in;-ms-transition:height .15s ease-in;-o-transition:height .15s ease-in;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{-webkit-flex-direction:column;flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:.25;-webkit-transition:opacity .35s ease-in-out;-moz-transition:opacity .35s ease-in-out;-ms-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media (min-width: 960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-webkit-transition:opacity .25s ease-in;-moz-transition:opacity .25s ease-in;-ms-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px #000000e6;background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,.9);color:#fff}.carousel:hover .slide .legend{opacity:1}.propertyImagesContainer{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.property-images{height:100%;width:inherit;display:flex;justify-content:center;align-items:center}.carouselImage .PropertyCarouselImage{height:28rem;object-fit:scale-down;border-radius:1em;margin:1em;border:none;width:min-content!important}.selected{z-index:100}.carousel .control-dots .dot{background-color:#bb9083;width:12px;height:12px;border-radius:50%;border:none;border-style:double;margin:0 5px;transition:background-color .3s ease}.carousel .control-dots .dot.selected{background-color:#ef7f0d}.carousel{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;flex-direction:row;height:100%}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{opacity:.75}.carousel-slider .control-arrow{background-color:#d67e24!important;border-radius:2.5%!important;width:2.5%;height:90%;align-self:center;border:none;cursor:pointer}.carousel-slider .control-arrow:hover{border-radius:10px;opacity:1;background-color:#ef7f0d}.thumbs-wrapper{display:flex;align-items:center;width:100%;justify-content:center}.carousel .thumb{border-radius:.75em;padding:0;border:none}.carouselImage{width:100%;max-height:512px;border-radius:12px;border:none}.header-container{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between;margin:1em;gap:2rem}.share-button{background-color:#d67e24;color:var(--secondary-color);padding:8px 16px;font-size:.75rem;font-weight:700;text-align:center;text-decoration:none;border:none;border-radius:8px;cursor:pointer}.header-data{text-align:justify}.header-data h2{font-size:2rem;margin-top:2px}.header-data h3{font-size:1.5rem;margin:0!important}.header-share{display:flex;position:relative;flex-direction:row;align-items:center}.header-share button{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:1em}.overlay-share{display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;width:12.5em}.overlay-share button{all:unset;display:flex;align-items:center;justify-content:center;background-color:#d67e24;border-radius:100%;width:48px;height:48px}.overlay-share>button:hover{transform:scale(1.05)}.shareIcon{width:32px;height:32px;object-fit:contain}.property-info-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.property-info{display:flex;flex-direction:column;height:inherit;padding:20px;background-color:#f9f9f9}.agent-info{display:flex;color:#fff;background-color:#003257;width:100%;align-items:center;justify-content:center}.agent-detail-container{margin:1rem}.agent-detail-container h1{margin:0!important;font-size:2rem}.agent-detail-container h4{font-size:large}.agent-detail-container a{color:#fff;display:flex;align-items:center;justify-content:space-between}.conditional-container{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:space-between;width:100%;gap:1rem;margin:0}.image-aside-container img{width:260px;object-fit:contain;margin:1rem}.tabs{display:flex;margin-bottom:20px}.tabs button{flex:1;padding:10px;cursor:pointer;background-color:#d67e24;color:#fff;border:none;outline:none;transition:background-color .3s}.tabs button:hover{background-color:#ac6116}.tab-content{padding:20px;background-color:#fff;border:1px solid #ddd;border-radius:5px}.technical-info .info-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.info-icon{width:20px;height:20px;margin-right:10px}.info-label{flex:1;margin-left:10px}.info-value{margin-left:auto}.view-more-container{display:flex;justify-content:center;margin-top:20px}.view-more-button{padding:10px 20px;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s}.view-more-button:hover{background-color:#0056b3}.property-detail{display:flex;justify-content:space-between;margin-bottom:8px;font-family:Arial,sans-serif}.property-detail strong{font-weight:700;margin-right:5px}.property-details-container{padding:16px;background-color:#f9f9f9;border-radius:8px}.general-info-section{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-height:50vh}.text-details{padding:1rem;font-size:1rem;line-height:1.5;color:#333;background-color:#f9f9f9;border-radius:8px;max-height:300px;overflow-y:auto;box-shadow:0 2px 4px #0000001a;transition:all .3s ease-in-out}.text-details p{margin:0 0 1rem;text-align:justify}.text-details::-webkit-scrollbar{width:8px}.text-details::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.map-2{display:flex;justify-content:center;align-items:center;min-height:35vh;min-width:35%}.popupImage{width:70px;height:70px}.PopUpContainer{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%}.PopUpContainer h2{margin:0}.mapElement{height:100%;width:100%;border-radius:16px}@media (max-width: 768px){.image-aside-container img{width:220px;object-fit:contain}.conditional-container{gap:0}.carouselImage .PropertyCarouselImage{height:inherit;width:inherit!important}.carousel-slider .control-arrow{width:7%}.header-data h2{font-size:1rem;margin-top:2px}.header-data h3{font-size:.75rem;margin:0!important}.text-details p{font-size:small}}.preserve-whitespace{white-space:pre-wrap}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.aboutUs_banner{width:100%;max-height:300px;background-color:#f2f2f2;display:flex}.header-about-us{display:flex;height:48rem;width:100%;background-image:url(/images/window.jpg);background-position:center;background-size:cover;background-repeat:repeat;aspect-ratio:16/9}.agentsSection{display:flex;justify-content:center;align-items:center;max-width:100%;padding:0;margin:0;background-image:url(/images/bannerAgents.webp);background-size:cover;background-repeat:no-repeat;aspect-ratio:16/9}.agentsSection .slider{display:flex;width:100vw}.agentsSection .backArrow{left:.625rem;position:absolute;background-color:transparent;border:none;cursor:pointer;z-index:100}.agentsSection .nextArrow{right:.625rem;position:absolute;background-color:transparent;border:none;cursor:pointer}.nextArrow:hover,.backArrow:hover{border-radius:10px;background-color:#ef7f0d}.agentsSection .carousel-root{width:80%}.agentsSection .carousel .control-dots .dot{background-color:#bb9083;width:12px;height:12px;border-radius:50%;border:black 1px;border-style:double;margin:0 5px;transition:background-color .3s ease}.agentsSection .carousel .control-dots .dot.selected{background-color:#ef7f0d}.agentsSection .slide{display:flex;flex-direction:column;justify-content:end;align-items:center;overflow:hidden}.agentCard{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:center;margin:1rem;max-width:434px;height:95%;max-height:910px}.agentCard .topBorder{background-color:#ef7f0d;border-top-left-radius:24px;border-top-right-radius:24px;height:61%;width:100%;margin-bottom:0;box-sizing:border-box}.topBorderBlue{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background-color:#003057;border-radius:1rem;height:100%;width:100%}.agentCard .topBorder img{width:100%;height:100%;border-radius:.5rem;object-fit:contain}.agentCard .infoCard{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#ef7f0d;color:#fcf8f3;height:40%;border-bottom-left-radius:12px;border-bottom-right-radius:12px;width:100%;margin-top:0;box-sizing:border-box}.topBorder .donut{width:40px;height:44px}.cardName{font-weight:400;font-size:1.66rem;margin-top:12px;margin-bottom:0}.cardPosition{font-weight:700;font-size:1.15rem;margin-top:0;margin-bottom:6px}.cardCellphone{font-weight:700;font-size:1.49rem;margin-top:4px;margin-bottom:6px}.cardEmail{font-weight:400;font-size:1.26rem;margin-top:4px;margin-bottom:6px}.cardPhone{font-weight:400;font-size:1rem;margin-top:4px;margin-bottom:6px}.sendMessageButton{background-color:#fff;color:#676767;border:none;padding:8px 16px;font-size:1.66rem;margin-top:12px;width:90%;height:58px;cursor:pointer;margin-bottom:3rem}.carousel_contactCont{display:flex;flex-direction:row;justify-content:center;align-items:center}.carousel_contactCont img{width:30px;height:30px;margin:10px}.MisionVisionSection{display:flex;flex-direction:column;justify-content:center;align-items:center}.who-are-we{display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;background:linear-gradient(90deg,#001c32,#002d50 38%,#004f90);color:#fff}.who-are-we div{display:flex;flex-direction:column;align-items:start;text-align:justify;text-wrap:pretty;justify-content:space-around;margin:1rem}.who-are-we div h2{font-size:1.5em!important;font-weight:800!important}.who-are-we div p{font-size:1.25em!important}.line-divisor{display:flex;width:100%;height:12px;background-color:#fff;margin:0;border:none}.contentContainer{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between;align-items:center;background-color:#ef7f0d;background-size:contain;background-image:url(images/th-bg-detail-orange.png);background-repeat:repeat;background-blend-mode:color;width:100%}.contentContainer img{aspect-ratio:16/9;width:45%;object-fit:fill}.textContainer{display:flex;flex-direction:column;justify-content:center;align-items:start;width:47.5%;margin:3rem;color:#000}.textContainer h2{font-size:1.5em!important;font-weight:800!important}.textContainer p{font-size:1.25em!important}.textContainer ul{margin-left:4rem;font-size:1.25em!important}@media (max-width: 1300px){.contentContainer img{width:45%}.textContainer{width:47.5%;margin:0}.textContainer h2{font-size:28px!important;font-weight:800!important}.textContainer p{font-size:20px!important}.textContainer ul{margin-left:4rem;font-size:20px!important}.who-are-we{padding:1em}.who-are-we div h2{font-size:28px!important;font-weight:800!important}.who-are-we div p{font-size:20px!important}}@media (max-width: 768px){.contentContainer{flex-direction:column}.contentContainer img{width:100%}.textContainer{width:75%;margin:.5em}.textContainer h2{font-size:20px!important;font-weight:800!important}.textContainer p{font-size:16px!important}.textContainer ul{margin-left:4rem;font-size:14px!important}.who-are-we div h2{font-size:24px!important;font-weight:800!important}.who-are-we div p{font-size:16px!important}.agentCard .topBorder{background-color:#ef7f0d;border-top-left-radius:24px;border-top-right-radius:24px;height:61%;width:90%;margin-bottom:0;box-sizing:border-box}.topBorderBlue{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background-color:#003057;border-radius:1rem;height:100%;width:100%}.agentCard .infoCard{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#ef7f0d;color:#fcf8f3;height:40%;border-bottom-left-radius:12px;border-bottom-right-radius:12px;width:90%;margin-top:0;box-sizing:border-box}.cardName{font-size:1.35rem}.cardPosition{margin-top:0}.cardCellphone,.cardEmail,.cardPhone{margin-top:4px}.sendMessageButton{font-size:1.2rem}}.valuesSection{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px}.circleContainer{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;max-width:500px;height:500px;gap:12px}.valuesSection h2{font-size:32px}.philosophySection{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;gap:12px}.philosophySection .banner{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.philosophySection .banner img{position:inherit;object-fit:cover;height:196px;width:100%}.philosophySection .banner h1{position:absolute;color:#fff;font-size:50px}.philosophyText{width:80%;max-width:770px;font-size:20px}.Decorator{width:100%;height:50px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:45px}.line{width:36.8%;height:1px;background-color:#000}.dot{width:20px;height:20px;border-radius:50%;background-color:#000}.container{padding:20px;display:flex;flex-direction:column}.search-bar{width:100%;padding:10px;margin-bottom:20px;border-radius:5px;border:1px solid #ccc}.project-card{display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;padding:20px;margin-bottom:20px;border-radius:5px;box-shadow:0 0 10px #0000001a;background-color:#fff;gap:2rem}.project-card .project-image{width:auto;height:22.5rem;object-fit:contain;border-radius:2.15rem}.project-details{max-width:75vw}.project-description{margin:0 0 20px;text-align:justify;font-size:.95em;white-space:break-spaces}.project-list .view-more-button{border-radius:8px;border:none;background-color:#003257;color:#fff;padding:8px 16px;font-size:.75rem;font-weight:700;text-align:center;text-decoration:none;cursor:pointer;min-height:48px}.project-list .view-more-button:hover{background-color:#004880}.project-card .header-share{flex-direction:column;gap:2rem;flex-wrap:wrap}.project-card .share-button{background-color:#003257}.project-card .overlay-share{display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;width:12.5em}.project-card .overlay-share button{all:unset;display:flex;align-items:center;justify-content:center;background-color:#003257;border-radius:100%;width:48px;height:48px}.project-details-container{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:2em;width:100%}.project-title{font-size:2em;margin-bottom:20px}.project-image{width:100%;max-width:400px;height:auto;border-radius:10px;margin-bottom:20px}.project-dates{font-size:1em;margin-bottom:10px}.project-carousels{height:100%;width:inherit;display:flex;justify-content:center;align-items:center}.carousel-root{display:flex!important;flex-direction:column!important;width:inherit!important;align-items:center}.projectCarouselSelected{width:100%;max-height:512px;border-radius:12px;border:none}.projectCarouselSelected .ProjectCarouselImage{height:28rem;object-fit:scale-down;border-radius:1em;margin:1em;border:none;width:min-content!important}.project-carousel .carousel-root{display:flex!important;flex-direction:column!important;width:inherit!important;align-items:center}.carousel .control-dots .dot{background-color:#bb9083;width:12px;height:12px;border-radius:50%;border:#003257 1px;border-style:double;margin:0 5px;transition:background-color .3s ease}.project-details-container .carousel .thumb{border-radius:.75em;padding:0;border:none}.project-details-container .thumbs-wrapper .thumb{max-height:48px}.project-details-container .thumbs-wrapper .thumb img{max-height:80px}.project-info-container{display:flex;align-items:start;gap:2em;width:100%}.project-info-divider{display:flex;width:100%;height:2rem;background-color:#003257}@media screen and (max-width: 768px){.project-info-container{flex-direction:column;justify-content:center;align-items:center}.project-header{width:80%!important}.related-projects{width:95%!important}.projectCarouselSelected .ProjectCarouselImage{height:fit-content;max-height:66vh;width:inherit!important;object-fit:fill}.slider{display:flex;flex-direction:row;align-items:center}}.project-header{display:flex;flex-direction:column;width:25%;margin:2em;padding:2em;background-color:#003257;color:#fff;border-radius:12px}.project-header p{display:flex;height:20em;max-height:20em;overflow-y:scroll}.related-projects{display:flex;flex-direction:column;width:70%}.related-projects-title{font-size:1.5em;margin-top:40px;margin-bottom:20px}.related-projects-grid{display:flex;flex-direction:row;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;flex-wrap:wrap}.related-project-card{padding:20px;border-radius:5px;box-shadow:0 0 10px #0000001a;background-color:#fff;text-align:left}.related-project-image{width:100%;height:150px;object-fit:cover;border-radius:5px;margin-bottom:10px}.related-project-name{font-size:1.2em;margin-bottom:10px}.related-project-description{font-size:1em;margin-bottom:10px}.ProjectsContainer{padding:20px;max-width:800px;margin:0 auto;min-height:60vh}.title{text-align:center;margin-bottom:20px}.Projects-search-bar{width:100%;padding:10px;border-radius:5px;border:1px solid #ccc;margin:0}.project-list{list-style-type:none;padding:0}.project-card{display:flex;align-items:center;padding:20px;margin-bottom:20px;border-radius:5px;box-shadow:0 0 10px #0000001a;background-color:#fff}.project-image{width:100px;height:100px;object-fit:cover;border-radius:5px;margin-right:20px}.project-details{flex-grow:1}.project-name{margin:0 0 10px}.project-description{margin:0 0 20px}.view-more-button{padding:10px 20px;border-radius:5px;border:none;background-color:#007bff;color:#fff;cursor:pointer}.add-projects-container{padding:20px;max-width:600px;margin:0 auto;text-align:center}.project-form-container{display:flex;justify-content:center;align-items:center}.project-form{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center}.project-form input{width:100%}.project-form .form-group{margin-bottom:20px;text-align:left;max-width:255px;width:100%}.error{color:red;font-size:.8em;margin-top:5px}.submit-button{padding:10px 20px;border-radius:5px;border:none;background-color:#007bff;color:#fff;cursor:pointer}.propertyRelatedCard{width:100%;max-width:600px}
