html{--mobile-design-width: 360;--desktop-design-width: 900;--ultrawide-design-width: 2100;font-size:calc(100 / var(--mobile-design-width) * 1vw)}@media(width>=768px){html{font-size:calc(100 / var(--desktop-design-width) * 1vw)}}@media(width>=2100px){html{font-size:calc(100 / var(--desktop-design-width) * var(--ultrawide-design-width) / 16 * .01rem)}}html{scrollbar-width:none;--color-black: #000;--color-blackish: #212121;--color-white: color-mix(in srgb, #fff, transparent 12%);--color-white-fade: color-mix(in srgb, #fff, transparent 79%);--color-white-hover: #fff}body{margin:0;background:var(--color-black);color:var(--color-white)}.top-tour{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;width:100%;height:100dvh;overflow:hidden;background:var(--color-black);color:var(--color-white);opacity:0;font-family:Martian Mono,monospace}.top-tour *:focus-visible{outline:none}.top-tour-teaser{position:relative;z-index:2;width:100%;height:100%}.top-tour-teaser:has(button:hover) .top-tour-cta,.top-tour-teaser:has(form:hover) .top-tour-cta,.top-tour-teaser:has(form input[type=email]:focus) .top-tour-cta,.top-tour-teaser:has(form input[type=checkbox]:checked) .top-tour-cta{background:var(--color-white-hover)}.top-tour-teaser:has(button:hover) .top-tour-form input[type=email],.top-tour-teaser:has(form:hover) .top-tour-form input[type=email],.top-tour-teaser:has(form input[type=email]:focus) .top-tour-form input[type=email],.top-tour-teaser:has(form input[type=checkbox]:checked) .top-tour-form input[type=email]{border-color:var(--color-white-hover)}.top-tour-teaser:has(button:hover) .top-tour-form-checkbox,.top-tour-teaser:has(form:hover) .top-tour-form-checkbox,.top-tour-teaser:has(form input[type=email]:focus) .top-tour-form-checkbox,.top-tour-teaser:has(form input[type=checkbox]:checked) .top-tour-form-checkbox{color:var(--color-white-hover)}.top-tour-teaser:has(button:hover) .top-tour-form-checkbox:before,.top-tour-teaser:has(button:hover) .top-tour-form-checkbox:after,.top-tour-teaser:has(form:hover) .top-tour-form-checkbox:before,.top-tour-teaser:has(form:hover) .top-tour-form-checkbox:after,.top-tour-teaser:has(form input[type=email]:focus) .top-tour-form-checkbox:before,.top-tour-teaser:has(form input[type=email]:focus) .top-tour-form-checkbox:after,.top-tour-teaser:has(form input[type=checkbox]:checked) .top-tour-form-checkbox:before,.top-tour-teaser:has(form input[type=checkbox]:checked) .top-tour-form-checkbox:after{opacity:1}.top-tour-teaser:has(button:hover) .top-tour-form button[type=submit],.top-tour-teaser:has(button:hover) .top-tour-form button[type=submit]:disabled,.top-tour-teaser:has(form:hover) .top-tour-form button[type=submit],.top-tour-teaser:has(form:hover) .top-tour-form button[type=submit]:disabled,.top-tour-teaser:has(form input[type=email]:focus) .top-tour-form button[type=submit],.top-tour-teaser:has(form input[type=email]:focus) .top-tour-form button[type=submit]:disabled,.top-tour-teaser:has(form input[type=checkbox]:checked) .top-tour-form button[type=submit],.top-tour-teaser:has(form input[type=checkbox]:checked) .top-tour-form button[type=submit]:disabled{background:var(--color-white-hover)}.top-tour-teaser-actions{display:flex;flex-flow:column nowrap;position:absolute;inset:50% auto auto 50%;z-index:2;transform:translate(-50%,-50%);width:279rem}.top-tour-teaser:has(form input[type=email]:not(:placeholder-shown)):has(form input[type=checkbox]:checked) .top-tour-form input[type=email]{padding-right:121rem}.top-tour-teaser:has(form input[type=email]:not(:placeholder-shown)):has(form input[type=checkbox]:checked) .top-tour-form button{clip-path:inset(-2.1%)}.top-tour-cta{position:relative;z-index:1;display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;width:100%;padding:17rem 21rem;background:var(--color-white);color:var(--color-blackish);font-size:10rem;font-weight:555;letter-spacing:.21em;line-height:120%;text-decoration:none;text-transform:uppercase;white-space:nowrap;cursor:pointer;transition:background 1.234s}.top-tour-cta>span{display:flex;align-items:center;justify-content:center}.top-tour-cta>span:first-child{position:absolute;inset:0 0 0 5rem;z-index:1;letter-spacing:.7em}.top-tour-form{position:relative;z-index:1;width:100%;height:46rem;margin-top:-46rem;visibility:hidden;clip-path:inset(0% 100% -79rem 0%);font-size:10rem;text-transform:uppercase}.top-tour-form input[type=email]{width:100%;height:100%;padding:0 21rem;font-weight:350;text-transform:uppercase;text-overflow:ellipsis;border:1px solid var(--color-white);border-radius:0;box-shadow:none;transition:padding 1.234s,border 1.234s}@media(width<768px){.top-tour-form input[type=email]:focus{padding:0 15rem;font-size:16px;letter-spacing:-.05em}}.top-tour-form input[type=email]::placeholder{color:var(--color-white);font-size:10rem;transition:opacity .321s}.top-tour-form input[type=email]:focus::placeholder{opacity:0}.top-tour-form input[name=company]{position:absolute;inset:-9876rem auto auto -9876rem;z-index:1;width:0;height:0;opacity:0}.top-tour-form button[type=submit]{position:absolute;inset:0 0 0 auto;z-index:1;padding:0 21rem;background:var(--color-white);color:var(--color-blackish);clip-path:inset(-2.1% -2.1% -2.1% 102.1%);font-weight:555;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background 1.234s}.top-tour-form button[type=submit]:disabled{cursor:not-allowed}.top-tour-form-checkbox{display:flex;position:absolute;margin-top:12rem;padding-left:22rem;font-size:8rem;line-height:160%;cursor:pointer;transition:color 1.234s}.top-tour-form-checkbox input[type=checkbox]{position:absolute;inset:-6rem auto auto -6rem;z-index:1;transform:scale(.5);width:24rem;aspect-ratio:1;margin:0;padding:0;background:transparent;appearance:initial;cursor:pointer}.top-tour-form-checkbox button[type=button]{background:none;text-transform:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2rem;text-decoration-color:color-mix(in srgb,var(--color-white),transparent 50%);cursor:pointer;transition:text-decoration-color .321s}.top-tour-form-checkbox button[type=button]:hover{text-decoration-color:color-mix(in srgb,var(--color-white),transparent 21%)}.top-tour-form-checkbox:before,.top-tour-form-checkbox:after{content:"";position:absolute;z-index:1;opacity:.9;transition:background .321s,opacity 1.234s}.top-tour-form-checkbox:before{inset:0 auto auto 0;width:12rem;aspect-ratio:1;border:1px solid var(--color-white)}.top-tour-form-checkbox:after{inset:0 auto auto 0;width:12rem;aspect-ratio:1;background:color-mix(in srgb,var(--color-white),transparent 100%)}.top-tour-form-checkbox:has(input:checked):after{background:var(--color-white-hover)}.top-tour-signup-message{display:flex;align-items:center;justify-content:center;transform:translateY(-22rem);height:0;opacity:0;font-size:10rem;font-weight:555;letter-spacing:.21em;line-height:160%;text-align:center;text-transform:uppercase;pointer-events:none}@media(width<768px){.top-tour-signup-message{width:100%;padding:0 21rem}}.top-tour-background{display:flex;flex-flow:row wrap;position:fixed;inset:0;z-index:1;pointer-events:none;mix-blend-mode:luminosity;opacity:.42}.top-tour-background>div{position:relative;z-index:1;width:50vw;height:50vh}.top-tour-background picture{position:absolute;inset:0;z-index:1;visibility:hidden}.top-tour-background picture[data-visible]{visibility:visible}.top-tour-background picture img{width:100%;height:100%;object-fit:cover}.top-tour-privacy-policy{display:flex;align-items:center;justify-content:center;position:fixed;inset:0;z-index:3;visibility:hidden;font-size:8rem;font-weight:555;letter-spacing:.12em;line-height:160%;text-transform:uppercase}.top-tour-privacy-policy[data-active]{visibility:visible}.top-tour-privacy-policy>div{display:flex;flex-flow:column nowrap;align-items:flex-start;gap:1.6em;position:relative;z-index:1;width:320rem}@media(width<768px){.top-tour-privacy-policy>div p:nth-child(2){padding-right:21rem}}.top-tour-privacy-policy a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2rem;text-decoration-color:color-mix(in srgb,var(--color-white),transparent 50%);cursor:pointer;transition:text-decoration-color .321s}.top-tour-privacy-policy a:hover{text-decoration-color:color-mix(in srgb,var(--color-white),transparent 21%)}.top-tour-privacy-policy-close{position:absolute;inset:-21rem -21rem auto auto;z-index:1;width:12rem;aspect-ratio:1;opacity:.79;font-size:0;cursor:pointer;transition:opacity .321s}@media(width<768px){.top-tour-privacy-policy-close{inset:0 0 auto auto}}.top-tour-privacy-policy-close:before,.top-tour-privacy-policy-close:after{content:"";position:absolute;inset:5rem auto auto 0;z-index:1;width:100%;height:1.5rem;background:var(--color-white-hover)}.top-tour-privacy-policy-close:before{transform:rotate(45deg)}.top-tour-privacy-policy-close:after{transform:rotate(-45deg)}.top-tour .split-container{display:inherit;position:inherit;z-index:inherit;font:inherit}.top-tour .split-mask-line-mask,.top-tour .split-line-mask,.top-tour .split-line{display:block}.top-tour .split-word,.top-tour .split-char{display:inline-block}.top-tour .split-char{position:relative;z-index:1}.top-tour .split-char:after{content:attr(data-char);position:absolute;inset:100% auto auto 0;z-index:1}
