:root{--vh: 1vh;--default-font: "Inter";--is-mobile: 0;--ref-screen-width: 1920;--site-padding-x: calc(60 * 100vw / var(--ref-screen-width));--site-padding-y: var(--site-padding-x);--grid-columns: 16;--grid-rows: 1;--grid-gap-scale: .15;--grid-gap-width: calc((100vw - var(--site-padding-x) * 2) / ((var(--grid-columns) / var(--grid-gap-scale)) + var(--grid-columns) - 1));--grid-column-width: calc(var(--grid-gap-width) / var(--grid-gap-scale));--grid-span-width: calc(var(--grid-gap-width) + var(--grid-column-width));--grid-span-1: calc(var(--grid-span-width) * 1 + var(--grid-column-width));--grid-span-2: calc(var(--grid-span-width) * 2 + var(--grid-column-width));--grid-span-3: calc(var(--grid-span-width) * 3 + var(--grid-column-width));--grid-span-4: calc(var(--grid-span-width) * 4 + var(--grid-column-width));--grid-span-5: calc(var(--grid-span-width) * 5 + var(--grid-column-width));--grid-span-6: calc(var(--grid-span-width) * 6 + var(--grid-column-width));--grid-span-7: calc(var(--grid-span-width) * 7 + var(--grid-column-width));--grid-span-8: calc(var(--grid-span-width) * 8 + var(--grid-column-width));--grid-span-9: calc(var(--grid-span-width) * 9 + var(--grid-column-width));--grid-span-10: calc(var(--grid-span-width) * 10 + var(--grid-column-width));--grid-span-11: calc(var(--grid-span-width) * 11 + var(--grid-column-width));--grid-span-12: calc(var(--grid-span-width) * 12 + var(--grid-column-width));--grid-span-13: calc(var(--grid-span-width) * 13 + var(--grid-column-width));--grid-span-14: calc(var(--grid-span-width) * 14 + var(--grid-column-width));--grid-span-15: calc(var(--grid-span-width) * 15 + var(--grid-column-width));--grid-span-16: calc(var(--grid-span-width) * 16 + var(--grid-column-width));--color-white: #ffedd7;--color-black: #100904;--color-pure-white: #fff;--color-pure-black: #000;--content-width: calc(100vw - var(--site-padding-x) * 2);--content-unit: calc(var(--content-width) / var(--ref-screen-width));--h1: calc(var(--content-unit) * 80);--h2: calc(var(--content-unit) * 60);--h3: calc(var(--content-unit) * 50);--h4: calc(var(--content-unit) * 35);--h5: calc(var(--content-unit) * 20);--sub1: calc(var(--content-unit) * 16);--sub2: calc(var(--content-unit) * 14);--sub3: calc(var(--content-unit) * 12);--body1: calc(var(--content-unit) * 20);--body2: calc(var(--content-unit) * 18);--body3: calc(var(--content-unit) * 14);--link-footer: calc(var(--content-unit) * 18);--quote-big: calc(var(--content-unit) * 40);--quote-small: calc(var(--content-unit) * 30);--default: calc(var(--content-unit) * 14);--btn: calc(var(--content-unit) * 14)}@media (max-width: 991.98px){:root{--grid-columns: 8}}h1,h2,h3,h4,h5,h6,.h{margin:0;padding:0;font-weight:600;line-height:1.2;font-family:var(--default-font)}.sub1,.sub2,.sub3{font-weight:500;line-height:1.4;text-transform:uppercase}h1{font-size:var(--h1)}h2{font-size:var(--h2)}h3{font-size:var(--h3)}h4{font-size:var(--h4)}h5{font-size:var(--h5)}.sub1{font-size:var(--sub1)}.sub2{font-size:var(--sub2)}.sub3{font-size:var(--sub3)}.body1{font-weight:400;font-size:var(--body1);line-height:1.6}.body2{font-weight:400;font-size:var(--body2);line-height:1.6}.body3{font-weight:400;font-size:var(--body3);line-height:1.6}.link-header{font-weight:500;font-size:var(--link-header);line-height:1.4}.quote-big{font-family:var(--default-font);font-weight:600;font-size:var(--quote-big);line-height:1.4}.quote-small{font-family:var(--default-font);font-weight:500;font-size:var(--quote-small);line-height:1.4}.default,button{font-weight:500;font-size:var(--default);line-height:1.4}@font-face{font-family:Inter;font-weight:100 900;font-style:normal;font-display:block;src:url(/fonts/Inter-Regular.woff2) format("woff2")}html{width:100%;height:100%;font-family:Inter,sans-serif;color:var(--color-black)}body{position:fixed;width:100%;height:100%;overflow:hidden;margin:0;overscroll-behavior:none;touch-action:none;font-weight:500;font-size:var(--default);line-height:1.4}*{box-sizing:border-box}sup{position:relative;display:inline-block;font-size:.6em}.o-grid{position:relative;display:grid;grid-template-columns:repeat(var(--grid-columns),1fr);grid-template-rows:repeat(var(--rows, 1),1fr);grid-column-gap:var(--grid-gap-width);grid-row-gap:0px;height:100%}.o-grid>*{grid-column:auto/span var(--grid-column-span, var(--grid-columns));grid-column-start:var(--grid-column-start, auto)}#canvas{position:fixed;top:0;left:0;width:100%;height:100%}#pages-container{position:relative;width:100%;min-height:calc(var(--vh) * 100)}.page{opacity:0}section{position:relative;width:100%}.o-container{width:100%;padding:0 var(--site-padding-x)}#preloader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:1000}.is-ready #preloader{background-color:transparent}:root{--site-header: 24px}#site-header{position:fixed;left:var(--site-padding-x);right:var(--site-padding-x);top:var(--site-padding-y);height:var(--site-header);z-index:5;display:flex;justify-content:space-between;align-items:center}#site-header a{text-decoration:none;color:var(--color-white)}#site-header__nav{display:flex;gap:20px;padding:0;margin:0}#site-header__nav>li{list-style:none}#scroll-indicator{position:fixed;top:10px;right:4px;width:0;height:calc(var(--vh) * 100 - 20px);z-index:10}#scroll-indicator__bar{position:absolute;top:0;right:0;width:6px;height:200px;background-color:var(--color-white)}#home-hero{height:calc(var(--vh) * 100)}#home-hero__content{position:absolute;top:50%;transform:translateY(-50%);left:var(--site-padding-x);width:var(--grid-span-4)}#video-player{max-width:640px;margin:auto;background:#222;padding:10px;border-radius:8px}#video-player>video{width:100%;border-radius:4px;background:#000}#video-player__controls{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}#video-player__controls>button{padding:6px 12px;border:none;border-radius:4px;cursor:pointer}#video-player__controls>input[type=range]{border:none;border-radius:4px;cursor:pointer}#video-player__progress-container{position:relative;width:100%;height:10px;background:#444;border-radius:5px;overflow:hidden;margin:8px 0}#video-player__buffered-bar{position:absolute;top:0;left:0;height:100%;background:#ffffff4d;width:0%}#video-player__played-bar{position:absolute;top:0;left:0;height:100%;background:#4caf50;width:0%}#video-player__time-display{color:#eee;font-size:.9rem}#video-player__snapshot{display:block;margin:12px auto;max-width:100%;border-radius:4px}#about-hero{padding-top:calc(var(--site-padding-y) * 2 + var(--site-header))}#about-hero__title{margin:1em 0}.dg.ac{z-index:10000}
