@font-face{font-family:Figtree;src:url(../../../fonts/Figtree-VariableFont_wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Myriad Pro;src:url(../../../fonts/MyriadPro-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(../../../fonts/Satoshi-Variable.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-primary-50: #f0f9ff;--color-primary-100: #e0f2fe;--color-primary-200: #bae6fd;--color-primary-300: #7dd3fc;--color-primary-400: #38bdf8;--color-primary-500: #0ea5e9;--color-primary-600: #0284c7;--color-primary-700: #0369a1;--color-primary-800: #075985;--color-primary-900: #0c4a6e;--color-secondary-50: #faf5ff;--color-secondary-100: #f3e8ff;--color-secondary-200: #e9d5ff;--color-secondary-300: #d8b4fe;--color-secondary-400: #c084fc;--color-secondary-500: #a855f7;--color-secondary-600: #9333ea;--color-secondary-700: #7e22ce;--color-secondary-800: #6b21a8;--color-secondary-900: #581c87;--color-neutral-50: #fafafa;--color-neutral-100: #f5f5f5;--color-neutral-200: #e5e5e5;--color-neutral-300: #d4d4d4;--color-neutral-400: #a3a3a3;--color-neutral-500: #737373;--color-neutral-600: #525252;--color-neutral-700: #404040;--color-neutral-800: #262626;--color-neutral-900: #171717;--color-success: #22c55e;--color-warning: #f59e0b;--color-error: #ef4444;--color-info: #3b82f6;--font-primary: "Figtree", system-ui, -apple-system, sans-serif;--font-heading: "Satoshi", system-ui, -apple-system, sans-serif;--font-secondary: "Satoshi", system-ui, -apple-system, sans-serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--text-5xl: 3rem;--text-6xl: 3.75rem;--font-light: 300;--font-normal: 400;--font-medium: 500;--font-semibold: 600;--font-bold: 700;--font-extrabold: 800;--font-black: 900;--leading-none: 1;--leading-tight: 1.25;--leading-snug: 1.375;--leading-normal: 1.5;--leading-relaxed: 1.625;--leading-loose: 2;--space-0: 0;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--space-32: 8rem;--radius-none: 0;--radius-sm: .125rem;--radius-base: .25rem;--radius-md: .375rem;--radius-lg: .5rem;--radius-xl: .75rem;--radius-2xl: 1rem;--radius-3xl: 1.5rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-base: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / .25);--shadow-inner: inset 0 2px 4px 0 rgb(0 0 0 / .05);--transition-fast: .15s ease;--transition-base: .2s ease;--transition-slow: .3s ease;--z-dropdown: 1000;--z-sticky: 1020;--z-fixed: 1030;--z-modal-backdrop: 1040;--z-modal: 1050;--z-popover: 1060;--z-tooltip: 1070}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#1a1d29}::-webkit-scrollbar-thumb{background:#4a5562;border-radius:5px;border:2px solid #1a1d29}::-webkit-scrollbar-thumb:hover{background:#f6d722}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;scrollbar-color:#4a5562 #1a1d29;scrollbar-width:thin}body{font-family:var(--font-primary);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-neutral-900);background-color:var(--color-neutral-50);overflow-x:hidden}.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:var(--space-4);padding-right:var(--space-4)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.cursor-dot,.cursor-outline{position:fixed;top:0;left:0;pointer-events:none;z-index:9999}.cursor-dot{width:8px;height:8px;background-color:#fff;border-radius:50%;transform:translate(-50%,-50%);transition:transform .15s ease,background-color .5s cubic-bezier(.4,0,.2,1)}.cursor-dot.cursor-light{background-color:#f6d722}.cursor-outline{width:40px;height:40px;border:2px solid #f6d722;border-radius:50%;transform:translate(-50%,-50%);transition:transform .2s ease,border-color .5s cubic-bezier(.4,0,.2,1);opacity:.6}.cursor-outline.cursor-light{border-color:#1a1d29}@media(min-width:768px){body:has(.cursor-dot){cursor:none}body:has(.cursor-dot) a,body:has(.cursor-dot) button,body:has(.cursor-dot) input,body:has(.cursor-dot) textarea,body:has(.cursor-dot) select,body:has(.cursor-dot) [role=button]{cursor:none}}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[role=button]:focus-visible,[tabindex]:focus-visible{outline:2px solid #f6d722;outline-offset:2px}@media print{body{background:#fff;color:#000;font-size:12pt}.els-header,.mobile-menu,.cursor-dot,.cursor-outline,.skip-link,.cookie-banner{display:none!important}a[href]:after{content:" (" attr(href) ")";font-size:.8em;color:#555}a[href^="#"]:after,a[href^=javascript]:after{content:""}img{max-width:100%!important}.hero{min-height:auto!important;padding:1rem!important;break-after:avoid}}.rich-text b,.rich-text strong{font-weight:700}.rich-text i,.rich-text em{font-style:italic}.rich-text u{text-decoration:underline}.rich-text ul,.rich-text ol{margin:.5em 0;padding-left:1.5em}.rich-text ul{list-style-type:disc}.rich-text ol{list-style-type:decimal}.rich-text li{margin-bottom:.25em;line-height:1.6}.rich-text p{margin:.25em 0}.rich-text a{color:inherit;text-decoration:underline;text-underline-offset:2px;font-style:italic}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.cookie-banner.svelte-1j842ht{position:fixed;bottom:0;left:0;right:0;background:var(--els-dark);color:#fff;padding:var(--space-6);z-index:9999;box-shadow:0 -4px 20px #0000004d}.cookie-banner-content.svelte-1j842ht{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:var(--space-8)}.cookie-banner-text.svelte-1j842ht{flex:1}.cookie-banner-title.svelte-1j842ht{font-family:var(--font-heading);font-size:var(--text-lg);font-weight:var(--font-bold);margin:0 0 var(--space-2) 0}.cookie-banner-description.svelte-1j842ht{font-family:var(--font-primary);font-size:var(--text-sm);line-height:var(--leading-relaxed);margin:0;opacity:.9}.cookie-banner-description.svelte-1j842ht a:where(.svelte-1j842ht){color:var(--els-yellow);text-decoration:underline}.cookie-banner-actions.svelte-1j842ht{display:flex;gap:var(--space-3);flex-shrink:0}.cookie-btn.svelte-1j842ht{font-family:var(--font-primary);font-size:var(--text-sm);font-weight:var(--font-semibold);padding:var(--space-3) var(--space-5);border-radius:9999px;cursor:pointer;transition:all var(--transition-base);border:none;white-space:nowrap}.cookie-btn-primary.svelte-1j842ht{background:var(--els-yellow);color:var(--els-dark)}.cookie-btn-primary.svelte-1j842ht:hover{background:var(--els-yellow-light)}.cookie-btn-secondary.svelte-1j842ht{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}.cookie-btn-secondary.svelte-1j842ht:hover{background:#ffffff1a;border-color:#ffffff80}.cookie-overlay.svelte-1j842ht{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000}.cookie-modal-wrapper.svelte-1j842ht{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:10001;pointer-events:none}.cookie-modal.svelte-1j842ht{background:#fff;border-radius:var(--radius-2xl);width:90%;max-width:600px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;pointer-events:auto}.cookie-modal-header.svelte-1j842ht{display:flex;align-items:center;justify-content:space-between;padding:var(--space-6);border-bottom:1px solid #e0e0e0}.cookie-modal-title.svelte-1j842ht{font-family:var(--font-heading);font-size:var(--text-xl);font-weight:var(--font-bold);color:var(--els-dark);margin:0}.cookie-modal-close.svelte-1j842ht{background:none;border:none;cursor:pointer;padding:var(--space-2);color:#666;transition:color var(--transition-base)}.cookie-modal-close.svelte-1j842ht:hover{color:var(--els-dark)}.cookie-modal-body.svelte-1j842ht{padding:var(--space-6);overflow-y:auto;flex:1}.cookie-modal-intro.svelte-1j842ht{font-family:var(--font-primary);font-size:var(--text-sm);line-height:var(--leading-relaxed);color:#666;margin:0 0 var(--space-6) 0}.cookie-category.svelte-1j842ht{padding:var(--space-4) 0;border-bottom:1px solid #e0e0e0}.cookie-category.svelte-1j842ht:last-of-type{border-bottom:none}.cookie-category-header.svelte-1j842ht{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4)}.cookie-category-info.svelte-1j842ht{flex:1}.cookie-category-title.svelte-1j842ht{font-family:var(--font-heading);font-size:var(--text-base);font-weight:var(--font-semibold);color:var(--els-dark);margin:0 0 var(--space-1) 0}.cookie-category-description.svelte-1j842ht{font-family:var(--font-primary);font-size:var(--text-sm);line-height:var(--leading-relaxed);color:#666;margin:0}.cookie-toggle.svelte-1j842ht{display:flex;align-items:center;gap:var(--space-2);flex-shrink:0}.cookie-toggle.svelte-1j842ht input:where(.svelte-1j842ht){display:none}.toggle-label.svelte-1j842ht{position:relative;width:48px;height:26px;background:#ccc;border-radius:9999px;cursor:pointer;transition:background var(--transition-base)}.cookie-toggle.svelte-1j842ht input:where(.svelte-1j842ht):checked+.toggle-label:where(.svelte-1j842ht){background:var(--els-yellow)}.toggle-slider.svelte-1j842ht{position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform var(--transition-base);box-shadow:0 2px 4px #0003}.cookie-toggle.svelte-1j842ht input:where(.svelte-1j842ht):checked+.toggle-label:where(.svelte-1j842ht) .toggle-slider:where(.svelte-1j842ht){transform:translate(22px)}.cookie-toggle-disabled.svelte-1j842ht .toggle-label:where(.svelte-1j842ht){cursor:not-allowed;opacity:.7}.toggle-status.svelte-1j842ht{font-family:var(--font-primary);font-size:var(--text-xs);color:#666;white-space:nowrap}.cookie-modal-footer-text.svelte-1j842ht{font-family:var(--font-primary);font-size:var(--text-xs);color:#666;margin:var(--space-6) 0 0 0}.cookie-modal-footer-text.svelte-1j842ht a:where(.svelte-1j842ht){color:var(--els-dark);text-decoration:underline}.cookie-modal-footer.svelte-1j842ht{display:flex;justify-content:flex-end;gap:var(--space-3);padding:var(--space-4) var(--space-6);border-top:1px solid #e0e0e0;background:#f9f9f9}.cookie-modal-footer.svelte-1j842ht .cookie-btn-secondary:where(.svelte-1j842ht){color:var(--els-dark);border-color:#ccc}.cookie-modal-footer.svelte-1j842ht .cookie-btn-secondary:where(.svelte-1j842ht):hover{background:#e0e0e0}@media(max-width:768px){.cookie-banner.svelte-1j842ht{padding:var(--space-4)}.cookie-banner-content.svelte-1j842ht{flex-direction:column;align-items:stretch;gap:var(--space-4)}.cookie-banner-actions.svelte-1j842ht{flex-wrap:wrap;justify-content:center}.cookie-btn.svelte-1j842ht{padding:var(--space-2) var(--space-4);font-size:var(--text-xs)}.cookie-modal.svelte-1j842ht{width:95%;max-height:85vh}.cookie-modal-header.svelte-1j842ht,.cookie-modal-body.svelte-1j842ht,.cookie-modal-footer.svelte-1j842ht{padding:var(--space-4)}.cookie-modal-footer.svelte-1j842ht{flex-wrap:wrap;gap:var(--space-2)}.cookie-modal-footer.svelte-1j842ht .cookie-btn:where(.svelte-1j842ht){flex:1;min-width:100px}.cookie-category-header.svelte-1j842ht{flex-direction:column;gap:var(--space-3)}.cookie-toggle.svelte-1j842ht{align-self:flex-start}}
