nav.svelte-retj43{display:flex;align-items:center;justify-content:space-around;min-height:var(--appbar-height);background:var(--appbar-color, var(--color-surface));gap:1em;padding:0 1em;position:fixed;top:0;width:100%;z-index:12;box-sizing:border-box;transition:background-color .2s ease-in-out}@media screen and (max-width: 1280px){nav.svelte-retj43{justify-content:space-between;gap:.5em}}nav.menuOpen.svelte-retj43{background:var(--color-surface)}nav.transparent.svelte-retj43:not(.scrolled){--appbar-text-color: #fff;--appbar-text-color-rgb: 255, 255, 255;--appbar-color: rgba(0, 0, 0, .25);--appbar-button-color: #fff;--appbar-button-text-color: #000}nav.svelte-retj43 .logo:where(.svelte-retj43) a:where(.svelte-retj43){display:flex}nav.svelte-retj43 .logo:where(.svelte-retj43) a:where(.svelte-retj43) picture:where(.svelte-retj43){height:30px}@media screen and (max-width: 1280px){nav.svelte-retj43 .logo:where(.svelte-retj43) a:where(.svelte-retj43) picture:where(.svelte-retj43){height:20px}}nav.svelte-retj43 .logo:where(.svelte-retj43) a:where(.svelte-retj43) picture:where(.svelte-retj43) img:where(.svelte-retj43){height:100%}nav.svelte-retj43:not(.menuOpen) ul:where(.svelte-retj43){color:var(--appbar-text-color);--divider-color: var(--appbar-text-color);--button-color: var(--appbar-button-color, var(--color-secondary));--button-text-color: var( --appbar-button-text-color, var(--color-on-secondary) )}nav.svelte-retj43:not(.menuOpen) .mobile-actions:where(.svelte-retj43){--button-icon-color: var(--appbar-text-color)}nav.svelte-retj43:not(.menuOpen) .mobile-actions:where(.svelte-retj43) .cta:where(.svelte-retj43){--button-color: var(--appbar-button-color, var(--color-secondary));--button-text-color: var( --appbar-button-text-color, var(--color-on-secondary) )}nav.svelte-retj43 ul:where(.svelte-retj43) li:where(.svelte-retj43){font-size:18px}nav.svelte-retj43 ul:where(.svelte-retj43) li:where(.svelte-retj43) a:where(.svelte-retj43){text-decoration:none}nav.svelte-retj43 ul:where(.svelte-retj43) li:where(.svelte-retj43) a:where(.svelte-retj43):hover,nav.svelte-retj43 ul:where(.svelte-retj43) li:where(.svelte-retj43) a:where(.svelte-retj43):focus{text-decoration:underline}nav.svelte-retj43 ul.desktop:where(.svelte-retj43){list-style-type:none;display:flex;align-items:center;gap:2em}@media screen and (max-width: 1280px){nav.svelte-retj43 ul.desktop:where(.svelte-retj43){display:none}}nav.svelte-retj43 .menu:where(.svelte-retj43){display:none}@media screen and (max-width: 1280px){nav.svelte-retj43 .menu:where(.svelte-retj43){position:fixed;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;width:100%;height:calc(100% - var(--appbar-height));top:0;left:0;z-index:-1;transform:translate3d(0,-75%,0) scaleY(.25);background-color:var(--color-surface);margin:0;padding-bottom:2em}nav.svelte-retj43 .menu.menuOpen:where(.svelte-retj43){top:var(--appbar-height);transform:translateZ(0) scaleY(1);transition:transform .3s ease}}nav.svelte-retj43 .menu:where(.svelte-retj43) ul.mobile:where(.svelte-retj43){display:flex;flex-direction:column;list-style-type:none;gap:2em}nav.svelte-retj43 .menu:where(.svelte-retj43) ul.mobile:where(.svelte-retj43) li:where(.svelte-retj43){font-size:24px}nav.svelte-retj43 .menu:where(.svelte-retj43) .menu-actions:where(.svelte-retj43){box-sizing:border-box;display:flex;gap:1em;padding:0 2em;width:100%}nav.svelte-retj43 .menu:where(.svelte-retj43) .menu-actions:where(.svelte-retj43) *:last-child{flex:1}nav.svelte-retj43 .actions:where(.svelte-retj43){display:flex;align-items:center;gap:2em;--icon-color: var(--appbar-text-color);--button-icon-color: var(--appbar-text-color);--select-color: var(--appbar-text-color);--select-border-color-rgb: var(--appbar-text-color-rgb)}@media screen and (max-width: 1280px){nav.svelte-retj43 .actions:where(.svelte-retj43){display:none}}nav.svelte-retj43 .mobile-actions:where(.svelte-retj43){display:none}@media screen and (max-width: 1280px){nav.svelte-retj43 .mobile-actions:where(.svelte-retj43){display:flex;align-items:center;gap:1em}nav.svelte-retj43 .mobile-actions:where(.svelte-retj43) .cta:where(.svelte-retj43){--button-color: var(--color-secondary);--button-text-color: var(--color-on-secondary)}}footer.svelte-jz8lnl{box-sizing:border-box;bottom:0;width:100%;padding:2.5em 5.5em;background-color:var(--footer-background-color);color:var(--footer-color);font-size:18px}@media screen and (max-width: 960px){footer.svelte-jz8lnl{padding:1.5em}}footer.svelte-jz8lnl nav:where(.svelte-jz8lnl){display:flex;gap:16em;margin-bottom:2em}@media screen and (max-width: 960px){footer.svelte-jz8lnl nav:where(.svelte-jz8lnl) .logo:where(.svelte-jz8lnl){display:none}}footer.svelte-jz8lnl nav:where(.svelte-jz8lnl) .logo:where(.svelte-jz8lnl) img:where(.svelte-jz8lnl){height:30px}footer.svelte-jz8lnl nav:where(.svelte-jz8lnl) ul:where(.svelte-jz8lnl){display:grid;grid-template-columns:repeat(3,minmax(0,auto));grid-template-rows:repeat(2,minmax(0,1fr));grid-auto-flow:column;gap:1em;list-style-type:none;margin:0;padding:0;flex:1}@media screen and (max-width: 960px){footer.svelte-jz8lnl nav:where(.svelte-jz8lnl) ul:where(.svelte-jz8lnl){display:flex;flex-direction:column}}footer.svelte-jz8lnl nav:where(.svelte-jz8lnl) ul:where(.svelte-jz8lnl) li:where(.svelte-jz8lnl) a:where(.svelte-jz8lnl){text-decoration:none}footer.svelte-jz8lnl nav:where(.svelte-jz8lnl) ul:where(.svelte-jz8lnl) li:where(.svelte-jz8lnl) a:where(.svelte-jz8lnl):hover,footer.svelte-jz8lnl nav:where(.svelte-jz8lnl) ul:where(.svelte-jz8lnl) li:where(.svelte-jz8lnl) a:where(.svelte-jz8lnl):focus{text-decoration:underline}footer.svelte-jz8lnl .legal:where(.svelte-jz8lnl){display:flex;align-items:center;justify-content:space-between;gap:1em;margin:2em 0}@media screen and (max-width: 960px){footer.svelte-jz8lnl .legal:where(.svelte-jz8lnl){flex-direction:column-reverse;align-items:flex-start;font-size:16px}}footer.svelte-jz8lnl .legal:where(.svelte-jz8lnl) :where(.svelte-jz8lnl):first-child{display:flex;gap:1em}@media screen and (max-width: 960px){footer.svelte-jz8lnl .legal:where(.svelte-jz8lnl) :where(.svelte-jz8lnl):first-child{flex-direction:column-reverse}}footer.svelte-jz8lnl .legal:where(.svelte-jz8lnl) ul:where(.svelte-jz8lnl){display:flex;list-style-type:none;margin:0;padding:0;gap:1em}footer.svelte-jz8lnl .legal:where(.svelte-jz8lnl) ul:where(.svelte-jz8lnl) li:where(.svelte-jz8lnl) a:where(.svelte-jz8lnl){text-decoration:none}footer.svelte-jz8lnl .legal:where(.svelte-jz8lnl) ul:where(.svelte-jz8lnl) li:where(.svelte-jz8lnl) a:where(.svelte-jz8lnl):hover,footer.svelte-jz8lnl .legal:where(.svelte-jz8lnl) ul:where(.svelte-jz8lnl) li:where(.svelte-jz8lnl) a:where(.svelte-jz8lnl):focus{text-decoration:underline}.container.svelte-1iwnt1a{z-index:16;position:fixed;display:flex;justify-content:center;width:100%;bottom:0;left:0;pointer-events:none}@media screen and (max-width: 600px){.container.svelte-1iwnt1a{min-height:40%}}.container.svelte-1iwnt1a .dialog:where(.svelte-1iwnt1a){position:relative;background-color:var(--color-surface);color:var(--color-on-surface);padding:1.5em;border-radius:1em;margin-bottom:1em;max-width:800px;pointer-events:auto;box-shadow:0 0 18px rgba(var(--color-on-surface-rgb),.2)}@media screen and (max-width: 600px){.container.svelte-1iwnt1a .dialog:where(.svelte-1iwnt1a){border-radius:0;margin-bottom:0}}.container.svelte-1iwnt1a .dialog:where(.svelte-1iwnt1a) .dismiss:where(.svelte-1iwnt1a){position:absolute;top:1em;right:1em}.container.svelte-1iwnt1a .dialog:where(.svelte-1iwnt1a) .buttons:where(.svelte-1iwnt1a){display:flex;align-items:center;justify-content:flex-end;gap:1em}@media screen and (max-width: 600px){.container.svelte-1iwnt1a .dialog:where(.svelte-1iwnt1a) .buttons:where(.svelte-1iwnt1a){margin-top:1em;flex-direction:column;align-items:unset}.container.svelte-1iwnt1a .dialog:where(.svelte-1iwnt1a) .buttons:where(.svelte-1iwnt1a) button{width:100%;max-width:100%}}html:not([dark-theme]) .cookie-settings-dialog.svelte-1iwnt1a{--dialog-background-color: var(--moon-white)}html[dark-theme] .settings.svelte-1iwnt1a .toggle:where(.svelte-1iwnt1a){filter:brightness(1.4)}.settings.svelte-1iwnt1a section:where(.svelte-1iwnt1a){margin:1em 0}.settings.svelte-1iwnt1a .toggle:where(.svelte-1iwnt1a){margin-bottom:0;padding:1em;background-color:var(--color-surface);border-radius:1em;box-shadow:0 1px 11px #00000014}.settings.svelte-1iwnt1a .subtitle:where(.svelte-1iwnt1a){margin:0;font-size:13px;padding:8px 16px}a.svelte-16ipedw{box-sizing:border-box;display:flex;align-items:center;justify-content:center;text-align:center;width:100%;min-height:4em;padding:1em;background-color:var(--color-tertiary);color:var(--color-on-tertiary);text-decoration:none}a.primary.svelte-16ipedw{background-color:var(--color-primary);color:var(--color-on-primary);font-weight:700}a.fixed.svelte-16ipedw{top:var(--appbar-height);position:fixed;z-index:12}@media screen and (max-width: 600px){a.svelte-16ipedw{padding:0 1em}}a.svelte-9inzfc{box-sizing:border-box;display:flex;justify-content:center;align-items:center;width:calc(100% + 2rem);margin:0 -1rem;min-height:6em;font-size:1.2rem;background-color:var(--color-tertiary);color:var(--color-on-tertiary);text-decoration:none;overflow:hidden;position:relative;transform:rotate(-1deg);box-shadow:0 2px 8px #0000001a}a.primary.svelte-9inzfc{background-color:var(--color-primary);color:var(--color-on-primary);font-weight:700}a.fixed.svelte-9inzfc{position:fixed;z-index:12;width:100vw;margin:0;transform:none;box-shadow:none}@media screen and (max-width: 600px){a.svelte-9inzfc{width:calc(100% + 1rem);margin:0 -.5rem}a.fixed.svelte-9inzfc{width:100vw;margin:0}}.marquee-container.svelte-9inzfc{position:relative;height:100%;display:flex;align-items:center;min-height:4em}.text-measure.svelte-9inzfc{position:absolute;visibility:hidden;white-space:nowrap;pointer-events:none;padding:1em}.marquee-content.svelte-9inzfc{display:flex;align-items:center;white-space:nowrap;min-height:4em}.marquee-text.svelte-9inzfc{display:inline-block;padding:1em .25em;white-space:nowrap}@media screen and (max-width: 600px){.marquee-text.svelte-9inzfc{padding:1em .125em}}strong.svelte-9inzfc{font-weight:700}p.svelte-nm1qnf{display:flex;align-items:center;justify-content:center;width:100%;font-size:16px;opacity:.5}.container.svelte-1oireee{display:flex;gap:1em}.container.svelte-1oireee .text:where(.svelte-1oireee){display:flex;flex-direction:column;gap:3em}@media screen and (max-width: 600px){.container.svelte-1oireee .text:where(.svelte-1oireee){align-items:center}}.container.svelte-1oireee .text:where(.svelte-1oireee) p:where(.svelte-1oireee){margin:0}.container.svelte-1oireee .text:where(.svelte-1oireee) .button:where(.svelte-1oireee){max-width:max-content}@media screen and (max-width: 600px){.container.svelte-1oireee .text:where(.svelte-1oireee) .button:where(.svelte-1oireee){max-width:100%;width:100%}}.container.svelte-1oireee .video:where(.svelte-1oireee){min-width:300px}@media screen and (max-width: 600px){.container.svelte-1oireee .video:where(.svelte-1oireee){display:none}}.content.svelte-u9cggv{display:flex;flex-direction:column;justify-content:space-between;padding-top:var(--content-padding-top, var(--appbar-height));min-height:calc(100vh - var(--content-padding-top, var(--appbar-height)))}.content.svelte-u9cggv div.margin-top:where(.svelte-u9cggv){margin-top:var(--appbar-height)}main.svelte-u9cggv{display:flex;flex-direction:column;align-items:center;width:100%;margin:0 auto 2em;flex:1}main.margin-top.svelte-u9cggv{margin-top:7em}
