@import"https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300;400;600;700&family=Source+Serif+4:ital,wght@0,400;1,400&display=swap";:root{--nw-color-primary: #00798f;--nw-color-primary-hover: #006c80;--nw-color-primary-active: #005666;--nw-color-primary-dark: #002b33;--nw-color-accent: #74a63a;--nw-color-accent-dark: #4a6d22;--nw-color-text-primary: #3d3d3d;--nw-color-text-heading: #292929;--nw-color-text-secondary: #707070;--nw-color-text-muted: #6e6e6e;--nw-color-text-inverted: #ebebeb;--nw-color-bg-primary: #ffffff;--nw-color-bg-secondary: #f4f2ed;--nw-color-bg-tertiary: #e8e8e8;--nw-color-bg-highlight: #f0f8e8;--nw-color-bg-dark: #143e30;--nw-color-bg-darkest: #0c270c;--nw-color-border: #d8d8d8;--nw-color-border-light: #e8e8e8;--nw-color-border-dark: #9ea2a2;--nw-font-sans: "Source Sans 3", -apple-system, BlinkMacSystemFont, sans-serif;--nw-font-serif: "Source Serif 4", Georgia, serif;--nw-font-size-xs: 16px;--nw-font-size-sm: 17px;--nw-font-size-base: 19px;--nw-font-size-lg: 21px;--nw-font-size-xl: 24px;--nw-font-size-2xl: 28px;--nw-font-size-3xl: 32px;--nw-font-size-4xl: 40px;--nw-font-size-5xl: 48px;--nw-font-weight-light: 300;--nw-font-weight-regular: 400;--nw-font-weight-semibold: 600;--nw-font-weight-bold: 700;--nw-line-height-tight: 1.2;--nw-line-height-base: 1.5;--nw-line-height-relaxed: 1.6;--nw-spacing-xs: 4px;--nw-spacing-sm: 8px;--nw-spacing-md: 16px;--nw-spacing-lg: 24px;--nw-spacing-xl: 32px;--nw-spacing-2xl: 48px;--nw-spacing-3xl: 56px;--nw-spacing-4xl: 88px;--nw-container-max: 1440px;--nw-content-max: 800px;--nw-transition-fast: .15s ease-out;--nw-transition-normal: .2s ease-out;--nw-transition-slow: .3s ease-out}*,*:before,*:after{box-sizing:border-box}html{font-family:var(--nw-font-sans);font-size:var(--nw-font-size-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;background-color:var(--nw-color-bg-primary);color:var(--nw-color-text-primary);line-height:var(--nw-line-height-relaxed)}h1,h2,h3,h4,h5,h6{margin-top:0;color:var(--nw-color-text-heading);line-height:var(--nw-line-height-tight)}h1{font-family:var(--nw-font-sans);font-weight:var(--nw-font-weight-light);font-size:var(--nw-font-size-3xl);line-height:1.15}h2{font-family:var(--nw-font-serif);font-weight:var(--nw-font-weight-regular);font-size:var(--nw-font-size-2xl)}h3{font-family:var(--nw-font-sans);font-weight:var(--nw-font-weight-regular);font-size:var(--nw-font-size-xl)}h4{font-family:var(--nw-font-sans);font-weight:var(--nw-font-weight-regular);font-size:var(--nw-font-size-lg)}h5,h6{font-family:var(--nw-font-sans);font-weight:var(--nw-font-weight-semibold);font-size:var(--nw-font-size-base)}@media(min-width:768px){h1{font-size:var(--nw-font-size-5xl)}h2{font-size:var(--nw-font-size-4xl)}h3{font-size:var(--nw-font-size-2xl)}h4{font-size:var(--nw-font-size-xl)}}a{color:var(--nw-color-primary);transition:color var(--nw-transition-fast)}a:hover{color:var(--nw-color-primary-active)}img{max-width:100%;height:auto;display:block}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}.site-header.svelte-12qhfyh{background:var(--nw-color-bg-primary);border-bottom:1px solid var(--nw-color-border-light);position:sticky;top:0;z-index:100}.header-content.svelte-12qhfyh{max-width:var(--nw-container-max);margin:0 auto;padding:var(--nw-spacing-md) var(--nw-spacing-lg);display:flex;justify-content:space-between;align-items:center}.logo.svelte-12qhfyh{display:flex;align-items:center}.logo.svelte-12qhfyh img:where(.svelte-12qhfyh){display:block}.header-actions.svelte-12qhfyh{display:flex;align-items:center;gap:var(--nw-spacing-md)}.how-to-buy-btn.svelte-12qhfyh{display:inline-block;padding:var(--nw-spacing-sm) var(--nw-spacing-md);background:var(--nw-color-primary);color:#fff;text-decoration:none;font-family:var(--nw-font-sans);font-size:var(--nw-font-size-sm);font-weight:var(--nw-font-weight-semibold);border-radius:4px;transition:background-color var(--nw-transition-fast)}.how-to-buy-btn.svelte-12qhfyh:hover{background:var(--nw-color-primary-active);color:#fff}.menu-toggle.svelte-12qhfyh{display:flex;flex-direction:column;justify-content:center;align-items:center;width:32px;height:32px;padding:0;background:none;border:none;cursor:pointer}.menu-icon.svelte-12qhfyh{display:block;width:20px;height:2px;background:var(--nw-color-text-heading);position:relative}.menu-icon.svelte-12qhfyh:before,.menu-icon.svelte-12qhfyh:after{content:"";display:block;width:20px;height:2px;background:var(--nw-color-text-heading);position:absolute;left:0}.menu-icon.svelte-12qhfyh:before{top:-6px}.menu-icon.svelte-12qhfyh:after{top:6px}.site-content.svelte-12qhfyh{flex:1}.site-footer.svelte-12qhfyh{background:var(--nw-color-bg-dark);color:var(--nw-color-text-inverted);margin-top:auto}.footer-content.svelte-12qhfyh{max-width:var(--nw-container-max);margin:0 auto;padding:var(--nw-spacing-3xl) var(--nw-spacing-lg)}.footer-grid.svelte-12qhfyh{display:grid;grid-template-columns:1fr 1fr;gap:var(--nw-spacing-2xl);margin-bottom:var(--nw-spacing-2xl)}.footer-logo.svelte-12qhfyh{display:block;margin-bottom:var(--nw-spacing-xs)}.footer-logo-img.svelte-12qhfyh{filter:brightness(0) invert(1)}.footer-tagline.svelte-12qhfyh{font-family:var(--nw-font-sans);font-size:var(--nw-font-size-sm);color:#ffffffb3;margin:0 0 var(--nw-spacing-lg)}.footer-contact.svelte-12qhfyh{font-family:var(--nw-font-sans);font-size:var(--nw-font-size-sm);line-height:var(--nw-line-height-relaxed)}.footer-contact.svelte-12qhfyh p:where(.svelte-12qhfyh){margin:0 0 var(--nw-spacing-sm)}.footer-contact.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--nw-color-text-inverted);text-decoration:none}.footer-contact.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{text-decoration:underline}.footer-links.svelte-12qhfyh ul:where(.svelte-12qhfyh){list-style:none;padding:0;margin:0}.footer-links.svelte-12qhfyh li:where(.svelte-12qhfyh){margin-bottom:var(--nw-spacing-sm)}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){font-family:var(--nw-font-sans);font-size:var(--nw-font-size-sm);color:var(--nw-color-text-inverted);text-decoration:none}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{text-decoration:underline}.footer-bottom.svelte-12qhfyh{padding-top:var(--nw-spacing-lg);border-top:1px solid rgba(255,255,255,.2);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--nw-spacing-md)}.footer-legal.svelte-12qhfyh{display:flex;gap:var(--nw-spacing-md)}.footer-legal.svelte-12qhfyh a:where(.svelte-12qhfyh){font-family:var(--nw-font-sans);font-size:var(--nw-font-size-xs);color:#ffffffb3;text-decoration:none}.footer-legal.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--nw-color-text-inverted)}.copyright.svelte-12qhfyh{font-family:var(--nw-font-sans);font-size:var(--nw-font-size-xs);color:#ffffffb3;margin:0}@media(min-width:768px){.header-content.svelte-12qhfyh{padding:var(--nw-spacing-md) var(--nw-spacing-2xl)}.footer-content.svelte-12qhfyh{padding:var(--nw-spacing-3xl) var(--nw-spacing-2xl)}}@media(max-width:640px){.footer-grid.svelte-12qhfyh{grid-template-columns:1fr;gap:var(--nw-spacing-xl)}.footer-bottom.svelte-12qhfyh{flex-direction:column;align-items:flex-start}}
