:root{--c-white: oklch(1 0 0);--c-grey-01: oklch(.958 .004 91.45);--c-grey-02: oklch(.87 .007 88.65);--c-black: oklch(.165 .002 17.33);--c-error: oklch(.573 .263 27.97);--c-error-dark: oklch(.758 .084 21.75);--c-placeholder: oklch(.499 .002 17.33);--c-menu-grey: oklch(from var(--c-black) .395 c h);--c-disabled: oklch(from var(--c-black) l c h / .4);--c-backdrop: oklch(from var(--c-black) l c h / .1);--c-footer-grey: oklch(.65 .0072 88.65);--ff-sans: "Suisse Intl", system-ui, sans-serif;--ff-serif: "Suisse Works", serif;--ff-mono: "Suisse Mono", monospace;--ls-mono: .03em;--ls-sans: .04em;--ls-serif: -.02em;--lh-mono: 1;--lh-sans: 1.4;--lh-serif: 1.1;--lh-xs: 1.5;--fs-h1: 3.815em;--fs-xl: 1.5625em;--fs-large: 1.25em;--fs-body: 1.25rem;--fs-small: .8em;--fs-xs: .64em;--pg-padding: var(--fs-large);--pg-padding-large: calc(var(--fs-large) * 6);--border-width: 1px;--read-width: 62ch;--container-width: calc(90rem - (var(--pg-padding) * 2));--ease: cubic-bezier(.16, 1, .3, 1);interpolate-size:allow-keywords}html{block-size:auto}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-kerning:normal;box-sizing:border-box}::view-transition-group(*){animation-duration:.3s;animation-timing-function:var(--ease)}::view-transition-group(nav){animation-duration:0ms}::view-transition-group(.img-transition){animation-duration:.5s}::view-transition-new(.img-transition),::view-transition-old(.img-transition){mix-blend-mode:normal;block-size:100%;inline-size:100%;overflow:clip;object-fit:cover}::view-transition-new(.img-transition){animation:none}::selection{color:var(--c-white);background-color:var(--c-menu-grey)}::target-text{background-color:#f7f18c;color:var(--c-black)}body{--pg-padding-negative: calc(var(--pg-padding) * -1);display:flex;flex-direction:column;margin:0;min-height:100dvh;font-family:var(--ff-sans);font-weight:300;font-size:var(--fs-body);line-height:var(--lh-sans);letter-spacing:var(--ls-sans);color:var(--c-black);background-color:var(--c-grey-01);text-wrap:pretty}section{padding:var(--pg-padding)}h1,h2,h3,h4,h5,.h1,.subheading{margin-block:0 .5em;text-wrap:balance}h1,.h1{font-family:var(--ff-serif);font-size:var(--fs-h1);font-weight:400;line-height:var(--lh-serif);letter-spacing:var(--ls-serif);text-transform:none}h2,h3,h4,h5,.subheading,.mono{font-family:var(--ff-mono);font-size:var(--fs-body);font-weight:400;line-height:var(--lh-mono);letter-spacing:var(--ls-mono);text-transform:uppercase}p{margin-block:0 1lh}p:has(+ul),p:has(+ol){margin-block-end:.5em}i,em{font-family:var(--ff-serif);letter-spacing:var(--ls-serif)}a{color:currentColor;text-underline-offset:.125em;text-decoration-thickness:.07em;transition-property:background-color,color;transition-duration:.4s;transition-timing-function:var(--ease)}button{display:inline-block;border-radius:0;cursor:pointer;font-family:var(--ff-mono);font-size:var(--fs-small);letter-spacing:var(--ls-mono);line-height:1;text-transform:uppercase;color:currentColor;background-color:transparent;transition-property:color,background-color;transition-duration:.4s;transition-timing-function:var(--ease)}button:disabled{cursor:default;color:var(--c-disabled)}a.primary,button.primary{display:inline-flex;align-items:center;justify-content:center;gap:.5em;padding:1em 1.5em;border:solid calc(var(--border-width) * 1.25) var(--c-black);color:var(--c-grey-01);background-color:var(--c-black);font-family:var(--ff-mono);font-size:var(--fs-small);letter-spacing:var(--ls-mono);line-height:1;text-transform:uppercase;text-align:center;text-decoration:none}:is(a.primary,button.primary):disabled{cursor:default;color:color-mix(in srgb,var(--c-grey-01) 80%,transparent 20%)}a.secondary,button.secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5em;padding:1em 1.5em;border:solid calc(var(--border-width) * 1.25) var(--c-black);color:var(--c-black);background-color:transparent;font-family:var(--ff-mono);font-size:var(--fs-small);letter-spacing:var(--ls-mono);line-height:1;text-transform:uppercase;text-decoration:none}:is(a.secondary,button.secondary):hover{color:var(--c-grey-01);background-color:var(--c-black)}address{font-style:normal}figure{margin:0}img{display:block;width:100%;max-width:100%;object-fit:cover}svg{display:block}ul,ol{margin-block:.5em 1lh;padding-inline-start:2em}ul{list-style:square}li:not(:last-child){margin-block-end:.5em}input,textarea,select{border:solid var(--border-width) currentColor;border-radius:0;color:currentColor;font-size:1rem;caret-shape:block;caret-color:currentColor;transition-property:border,background-color;transition-duration:.25s;transition-timing-function:var(--ease)}:is(input,textarea,select):user-invalid{border-color:var(--c-error)}textarea{field-sizing:content}details :last-child{margin-block-end:0}details p{margin-block-end:0;padding-block-end:1em}.html :first-child{margin-block-start:0}.html :last-child{margin-block-end:0}.grid{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:auto;gap:var(--pg-padding);inline-size:100%}.container{margin-inline:auto;inline-size:100%;max-inline-size:var(--container-width)}.spinner{display:inline-block;inline-size:1em!important;block-size:1em!important;border:.125em solid currentColor;border-bottom-color:transparent;border-radius:50%;animation:rotation 1s linear infinite;transition:border-color .4s cubic-bezier(.25,1,.5,1)}.error{color:var(--c-error);font-size:var(--fs-small)}.brackets:before{content:"[";margin-inline-start:-.2ch}.brackets:after{content:"]"}.btn-wrp{display:flex;flex-wrap:wrap;gap:calc(var(--pg-padding) / 2);margin-block-start:1em}.btn-wrp a{flex-grow:1}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media only screen and not (min-width:48rem){body{--fs-h1: 3.052em}.grid{display:flex;flex-direction:column}}@media only screen and (max-width:30rem){body{--fs-h1: 1.953em;--pg-padding: var(--fs-body)}.main{padding:24px}.logo{inline-size:5em;block-size:2.58333em}ul,ol{padding-inline-start:1.5em}}@media(prefers-reduced-motion:reduce){*{transition-duration:0ms}}@media print{body{--fs-body: 10pt}}#brand.svelte-1jovwxm{display:none}#brand.svelte-1jovwxm svg:where(.svelte-1jovwxm){height:var(--fs-large)}.brackets.svelte-1jovwxm:before{margin:0}ol.svelte-1jovwxm{display:flex;margin:0;padding:0;list-style:none;font-size:var(--fs-small)}ol.svelte-1jovwxm li:where(.svelte-1jovwxm){margin:0;padding:0}ol.svelte-1jovwxm li:where(.svelte-1jovwxm):first-child .brackets:where(.svelte-1jovwxm):before{margin-inline-start:-.2ch}ol.svelte-1jovwxm li:where(.svelte-1jovwxm) a:where(.svelte-1jovwxm){color:color-mix(in oklch,currentColor 65%,transparent 35%);text-decoration:none;transition-duration:.2s}ol.svelte-1jovwxm li:where(.svelte-1jovwxm) a:where(.svelte-1jovwxm):hover{color:currentColor}@media only screen and not (min-width:48rem){nav.svelte-1jovwxm{display:none}#brand.svelte-1jovwxm{display:inline-block}}.menu-btn.svelte-1h32yp1{--gap: .125em;display:flex;flex-direction:column;justify-content:center;gap:var(--gap);padding:0;border:none;width:1em;height:1em;font-size:var(--fs-large);background-color:transparent}.menu-btn.svelte-1h32yp1 div:where(.svelte-1h32yp1){--border-width: .075em;width:100%;height:var(--border-width);background-color:currentColor;transition-property:rotate,translate;transition-duration:.6s;transition-delay:.1s;transition-timing-function:var(--ease)}.menu-btn.svelte-1h32yp1.open div:where(.svelte-1h32yp1){--calc: calc((var(--gap) / 2) + (var(--border-width) / 2))}.menu-btn.svelte-1h32yp1.open div:where(.svelte-1h32yp1):first-child{rotate:45deg;translate:0 var(--calc)}@starting-style{.menu-btn.svelte-1h32yp1.open div:where(.svelte-1h32yp1):first-child{rotate:0deg;translate:0 0}}.menu-btn.svelte-1h32yp1.open div:where(.svelte-1h32yp1):last-child{rotate:-45deg;translate:0 calc(var(--calc) * -1)}@starting-style{.menu-btn.svelte-1h32yp1.open div:where(.svelte-1h32yp1):last-child{rotate:0deg;translate:0 0}}nav.svelte-1h32yp1{view-transition-name:nav;position:fixed;inset:0;z-index:1000;display:none;flex-direction:column;justify-content:space-between;padding:0;border:none;width:100vw;height:100dvh;color:var(--c-grey-01);background-color:var(--c-black);opacity:0;transition-property:opacity,display;transition-duration:.6s;transition-timing-function:var(--ease);transition-behavior:allow-discrete}@starting-style{nav.svelte-1h32yp1{opacity:0}}nav.svelte-1h32yp1>ul:where(.svelte-1h32yp1){overflow:auto}nav.svelte-1h32yp1:popover-open{display:flex;opacity:1}@starting-style{nav.svelte-1h32yp1:popover-open{opacity:0}}nav.svelte-1h32yp1 header:where(.svelte-1h32yp1){display:flex;justify-content:space-between;align-items:center;padding:var(--pg-padding);line-height:1}nav.svelte-1h32yp1 header:where(.svelte-1h32yp1) a:where(.svelte-1h32yp1){font-size:var(--fs-large)}nav.svelte-1h32yp1 header:where(.svelte-1h32yp1) a:where(.svelte-1h32yp1) svg:where(.svelte-1h32yp1){height:1em}nav.svelte-1h32yp1 ul:where(.svelte-1h32yp1){margin:0;padding:0 0 2em;list-style:none;counter-reset:item}nav.svelte-1h32yp1 li:where(.svelte-1h32yp1){position:relative;margin:0;padding:var(--pg-padding) var(--pg-padding) var(--pg-padding) 2em;border-block-end:solid 1px var(--c-grey-01);line-height:1}nav.svelte-1h32yp1 li:where(.svelte-1h32yp1):first-child{margin-block-start:var(--pg-padding);border-block-start:solid 1px var(--c-grey-01)}nav.svelte-1h32yp1 li:where(.svelte-1h32yp1):before{display:inline-block;content:"[00" counter(item) "]";counter-increment:item;margin-inline:-1.375em 2em;font-family:var(--ff-mono);font-size:var(--fs-small);vertical-align:top}nav.svelte-1h32yp1 li:where(.svelte-1h32yp1) span.mono:where(.svelte-1h32yp1){display:inline-block;margin-inline-start:.5em;font-size:var(--fs-xs)}nav.svelte-1h32yp1 li:where(.svelte-1h32yp1) a:where(.svelte-1h32yp1){position:absolute;inset:0;text-decoration:none}div#cart-overlay.svelte-k0vatn{view-transition-name:cart-overlay;position:fixed;inset:0;background-color:var(--c-backdrop);z-index:1000}aside.svelte-k0vatn{view-transition-name:cart;position:fixed;top:0;right:0;bottom:0;z-index:1001;display:flex;flex-direction:column;border-inline-start:var(--border-width) solid;width:100%;max-width:24em;height:100dvh;color:var(--c-black);background-color:var(--c-grey-01)}aside.svelte-k0vatn h2:where(.svelte-k0vatn){margin:0}aside.svelte-k0vatn h2:where(.svelte-k0vatn) span:where(.svelte-k0vatn):last-child:before{margin:0}aside.svelte-k0vatn header:where(.svelte-k0vatn){display:flex;justify-content:space-between;gap:1em;padding:var(--pg-padding);border-block-end:var(--border-width) solid}aside.svelte-k0vatn header:where(.svelte-k0vatn) button:where(.svelte-k0vatn){--border-width: .075em;position:relative;align-items:center;justify-content:center;padding:0;border:none;width:1em;height:.8em;font-size:var(--fs-large);background-color:transparent}aside.svelte-k0vatn header:where(.svelte-k0vatn) button:where(.svelte-k0vatn) div:where(.svelte-k0vatn){position:absolute;background-color:currentColor;width:100%;height:var(--border-width)}aside.svelte-k0vatn header:where(.svelte-k0vatn) button:where(.svelte-k0vatn) div:where(.svelte-k0vatn):first-child{rotate:45deg}aside.svelte-k0vatn header:where(.svelte-k0vatn) button:where(.svelte-k0vatn) div:where(.svelte-k0vatn):last-child{rotate:-45deg}aside.svelte-k0vatn>div:where(.svelte-k0vatn){flex-grow:1;overflow-y:auto}aside.svelte-k0vatn article:where(.svelte-k0vatn){display:flex;gap:1em;padding:var(--pg-padding);border-block-end:var(--border-width) solid}aside.svelte-k0vatn article:where(.svelte-k0vatn) figure:where(.svelte-k0vatn){flex:none;width:5em;height:5em}aside.svelte-k0vatn article:where(.svelte-k0vatn) div:where(.svelte-k0vatn){flex-grow:1;display:flex;flex-direction:column;align-items:start;gap:.0625em}aside.svelte-k0vatn article:where(.svelte-k0vatn) div:where(.svelte-k0vatn):last-of-type{flex:none;align-items:flex-end;justify-content:space-between}aside.svelte-k0vatn article:where(.svelte-k0vatn) div:where(.svelte-k0vatn):last-of-type div:where(.svelte-k0vatn):first-child{flex:none;display:flex;flex-direction:row;align-items:start;gap:.125em}aside.svelte-k0vatn article:where(.svelte-k0vatn) h3:where(.svelte-k0vatn){margin:0}aside.svelte-k0vatn article:where(.svelte-k0vatn) button:where(.svelte-k0vatn){background-color:transparent;border:none;line-height:.85}aside.svelte-k0vatn article:where(.svelte-k0vatn) .remove:where(.svelte-k0vatn){margin-block-start:auto;padding:0;font-size:var(--fs-xs);line-height:1.2;text-decoration:underline;text-transform:uppercase}aside.svelte-k0vatn article:where(.svelte-k0vatn) .quantity-btn:where(.svelte-k0vatn){font-size:var(--fs-body);padding:0 .125em}aside.svelte-k0vatn article:where(.svelte-k0vatn) h3:where(.svelte-k0vatn),aside.svelte-k0vatn article:where(.svelte-k0vatn) span.mono:where(.svelte-k0vatn),aside.svelte-k0vatn article:where(.svelte-k0vatn) .quantity-btn:where(.svelte-k0vatn){font-size:var(--fs-small)}aside.svelte-k0vatn article:where(.svelte-k0vatn) .price:where(.svelte-k0vatn){font-size:var(--fs-xs)}aside.svelte-k0vatn article:where(.svelte-k0vatn) .variant:where(.svelte-k0vatn){margin-block-end:.75em;font-size:var(--fs-xs)}aside.svelte-k0vatn footer:where(.svelte-k0vatn){margin-block-start:auto;padding:var(--pg-padding);border-block-start:var(--border-width) solid}aside.svelte-k0vatn footer:where(.svelte-k0vatn) div:where(.svelte-k0vatn){display:flex;justify-content:space-between;gap:.5em}aside.svelte-k0vatn footer:where(.svelte-k0vatn) button:where(.svelte-k0vatn){margin-block-start:1em;padding:1em;width:100%}aside.svelte-k0vatn #empty-cart:where(.svelte-k0vatn){padding:var(--pg-padding)}@media only screen and (max-width:30rem){aside.svelte-k0vatn{border-inline-start:none}aside.svelte-k0vatn article:where(.svelte-k0vatn) figure:where(.svelte-k0vatn){width:3em;height:3em}}header.svelte-1elxaub{position:relative;display:flex;justify-content:space-between;align-items:center;padding:var(--pg-padding)}header.svelte-1elxaub.hero{position:absolute;inset:0 0 auto;z-index:100;color:var(--c-white)}header.svelte-1elxaub nav:where(.svelte-1elxaub){display:none}header.svelte-1elxaub #wordmark:where(.svelte-1elxaub){position:absolute;left:50%;top:var(--pg-padding);translate:-50%;display:block;height:var(--fs-xl)}header.svelte-1elxaub div:where(.svelte-1elxaub){display:flex;align-items:center;gap:.5em}@media only screen and (min-width:62rem){header.svelte-1elxaub nav:where(.svelte-1elxaub){display:block}header.svelte-1elxaub nav:where(.svelte-1elxaub) ul:where(.svelte-1elxaub),header.svelte-1elxaub nav:where(.svelte-1elxaub) li:where(.svelte-1elxaub){margin:0;padding:0}header.svelte-1elxaub nav:where(.svelte-1elxaub) ul:where(.svelte-1elxaub){display:flex;gap:3em;list-style:none}header.svelte-1elxaub nav:where(.svelte-1elxaub) a:where(.svelte-1elxaub){font-size:var(--fs-small);text-decoration:none}}@media only screen and not (min-width:62rem){header.svelte-1elxaub #wordmark:where(.svelte-1elxaub){position:static;height:var(--fs-large);translate:0}}@media only print{header.svelte-1elxaub{display:none}}footer.svelte-jz8lnl{position:relative;z-index:1;margin-block-start:auto;padding:var(--pg-padding);color:var(--c-grey-01);background-color:var(--c-black)}footer.svelte-jz8lnl :where(.svelte-jz8lnl)::selection{color:var(--c-black);background-color:var(--c-grey-01)}footer.svelte-jz8lnl .grid:where(.svelte-jz8lnl){--row-gap: calc(var(--pg-padding) * 2);padding-block:calc(var(--pg-padding) * 2);row-gap:var(--row-gap)}footer.svelte-jz8lnl .grid:where(.svelte-jz8lnl) .subgrid:where(.svelte-jz8lnl){grid-column:span 12;display:grid;grid-template-columns:subgrid;padding-block-start:var(--pg-padding);border-block-start:var(--border-width) solid var(--c-disabled);row-gap:var(--row-gap)}footer.svelte-jz8lnl .grid:where(.svelte-jz8lnl) .subgrid:where(.svelte-jz8lnl) .subsubgrid:where(.svelte-jz8lnl){display:grid;grid-template-columns:subgrid}footer.svelte-jz8lnl .grid:where(.svelte-jz8lnl) .subgrid:where(.svelte-jz8lnl) .subsubgrid:where(.svelte-jz8lnl)>div:where(.svelte-jz8lnl){grid-column:span 2}footer.svelte-jz8lnl .grid:where(.svelte-jz8lnl) .subgrid:where(.svelte-jz8lnl)>div:where(.svelte-jz8lnl){grid-column:span 4}footer.svelte-jz8lnl .grid:where(.svelte-jz8lnl) .subgrid:where(.svelte-jz8lnl)>div:where(.svelte-jz8lnl).hours li:where(.svelte-jz8lnl){display:flex;justify-content:space-between;gap:var(--pg-padding);max-inline-size:22ch}footer.svelte-jz8lnl .grid:where(.svelte-jz8lnl) .subgrid:where(.svelte-jz8lnl)>div:where(.svelte-jz8lnl).hours li:where(.svelte-jz8lnl):not(:last-child){margin-block-end:.4em}footer.svelte-jz8lnl .grid:where(.svelte-jz8lnl) .subgrid:where(.svelte-jz8lnl)>div:where(.svelte-jz8lnl).sub{color:var(--c-grey-02)}footer.svelte-jz8lnl figure:where(.svelte-jz8lnl){grid-column:span 2}footer.svelte-jz8lnl h2:where(.svelte-jz8lnl){margin-block-end:2em;font-size:var(--fs-xs)}footer.svelte-jz8lnl ul:where(.svelte-jz8lnl),footer.svelte-jz8lnl li:where(.svelte-jz8lnl){margin:0;padding:0;list-style:none}footer.svelte-jz8lnl li:where(.svelte-jz8lnl){color:var(--c-footer-grey);font-size:var(--fs-small);line-height:1.1;font-weight:400}footer.svelte-jz8lnl li:where(.svelte-jz8lnl):not(:last-child){margin-block-end:.5em}footer.svelte-jz8lnl li:where(.svelte-jz8lnl) a:where(.svelte-jz8lnl){text-decoration:none}footer.svelte-jz8lnl li:where(.svelte-jz8lnl) a:where(.svelte-jz8lnl):hover{color:var(--c-grey-01)}footer.svelte-jz8lnl li:where(.svelte-jz8lnl):last-child{margin-block-end:0}footer.svelte-jz8lnl a:where(.svelte-jz8lnl){text-underline-offset:.175em;text-decoration-thickness:.05em}footer.svelte-jz8lnl .copyright:where(.svelte-jz8lnl){display:flex;justify-content:space-between;align-items:end;gap:.5em;margin-block-start:calc(var(--pg-padding) * 2);padding-block-start:calc(var(--pg-padding) / 2);border-block-start:.5px solid var(--c-disabled)}footer.svelte-jz8lnl .copyright:where(.svelte-jz8lnl) span:where(.svelte-jz8lnl){font-size:var(--fs-xs)}@media only screen and not (min-width:48rem){footer.svelte-jz8lnl .grid:where(.svelte-jz8lnl) figure:where(.svelte-jz8lnl){max-inline-size:6em}footer.svelte-jz8lnl .grid:where(.svelte-jz8lnl) .subgrid:where(.svelte-jz8lnl){display:flex;flex-direction:column}footer.svelte-jz8lnl .grid:where(.svelte-jz8lnl) .subgrid:where(.svelte-jz8lnl) .subsubgrid:where(.svelte-jz8lnl){grid-template-columns:repeat(4,1fr);gap:var(--pg-padding)}footer.svelte-jz8lnl .grid:where(.svelte-jz8lnl) .subgrid:where(.svelte-jz8lnl)>div.hours:where(.svelte-jz8lnl){grid-column:span 4}footer.svelte-jz8lnl .grid:where(.svelte-jz8lnl) .subgrid:where(.svelte-jz8lnl)>div.hours:where(.svelte-jz8lnl) li:where(.svelte-jz8lnl){display:grid;grid-template-columns:1fr 1fr;max-inline-size:none}}@media only screen and (max-width:30rem){.sub.svelte-jz8lnl,.hours.svelte-jz8lnl{align-self:stretch}}@media only print{footer.svelte-jz8lnl{display:none}}#loading.svelte-ffnos4{position:fixed;inset:0 0 auto;z-index:1001;height:.5em;overflow:clip}#loading.svelte-ffnos4 div:where(.svelte-ffnos4){width:200%;height:100%;translate:-50%;background:linear-gradient(to left,#ad6c6a,#99566d,#490023,#99566d,#ad6c6a,#99566d,#490023,#99566d,#ad6c6a);animation:svelte-ffnos4-loadingIndicator 1.6s linear infinite forwards}@keyframes svelte-ffnos4-loadingIndicator{0%{translate:-50%}to{translate:0%}}#cursor.svelte-10kgd3l{view-transition-name:cursor;position:fixed;z-index:10000;display:flex;justify-content:center;align-items:center;width:.5em;height:.5em;color:var(--c-grey-01);background-color:#fff;text-align:center;translate:-50% -50%;overflow:clip;mix-blend-mode:difference;pointer-events:none;transition:background-color .25s var(--ease);will-change:transform,width,height}#cursor.view.svelte-10kgd3l{mix-blend-mode:normal;background-color:var(--c-black)}#cursor.view.svelte-10kgd3l .brackets:where(.svelte-10kgd3l):before{margin:0}@media(pointer:coarse),print{#cursor.svelte-10kgd3l{display:none}}#intro-bg.svelte-10cvnim,#intro.svelte-10cvnim{position:fixed;inset:0;z-index:9999}#intro-bg.svelte-10cvnim{--intro-ease: cubic-bezier(.65, 0, .35, 1);background-color:var(--c-black);opacity:1;animation:svelte-10cvnim-fadeOut .4s var(--intro-ease) 2s forwards,svelte-10cvnim-bgColor 1s var(--intro-ease) 1.2s forwards}#intro-bg.svelte-10cvnim.no-intro{animation:svelte-10cvnim-fadeOut .4s var(--intro-ease) forwards .2s,svelte-10cvnim-bgColor 0ms forwards}@keyframes svelte-10cvnim-fadeOut{0%{opacity:1}to{opacity:0}}@keyframes svelte-10cvnim-bgColor{0%{background-color:var(--c-black)}to{background-color:var(--c-grey-01)}}#intro.svelte-10cvnim{color:var(--c-grey-01);background-color:var(--c-black);-webkit-mask-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 25'><path fill='white' d='M0 24.902H5.27999V23.222H1.92L1.91629 2.5821H5.27999V0.9021H0V24.902ZM13.1994 8.70207C14.5935 8.70207 15.6451 9.54563 16.0844 11.0164L16.11 11.1021H18.5142L18.4756 10.9522C18.1355 9.62982 17.4193 8.5412 16.4044 7.80409C15.4968 7.14503 14.3586 6.78208 13.1994 6.78208C11.7603 6.78208 10.4192 7.31373 9.42319 8.27912C8.2824 9.3848 7.6794 10.9834 7.6794 12.9021C7.6794 17.1069 10.5408 19.022 13.1994 19.022C14.3586 19.022 15.4968 18.6591 16.4044 18C17.4193 17.2629 18.1355 16.1743 18.4756 14.852L18.5142 14.7021H16.11L16.0844 14.7877C15.6451 16.2585 14.5935 17.1021 13.1994 17.1021C12.3088 17.1021 11.5516 16.7597 11.0096 16.112C10.401 15.3848 10.0794 14.2748 10.0794 12.9021C10.0794 11.5293 10.401 10.4193 11.0096 9.69211C11.5516 9.0444 12.3088 8.70207 13.1994 8.70207ZM21.121 2.5821V0.9021H26.401V24.902H21.121V23.222H24.4847L24.481 2.5821H21.121Z'/></svg>"),linear-gradient(white,white);mask-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 25'><path fill='white' d='M0 24.902H5.27999V23.222H1.92L1.91629 2.5821H5.27999V0.9021H0V24.902ZM13.1994 8.70207C14.5935 8.70207 15.6451 9.54563 16.0844 11.0164L16.11 11.1021H18.5142L18.4756 10.9522C18.1355 9.62982 17.4193 8.5412 16.4044 7.80409C15.4968 7.14503 14.3586 6.78208 13.1994 6.78208C11.7603 6.78208 10.4192 7.31373 9.42319 8.27912C8.2824 9.3848 7.6794 10.9834 7.6794 12.9021C7.6794 17.1069 10.5408 19.022 13.1994 19.022C14.3586 19.022 15.4968 18.6591 16.4044 18C17.4193 17.2629 18.1355 16.1743 18.4756 14.852L18.5142 14.7021H16.11L16.0844 14.7877C15.6451 16.2585 14.5935 17.1021 13.1994 17.1021C12.3088 17.1021 11.5516 16.7597 11.0096 16.112C10.401 15.3848 10.0794 14.2748 10.0794 12.9021C10.0794 11.5293 10.401 10.4193 11.0096 9.69211C11.5516 9.0444 12.3088 8.70207 13.1994 8.70207ZM21.121 2.5821V0.9021H26.401V24.902H21.121V23.222H24.4847L24.481 2.5821H21.121Z'/></svg>"),linear-gradient(#fff,#fff);-webkit-mask-size:var(--logo-size),100% 100%;mask-size:var(--logo-size),100% 100%;-webkit-mask-position:var(--position) center,center;mask-position:var(--position) center,center;-webkit-mask-repeat:no-repeat,no-repeat;mask-repeat:no-repeat,no-repeat;-webkit-mask-composite:destination-out;mask-composite:exclude}#intro.svelte-10cvnim .element:where(.svelte-10cvnim){position:absolute;translate:-50% -50%;font-size:var(--fs-small);opacity:0;transition:opacity 1s cubic-bezier(.65,0,.35,1)}#intro.svelte-10cvnim .element:where(.svelte-10cvnim).square{background-color:var(--c-grey-01)}#intro.svelte-10cvnim .element:where(.svelte-10cvnim).mounted{opacity:1}aside.svelte-pkm0lv{position:relative}aside.svelte-pkm0lv>div:where(.svelte-pkm0lv):first-child{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1em;padding:calc(var(--pg-padding) * 4) calc(var(--pg-padding) * 1.25);background-color:var(--c-grey-02);text-align:center}aside.svelte-pkm0lv>div:where(.svelte-pkm0lv):first-child figure:where(.svelte-pkm0lv){width:100%;max-width:16em;aspect-ratio:1 / .1}aside.svelte-pkm0lv>div:where(.svelte-pkm0lv):first-child figure:where(.svelte-pkm0lv) img:where(.svelte-pkm0lv){width:100%;height:100%;object-fit:contain}aside.svelte-pkm0lv>div:where(.svelte-pkm0lv):first-child span:where(.svelte-pkm0lv),aside.svelte-pkm0lv>div:where(.svelte-pkm0lv):first-child a:where(.svelte-pkm0lv){display:block}aside.svelte-pkm0lv>div:where(.svelte-pkm0lv):first-child span:where(.svelte-pkm0lv){font-size:var(--fs-small);font-weight:400;text-wrap:balance}aside.svelte-pkm0lv>div:where(.svelte-pkm0lv):first-child a:where(.svelte-pkm0lv):hover{color:var(--c-grey-02)}aside.svelte-pkm0lv>div:where(.svelte-pkm0lv):last-child{position:absolute;top:0;width:100%;height:100%;max-height:100dvh;pointer-events:none}@media only print{aside.svelte-pkm0lv{display:none}}main.svelte-12qhfyh{flex-grow:1;position:relative;z-index:2;background-color:var(--c-grey-01);padding-block-end:var(--pg-padding)}@font-face{font-family:Suisse Intl;src:url(./SuisseIntl-Light.DrZpMOJt.woff2) format("woff2");font-weight:300;font-display:block}@font-face{font-family:Suisse Intl;src:url(./SuisseIntl-Regular.CJZU0P-g.woff2) format("woff2");font-weight:400;font-display:block}@font-face{font-family:Suisse Mono;src:url(./SuisseIntlMono-Regular.wxsaKG-J.woff2) format("woff2");font-weight:400;font-display:block}@font-face{font-family:Suisse Works;src:url(./SuisseWorks-Regular.BlOea4f-.woff2) format("woff2");font-weight:400;font-display:block;font-style:normal}@font-face{font-family:Suisse Works;src:url(./SuisseWorks-RegularItalic.Bl592d4u.woff2) format("woff2");font-weight:400;font-display:block;font-style:italic}
