@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";:root{--background-color: #FAFAFA;--background-color-secondary: #DCEDC8;--background-color-tertiary: #DCEDC8;--accent-color: #8BC34A;--accent-color-secondary: #9CCC65;--text-color: #2E2E2E;--text-color-dim: #5d5d5d;--text-color-secondary: #2E2E2E;--text-color-light: #FAFAFA;--card-background: #1a1a1a;--navbar-background: rgba(26, 26, 26, .8);--border-color: rgba(255, 255, 255, .3);--border-radius-medium: 12px;--border-radius-small: 6px;--font-family: "Roboto", sans-serif;--font-family-secondary: "Montserrat", sans-serif;--font-family-tertiary: "Montserrat", sans-serif;--font-family-logo: "Playfair Display", serif;--font-family-italic: "Playfair Display", serif;--max-width: 1200px}body{background-color:var(--background-color);color:var(--text-color);font-family:var(--font-family);margin:0;padding:0;box-sizing:border-box;font-size:16px;line-height:1.6}*,*:before,*:after{box-sizing:inherit}a{color:inherit;text-decoration:none}a:hover{color:var(--accent-color)}button,.button-style{font-family:var(--font-family-secondary);cursor:pointer;padding:.75rem 1.5rem;border-radius:var(--border-radius-medium);font-weight:600;font-size:.95rem;letter-spacing:.5px;border:none;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}button.primary,.button-style.primary{background-color:var(--accent-color);color:var(--background-color)}button.primary:hover,.button-style.primary:hover{background-color:var(--text-color);color:var(--accent-color)}button.secondary,.button-style.secondary{background-color:transparent;color:var(--accent-color);border:1px solid var(--accent-color)}button.secondary:hover,.button-style.secondary:hover{background-color:var(--accent-color);color:var(--background-color);transform:translateY(-2px)}.container{width:100%;max-width:var(--max-width);margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}section{padding:5rem 0}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:1rem;line-height:1.3;font-weight:600}h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.75rem}h4{font-size:1.25rem}p{margin-bottom:1rem;color:var(--text-color-secondary)}@media (max-width: 768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.15rem}section{padding:3.5rem 0}.container{padding-left:1rem;padding-right:1rem}}.language-switcher.svelte-cfbp09{position:relative;display:inline-block}.language-button.svelte-cfbp09{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background-color:transparent;border:none;border-radius:4px;color:var(--text-color-light);font-family:var(--font-family-secondary);font-size:.9rem;cursor:pointer;transition:all .2s ease}.language-button.svelte-cfbp09:hover{background-color:#ffffff1a;color:var(--accent-color)}.arrow.svelte-cfbp09{font-size:.7rem;transition:transform .2s ease}.arrow.rotated.svelte-cfbp09{transform:rotate(180deg)}.dropdown.svelte-cfbp09{position:absolute;top:100%;right:0;background-color:var(--background-color);border:2px solid var(--accent-color);border-radius:4px;box-shadow:0 4px 6px #0000001a;z-index:1000;min-width:80px;margin-top:.25rem}.dropdown-item.svelte-cfbp09{display:flex;align-items:center;justify-content:center;width:100%;padding:.5rem .75rem;background-color:transparent;border:none;border-radius:0;color:var(--text-color-secondary);font-family:var(--font-family-secondary);font-size:.9rem;cursor:pointer;transition:background-color .2s ease;text-align:center}.dropdown-item.svelte-cfbp09:hover{background-color:var(--accent-color);color:var(--text-color)}.dropdown-item.active.svelte-cfbp09{background-color:var(--accent-color);color:var(--text-color);font-weight:600}@media (max-width: 768px){.language-button.svelte-cfbp09{padding:.5rem}}.main-header.svelte-fp6d78{padding:1.5rem 0;position:absolute;top:0;left:0;width:100%;z-index:100;background-color:transparent}nav.svelte-fp6d78{display:flex;justify-content:space-between;align-items:center;font-family:var(--font-family-secondary);padding:0 4rem;width:100%}.logo.svelte-fp6d78 a:where(.svelte-fp6d78){font-weight:700;font-size:1.75rem;color:var(--text-color-light);letter-spacing:1px}.logo.svelte-fp6d78{font-family:var(--font-family-logo);color:var(--text-color-light)}.logo.svelte-fp6d78 img:where(.svelte-fp6d78){max-height:120px;width:auto}.nav-right.svelte-fp6d78{margin-left:auto;display:flex;align-items:center;gap:2rem}.nav-links.svelte-fp6d78{list-style:none;font-family:var(--font-family-secondary);display:flex;gap:2.5rem;margin:0;padding:0;justify-content:flex-end}.nav-links.svelte-fp6d78 a:where(.svelte-fp6d78){color:var(--text-color-light);font-size:1.2rem;font-weight:500;padding:.5rem 0;position:relative;transition:color .3s ease}.nav-links.svelte-fp6d78 a:where(.svelte-fp6d78):hover{color:var(--accent-color)}.nav-links.svelte-fp6d78 a:where(.svelte-fp6d78):after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:var(--accent-color);transition:width .3s ease}.nav-links.svelte-fp6d78 a:where(.svelte-fp6d78):hover:after{width:100%}.language-switcher-desktop.svelte-fp6d78{display:block}.language-switcher-mobile.svelte-fp6d78{padding:1rem 2rem;border-top:1px solid rgba(0,0,0,.1);margin-top:1rem}@media (max-width: 992px){.nav-links.svelte-fp6d78{gap:1.5rem}.logo.svelte-fp6d78{margin-left:1.5rem}nav.svelte-fp6d78{padding:0 1.5rem}}@media (max-width: 768px){.nav-links.svelte-fp6d78,.language-switcher-desktop.svelte-fp6d78{display:none}.nav-right.svelte-fp6d78 .mobile-menu-btn:where(.svelte-fp6d78){display:inline-block!important}.logo.svelte-fp6d78{margin-left:2rem}nav.svelte-fp6d78{padding:0}}.nav-right.svelte-fp6d78 .mobile-menu-btn:where(.svelte-fp6d78){display:none;background:transparent;border:1px solid var(--text-color, #fff);color:inherit;cursor:pointer;padding:0;font-size:inherit;font-weight:inherit;text-transform:none;letter-spacing:normal;border-radius:var( --border-radius-small );position:relative;z-index:200;margin-right:1rem;justify-content:center;align-items:center;width:40px;height:40px;gap:0}.hamburger-icon.svelte-fp6d78{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;padding:8px}.hamburger-icon.svelte-fp6d78 span:where(.svelte-fp6d78){display:block;width:100%;height:2px;background-color:var(--background-color, #000);border-radius:3px;transition:all .3s ease}.hamburger-icon.open.svelte-fp6d78 span:where(.svelte-fp6d78):nth-child(1){transform:translateY(6px) rotate(45deg);background-color:var(--background-color, #000)}.hamburger-icon.open.svelte-fp6d78 span:where(.svelte-fp6d78):nth-child(2){opacity:0}.hamburger-icon.open.svelte-fp6d78 span:where(.svelte-fp6d78):nth-child(3){transform:translateY(-6px) rotate(-45deg);background-color:var(--background-color, #000)}.mobile-menu.svelte-fp6d78{position:fixed;top:0;right:-100%;width:250px;height:100vh;background-color:var(--accent-color, #fff);box-shadow:-2px 0 10px #0000001a;z-index:150;transition:right .3s ease;padding-top:80px}.mobile-menu.open.svelte-fp6d78{right:0}.mobile-nav-links.svelte-fp6d78{list-style:none;padding:0 2rem;margin:0}.mobile-nav-links.svelte-fp6d78 li:where(.svelte-fp6d78){margin:1.5rem 0}.mobile-nav-links.svelte-fp6d78 a:where(.svelte-fp6d78){color:var(--background-color, #000);font-size:1.1rem;font-weight:500;display:block;transition:color .3s ease;padding:.5rem 0}.mobile-nav-links.svelte-fp6d78 a:where(.svelte-fp6d78):hover{color:#555}.main-footer.svelte-o2ucei{background-color:#1f1f1f;color:var(--text-color-light);padding-top:4rem;font-size:.95rem;margin-top:auto;border-top:1px solid var(--border-color)}.footer-content.svelte-o2ucei{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid var(--border-color)}.footer-section.about.svelte-o2ucei{grid-column:span 1}.footer-section.svelte-o2ucei h4:where(.svelte-o2ucei){color:var(--text-color-light);font-family:var(--font-family);margin-bottom:1.5rem;font-weight:600;font-size:1.6rem}.footer-section.svelte-o2ucei ul:where(.svelte-o2ucei){list-style:none;font-family:var(--font-family-tertiary);padding:0;margin:0}.footer-section.svelte-o2ucei ul:where(.svelte-o2ucei) li:where(.svelte-o2ucei){margin-bottom:.75rem}.footer-section.svelte-o2ucei a:where(.svelte-o2ucei){color:var(--text-color-light);font-family:var(--font-family-tertiary);transition:color .3s ease}.footer-section.svelte-o2ucei a:where(.svelte-o2ucei):hover{color:var(--accent-color)}.footer-section.svelte-o2ucei p:where(.svelte-o2ucei){margin-bottom:.75rem;line-height:1.6;font-family:var(--font-family-tertiary);color:var(--text-color-light)}.social-links.svelte-o2ucei{display:flex;gap:1rem}.social-links.svelte-o2ucei a:where(.svelte-o2ucei){display:inline-block;width:30px;height:30px;line-height:30px;text-align:center;background:var(--text-color-light);color:var(--text-color);border-radius:50%}.footer-bottom.svelte-o2ucei{text-align:center;padding:1.5rem 0;font-size:.9rem;color:#ffffff80}.loading.svelte-5gn9tk{display:flex;justify-content:center;align-items:center;min-height:100vh;font-family:var(--font-family-secondary);font-size:1.2rem;color:var(--text-color);background-color:var(--background-color)}.app-container.svelte-5gn9tk{display:flex;flex-direction:column;min-height:100vh;background-color:var(--background-color)}main.svelte-5gn9tk{flex:1;width:100%}
