@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap";.site-header.svelte-1elxaub{background:var(--card-bg);box-shadow:0 2px 10px #0000000d;padding:15px 0;position:sticky;top:0;z-index:1000;width:100%;transition:background-color .3s ease}.site-header.svelte-1elxaub .container:where(.svelte-1elxaub){display:flex;flex-direction:column;align-items:center;gap:15px;position:relative}.logo.svelte-1elxaub{display:flex;align-items:center;gap:10px;font-size:1.8rem;font-weight:700;transition:transform .3s ease;text-decoration:none}.logo-image.svelte-1elxaub{height:40px;width:auto}.logo.svelte-1elxaub:hover{transform:scale(1.05)}.nav-wrapper.svelte-1elxaub{display:flex;align-items:center;gap:20px}.desktop-nav.svelte-1elxaub{display:flex;gap:40px;width:100%;justify-content:center}.desktop-nav.svelte-1elxaub a:where(.svelte-1elxaub){font-weight:600;font-size:1rem;color:var(--text-color);position:relative;padding-bottom:5px;transition:color .3s ease}.desktop-nav.svelte-1elxaub a:where(.svelte-1elxaub):after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent-color);transition:width .3s ease}.desktop-nav.svelte-1elxaub a:where(.svelte-1elxaub):hover,.desktop-nav.svelte-1elxaub a.active:where(.svelte-1elxaub){color:var(--secondary-color)}.desktop-nav.svelte-1elxaub a:where(.svelte-1elxaub):hover:after,.desktop-nav.svelte-1elxaub a.active:where(.svelte-1elxaub):after{width:100%}.menu-toggle.svelte-1elxaub,.mobile-nav.svelte-1elxaub{display:none}@media(max-width:900px){.site-header.svelte-1elxaub{padding:15px 0}.site-header.svelte-1elxaub .container:where(.svelte-1elxaub){flex-direction:row;justify-content:space-between;gap:0}.nav-wrapper.svelte-1elxaub{display:none}.menu-toggle.svelte-1elxaub{display:flex;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;position:absolute;right:20px;top:50%;transform:translateY(-50%)}.menu-toggle.svelte-1elxaub:focus{outline:none}.menu-toggle.svelte-1elxaub .line:where(.svelte-1elxaub){width:2rem;height:.25rem;background:var(--text-color);border-radius:10px;transition:all .3s linear;position:relative;transform-origin:1px}.menu-toggle.open.svelte-1elxaub .line:where(.svelte-1elxaub):nth-child(1){transform:rotate(45deg)}.menu-toggle.open.svelte-1elxaub .line:where(.svelte-1elxaub):nth-child(2){opacity:0;transform:translate(20px)}.menu-toggle.open.svelte-1elxaub .line:where(.svelte-1elxaub):nth-child(3){transform:rotate(-45deg)}.mobile-nav.svelte-1elxaub{display:flex;position:fixed;top:0;right:0;height:100vh;width:100%;background:var(--card-bg-translucent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;justify-content:center;align-items:center;gap:40px;transform:translate(100%);transition:transform .3s ease-in-out,background-color .3s ease}.mobile-nav.open.svelte-1elxaub{transform:translate(0)}.mobile-nav.svelte-1elxaub a:where(.svelte-1elxaub){font-size:1.5rem;font-weight:600;color:var(--text-color);position:relative;padding-bottom:5px}.mobile-nav.svelte-1elxaub a:where(.svelte-1elxaub):after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:var(--accent-color);transition:width .3s ease}.mobile-nav.svelte-1elxaub a.active:where(.svelte-1elxaub):after{width:100%}}footer.svelte-jz8lnl{background:var(--footer-bg);color:var(--footer-text);padding:40px 0 20px;transition:background-color .3s ease,color .3s ease}.footer-content.svelte-jz8lnl{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:40px;padding-bottom:30px;margin-bottom:20px;border-bottom:1px solid var(--footer-border)}.footer-info.svelte-jz8lnl{text-align:left}footer.svelte-jz8lnl .logo:where(.svelte-jz8lnl){display:flex;align-items:center;gap:10px;font-size:1.8rem;font-weight:700;transition:transform .3s ease;margin-bottom:10px}footer.svelte-jz8lnl .logo:where(.svelte-jz8lnl) span:where(.svelte-jz8lnl){font-family:var(--brand-font-family);font-weight:900;background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.logo-image.svelte-jz8lnl{height:50px;width:auto}footer.svelte-jz8lnl .logo:where(.svelte-jz8lnl):hover{transform:scale(1.05)}footer.svelte-jz8lnl .tagline:where(.svelte-jz8lnl){font-size:.9rem;color:var(--footer-text);opacity:.7;margin-top:0;margin-bottom:20px;max-w:300px}.footer-links.svelte-jz8lnl{display:flex;flex-direction:column;gap:15px;text-align:right}.footer-links.svelte-jz8lnl a:where(.svelte-jz8lnl){color:var(--footer-text);transition:color .3s ease}.footer-links.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--footer-link-hover)}footer.svelte-jz8lnl .contact-details:where(.svelte-jz8lnl){font-size:.9rem;color:var(--footer-text);opacity:.7;line-height:1.6}footer.svelte-jz8lnl .contact-details:where(.svelte-jz8lnl) p:where(.svelte-jz8lnl){margin:0}.footer-bottom.svelte-jz8lnl{text-align:center}.footer-bottom.svelte-jz8lnl p:where(.svelte-jz8lnl){margin:0;color:var(--footer-bottom-text)}@media(max-width:768px){.footer-content.svelte-jz8lnl{flex-direction:column;align-items:center;text-align:center}.footer-info.svelte-jz8lnl{text-align:center;display:flex;flex-direction:column;align-items:center}.footer-links.svelte-jz8lnl{text-align:center;align-items:center;margin-top:20px}}:root{--primary-color: #00529b;--secondary-color: #da291c;--accent-color: #f8bf00;--background-color: #f8f9fa;--text-color: #212529;--card-bg: #ffffff;--font-family: "Roboto", sans-serif;--brand-font-family: "Roboto", sans-serif;--gradient-bg: linear-gradient(135deg, #eef4ff 0%, #f8f9fa 100%);--input-border-color: #ddd;--input-focus-shadow: rgba(0, 82, 155, .2);--footer-bg: #212529;--footer-text: #f0f2f5;--footer-link-hover: var(--secondary-color);--footer-border: #444;--footer-bottom-text: #aaa;--card-bg-translucent: rgba(255, 255, 255, .95)}html.dark{--primary-color: #4dabf7;--secondary-color: #ff7b72;--accent-color: #ffd43b;--background-color: #121212;--text-color: #e0e0e0;--card-bg: #1e1e1e;--gradient-bg: linear-gradient(135deg, #1a1a2e 0%, #121212 100%);--input-border-color: #555;--input-focus-shadow: rgba(77, 171, 247, .2);--footer-bg: #1e1e1e;--footer-text: #e0e0e0;--footer-link-hover: var(--secondary-color);--footer-border: #333;--footer-bottom-text: #777;--card-bg-translucent: rgba(30, 30, 30, .95)}body{font-family:var(--font-family);color:var(--text-color);background-color:var(--background-color);background:var(--gradient-bg);background-attachment:fixed;margin:0;padding:0;box-sizing:border-box;line-height:1.6;transition:background-color .3s ease,color .3s ease}*,*:before,*:after{box-sizing:inherit}.container{max-width:1200px;margin:0 auto;padding:0 20px}section{padding:60px 0;opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}section.visible{opacity:1;transform:translateY(0)}h1,h2,h3{font-family:var(--brand-font-family);font-weight:900;color:var(--text-color)}a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--secondary-color)}button{background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));color:#fff;border:none;padding:15px 30px;border-radius:50px;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;font-family:var(--font-family);text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 6px #0000001a}button:hover{transform:translateY(-3px);box-shadow:0 8px 15px #00000026}button:active{transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.brand-text{font-family:var(--brand-font-family);font-weight:900;background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.unselectable-contact{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:none}main.svelte-12qhfyh{min-height:calc(100vh - 160px)}
