@font-face{font-family:Alte Haas Grotesk;font-weight:400;src:url(../../../font/AlteHaasGroteskRegular.ttf)}@font-face{font-family:Alte Haas Grotesk;font-weight:700;src:url(../../../font/AlteHaasGroteskBold.ttf)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box;font-family:Alte Haas Grotesk,serif}:root{--fs-400: 1rem;--fs-500: 1.05rem;--fs-600: 1.2rem;--fs-700: 1.9rem;--fs-800: 2.3rem;--vpp: 1.2rem;--bg: #fafafa;--bg-dark: hsl(156, 5%, 18%);--fg: #212121;--fg-sub: #5a5a5a;--fg-ligth: #d4d4d4;--bg-200: hsl(192, 75%, 7%);--bg-300: hsl(192, 75%, 11%);--bg-400: #f0f0f0;--bg-500: #e3e3e3;--bg-600: #a5a5a5;--fg-300: #d4d4d4;--fg-400: #212121;--fg-500: #fafafa;--blu: 58, 142, 143;--giallo: 232, 170, 46;--rosso: 133, 19, 65;--hs-giallo: 40, 80%}@media(min-width:60ch){:root{--fs-400: 1.07rem;--fs-500: 1.35rem;--fs-600: 1.7rem;--fs-700: 2.8rem;--fs-800: 3.8rem;--vpp: 3.4rem}}::selection{background-color:rgba(var(--giallo),.7);color:#333}html,body{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--fg);font-size:var(--fs-400)}h1{font-size:var(--fs-800);margin-bottom:1em}h2{font-size:var(--fs-700);margin-bottom:1em}h3{font-size:var(--fs-600);margin-bottom:1em}h3:not(:first-child){margin-top:1.5em}a{color:hsl(var(--hs-giallo),45%);text-decoration-color:rgb(var(--giallo),.8);letter-spacing:.05ch}p:not(:first-child){margin-top:1em}ul,ol{padding-left:2ch;margin-top:.5em}ul.spaced li+li,ol.spaced li+li{margin-top:.5em}.glass{-webkit-backdrop-filter:blur(6px) saturate(180%);backdrop-filter:blur(6px) saturate(180%);background-color:#ffffffbf;border:1px solid rgba(209,213,219,.3)}header,main{padding:var(--vpp)}section{scroll-margin-block-start:15vh;position:relative;margin-top:25vh}section:before{content:"";position:absolute;top:0;left:0;height:.5rem;width:calc(var(--vpp) + 4rem);transform:translate(calc(-1 * var(--vpp)),calc(-1 * var(--fs-700)));background-color:rgb(var(--blu));border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}textarea,input[type=text],input[type=email]{width:100%;padding:.4em var(--h-padding);font-size:inherit;font-weight:400;color:var(--fg);background-color:#fafafa77;border:2px solid rgba(var(--blu),.5);transition:border-color .2s ease}textarea:focus,input[type=text]:focus,input[type=email]:focus{outline:none;border-color:rgba(var(--blu),.9)}input[type=checkbox]{display:inline-block;cursor:pointer}textarea{display:block;resize:vertical;padding:.4em .6em;min-height:10rem;height:14rem;max-height:30rem}textarea::placeholder{color:var(--fg-sub)}.btn{display:block;width:fit-content;color:rgb(var(--rosso));border:2px dashed rgb(var(--rosso));padding:.4em .8em;text-decoration:none;font-weight:700;letter-spacing:.05ch;-webkit-user-select:none;user-select:none;cursor:pointer;background-color:transparent;transition:background-color .2s,color .2s}.btn--center{margin-left:auto;margin-right:auto}.btn:hover{background-color:rgb(var(--rosso));color:#f6f6f6}.btn:disabled{background-color:#f1f1f1;border-color:#999;color:#999;cursor:not-allowed}@supports (appearance: none) or (-webkit-appearance: none){input[type=checkbox]{-webkit-appearance:none;appearance:none;background-color:transparent;margin:0;font:inherit;color:currentColor;width:1.25em;height:1.25em;border:.15em solid currentColor;border-radius:.15em;transform:translateY(-.075em);vertical-align:middle;display:inline-block;position:relative;margin-inline:.225em}input[type=checkbox]:before{content:"";position:absolute;top:.15em;left:.15em;width:.65em;height:.65em;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);transform:scale(0);transform-origin:center;transition:.12s transform ease-in-out;box-shadow:inset 1em 1em var(--form-control-color);background-color:rgb(var(--giallo))}input[type=checkbox]:checked:before{transform:scale(1)}input[type=checkbox]:focus{box-shadow:0 0 0 .225em #ccc4;outline:none}input[type=checkbox]:disabled{--form-control-color: var(--form-control-disabled);color:var(--form-control-disabled);cursor:not-allowed}}.body.svelte-12qhfyh{position:relative}.behind.svelte-12qhfyh{position:fixed;z-index:1;top:25vh;right:0vw;width:max(60vw,70vh);max-width:80vw;opacity:.25;filter:blur(20px) grayscale(30%);transform:translateY(var(--y));will-change:transform}.head.svelte-12qhfyh{z-index:4;position:sticky;top:2rem;display:flex;justify-content:space-between;align-items:center;width:calc(100% - 4em);max-width:70ch;margin:0 auto;padding:.5rem .7rem;border-radius:7px;font-size:var(--fs-400)}.logo.svelte-12qhfyh{display:block;height:2.2em;width:auto}.desktop-nav.svelte-12qhfyh li:where(.svelte-12qhfyh){margin-right:1.4ch}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:1.1em;font-weight:700;text-decoration:none;color:#444}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:rgb(var(--rosso))}nav.svelte-12qhfyh ul:where(.svelte-12qhfyh){list-style:none;display:flex;margin-top:0}.mobile-nav-toggle.svelte-12qhfyh{border:none;font-size:1em;height:2.2em;width:2.2em;display:grid;place-items:center;background:none}.mobile-nav-toggle.svelte-12qhfyh>.bar:where(.svelte-12qhfyh){grid-row:1;grid-column:1;width:90%;height:4px;border-radius:8px;background-color:#00000040;transition:transform .2s ease,background-color .2s ease}.bar.svelte-12qhfyh{transform:translate(-.1em)}.bar.svelte-12qhfyh:first-child{transform:translate(.1em,-.8em)}.bar.svelte-12qhfyh:last-child{transform:translate(.1em,.8em)}[aria-expanded=true].svelte-12qhfyh>.bar:where(.svelte-12qhfyh){background-color:transparent}[aria-expanded=true].svelte-12qhfyh>.bar:where(.svelte-12qhfyh):first-child{transform:rotate(45deg);background-color:rgb(var(--giallo))}[aria-expanded=true].svelte-12qhfyh>.bar:where(.svelte-12qhfyh):last-child{transform:rotate(-45deg);background-color:rgb(var(--giallo))}.mobile-nav.svelte-12qhfyh{z-index:3;position:fixed;right:0;top:0;width:99vw;height:100%;display:grid;grid-template-columns:1fr auto}.mobile-nav.svelte-12qhfyh>button:where(.svelte-12qhfyh){background:transparent;border:none;display:block;height:100%}.mobile-nav.hidden.svelte-12qhfyh{pointer-events:none}.mobile-nav.svelte-12qhfyh ul:where(.svelte-12qhfyh){transition:transform .2s ease;background-color:rgb(var(--blu));box-shadow:0 0 2em #3337;height:100%;flex-direction:column;justify-content:center;align-items:end;padding:0 15vw 20vh 5vw}.hidden.svelte-12qhfyh ul:where(.svelte-12qhfyh){transform:translate(calc(100% + 2em))}.mobile-nav.svelte-12qhfyh li:where(.svelte-12qhfyh){margin:1em 0;transform-origin:right;transform:rotate(-45deg)}.mobile-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#eee;font-size:1.3em;text-transform:uppercase}@media(min-width:50rem){.mobile-nav.svelte-12qhfyh,.mobile-nav-toggle.svelte-12qhfyh{display:none}}@media(max-width:50rem){.desktop-nav.svelte-12qhfyh{display:none}.behind.svelte-12qhfyh{top:unset;bottom:-10vh}}.content.svelte-12qhfyh{position:relative;z-index:2}.divisor.svelte-12qhfyh{display:block;width:100%;height:auto;margin-bottom:-1px;margin-top:-1px}footer.svelte-12qhfyh{background-color:var(--bg-dark);padding:var(--vpp);color:var(--fg-ligth);font-size:var(--fs-400)}footer.svelte-12qhfyh a:where(.svelte-12qhfyh){color:inherit;text-decoration-color:#d4d4d4aa}@media(min-width:80ch){footer.svelte-12qhfyh{padding-top:0;text-align:center}}
