body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Arial,sans-serif;font-size:17px}header{background-color:#595b5a;color:#fff}.header-top{background-color:#fff;justify-content:space-between;padding:10px 20px;width:100%}.contact-info,.header-top{align-items:center;display:flex;flex-wrap:wrap}.contact-info{gap:10px}.contact-info a,.contact-info p{align-items:center;color:#333;display:flex;font-size:12px;margin:0;text-decoration:none}.contact-info img{height:18px;margin-right:5px;width:18px}.social-icons{display:flex;gap:10px}.social-icons img{height:25px;width:25px}.header-bottom{align-items:center;border-top:1px solid #fff3;display:flex;justify-content:space-between;padding:0 20px}.logo img{height:60px;margin-left:40px}.header-bottom p{font-size:32px;margin:0 20px}nav ul{display:flex;list-style:none;margin:0;padding:0}nav ul li{margin:0 15px}nav ul li a{color:#fff;text-decoration:none}.full-screen-block{align-items:center;background-color:#f0f0f0;display:flex;height:100vh;justify-content:center;text-align:center}.full-screen-block h1{color:#333;font-size:2.5rem}.dev-section{background-color:#f1f1f1;padding:40px 20px;text-align:justify}.dev-section h2{margin-bottom:30px}.gis-section{background-color:#fff;padding:40px 20px;text-align:justify}.accordion{margin:0 auto;max-width:900px}.accordion-item{border:1px solid #ddd;margin-bottom:10px}.accordion-button{background-color:#fff;border:none;cursor:pointer;font-size:16px;padding:15px;text-align:left;width:100%}.accordion-content{background-color:#f9f9f9;display:none;padding:15px}.accordion-content.active{display:block}footer{background-color:#333;color:#fff;padding:40px 20px}.footer-content{display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;max-width:800px}.footer-section{flex:1 1;margin:0 50px}.footer-section h4{margin-bottom:15px}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin:10px 0}.footer-section ul li a{color:#fff;text-decoration:none}.footer-section form{display:flex;flex-direction:column}.footer-section input{border:none;border-radius:5px;margin-bottom:10px;padding:10px}.footer-section button{background-color:#658161;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px}.footer-section img{height:16px;margin-right:8px;width:16px}.footer-section .social-icons img{height:20px;margin-right:0;width:20px}.accented{display:inline-block;position:relative}.accented:after{content:"́";font-size:1.2em;font-weight:700;left:80%;position:absolute;top:-.05em;transform:translateX(-50%)}.block-info{font-family:Arial,sans-serif;font-size:17px;line-height:1.5}.text-spacing{letter-spacing:.3em}.pdf-modal{align-items:center;background-color:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.pdf-modal-content{background:#fff;border-radius:8px;height:90%;max-width:1000px;overflow:hidden;position:relative;width:90%}.pdf-modal-close{background:#f44;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:18px;height:30px;position:absolute;right:10px;top:10px;width:30px;z-index:1001}.pdf-modal-close:hover{background:#c00}.pdf-link{background:none;border:none;color:#fff;cursor:pointer;font:inherit;padding:0;text-decoration:none}.click-link:hover,.pdf-link:hover{text-decoration:underline}.hero-section{padding:4rem 0}.hero-container{margin:0 auto;max-width:900px;padding:0 1rem}.hero-content{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.hero-text{flex:1 1;min-width:300px}.logo-container{height:210px;margin-bottom:1.5rem;width:224px}.hero-logo{height:100%;object-fit:contain;width:100%}.hero-image-container{flex-shrink:0;height:200px;width:200px}.hero-image{animation:fadeIn 2s ease-in-out;border-radius:50%;height:100%;object-fit:cover;width:100%}.hero-title{color:#595b5a;font-size:2.5rem;margin-bottom:1rem;max-width:400px}.hero-buttons{display:flex;gap:1rem;margin-top:2rem}.btn{border-radius:4px;font-weight:500;padding:.8rem 1.6rem;text-decoration:none;transition:all .3s ease}.btn-primary{background-color:#4caf50;color:#fff}.btn-outline{border:2px solid #4caf50;color:#4caf50}.categories-section{background-color:#f9f9f9;padding:30px 0}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section-title{color:#5b5a5a;font-size:2.5rem;margin-bottom:20px;text-align:center}.image-source{color:#666;margin-bottom:40px;text-align:center}.image-source a{color:#3a7bd5;text-decoration:none}.categories-grid{grid-gap:20px;display:grid;grid-template-columns:repeat(3,1fr)}.category-card{border-radius:10px;padding:40px 30px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.category-card:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-10px)}.category-card.grey-light{background-color:#f0f0f0}.category-card h3{color:#5b5a5a;font-size:1.5rem;margin-bottom:15px}.category-card p{color:#515153;margin-bottom:20px}.category-icon{align-items:center;display:flex;height:60px;justify-content:center;margin:0 auto;width:60px}.category-icon img{max-height:100%;max-width:100%}.category-image{border-radius:10px;height:100%;overflow:hidden}.category-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.category-image:hover img{transform:scale(1.05)}.animate-fade-in{animation:fadeIn 2s ease-in-out;animation-fill-mode:forwards;opacity:0}.component-base{color:#515153;font-size:1.5rem;line-height:1.5}.ul-header{font-size:1.2rem}.ul-footer{font-size:1rem}.footer-section p{margin:10px 0}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}ul{list-style-type:disc;margin-top:15px;padding-left:20px}li{color:#515153;font-size:1.5rem;line-height:1.5;margin-bottom:10px;text-align:left}@media (max-width:992px){.header-bottom{flex-direction:column;gap:15px;padding:15px 20px}.logo img{margin-left:0}.text-spacing{font-size:28px;margin:10px 0}nav ul li{margin:0 10px}.categories-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.header-top{gap:15px;justify-content:center}nav ul{align-items:center;flex-direction:column}nav ul li{margin:5px 0}.text-spacing{font-size:24px;letter-spacing:.2em}.hero-content{align-items:center;flex-direction:column}.hero-title{color:#595b5a;font-size:2rem;margin-bottom:1rem;max-width:400px}.hero-text{align-items:center;display:flex;flex-direction:column;text-align:center}.hero-buttons{justify-content:center}.hero-image-container{height:300px;width:300px}.categories-grid{grid-template-columns:1fr}.section-title{font-size:2rem}}@media (max-width:480px){.contact-info{align-items:flex-start;flex-direction:column;gap:5px}.logo img{height:50px}}
/*# sourceMappingURL=main.42149462.css.map*/