@font-face{font-family:Open Sans;src:url(/assets/OpenSans-Light-1n9Z4xxn.ttf) format("truetype");font-weight:300;font-display:swap}@font-face{font-family:Open Sans;src:url(/assets/OpenSans-Regular-BYL697sd.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Open Sans;src:url(/assets/OpenSans-SemiBold-BEIULkAz.ttf) format("truetype");font-weight:600;font-display:swap}@font-face{font-family:Open Sans;src:url(/assets/OpenSans-Bold-xlJa4yU9.ttf) format("truetype");font-weight:700;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-green: #2B45C1;--primary-green-dark: #23389f;--primary-green-light: #4b5fc7;--primary-orange: #E26A37;--primary-orange-dark: #c85a2e;--primary-orange-light: #e87d4f;--text-dark: #1a1a1a;--text-gray: #4a4a4a;--text-light: #6a6a6a;--bg-light: #f8f9fa;--bg-white: #ffffff;--border-color: #e0e0e0}body{font-family:Open Sans,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--bg-white);margin:0;padding:0;min-height:100vh}#app{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:600}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;font-family:inherit}ul{list-style:none}img{max-width:100%;height:auto;display:block}.navigation.svelte-1bnrzyu.svelte-1bnrzyu{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#f7f7f7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;box-shadow:0 2px 5px #0000000d}.navigation.scrolled.svelte-1bnrzyu.svelte-1bnrzyu{box-shadow:0 4px 12px #0000001a;background-color:#f7f7f7}.nav-container.svelte-1bnrzyu.svelte-1bnrzyu{max-width:1200px;margin:0 auto;padding:.25rem 1rem;display:flex;justify-content:space-between;align-items:center}.logo.svelte-1bnrzyu.svelte-1bnrzyu{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center}.logo-img.svelte-1bnrzyu.svelte-1bnrzyu{height:100px;width:auto;transition:transform .3s ease}.logo.svelte-1bnrzyu:hover .logo-img.svelte-1bnrzyu{transform:scale(1.05)}.mobile-menu-button.svelte-1bnrzyu.svelte-1bnrzyu{display:none;flex-direction:column;gap:5px;background:none;padding:.5rem}.hamburger.svelte-1bnrzyu.svelte-1bnrzyu{width:25px;height:3px;background-color:var(--primary-green);border-radius:2px;transition:all .3s ease}.nav-links.svelte-1bnrzyu.svelte-1bnrzyu{display:flex;gap:2rem;align-items:center}.nav-links.svelte-1bnrzyu li button.svelte-1bnrzyu{background:none;color:var(--text-dark);font-size:1rem;font-weight:500;padding:.5rem 0;transition:color .3s ease;position:relative}.nav-links.svelte-1bnrzyu li button.svelte-1bnrzyu:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--primary-green);transition:width .3s ease}.nav-links.svelte-1bnrzyu li button.svelte-1bnrzyu:hover{color:var(--primary-green)}.nav-links.svelte-1bnrzyu li button.svelte-1bnrzyu:hover:after{width:100%}.contact-btn.svelte-1bnrzyu.svelte-1bnrzyu{background:none;color:var(--text-dark);padding:.5rem 0}.contact-btn.svelte-1bnrzyu.svelte-1bnrzyu:hover{color:var(--primary-green)}@media (max-width: 768px){.mobile-menu-button.svelte-1bnrzyu.svelte-1bnrzyu{display:flex}.nav-links.svelte-1bnrzyu.svelte-1bnrzyu{position:absolute;top:100%;left:0;right:0;flex-direction:column;background-color:#fff;box-shadow:0 4px 12px #0000001a;padding:2rem;gap:1.5rem;transform:translateY(-100%);opacity:0;pointer-events:none;transition:all .3s ease}.nav-links.mobile-open.svelte-1bnrzyu.svelte-1bnrzyu{transform:translateY(0);opacity:1;pointer-events:all}.contact-btn.svelte-1bnrzyu.svelte-1bnrzyu{width:100%}}.hero.svelte-yi9v35.svelte-yi9v35{position:relative;padding:8rem 2rem 4rem;background:url(/assets/hero-background-3.jpg) center center/cover no-repeat;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero-overlay.svelte-yi9v35.svelte-yi9v35{position:absolute;top:0;left:0;right:0;bottom:0;background:#0000001a;z-index:1}.hero-container.svelte-yi9v35.svelte-yi9v35{position:relative;z-index:2;max-width:1200px;margin:0 auto;width:100%}.hero-content.svelte-yi9v35.svelte-yi9v35{max-width:600px;width:50%;animation:svelte-yi9v35-fadeInUp .8s ease-out;display:flex;flex-direction:column;gap:.75rem}@keyframes svelte-yi9v35-fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title.svelte-yi9v35.svelte-yi9v35{font-size:2.5rem;color:#fff;margin-bottom:1rem;line-height:1.2}.hero-subtitle.svelte-yi9v35.svelte-yi9v35{font-size:1.2rem;color:#fff;margin-bottom:1rem;font-weight:500}.hero-text.svelte-yi9v35.svelte-yi9v35{font-size:1.05rem;color:#fff;line-height:1.6}.hero-cta-text.svelte-yi9v35.svelte-yi9v35{font-size:1.1rem;color:#fff;margin:1rem 0;font-weight:500}.cta-button.svelte-yi9v35.svelte-yi9v35{background-color:var(--primary-orange);color:#fff;padding:1rem 2.5rem;border-radius:10px;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #e26a3733}.cta-button.svelte-yi9v35.svelte-yi9v35:hover{background-color:var(--primary-green-dark);transform:translateY(-3px);box-shadow:0 6px 20px #e26a374d}.scroll-indicator.svelte-yi9v35.svelte-yi9v35{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);background:var(--bg-white);border-radius:999px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:var(--primary-orange);box-shadow:0 10px 30px #00000026;animation:svelte-yi9v35-bounce 1.8s infinite;z-index:3}.scroll-indicator.svelte-yi9v35 svg.svelte-yi9v35{width:24px;height:24px}@keyframes svelte-yi9v35-bounce{0%,20%,50%,80%,to{transform:translate(-50%)}40%{transform:translate(-50%,-10px)}60%{transform:translate(-50%,-5px)}}@media (max-width: 968px){.hero.svelte-yi9v35.svelte-yi9v35{padding:5rem 1.5rem 2.5rem;min-height:100vh}.hero-content.svelte-yi9v35.svelte-yi9v35{width:100%;max-width:520px;margin:0 auto;gap:.5rem}.hero-title.svelte-yi9v35.svelte-yi9v35{font-size:2rem}.hero-subtitle.svelte-yi9v35.svelte-yi9v35{font-size:1.1rem}}@media (max-width: 640px){.hero.svelte-yi9v35.svelte-yi9v35{padding:6rem 1.25rem 1.5rem;min-height:100vh}.hero-content.svelte-yi9v35.svelte-yi9v35{gap:.1rem}.hero-title.svelte-yi9v35.svelte-yi9v35{font-size:1.7rem}.hero-subtitle.svelte-yi9v35.svelte-yi9v35{font-size:1rem}.hero-text.svelte-yi9v35.svelte-yi9v35{font-size:.95rem}.cta-button.svelte-yi9v35.svelte-yi9v35{width:100%;padding:1rem}}.about.svelte-8y8kzc.svelte-8y8kzc{padding:5rem 2rem;background-color:var(--bg-white)}.about-container.svelte-8y8kzc.svelte-8y8kzc{max-width:1200px;margin:0 auto}.section-header.svelte-8y8kzc.svelte-8y8kzc{text-align:center;margin-bottom:3rem}.section-header.svelte-8y8kzc h2.svelte-8y8kzc{font-size:2.5rem;color:var(--text-dark);margin-bottom:1rem}.header-line.svelte-8y8kzc.svelte-8y8kzc{width:80px;height:4px;background-color:var(--primary-orange);margin:0 auto;border-radius:2px}.about-content.svelte-8y8kzc.svelte-8y8kzc{display:grid;gap:3rem}.about-text.svelte-8y8kzc.svelte-8y8kzc{max-width:900px;margin:0 auto}.about-text.svelte-8y8kzc p.svelte-8y8kzc{font-size:1.1rem;line-height:1.8;color:var(--text-gray);margin-bottom:1.25rem}.about-text.svelte-8y8kzc .highlight.svelte-8y8kzc{font-size:1.25rem;font-weight:600;color:var(--primary-orange)}.about-features.svelte-8y8kzc.svelte-8y8kzc{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.feature-card.svelte-8y8kzc.svelte-8y8kzc{background-color:var(--bg-light);padding:2rem;border-radius:12px;transition:all .3s ease;border:2px solid transparent}.feature-card.svelte-8y8kzc.svelte-8y8kzc:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a;border-color:var(--primary-green)}.feature-icon.svelte-8y8kzc.svelte-8y8kzc{width:60px;height:60px;background-color:var(--primary-orange);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-icon.svelte-8y8kzc svg.svelte-8y8kzc{width:32px;height:32px;color:#fff}.feature-card.svelte-8y8kzc h3.svelte-8y8kzc{font-size:1.4rem;color:var(--text-dark);margin-bottom:1rem}.feature-card.svelte-8y8kzc p.svelte-8y8kzc{font-size:1rem;line-height:1.7;color:var(--text-light)}@media (max-width: 768px){.about.svelte-8y8kzc.svelte-8y8kzc{padding:3rem 1.5rem}.section-header.svelte-8y8kzc h2.svelte-8y8kzc{font-size:2rem}.about-text.svelte-8y8kzc p.svelte-8y8kzc{font-size:1rem}.about-features.svelte-8y8kzc.svelte-8y8kzc{grid-template-columns:1fr}}.services.svelte-h8itsu.svelte-h8itsu{padding:5rem 2rem;background:linear-gradient(to bottom,var(--bg-white),var(--bg-light))}.services-container.svelte-h8itsu.svelte-h8itsu{max-width:1200px;margin:0 auto}.section-header.svelte-h8itsu.svelte-h8itsu{text-align:center;margin-bottom:3rem}.section-header.svelte-h8itsu h2.svelte-h8itsu{font-size:2.5rem;color:var(--text-dark);margin-bottom:1rem}.header-line.svelte-h8itsu.svelte-h8itsu{width:80px;height:4px;background-color:var(--primary-orange);margin:0 auto 1.5rem;border-radius:2px}.section-subtitle.svelte-h8itsu.svelte-h8itsu{font-size:1.15rem;color:var(--text-light);max-width:600px;margin:0 auto}.services-grid.svelte-h8itsu.svelte-h8itsu{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card.svelte-h8itsu.svelte-h8itsu{background-color:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;transition:all .3s ease;border:2px solid transparent;overflow:hidden;display:flex;flex-direction:column;height:100%}.service-card.svelte-h8itsu.svelte-h8itsu:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f;border-color:var(--primary-green)}.card-image.svelte-h8itsu.svelte-h8itsu{width:100%;height:200px;overflow:hidden;position:relative}.card-image.svelte-h8itsu img.svelte-h8itsu{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.service-card.svelte-h8itsu:hover .card-image img.svelte-h8itsu{transform:scale(1.05)}.card-content.svelte-h8itsu.svelte-h8itsu{padding:1.75rem;display:flex;flex-direction:column;flex-grow:1}.card-content.svelte-h8itsu h3.svelte-h8itsu{font-size:1.3rem;color:var(--primary-green);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid var(--bg-light);min-height:3.2rem}.card-content.svelte-h8itsu ul.svelte-h8itsu{display:flex;flex-direction:column;gap:.65rem;flex-grow:1}.card-content.svelte-h8itsu li.svelte-h8itsu{display:flex;align-items:flex-start;gap:.65rem;font-size:.9rem;color:var(--text-gray);line-height:1.5}.card-content.svelte-h8itsu li svg.svelte-h8itsu{width:18px;height:18px;color:var(--primary-orange);flex-shrink:0;margin-top:2px}@media (max-width: 968px){.services.svelte-h8itsu.svelte-h8itsu{padding:3rem 1.5rem}.section-header.svelte-h8itsu h2.svelte-h8itsu{font-size:2rem}.services-grid.svelte-h8itsu.svelte-h8itsu{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}}@media (max-width: 640px){.services-grid.svelte-h8itsu.svelte-h8itsu{grid-template-columns:1fr}.card-content.svelte-h8itsu.svelte-h8itsu{padding:1.5rem}.card-image.svelte-h8itsu.svelte-h8itsu{height:180px}}.gesellschafter.svelte-1mcme9s.svelte-1mcme9s{padding:5rem 2rem;background:linear-gradient(to bottom,var(--bg-white) 0%,var(--bg-light) 100%)}.container.svelte-1mcme9s.svelte-1mcme9s{max-width:1200px;margin:0 auto}.section-title.svelte-1mcme9s.svelte-1mcme9s{text-align:center;font-size:2.5rem;margin-bottom:3rem;font-weight:700}.content-grid.svelte-1mcme9s.svelte-1mcme9s{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-bottom:4rem}.image-container.svelte-1mcme9s.svelte-1mcme9s{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.image-container.svelte-1mcme9s img.svelte-1mcme9s{width:100%;height:100%;object-fit:cover}.text-content.svelte-1mcme9s h3.svelte-1mcme9s{color:var(--primary-orange);font-size:1.75rem;margin-bottom:1.5rem;font-weight:600}.text-content.svelte-1mcme9s p.svelte-1mcme9s{color:var(--text-gray);line-height:1.8;margin-bottom:1.25rem;font-size:1.05rem}.benefits-section.svelte-1mcme9s.svelte-1mcme9s{margin-bottom:4rem;padding:3rem;background:var(--bg-white);border-radius:12px;box-shadow:0 2px 15px #0000000d}.benefits-section.svelte-1mcme9s h3.svelte-1mcme9s{color:var(--primary-green);font-size:1.75rem;margin-bottom:2rem;text-align:center;font-weight:600}.benefits-grid.svelte-1mcme9s.svelte-1mcme9s{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.benefit-item.svelte-1mcme9s.svelte-1mcme9s{color:var(--text-gray);padding:.75rem 1rem;background:var(--bg-light);border-radius:8px;font-size:1rem;transition:all .3s ease}.benefit-item.svelte-1mcme9s.svelte-1mcme9s:hover{background:var(--primary-green-light);color:var(--bg-white);transform:translate(5px)}.focus-statement.svelte-1mcme9s.svelte-1mcme9s{text-align:center;margin-bottom:4rem;padding:2rem;background:linear-gradient(135deg,var(--primary-orange-light),var(--primary-green));border-radius:12px;color:var(--bg-white)}.focus-statement.svelte-1mcme9s h3.svelte-1mcme9s{font-size:2rem;margin-bottom:.5rem;font-weight:600}.focus-statement.svelte-1mcme9s p.svelte-1mcme9s{font-size:1.5rem;font-weight:300}.cta-section.svelte-1mcme9s.svelte-1mcme9s{text-align:center;padding:3rem;background:var(--bg-white);border-radius:12px;box-shadow:0 2px 15px #0000000d}.cta-section.svelte-1mcme9s h3.svelte-1mcme9s{color:var(--primary-orange);font-size:1.75rem;margin-bottom:1.5rem;font-weight:600}.cta-section.svelte-1mcme9s p.svelte-1mcme9s{color:var(--text-gray);line-height:1.8;margin-bottom:1.5rem;font-size:1.05rem}.contact-info.svelte-1mcme9s.svelte-1mcme9s{font-size:1.15rem;margin-bottom:2rem}.contact-info.svelte-1mcme9s strong.svelte-1mcme9s{color:var(--primary-green);font-size:1.3rem}.cta-button.svelte-1mcme9s.svelte-1mcme9s{background:var(--primary-orange);color:#fff;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 15px #2d865933}.cta-button.svelte-1mcme9s.svelte-1mcme9s:hover{background:var(--primary-green-dark);transform:translateY(-2px);box-shadow:0 6px 20px #2d86594d}.closing.svelte-1mcme9s.svelte-1mcme9s{margin-top:2rem;font-size:1.15rem;color:var(--primary-green);font-weight:600}@media (max-width: 968px){.gesellschafter.svelte-1mcme9s.svelte-1mcme9s{padding:4rem 1.5rem}.section-title.svelte-1mcme9s.svelte-1mcme9s{font-size:2rem}.content-grid.svelte-1mcme9s.svelte-1mcme9s{grid-template-columns:1fr;gap:2rem}.benefits-section.svelte-1mcme9s.svelte-1mcme9s{padding:2rem 1.5rem}.benefits-grid.svelte-1mcme9s.svelte-1mcme9s{grid-template-columns:1fr}.focus-statement.svelte-1mcme9s h3.svelte-1mcme9s{font-size:1.5rem}.focus-statement.svelte-1mcme9s p.svelte-1mcme9s{font-size:1.25rem}}@media (max-width: 640px){.gesellschafter.svelte-1mcme9s.svelte-1mcme9s{padding:3rem 1rem}.section-title.svelte-1mcme9s.svelte-1mcme9s{font-size:1.75rem}.text-content.svelte-1mcme9s h3.svelte-1mcme9s{font-size:1.5rem}.cta-section.svelte-1mcme9s.svelte-1mcme9s{padding:2rem 1.5rem}.cta-button.svelte-1mcme9s.svelte-1mcme9s{width:100%;padding:1rem 1.5rem}}.career.svelte-163pu66.svelte-163pu66{padding:5rem 2rem;background-color:var(--bg-white)}.career-container.svelte-163pu66.svelte-163pu66{max-width:1200px;margin:0 auto}.career-content.svelte-163pu66.svelte-163pu66{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:start}.career-text.svelte-163pu66 h2.svelte-163pu66{font-size:2.5rem;color:var(--text-dark);margin-bottom:1rem}.header-line.svelte-163pu66.svelte-163pu66{width:80px;height:4px;background-color:var(--primary-orange);margin-bottom:2rem;border-radius:2px}.intro.svelte-163pu66.svelte-163pu66{font-size:1.4rem;font-weight:600;color:var(--primary-orange);margin-bottom:1rem}.description.svelte-163pu66.svelte-163pu66{font-size:1.15rem;color:var(--text-gray);margin-bottom:2rem}.positions-list.svelte-163pu66.svelte-163pu66{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.positions-list.svelte-163pu66 li.svelte-163pu66{display:flex;align-items:center;gap:1rem;font-size:1.05rem;color:var(--text-gray);padding:.75rem;background-color:var(--bg-light);border-radius:8px;transition:all .3s ease}.positions-list.svelte-163pu66 li.svelte-163pu66:hover{background-color:#e0e6f2;transform:translate(5px)}.positions-list.svelte-163pu66 li svg.svelte-163pu66{width:24px;height:24px;color:var(--primary-orange);flex-shrink:0}.employment-types.svelte-163pu66.svelte-163pu66{font-size:1rem;color:var(--text-light);margin-bottom:2rem;padding:1rem;background-color:var(--bg-light);border-radius:8px;border-left:4px solid var(--primary-green)}.cta-box.svelte-163pu66.svelte-163pu66{background:linear-gradient(135deg,var(--primary-orange-light),var(--primary-green));padding:2rem;border-radius:12px;color:#fff}.cta-text.svelte-163pu66.svelte-163pu66{font-size:1.05rem;line-height:1.7;margin-bottom:1rem}.team-text.svelte-163pu66.svelte-163pu66{font-size:1.15rem;font-weight:600;margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid rgba(255,255,255,.3)}.career-visual.svelte-163pu66.svelte-163pu66{position:sticky;top:120px}.visual-card.svelte-163pu66.svelte-163pu66{background-color:var(--bg-light);padding:2.5rem;border-radius:16px;text-align:center;border:2px solid var(--border-color);transition:all .3s ease}.visual-card.svelte-163pu66.svelte-163pu66:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a;border-color:var(--primary-green)}.icon-wrapper.svelte-163pu66.svelte-163pu66{width:80px;height:80px;background:linear-gradient(135deg,var(--primary-orange-light),var(--primary-orange));border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.icon-wrapper.svelte-163pu66 svg.svelte-163pu66{width:40px;height:40px;color:#fff}.visual-card.svelte-163pu66 h3.svelte-163pu66{font-size:1.5rem;color:var(--text-dark);margin-bottom:1rem}.visual-card.svelte-163pu66 p.svelte-163pu66{font-size:1rem;color:var(--text-light);line-height:1.7;margin-bottom:2rem}.contact-button.svelte-163pu66.svelte-163pu66{background-color:var(--primary-orange);color:#fff;padding:1rem 2rem;border-radius:10px;font-size:1.05rem;font-weight:600;width:100%;transition:all .3s ease}.contact-button.svelte-163pu66.svelte-163pu66:hover{background-color:var(--primary-green);transform:translateY(-2px);box-shadow:0 4px 15px #2d86594d}@media (max-width: 968px){.career.svelte-163pu66.svelte-163pu66{padding:3rem 1.5rem}.career-content.svelte-163pu66.svelte-163pu66{grid-template-columns:1fr;gap:2rem}.career-text.svelte-163pu66 h2.svelte-163pu66{font-size:2rem}.career-visual.svelte-163pu66.svelte-163pu66{position:static}}.contact.svelte-hzy3re.svelte-hzy3re{padding:5rem 2rem;background:linear-gradient(to bottom,var(--bg-light),var(--bg-white))}.contact-container.svelte-hzy3re.svelte-hzy3re{max-width:1200px;margin:0 auto}.section-header.svelte-hzy3re.svelte-hzy3re{text-align:center;margin-bottom:3rem}.section-header.svelte-hzy3re h2.svelte-hzy3re{font-size:2.5rem;color:var(--text-dark);margin-bottom:1rem}.header-line.svelte-hzy3re.svelte-hzy3re{width:80px;height:4px;background-color:var(--primary-orange);margin:0 auto 1.5rem;border-radius:2px}.section-subtitle.svelte-hzy3re.svelte-hzy3re{font-size:1.15rem;color:var(--text-light);max-width:600px;margin:0 auto}.contact-content.svelte-hzy3re.svelte-hzy3re{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem}.contact-info.svelte-hzy3re.svelte-hzy3re{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.info-card.svelte-hzy3re.svelte-hzy3re{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 15px #00000014;transition:all .3s ease;border:2px solid transparent}.info-card.svelte-hzy3re.svelte-hzy3re:hover{transform:translateY(-5px);border-color:var(--primary-green)}.info-icon.svelte-hzy3re.svelte-hzy3re{width:50px;height:50px;background-color:var(--primary-orange);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.info-icon.svelte-hzy3re svg.svelte-hzy3re{width:28px;height:28px;color:#fff}.info-card.svelte-hzy3re h3.svelte-hzy3re{font-size:1.2rem;color:var(--text-dark);margin-bottom:.75rem}.info-card.svelte-hzy3re p.svelte-hzy3re{font-size:.95rem;color:var(--text-gray);line-height:1.6;margin-bottom:.25rem}.info-card.svelte-hzy3re a.svelte-hzy3re{color:var(--primary-green);font-weight:600;transition:color .3s ease}.info-card.svelte-hzy3re a.svelte-hzy3re:hover{color:var(--primary-green-dark)}.contact-form-wrapper.svelte-hzy3re.svelte-hzy3re{background-color:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 15px #00000014}.contact-form.svelte-hzy3re h3.svelte-hzy3re{font-size:1.75rem;color:var(--text-dark);margin-bottom:2rem}.form-group.svelte-hzy3re.svelte-hzy3re{margin-bottom:1.5rem}.form-group.svelte-hzy3re label.svelte-hzy3re{display:block;font-size:.95rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.form-group.svelte-hzy3re input.svelte-hzy3re,.form-group.svelte-hzy3re textarea.svelte-hzy3re{width:100%;padding:.875rem;font-size:1rem;border:2px solid var(--border-color);border-radius:8px;font-family:inherit;transition:all .3s ease;background-color:var(--bg-light)}.form-group.svelte-hzy3re input.svelte-hzy3re:focus,.form-group.svelte-hzy3re textarea.svelte-hzy3re:focus{outline:none;border-color:var(--primary-green);background-color:#fff}.form-group.svelte-hzy3re textarea.svelte-hzy3re{resize:vertical;min-height:120px}.submit-button.svelte-hzy3re.svelte-hzy3re{width:100%;background-color:var(--primary-orange);color:#fff;padding:1rem;border-radius:10px;font-size:1.1rem;font-weight:600;transition:all .3s ease;margin-top:1rem}.submit-button.svelte-hzy3re.svelte-hzy3re:hover:not(:disabled){background-color:var(--primary-green);transform:translateY(-2px);box-shadow:0 4px 15px #2d86594d}.submit-button.svelte-hzy3re.svelte-hzy3re:disabled{opacity:.6;cursor:not-allowed}.form-message.svelte-hzy3re.svelte-hzy3re{margin-top:1rem;padding:1rem;border-radius:8px;font-size:.95rem;text-align:center}.form-message.success.svelte-hzy3re.svelte-hzy3re{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-message.error.svelte-hzy3re.svelte-hzy3re{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.form-note.svelte-hzy3re.svelte-hzy3re{margin-top:1rem;font-size:.875rem;color:var(--text-light);line-height:1.6}.captcha-group.svelte-hzy3re.svelte-hzy3re{background-color:var(--bg-light);padding:1.25rem;border-radius:8px;border:2px solid var(--border-color)}.captcha-group.svelte-hzy3re label.svelte-hzy3re{color:var(--primary-green);font-weight:700}.captcha-group.svelte-hzy3re input.svelte-hzy3re{margin-top:.5rem}@media (max-width: 968px){.contact.svelte-hzy3re.svelte-hzy3re{padding:3rem 1.5rem}.contact-content.svelte-hzy3re.svelte-hzy3re{grid-template-columns:1fr;gap:2rem}.contact-info.svelte-hzy3re.svelte-hzy3re{grid-template-columns:1fr}.section-header.svelte-hzy3re h2.svelte-hzy3re{font-size:2rem}}.footer.svelte-ghwf6g.svelte-ghwf6g{background-color:var(--text-dark);color:#fff;padding:3rem 2rem 1.5rem;margin-top:auto}.footer-container.svelte-ghwf6g.svelte-ghwf6g{max-width:1200px;margin:0 auto}.footer-content.svelte-ghwf6g.svelte-ghwf6g{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section.svelte-ghwf6g h3.svelte-ghwf6g{color:var(--primary-orange);font-size:1.5rem;margin-bottom:1rem}.footer-section.svelte-ghwf6g h4.svelte-ghwf6g{color:#fff;font-size:1.2rem;margin-bottom:1rem}.footer-section.svelte-ghwf6g p.svelte-ghwf6g{font-size:.95rem;line-height:1.7;color:#fffc;margin-bottom:.5rem}.footer-section.svelte-ghwf6g ul.svelte-ghwf6g{display:flex;flex-direction:column;gap:.5rem}.footer-section.svelte-ghwf6g ul button.svelte-ghwf6g{background:none;color:#fffc;font-size:.95rem;text-align:left;padding:.25rem 0;transition:color .3s ease}.footer-section.svelte-ghwf6g ul button.svelte-ghwf6g:hover{color:var(--primary-orange)}.footer-bottom.svelte-ghwf6g.svelte-ghwf6g{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom.svelte-ghwf6g p.svelte-ghwf6g{font-size:.9rem;color:#fff9}@media (max-width: 768px){.footer.svelte-ghwf6g.svelte-ghwf6g{padding:2rem 1.5rem 1rem}.footer-content.svelte-ghwf6g.svelte-ghwf6g{grid-template-columns:1fr;gap:1.5rem}}.legal-page.svelte-tp4ang.svelte-tp4ang{padding:8rem 2rem 4rem;background-color:var(--bg-light);min-height:100vh}.legal-container.svelte-tp4ang.svelte-tp4ang{max-width:900px;margin:0 auto;background-color:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 15px #00000014}h1.svelte-tp4ang.svelte-tp4ang{font-size:2.5rem;color:var(--text-dark);margin-bottom:1rem}.header-line.svelte-tp4ang.svelte-tp4ang{width:80px;height:4px;background-color:var(--primary-green);margin-bottom:2rem;border-radius:2px}.legal-content.svelte-tp4ang h2.svelte-tp4ang{font-size:1.5rem;color:var(--text-dark);margin-top:2rem;margin-bottom:1rem}.legal-content.svelte-tp4ang p.svelte-tp4ang{font-size:1rem;line-height:1.8;color:var(--text-gray);margin-bottom:.75rem}.legal-content.svelte-tp4ang p strong.svelte-tp4ang{color:var(--text-dark);font-weight:600}@media (max-width: 768px){.legal-page.svelte-tp4ang.svelte-tp4ang{padding:6rem 1.5rem 2rem}.legal-container.svelte-tp4ang.svelte-tp4ang{padding:2rem 1.5rem}h1.svelte-tp4ang.svelte-tp4ang{font-size:2rem}.legal-content.svelte-tp4ang h2.svelte-tp4ang{font-size:1.3rem}}.legal-page.svelte-zfz0q4.svelte-zfz0q4{padding:8rem 2rem 4rem;background-color:var(--bg-light);min-height:100vh}.legal-container.svelte-zfz0q4.svelte-zfz0q4{max-width:900px;margin:0 auto;background-color:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 15px #00000014}h1.svelte-zfz0q4.svelte-zfz0q4{font-size:2.5rem;color:var(--text-dark);margin-bottom:1rem}.header-line.svelte-zfz0q4.svelte-zfz0q4{width:80px;height:4px;background-color:var(--primary-green);margin-bottom:2rem;border-radius:2px}.legal-content.svelte-zfz0q4 h2.svelte-zfz0q4{font-size:1.5rem;color:var(--text-dark);margin-top:2.5rem;margin-bottom:1rem}.legal-content.svelte-zfz0q4 h3.svelte-zfz0q4{font-size:1.2rem;color:var(--text-dark);margin-top:1.5rem;margin-bottom:.75rem}.legal-content.svelte-zfz0q4 p.svelte-zfz0q4{font-size:1rem;line-height:1.8;color:var(--text-gray);margin-bottom:1rem}.legal-content.svelte-zfz0q4 ul.svelte-zfz0q4{list-style:disc;padding-left:2rem;margin-bottom:1rem}.legal-content.svelte-zfz0q4 li.svelte-zfz0q4{font-size:1rem;line-height:1.8;color:var(--text-gray);margin-bottom:.5rem}.legal-content.svelte-zfz0q4 h4.svelte-zfz0q4{font-size:1.1rem;color:var(--text-dark);margin-top:1.25rem;margin-bottom:.5rem;font-weight:600}.legal-content.svelte-zfz0q4 p strong.svelte-zfz0q4{color:var(--text-dark);font-weight:600}.legal-content.svelte-zfz0q4 a.svelte-zfz0q4{color:var(--primary-green);text-decoration:underline}.legal-content.svelte-zfz0q4 a.svelte-zfz0q4:hover{color:var(--primary-green-dark)}@media (max-width: 768px){.legal-page.svelte-zfz0q4.svelte-zfz0q4{padding:6rem 1.5rem 2rem}.legal-container.svelte-zfz0q4.svelte-zfz0q4{padding:2rem 1.5rem}h1.svelte-zfz0q4.svelte-zfz0q4{font-size:2rem}.legal-content.svelte-zfz0q4 h2.svelte-zfz0q4{font-size:1.3rem}.legal-content.svelte-zfz0q4 h3.svelte-zfz0q4{font-size:1.1rem}}.cookie-banner.svelte-jtqrpn.svelte-jtqrpn{position:fixed;bottom:0;left:0;right:0;z-index:9999;background-color:#fff;box-shadow:0 -4px 20px #00000026;padding:1.5rem 2rem;animation:svelte-jtqrpn-slideUp .4s ease-out}@keyframes svelte-jtqrpn-slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-content.svelte-jtqrpn.svelte-jtqrpn{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:2rem;justify-content:space-between}.cookie-text.svelte-jtqrpn.svelte-jtqrpn{flex:1}.cookie-text.svelte-jtqrpn h3.svelte-jtqrpn{font-size:1.2rem;color:var(--text-dark);margin-bottom:.5rem}.cookie-text.svelte-jtqrpn p.svelte-jtqrpn{font-size:.95rem;line-height:1.6;color:var(--text-gray);margin:0}.privacy-link.svelte-jtqrpn.svelte-jtqrpn{background:none;color:var(--primary-green);font-weight:600;padding:0;text-decoration:underline;display:inline}.privacy-link.svelte-jtqrpn.svelte-jtqrpn:hover{color:var(--primary-green-dark)}.cookie-actions.svelte-jtqrpn.svelte-jtqrpn{display:flex;gap:1rem;flex-shrink:0}.cookie-btn.svelte-jtqrpn.svelte-jtqrpn{padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;transition:all .3s ease;white-space:nowrap}.cookie-btn.accept.svelte-jtqrpn.svelte-jtqrpn{background-color:var(--primary-green);color:#fff}.cookie-btn.accept.svelte-jtqrpn.svelte-jtqrpn:hover{background-color:var(--primary-green-dark);transform:translateY(-2px);box-shadow:0 4px 12px #2d86594d}.cookie-btn.decline.svelte-jtqrpn.svelte-jtqrpn{background-color:var(--bg-light);color:var(--text-dark);border:2px solid var(--border-color)}.cookie-btn.decline.svelte-jtqrpn.svelte-jtqrpn:hover{background-color:var(--border-color)}@media (max-width: 768px){.cookie-banner.svelte-jtqrpn.svelte-jtqrpn{padding:1.25rem 1.5rem}.cookie-content.svelte-jtqrpn.svelte-jtqrpn{flex-direction:column;gap:1.25rem;align-items:stretch}.cookie-text.svelte-jtqrpn h3.svelte-jtqrpn{font-size:1.1rem}.cookie-text.svelte-jtqrpn p.svelte-jtqrpn{font-size:.9rem}.cookie-actions.svelte-jtqrpn.svelte-jtqrpn{flex-direction:column;gap:.75rem}.cookie-btn.svelte-jtqrpn.svelte-jtqrpn{width:100%}}
