.hero__header{position:fixed;top:0;left:0;right:0;padding:1% 2%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;z-index:1000;font-weight:var(--font-weight-semibold);font-size:var(--font-size-24pt);transition:transform .3s ease,background-color .3s ease,backdrop-filter .3s ease;text-transform:lowercase}.hero__header--top{transform:translateY(0);background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.hero__header--top.hero__header--scrolled{background-color:var(--color-black)}.hero__header--light.hero__header--top.hero__header--scrolled{background-color:#fff}.hero__header--top:not(.hero__header--scrolled){background-color:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.hero__header--hidden{transform:translateY(-100%);background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.hero__header--hidden.hero__header--scrolled{background-color:var(--color-black)}.hero__header--visible{transform:translateY(0);background-color:transparent}.hero__header--visible.hero__header--scrolled{background-color:var(--color-black);box-shadow:0 2px 20px #0000004d}.hero__header--light.hero__header--hidden.hero__header--scrolled,.hero__header--light.hero__header--visible.hero__header--scrolled{background-color:#fffffff2}.hero__header--dark{color:#fff}.hero__header--light{color:#0f172a}.hero__brand{display:inline-flex;width:48px;max-width:100%;height:auto}.hero__brand-link{display:block;width:100%;height:auto;text-decoration:none}.hero__brand img{width:100%;height:auto;display:block;max-width:100%}.hero__nav{display:flex;justify-content:center;padding-left:5.5%;gap:clamp(1.5rem,4vw,2.75rem)}.hero__actions{display:inline-flex;align-items:center;gap:clamp(1rem,3vw,1.75rem)}.hero__nav-link,.hero__about{text-decoration:none;transition:opacity .16s ease;position:relative}.hero__header--dark .hero__nav-link,.hero__header--dark .hero__about{color:#fff}.hero__header--light .hero__nav-link,.hero__header--light .hero__about{color:#0f172a}.hero__nav-link:hover,.hero__nav-link:focus-visible,.hero__about:hover,.hero__about:focus-visible{opacity:.75}.hero__header--light .hero__nav-link:hover,.hero__header--light .hero__nav-link:focus-visible,.hero__header--light .hero__about:hover,.hero__header--light .hero__about:focus-visible{opacity:.6}.hero__nav-link.hero__nav-link--active{opacity:1}.hero__nav-link.hero__nav-link--active:hover,.hero__nav-link.hero__nav-link--active:focus-visible{opacity:1}.hero__language-switch{display:inline-flex;align-items:center;padding:.15rem;border-radius:999px}.hero__language-button{border:none;background:transparent;color:inherit;font:inherit;padding:.35rem .8rem;border-radius:999px;cursor:pointer;opacity:.7;transition:background-color .16s ease,opacity .16s ease,color .16s ease;position:relative;min-width:3.5rem;text-align:center}.hero__language-button:hover,.hero__language-button:focus-visible{opacity:1}.hero__language-button--active{opacity:1;background:transparent!important}.hero__language-label--active{display:inline}.hero__language-label--inactive,.hero__language-button:hover .hero__language-label--active{display:none}.hero__language-button:hover .hero__language-label--inactive{display:inline}.hero__hamburger{display:none;border:none;background:transparent;color:inherit;cursor:pointer;padding:.5rem;width:40px;height:40px;flex-direction:column;justify-content:center;align-items:center;gap:6px}.hero__hamburger span{display:block;width:30px;height:4px;border-radius:4px;background-color:currentColor;transition:transform .3s ease,opacity .3s ease}.hero__mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000f2;z-index:999;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease;text-transform:lowercase}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hero__mobile-nav{display:flex;flex-direction:column;gap:2rem;align-items:center}.hero__mobile-nav-link{color:#fff;font-size:var(--font-size-36pt);font-weight:var(--font-weight-semibold);text-decoration:none;transition:opacity .2s ease}.hero__mobile-nav-link:active{opacity:.7}.hero__mobile-language-options{display:flex;flex-direction:row;gap:1.5rem;margin-top:6rem}.hero__mobile-language-button{border:none;background:transparent;color:#fff;font-size:var(--font-size-36pt);font-family:inherit;font-weight:var(--font-weight-semibold)}.hero__mobile-language-button--active{opacity:1}.hero__hamburger--open span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.hero__hamburger--open span:nth-child(2){opacity:0}.hero__hamburger--open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media screen and (max-width: 768px) and (pointer: coarse) and (hover: none){.hero__nav,.hero__actions{display:none}.hero__hamburger{display:flex;z-index:1001;position:relative}}@media screen and (max-width: 625px){.hero__nav,.hero__actions{display:none}.hero__hamburger{display:flex;z-index:1001;position:relative}}.hero{position:relative;flex:1}.hero__media{position:relative;width:100%;overflow:hidden}.hero__background-video{display:block;width:100%;height:100dvh;object-fit:cover;opacity:0;transition:opacity .26s ease;position:relative;z-index:2}.hero__background-video--ready{opacity:1}.hero__background-image{display:block;width:100%;height:100dvh;object-fit:cover}.hero__figure{position:relative;margin:0;width:100%;height:100%}.hero__background-poster{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100dvh;object-fit:cover;z-index:1}.hero__brand-link{display:inline-flex;text-decoration:none}.hero__scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:10;transition:opacity .3s ease}.hero__scroll-indicator:hover{opacity:.7}.hero__scroll-chevron{width:64px;height:32px;color:#fff;animation:float 2s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(20px)}}@media screen and (max-width: 768px){.hero__scroll-indicator{bottom:1rem}.hero__scroll-chevron{width:48px;height:24px}}.cookie-consent{position:fixed;bottom:0;left:0;right:0;z-index:9999;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.25rem 2rem;padding-left:var(--page-padding-sides);padding-right:var(--page-padding-sides);background:#0a0d0e4d!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1);box-shadow:0 -4px 20px #0000004d;font-family:inherit;border-radius:16px 16px 0 0}.cookie-consent__content{flex:1;margin:0;padding:0}.cookie-consent__text{color:#ffffffe6;font-size:var(--font-size-24pt);font-weight:var(--font-weight-medium)}.cookie-consent__button{padding:.625rem 1.5rem;background:#ffffffe6!important;color:#000;border:none;border-radius:4px;font-size:var(--font-size-24pt);font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;font-family:inherit;border-radius:50px!important}.cookie-consent__button:hover{background:#ffffffe6;transform:translateY(-1px)}.cookie-consent__button:active{transform:translateY(0)}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-consent{animation:slideUp .3s ease-out}.page-footer{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding-left:var(--page-padding-sides);padding-right:var(--page-padding-sides);padding-top:6rem;padding-bottom:3rem;z-index:100}.page-footer__info{display:flex;flex-direction:row;justify-content:space-between;width:100%}.page-footer__action{display:inline-block;position:relative;bottom:2.5dvh;transition:all .2s ease}.page-footer--light .page-footer__action{display:none}.page-footer__action:hover{transform:translateY(-3px)}.page-footer__action-link{color:#000;font-size:var(--font-size-24pt);text-decoration:none;display:inline-block;transition:all .2s ease;font-weight:800}.page-footer--light{color:#fff;background-color:var(--color-black)}.page-footer--dark{color:#000;background-color:#fff}.page-footer--light .page-footer__link{color:#ffffffb3}.page-footer--light .page-footer__link:hover{color:#fff}.page-footer--dark .page-footer__link{color:#000000b3}.page-footer--dark .page-footer__link:hover{color:#000}.page-footer__link{font-size:var(--font-size-18pt);font-weight:500;word-spacing:-.015em;text-decoration:none;transition:all .2s ease}.page-footer__copyright{font-size:var(--font-size-18pt);word-spacing:-.015em;font-weight:500}.page-footer--light .page-footer__copyright{color:#ffffffb3}.page-footer--dark .page-footer__copyright{color:#000000b3}@media screen and (max-width: 768px) and (pointer: coarse) and (hover: none){.page-footer__action{bottom:10vh}.page-footer__action:hover{transform:none}}.call-to-action{padding:var(--page-padding-sides);padding-top:18rem;padding-bottom:12rem;padding-left:27.5%;padding-right:27.5%;display:flex;justify-content:center}.call-to-action--light{background:#fff;color:#000}.call-to-action--light .call-to-action__content,.call-to-action--light .call-to-action__content h1,.call-to-action--light .call-to-action__content h2,.call-to-action--light .call-to-action__content h3{color:#000}.call-to-action--light .call-to-action__content a:hover,.call-to-action--light .call-to-action__content a:focus{color:#000}.call-to-action--light .call-to-action__content strong{color:#000}.call-to-action--dark{background:var(--color-black);color:#fff}.call-to-action--dark .call-to-action__content,.call-to-action--dark .call-to-action__content h1,.call-to-action--dark .call-to-action__content h2,.call-to-action--dark .call-to-action__content h3{color:#fff}.call-to-action--dark .call-to-action__content a:hover,.call-to-action--dark .call-to-action__content a:focus{color:#ffffffb3}.call-to-action--dark .call-to-action__content strong{color:#fff}.call-to-action__content{display:flex;flex-direction:column;font-size:var(--font-size-36pt);font-weight:var(--font-weight-semibold)}.call-to-action__content p{margin-bottom:1.5rem}.call-to-action__content p:last-child{margin-bottom:0}.call-to-action__content h1,.call-to-action__content h2,.call-to-action__content h3{font-weight:700;margin-bottom:1.5rem}.call-to-action__content h1{font-size:var(--font-size-60pt)}.call-to-action__content h2{font-size:var(--font-size-48pt)}.call-to-action__content h3{font-size:var(--font-size-36pt)}.call-to-action__content a{text-decoration:underline;color:inherit;transition:color .18s ease}.call-to-action__content strong{font-weight:700}.call-to-action__content em{font-style:italic}.call-to-action__content ul,.call-to-action__content ol{margin-bottom:1.5rem;padding-left:2rem}.call-to-action__content li{margin-bottom:.75rem}.project-page .call-to-action{justify-content:flex-start;padding-left:var(--page-padding-sides);padding-right:calc(65.75% - var(--page-padding-sides))}.work-page .call-to-action,.home-page .call-to-action{justify-content:flex-start;padding-left:15%;padding-right:50.75%}@media screen and (max-width: 768px) and (pointer: coarse) and (hover: none){.call-to-action__content{padding-left:0%;padding-right:0%}.call-to-action{padding-top:12rem;padding-bottom:6rem;padding-left:var(--page-padding-sides)!important;padding-right:var(--page-padding-sides)!important}}.loop-preview{position:relative;min-height:120vh;background:var(--loop-preview-bg, #fff)}.loop-preview__inner{position:sticky;top:0;height:100vh;display:flex;align-items:center;justify-content:center;pointer-events:none}.loop-preview__frame{width:100vw;height:100vh;transform-origin:center center;display:flex;align-items:center;justify-content:center;background:var(--loop-preview-bg, #fff);box-shadow:0 32px 120px #000,0 16px 60px #00000080;opacity:1;transition:transform .12s ease-out,opacity .12s ease-out}.loop-preview__iframe{width:100%;height:100%;border:0;pointer-events:none}.loop-preview--active{background:var(--loop-preview-bg, #fff)}:root.loop-preview--fallback-transition body{opacity:0;transition:opacity var(--loop-preview-fallback-duration, .22s) ease}@font-face{font-family:Uncut Sans;src:url(/assets/UncutSans-Variable-DfydcN6x.woff2) format("woff2");font-display:swap}*{margin:0;padding:0;box-sizing:border-box}:root{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Uncut Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;font-size:16px;line-height:1.15;--font-size-18pt: clamp(1rem, .5vw + .9rem, 1.125rem);--font-size-24pt: clamp(1.25rem, 1.5vw + 1rem, 1.5rem);--font-size-36pt: clamp(1.75rem, 3vw + 1rem, 2.25rem);--font-size-48pt: clamp(2.25rem, 5vw + 1rem, 3rem);--font-size-60pt: clamp(2.5rem, 7vw + .75rem, 3.5rem);--font-size-76pt: clamp(3.225rem, 9vw + 1rem, 5.5rem);--page-padding-sides: 3.125%;--grid-gap: 2.5dvw;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--color-black: rgba(10,10,10,1)}html,body{scrollbar-width:none;-ms-overflow-style:none;letter-spacing:-.0125rem}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}body.body--black-bg{background:var(--color-black)}body.body--white-bg{background:#fff}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}br{display:block;content:"";margin:.5em 0}a{color:inherit}.vds-accessibility-menu,.vds-audio-menu{display:none!important}.vds-settings-menu-items{min-width:0!important}.dark .vds-menu-items{--default-gray-300: var(--default-gray-400)}
