#loading{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:99999;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:#000;transition:opacity .5s cubic-bezier(.6,.14,0,1)}#loading.hide{opacity:0}#loading.hide,#loading.hide *{pointer-events:none!important}@font-face{font-family:Founders Grotesk;font-display:swap;src:url(../fonts/Founders-Grotesk-Light.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Founders Grotesk;font-display:swap;src:url(../fonts/Founders-Grotesk-Medium.woff2) format("woff2");font-weight:700;font-style:normal}body{font-size:15rem;line-height:1.21;font-weight:400}.h1,.h2,.h3{line-height:1;letter-spacing:-.015em;margin:0;text-transform:uppercase;font-weight:700}.h1{font-size:115rem}.h2{font-size:80rem}.h3{font-size:25rem;font-weight:400}@media (max-width: 1024px){body{font-size:12px}.h1{font-size:56px}.h2{font-size:39px}.h3{font-size:25px}}:root{--margin: 20rem;--gap: 20rem;--column: calc((var(--rvw) * 100 - var(--margin) * 2 - var(--gap) * 5) / 6)}@media (max-width: 1024px){:root{--margin: 15px;--gap: 10px}}#grid{width:100%;height:100%;position:fixed;left:0;top:0;padding:0 var(--margin);box-sizing:border-box;z-index:9999;display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:auto;gap:var(--gap);pointer-events:none}#grid div{background:#ff03}#grid:not(.show){display:none}.smart-text .line{display:block;font-weight:inherit;will-change:transform}.smart-text .text{display:inline-block;white-space:nowrap;font-weight:inherit}.smart-text .word{display:inline-block}.smart-text .word:not(:last-child).right-space{padding-right:.2em}.smart-text .word:not(:first-child).left-space{padding-left:.2em}.rich-text p{margin:0}.rich-text p:not(:last-child){margin-bottom:1em}.rich-text a{position:relative}.rich-text a:after{content:"";width:100%;height:.5rem;position:absolute;bottom:1px;left:0;background:currentColor;transform:scaleX(0);transform-origin:0% 100%;will-change:transform;transition:transform 1s cubic-bezier(.35,.42,0,1)}.rich-text a:hover:after{transform:scaleX(1)}.rich-text a:not(:hover):after{transform:scaleX(.2)}#nav{width:100%;position:fixed;top:0;left:0;z-index:99;box-sizing:border-box;padding:15rem var(--margin);display:flex;justify-content:space-between;align-items:flex-start;pointer-events:none;text-transform:uppercase}#nav a{position:relative;pointer-events:all}#nav a:after{content:"";width:100%;height:.5rem;position:absolute;bottom:1px;left:0;background:currentColor;transform:scaleX(0);transform-origin:0% 100%;will-change:transform;transition:transform 1s cubic-bezier(.35,.42,0,1)}#nav a:hover:after{transform:scaleX(1)}#nav-left,#nav-right{display:flex;align-items:flex-start;gap:var(--gap)}#nav-social{display:none;flex-direction:column;gap:4px;line-height:1}#nav-right{width:calc(var(--column) * 2 + var(--gap));justify-content:space-between}#nav .items{display:flex;flex-direction:column;align-items:flex-end}@media (max-width: 1024px){#nav>a:first-child,#nav .items{display:none}#nav-social{display:flex}#nav-right{width:auto}}#nav-mobile{display:none;width:100%;height:50px;position:fixed;bottom:0;left:0;z-index:99;padding:0 var(--margin);box-sizing:border-box}#nav-mobile-bar{width:100%;height:1px;background:#eee2c533}#nav-mobile-bar span{width:100%;height:100%;display:block;background:#eee2c5;transform-origin:left;transition:transform 1s cubic-bezier(.19,1,.22,1)}#nav-mobile-bottom{height:100%;padding-bottom:4px;box-sizing:border-box;line-height:1;display:flex;align-items:center;justify-content:space-between}#nav-mobile-bottom>span{width:20rem;height:100%;display:inline-flex;align-items:center;justify-content:center;font-size:15px;position:relative}#nav-mobile-bottom>span:first-child{left:-8rem}#nav-mobile-bottom>span:last-child{left:8rem}#nav-mobile-items{height:1em;overflow-y:clip;text-align:center;text-transform:uppercase}#nav-mobile-items-content{display:flex;flex-direction:column;align-items:center;transition:transform 1s cubic-bezier(.19,1,.22,1);transform:translateY(calc(var(--current) / var(--items) * -100%))}@media (max-width: 1024px){#nav-mobile{display:block}}#footer{width:100%;position:fixed;top:calc(100dvh - 48rem);left:0;z-index:99;box-sizing:border-box;padding:15rem var(--margin);display:flex;gap:var(--gap);justify-content:space-between;align-items:flex-end;pointer-events:none;text-transform:uppercase}#footer a{position:relative;pointer-events:all}#footer a:after{content:"";width:100%;height:.5rem;position:absolute;bottom:1px;left:0;background:currentColor;transform:scaleX(0);transform-origin:0% 100%;will-change:transform;transition:transform 1s cubic-bezier(.35,.42,0,1)}#footer a:hover:after{transform:scaleX(1)}#footer-left,#footer-right{display:flex;align-items:flex-start}#footer-left{gap:24rem}@media (max-width: 1024px){#footer{display:none}}#p{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999}#p:not(.show){pointer-events:none}html[data-touch=true] #p{display:none}#preloader{width:100%;height:100dvh;background:#000;position:fixed;bottom:0;left:0;z-index:0;box-sizing:border-box;transition:transform .6s cubic-bezier(.6,.14,1,.3)}#preloader video{width:100%;height:100%;object-fit:cover}html.intro-done #preloader{transform:scale(.6)}#contact{width:100%;height:100dvh;background:#000;position:fixed;top:0;left:0;z-index:99;box-sizing:border-box;clip-path:inset(0 0 0% 0);transition:clip-path 1s cubic-bezier(.6,.14,0,1)}#contact-nav{width:100%;position:fixed;top:0;left:0;z-index:99;box-sizing:border-box;padding:15rem var(--margin);display:flex;justify-content:space-between;align-items:flex-start;pointer-events:none;text-transform:uppercase}#contact-nav a{position:relative;pointer-events:all}#contact-nav a:after{content:"";width:100%;height:.5rem;position:absolute;bottom:1px;left:0;background:currentColor;transform:scaleX(0);transform-origin:0% 100%;will-change:transform;transition:transform 1s cubic-bezier(.35,.42,0,1)}#contact-nav a:hover:after{transform:scaleX(1)}#contact-nav-left,#contact-nav-right{display:flex;align-items:flex-start;gap:var(--gap)}#contact-nav-right{width:calc(var(--column) * 2 + var(--gap));justify-content:space-between}#contact-bg{width:100%;height:100%;position:absolute;left:0;top:0;z-index:0;object-fit:cover;transition:transform 1s cubic-bezier(.6,.14,0,1)}#contact-center{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;display:flex;align-items:center;justify-content:center;text-align:center}#contact-center .h1{letter-spacing:-.1em;line-height:.85}#contact-center .h1 .letter{position:relative;display:inline-block;transition:transform 2s cubic-bezier(.19,1,.22,1),opacity 0s cubic-bezier(.19,1,.22,1)}#contact-center .h1:last-child{position:absolute}#contact-mail .letter:nth-child(2){top:-.1em}#contact-mail .letter:nth-child(3){left:.1em}#contact-mail .letter:nth-child(5){top:-.1em}#contact-mail .letter:nth-child(12),#contact-mail .letter:nth-child(13){top:-.03em}#contact-mail .letter:nth-child(14){margin-left:.2em;display:inline-block}#contact-mail .letter:nth-child(17),#contact-mail .letter:nth-child(18),#contact-mail .letter:nth-child(19){top:-.05em}#contact-mail .letter:nth-child(12),#contact-mail .letter:nth-child(13){transition-delay:.6s}#contact-mail .letter:nth-child(1),#contact-mail .letter:nth-child(5),#contact-mail .letter:nth-child(14),#contact-mail .letter:nth-child(15){transition-delay:.8s}#contact-mail .letter:nth-child(5),#contact-mail .letter:nth-child(6),#contact-mail .letter:nth-child(7){transition-delay:.9s}#contact-mail .letter:nth-child(2),#contact-mail .letter:nth-child(3),#contact-mail .letter:nth-child(4),#contact-mail .letter:nth-child(8),#contact-mail .letter:nth-child(9),#contact-mail .letter:nth-child(10),#contact-mail .letter:nth-child(11),#contact-mail .letter:nth-child(16){transition-delay:1s}#contact-mail .letter:nth-child(17),#contact-mail .letter:nth-child(18),#contact-mail .letter:nth-child(19){transition-delay:1.1s}#contact-copied{pointer-events:none}#contact-copied .group{display:inline-block}#contact-copied .group:not(:last-child){margin-right:.25em}#contact-copied .group:nth-child(1) .letter:nth-child(3){top:.03em}#contact-copied .group:nth-child(1) .letter:nth-child(4){top:-.06em}#contact-copied .group:nth-child(1) .letter:nth-child(5){left:.08em}#contact-copied .group:nth-child(3) .letter:nth-child(3){top:-.03em}#contact-copied .group:nth-child(3) .letter:nth-child(5){left:.02em}#contact-copied .group:nth-child(3) .letter:nth-child(6),#contact-copied .group:nth-child(3) .letter:nth-child(7),#contact-copied .group:nth-child(3) .letter:nth-child(8),#contact-copied .group:nth-child(3) .letter:nth-child(9),#contact-copied .group:nth-child(3) .letter:nth-child(10){top:-.03em}#contact-copied .group:nth-child(3) .letter:nth-child(3){transition-delay:.2s}#contact-copied .group:nth-child(1) .letter:nth-child(3),#contact-copied .group:nth-child(3) .letter:nth-child(4),#contact-copied .group:nth-child(3) .letter:nth-child(5){transition-delay:.3s}#contact-copied .group:nth-child(2) .letter:nth-child(1),#contact-copied .group:nth-child(2) .letter:nth-child(2){transition-delay:.4s}#contact-copied .group:nth-child(1) .letter:nth-child(1),#contact-copied .group:nth-child(1) .letter:nth-child(2){transition-delay:.5s}#contact-copied .group:nth-child(1) .letter:nth-child(4),#contact-copied .group:nth-child(3) .letter:nth-child(5){transition-delay:.6s}#contact-copied .group:nth-child(1) .letter:nth-child(5),#contact-copied .group:nth-child(3) .letter:nth-child(6){transition-delay:.7s}#contact-copied .group:nth-child(3) .letter:nth-child(9),#contact-copied .group:nth-child(3) .letter:nth-child(10){transition-delay:.8s}#contact-copied .group:nth-child(3) .letter:nth-child(7),#contact-copied .group:nth-child(3) .letter:nth-child(8){transition-delay:.85s}#contact-subtitle{width:calc(var(--column));position:absolute;bottom:20%;left:calc(var(--column) * 1 + var(--gap) + var(--margin));display:flex;flex-direction:column;align-items:flex-start;text-transform:uppercase}#contact-subtitle span{transition:transform 2s cubic-bezier(.19,1,.22,1),opacity 0s cubic-bezier(.19,1,.22,1)}#contact-subtitle span:nth-child(1){transition-delay:1s}#contact-subtitle span:nth-child(2){text-align:right;margin-left:auto;margin-right:0;transition-delay:1.2s}#contact-subtitle span:last-child{margin-left:auto;margin-right:30rem;text-align:right;transition-delay:1.4s}#contact-footer{width:100%;position:fixed;bottom:0;left:0;z-index:99;box-sizing:border-box;padding:15rem var(--margin);display:flex;gap:var(--gap);justify-content:space-between;align-items:flex-end;pointer-events:none;text-transform:uppercase}#contact-footer a{position:relative;pointer-events:all}#contact-footer a:after{content:"";width:100%;height:.5rem;position:absolute;bottom:1px;left:0;background:currentColor;transform:scaleX(0);transform-origin:0% 100%;will-change:transform;transition:transform 1s cubic-bezier(.35,.42,0,1)}#contact-footer a:hover:after{transform:scaleX(1)}#contact-footer-left,#contact-footer-right{display:flex;align-items:flex-start}#contact-footer-left{gap:24rem}#contact:not(.copied) #contact-copied{pointer-events:none}#contact:not(.copied) #contact-copied .group .letter{opacity:0}#contact:not(.copied) #contact-copied .group:nth-child(3) .letter:nth-child(3){transform:translateY(-20rem)}#contact:not(.copied) #contact-copied .group:nth-child(3) .letter:nth-child(4),#contact:not(.copied) #contact-copied .group:nth-child(3) .letter:nth-child(5){transform:translateY(40rem)}#contact:not(.copied) #contact-copied .group:nth-child(1) .letter:nth-child(1),#contact:not(.copied) #contact-copied .group:nth-child(1) .letter:nth-child(2),#contact:not(.copied) #contact-copied .group:nth-child(2) .letter:nth-child(1),#contact:not(.copied) #contact-copied .group:nth-child(2) .letter:nth-child(2){transform:translate(30rem)}#contact:not(.copied) #contact-copied .group:nth-child(1) .letter:nth-child(3){transform:translate(20rem)}#contact:not(.copied) #contact-copied .group:nth-child(1) .letter:nth-child(4){transform:translateY(30rem)}#contact:not(.copied) #contact-copied .group:nth-child(1) .letter:nth-child(5),#contact:not(.copied) #contact-copied .group:nth-child(1) .letter:nth-child(6){transform:translateY(-35rem)}#contact:not(.copied) #contact-copied .group:nth-child(3) .letter:nth-child(1),#contact:not(.copied) #contact-copied .group:nth-child(3) .letter:nth-child(2){transform:translate(30rem)}#contact:not(.copied) #contact-copied .group:nth-child(3) .letter:nth-child(6){transform:translateY(80rem)}#contact:not(.copied) #contact-copied .group:nth-child(3) .letter:nth-child(7),#contact:not(.copied) #contact-copied .group:nth-child(3) .letter:nth-child(8),#contact:not(.copied) #contact-copied .group:nth-child(3) .letter:nth-child(9),#contact:not(.copied) #contact-copied .group:nth-child(3) .letter:nth-child(10){transform:translateY(40rem)}#contact.copied #contact-mail .letter{opacity:0;transition-delay:0s}@media (max-width: 1024px){#contact .h1{font-size:25px}#contact-footer{display:none}#contact-subtitle{width:auto;left:50%;bottom:80px;font-size:14px;text-align:center;transform:translate(-50%)}#contact-subtitle span{margin:0 auto}}#main{transition:transform 1s cubic-bezier(.6,.14,0,1)}html:not(.contact-open) #contact{clip-path:inset(0 0 100% 0)}html:not(.contact-open) #contact,html:not(.contact-open) #contact *{pointer-events:none}html:not(.contact-open) #contact #contact-bg{transform:scale(1.1)}html:not(.contact-open) #contact #contact-mail .letter{opacity:0}html:not(.contact-open) #contact #contact-mail .letter:nth-child(1),html:not(.contact-open) #contact #contact-mail .letter:nth-child(5),html:not(.contact-open) #contact #contact-mail .letter:nth-child(6),html:not(.contact-open) #contact #contact-mail .letter:nth-child(7),html:not(.contact-open) #contact #contact-mail .letter:nth-child(8),html:not(.contact-open) #contact #contact-mail .letter:nth-child(9),html:not(.contact-open) #contact #contact-mail .letter:nth-child(10),html:not(.contact-open) #contact #contact-mail .letter:nth-child(11){transform:translate(20rem)}html:not(.contact-open) #contact #contact-mail .letter:nth-child(2){transform:translateY(25rem)}html:not(.contact-open) #contact #contact-mail .letter:nth-child(3),html:not(.contact-open) #contact #contact-mail .letter:nth-child(4){transform:translateY(-20rem)}html:not(.contact-open) #contact #contact-mail .letter:nth-child(12),html:not(.contact-open) #contact #contact-mail .letter:nth-child(13){transform:translateY(-22rem)}html:not(.contact-open) #contact #contact-mail .letter:nth-child(14),html:not(.contact-open) #contact #contact-mail .letter:nth-child(15){transform:translate(25rem)}html:not(.contact-open) #contact #contact-mail .letter:nth-child(17),html:not(.contact-open) #contact #contact-mail .letter:nth-child(18),html:not(.contact-open) #contact #contact-mail .letter:nth-child(19){transform:translateY(40rem)}html:not(.contact-open) #contact #contact-subtitle span{opacity:0;transform:translate(60rem)}html:not(.contact-open) #contact #contact-subtitle span:nth-child(2n){transform:translate(-60rem)}html.contact-open #main{transform:scale(.9)}*{font-smooth:almays;text-shadow:0px 0px 1px transparent;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}@-moz-document url-prefix(){body{font-weight:lighter!important}}body,html{height:auto;margin:0;padding:0;font-family:Founders Grotesk,sans-serif}html{font-size:.0625vw;background:#000;color:#eee2c5}html.is-leaving,html.is-leaving *{pointer-events:none!important}html:not(.intro-done){overflow:hidden!important}@media (max-width: 1024px){html{font-size:1px;overflow:hidden}}html.lenis{height:auto}.lenis.lenis-smooth{scroll-behavior:auto}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}.flex{display:flex}button,button:focus,a,a:focus{outline:none!important}a{color:inherit;text-decoration:none}.no-transition,.no-transition *{transition:none!important}.no-animation,.no-animation *{animation:none!important}.no-events,.no-events *{pointer-events:none!important}.no-transform,.no-transform *{transform:none!important}.full-width{width:100vw}.size-auto{width:auto!important;height:auto!important}.width-auto{width:auto!important}.overflow-hidden{overflow:hidden!important}#noise{width:100vw;height:100lvh;position:fixed;top:0;left:0;z-index:99999999;pointer-events:none;overflow:hidden;mix-blend-mode:plus-lighter}#noise:after{content:"";width:180%;height:180%;position:fixed;left:-40%;top:-40%;background:url(../img/noise.png);animation:noise 1s steps(4) infinite}@keyframes noise{0%{transform:translate(0)}10%{transform:translate(-7%,-7%)}20%{transform:translate(-9%,7%)}30%{transform:translate(7%,-9%)}40%{transform:translate(-7%,12%)}50%{transform:translate(-9%,7%)}60%{transform:translate(12%)}70%{transform:translateY(9%)}80%{transform:translate(-17%)}90%{transform:translate(9%,7%)}to{transform:translate(7%)}}#filters{visibility:hidden;position:absolute;top:0;left:0;pointer-events:none}picture{display:block}section .title{display:inline-flex;flex-direction:column;align-items:flex-start;letter-spacing:-.1em;line-height:.85}section .title .line{transition:transform 3s cubic-bezier(.6,.14,0,1) 0s}section .title .line .letter{display:inline-block;transition:transform 2s cubic-bezier(.19,1,.22,1),opacity 0s cubic-bezier(.19,1,.22,1)}section .title .line .letter .letter-container{display:inline-block}section .title .line:nth-child(2){transition-delay:.1s}section .title:not(.show) .line .letter{opacity:0}section .description .row{display:flex;justify-content:space-between}section .description .row span{position:relative;transition:transform 2s cubic-bezier(.19,1,.22,1),opacity 0s cubic-bezier(.19,1,.22,1)}section .description .row:nth-child(1) span{transition-delay:1s}section .description .row:nth-child(1) span:nth-child(2){transition-delay:1.2s}section .description .row:nth-child(2) span{transition-delay:1.1s}section .description .row:nth-child(2) span:nth-child(2){transition-delay:1.15s}section .description .row:nth-child(3) span{transition-delay:1.2s}section .description .row:nth-child(3) span:nth-child(2){transition-delay:1.25s}section .description .row:nth-child(3) span{transition-delay:1.25s}section .description .row:nth-child(3) span:nth-child(2){transition-delay:1.35s}section .description .row:not(.show) span{opacity:0;transform:translate(40rem)}section .description .row:not(.show):nth-child(2n) span{transform:translate(-40rem)}@media (max-width: 1024px){section .title{line-height:.8}}.member .card{position:relative;display:inline-flex}.member .card img,.member .card video{width:100%;height:100%;object-fit:cover}.member .card video{pointer-events:none;position:absolute;top:0;left:0;z-index:1}.member .card:not(:hover) video{opacity:0}.member .mobile{display:none}@media (max-width: 1024px){.member{height:100dvh!important;padding:0!important;position:fixed!important;top:0;left:0}.member .mobile{display:block}.member .desktop{display:none}.member .bg{width:100%!important;height:100%!important;top:0!important;left:0!important;bottom:auto!important;position:absolute;z-index:9;clip-path:inset(100% 0 0 0);transition:clip-path 2s cubic-bezier(.6,.14,0,1)!important}.member .bg picture{width:100%!important;height:100%!important;transition:transform 2s cubic-bezier(.6,.14,0,1)!important}.member .card{width:calc(100% - var(--margin) * 2)!important;max-width:min(400rem,40vh)!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;position:absolute;z-index:0;aspect-ratio:341/428!important;transition:transform 2s cubic-bezier(.6,.14,0,1),opacity 3s cubic-bezier(.6,.14,0,1)}.member .card img,.member .card video{transition:transform 2s cubic-bezier(.6,.14,0,1)}.member .title{width:100%;position:absolute;align-items:center!important;top:auto!important;bottom:80px!important;left:50%!important;z-index:10;transform:translate(-50%);text-align:center;font-size:39px;transition:transform 2s cubic-bezier(.6,.14,0,1) .1s}.member .title .line{left:0!important;transform:none!important;margin:0 auto!important}.member .description{font-size:16px;position:absolute;left:50%!important;bottom:80px!important;top:auto!important;z-index:0;transform:translate(-50%);text-align:center}.member .description .row{justify-content:center!important}.member .location{width:100%;display:inline-block;position:absolute;top:calc((100dvh - min(100vw - var(--margin) * 2,400rem,40vh) * 1.2551319648) * .5 - 32px);left:0;text-align:center;transition:transform 2s cubic-bezier(.6,.14,0,1) .8s,opacity 2s cubic-bezier(.6,.14,0,1) .8s}.member:not(.active),.member:not(.active) *{pointer-events:none}.member:not(.active) .title .letter{opacity:0!important}.member:not(.active) .description span{opacity:0!important;transform:translate(40rem)!important}.member:not(.active) .description .row:nth-child(2n) span{transform:translate(-40rem)!important}.member.active[data-current-step="0"] .bg{clip-path:inset(0% 0 0 0)}.member[data-current-step="1"] .bg{clip-path:inset(0% 0 100% 0)}.member[data-current-step="1"] .title{transform:translate(-50%) translateY(calc(80px - min(100vw - var(--margin) * 2,400rem,40vh) * 1.2551319648 - (100dvh - min(100vw - var(--margin) * 2,400rem,40vh) * 1.2551319648) * .5 - 40px))}.member.active[data-current-step="1"] .description span{opacity:1!important;transform:translate(0)!important}.member.active[data-current-step="1"] .location{transform:translate(0);opacity:1}.member:not([data-current-step="1"]) .card,.member:not(.active) .card{transform:translate(-50%,-50%) scale(.4)!important;opacity:0;pointer-events:none}.member:not([data-current-step="1"]) .card img,.member:not([data-current-step="1"]) .card video,.member:not(.active) .card img,.member:not(.active) .card video{transform:scale(1.6)}.member:not([data-current-step="1"]) .location,.member:not(.active) .location{transform:translate(-40rem);opacity:0}.member:not(.active):not([data-current-step="1"]) .card{transform:translate(-50%,-50%) scale(.4)!important;opacity:0}.member:not(.active):not([data-current-step="1"]) .card img,.member:not(.active):not([data-current-step="1"]) .card video{transform:scale(1)!important}}.header{width:100%;height:100vh;padding:var(--margin);box-sizing:border-box;overflow:hidden;position:relative;background:#d50305}.header .header-image,.header .header-video{width:100%;height:102%;object-fit:cover;position:absolute;left:0;top:0;z-index:0;transition:transform 1.2s cubic-bezier(.6,.14,0,1) .1s}.header .header-image{filter:url(#motion-blur-header) brightness(.99) contrast(1.01);will-change:transform,filter}.header-title{width:100%;max-width:1400rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;display:flex;justify-content:space-between;letter-spacing:-.1em}.header-title .group .letter,.header-title .group .letter .letter-container{display:inline-block}.header-title .group:nth-child(1) .letter:nth-child(2){position:relative;top:.05em}.header-title .group:nth-child(2) .letter:nth-child(2){position:relative;top:-.02em}.header-title .group:nth-child(3) .letter:nth-child(2){position:relative;top:-.05em}.header-title .group:last-child .letter:nth-child(1),.header-title .group:last-child .letter:nth-child(2),.header-title .group:last-child .letter:nth-child(3){position:relative;left:-.3em}.header-title .group:last-child .letter:nth-child(2){left:-.4em}.header-title .group:last-child .letter:nth-child(3){top:-.05em}.header-subtitle{width:calc(var(--column));position:absolute;bottom:20%;right:calc(var(--column) * 1 + var(--gap) + var(--margin));display:flex;flex-direction:column;align-items:flex-start;text-transform:uppercase}.header-subtitle span:nth-child(1){text-align:right;margin-left:auto;margin-right:0}.header-subtitle span:last-child{margin-left:auto;margin-right:auto;text-align:center}.header-mobile-content{display:none;flex-direction:column;align-items:center;text-align:center;text-transform:uppercase;font-size:16px;line-height:1;position:absolute;bottom:80px;left:50%;transform:translate(-50%);transition:opacity 1s cubic-bezier(.19,1,.22,1)}.header-mobile-content .header-logo{width:35px;height:auto;margin-bottom:37px}@media (max-width: 1024px){.header{height:100dvh;background:#000}.header .header-image,.header .header-video{transition:opacity 1s cubic-bezier(.19,1,.22,1),transform 1.2s cubic-bezier(.6,.14,0,1) .1s}.header .header-image{display:none}.header .header-video{display:block}.header-title{justify-content:center}.header-title .group:not(:last-child){margin-right:.07em}.header-title .group:last-child .letter:nth-child(1),.header-title .group:last-child .letter:nth-child(2),.header-title .group:last-child .letter:nth-child(3){left:0}.header-subtitle{display:none}.header-mobile-content{display:flex}.header:not(.active) .header-video,.header:not(.active) .header-image,.header:not(.active) .letter,.header:not(.active) .header-mobile-content{opacity:0!important}}#eder{width:100%;height:120vh;position:relative;padding-top:calc(100vh - var(--right-height));box-sizing:border-box}#eder .bg{width:100%;height:100vh;position:absolute;top:-150px;left:0;overflow:hidden}#eder .bg picture{width:100%;height:100%;object-fit:cover;transition:width 2.5s cubic-bezier(.6,.14,0,1) .5s}#eder .bg picture img{width:100%;height:100%;object-fit:cover}#eder .title{position:absolute;top:50vh;left:70rem}#eder .title .line:nth-child(1) .letter:nth-child(1),#eder .title .line:nth-child(1) .letter:nth-child(2){transition-delay:.5s}#eder .title .line:nth-child(1) .letter:nth-child(3){transition-delay:.8s}#eder .title .line:nth-child(1) .letter:nth-child(4){transition-delay:.85s}#eder .title .line:nth-child(2){margin-left:90rem}#eder .title .line:nth-child(2) .letter:nth-child(3){transition-delay:.85s}#eder .title .line:nth-child(2) .letter:nth-child(4){transition-delay:.95s}#eder .title .line:nth-child(2) .letter:nth-child(5){transition-delay:1s}#eder .title .line:nth-child(2) .letter:nth-child(2){transition-delay:1.05s}#eder .title .line:nth-child(2) .letter:nth-child(1){transition-delay:1.1s}#eder .title:not(.show) .line:nth-child(1){transform:translate(100rem)}#eder .title:not(.show) .line:nth-child(1) .letter:nth-child(1),#eder .title:not(.show) .line:nth-child(1) .letter:nth-child(2),#eder .title:not(.show) .line:nth-child(1) .letter:nth-child(4){transform:translate(20rem)}#eder .title:not(.show) .line:nth-child(1) .letter:nth-child(3){transform:translateY(-20rem)}#eder .title:not(.show) .line:nth-child(2){transform:translate(20rem)}#eder .title:not(.show) .line:nth-child(2) .letter:nth-child(3),#eder .title:not(.show) .line:nth-child(2) .letter:nth-child(4),#eder .title:not(.show) .line:nth-child(2) .letter:nth-child(5){transform:translate(30rem)}#eder .title:not(.show) .line:nth-child(2) .letter:nth-child(2){transform:translateY(-20rem)}#eder .title:not(.show) .line:nth-child(2) .letter:nth-child(1){transform:translateY(25rem)}#eder .right{width:calc(var(--column) * 2 + var(--gap));position:sticky;top:calc(100vh - var(--right-height));margin-left:auto;display:flex;flex-direction:column;transition:transform 2.5s cubic-bezier(.6,.14,0,1) .5s}#eder .right .description{margin-bottom:60rem}#eder .right .description .row:nth-child(1) span:nth-child(1){left:90rem}#eder .right .description .row:nth-child(1) span:nth-child(2){left:-80rem}#eder .right .description .row:nth-child(3) span{left:70rem}#eder .right .card{width:100%;aspect-ratio:480/560}#eder.show .bg picture{width:50%}#eder:not(.show) .right{transform:translate(-50%)}@media (max-width: 1024px){#eder:not(.active) .title .line:nth-child(1){transform:translate(100rem)}#eder:not(.active) .title .line:nth-child(1) .letter:nth-child(1),#eder:not(.active) .title .line:nth-child(1) .letter:nth-child(2),#eder:not(.active) .title .line:nth-child(1) .letter:nth-child(4){transform:translate(20rem)}#eder:not(.active) .title .line:nth-child(1) .letter:nth-child(3){transform:translateY(-20rem)}#eder:not(.active) .title .line:nth-child(2){transform:translate(20rem)}#eder:not(.active) .title .line:nth-child(2) .letter:nth-child(3),#eder:not(.active) .title .line:nth-child(2) .letter:nth-child(4),#eder:not(.active) .title .line:nth-child(2) .letter:nth-child(5){transform:translate(30rem)}#eder:not(.active) .title .line:nth-child(2) .letter:nth-child(2){transform:translateY(-20rem)}#eder:not(.active) .title .line:nth-child(2) .letter:nth-child(1){transform:translateY(25rem)}}#diego{width:100%;height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:clip;z-index:1}#diego .bg{width:100%;height:100%;position:absolute;top:0;left:0}#diego .bg picture{width:100%;height:100%;object-fit:cover;clip-path:inset(0% 0 0 0);transition:clip-path 2.5s cubic-bezier(.6,.14,0,1)}#diego .bg picture img{width:100%;height:100%;object-fit:cover}#diego .card{width:540rem;top:0;aspect-ratio:540/670}#diego .right{position:absolute;right:90rem}#diego .right .description{max-width:320rem;margin-top:100rem;margin-left:auto;margin-right:0}#diego .right .description .row:nth-child(2n){justify-content:flex-end}#diego .right .description .row:nth-child(2){padding-right:23%}#diego .title .line:nth-child(1){margin-left:auto;margin-right:0;transition-delay:2s}#diego .title .line:nth-child(1) .letter:nth-child(1),#diego .title .line:nth-child(1) .letter:nth-child(2){transition-delay:.5s}#diego .title .line:nth-child(1) .letter:nth-child(3){position:relative;top:.05em;transition-delay:.7s}#diego .title .line:nth-child(1) .letter:nth-child(4),#diego .title .line:nth-child(1) .letter:nth-child(5){position:relative;top:.02em;transition-delay:.85s}#diego .title .line:nth-child(2){position:relative;left:-50rem}#diego .title .line:nth-child(2) .letter:nth-child(5),#diego .title .line:nth-child(2) .letter:nth-child(6){transition-delay:1.05s}#diego .title .line:nth-child(2) .letter:nth-child(4){transition-delay:1.15s}#diego .title .line:nth-child(2) .letter:nth-child(3){transition-delay:1.2s}#diego .title .line:nth-child(2) .letter:nth-child(2),#diego .title .line:nth-child(2) .letter:nth-child(1){position:relative;top:.02em;transition-delay:1.3s}#diego .title:not(.show) .line:nth-child(1){transform:translate(-200rem)}#diego .title:not(.show) .line:nth-child(1) .letter:nth-child(1),#diego .title:not(.show) .line:nth-child(1) .letter:nth-child(2){transform:translate(20rem)}#diego .title:not(.show) .line:nth-child(1) .letter:nth-child(3){transform:translateY(-20rem)}#diego .title:not(.show) .line:nth-child(1) .letter:nth-child(4),#diego .title:not(.show) .line:nth-child(1) .letter:nth-child(5){transform:translateY(20rem)}#diego .title:not(.show) .line:nth-child(2) .letter:nth-child(5),#diego .title:not(.show) .line:nth-child(2) .letter:nth-child(6){transform:translateY(20rem)}#diego .title:not(.show) .line:nth-child(2) .letter:nth-child(4){transform:translateY(-30rem)}#diego .title:not(.show) .line:nth-child(2) .letter:nth-child(3){transform:translate(25rem)}#diego .title:not(.show) .line:nth-child(2) .letter:nth-child(2),#diego .title:not(.show) .line:nth-child(2) .letter:nth-child(1){transform:translate(30rem)}#diego:not(.show) .bg picture{clip-path:inset(100% 0 0 0)}@media (max-width: 1024px){#diego:not(.active) .title .line:nth-child(1){transform:translate(-200rem)}#diego:not(.active) .title .line:nth-child(1) .letter:nth-child(1),#diego:not(.active) .title .line:nth-child(1) .letter:nth-child(2){transform:translate(20rem)}#diego:not(.active) .title .line:nth-child(1) .letter:nth-child(3){transform:translateY(-20rem)}#diego:not(.active) .title .line:nth-child(1) .letter:nth-child(4),#diego:not(.active) .title .line:nth-child(1) .letter:nth-child(5){transform:translateY(20rem)}#diego:not(.active) .title .line:nth-child(2) .letter:nth-child(5),#diego:not(.active) .title .line:nth-child(2) .letter:nth-child(6){transform:translateY(20rem)}#diego:not(.active) .title .line:nth-child(2) .letter:nth-child(4){transform:translateY(-30rem)}#diego:not(.active) .title .line:nth-child(2) .letter:nth-child(3){transform:translate(25rem)}#diego:not(.active) .title .line:nth-child(2) .letter:nth-child(2),#diego:not(.active) .title .line:nth-child(2) .letter:nth-child(1){transform:translate(30rem)}}#manuel{width:100%;height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:0}#manuel .bg{width:100%;height:100%;position:absolute;top:0;right:0;display:flex;justify-content:flex-end;overflow:clip}#manuel .bg .image{width:50%;height:100%;margin-left:auto;margin-right:0}#manuel .bg .image picture{width:100%;height:100%;object-fit:cover;clip-path:inset(0 0 0 0%);transition:transform 2.5s cubic-bezier(.6,.14,0,1),clip-path 2.5s cubic-bezier(.6,.14,0,1)}#manuel .bg .image picture img{width:100%;height:100%;object-fit:cover}#manuel .card{width:540rem;aspect-ratio:540/670}#manuel .left{width:calc(100% - 90rem);position:absolute;left:90rem;bottom:33vh}#manuel .left .description{width:100%;max-width:320rem}#manuel .left .description .row:nth-child(1){justify-content:space-between}#manuel .left .description .row:nth-child(2){justify-content:center}#manuel .left .description .row:nth-child(3){padding-left:13%}#manuel .right{position:absolute;right:90rem;bottom:100rem}#manuel .title .line:nth-child(1){position:relative;left:-120rem}#manuel .title .line:nth-child(1) .letter:nth-child(1),#manuel .title .line:nth-child(1) .letter:nth-child(4){transition-delay:.5s}#manuel .title .line:nth-child(1) .letter:nth-child(2),#manuel .title .line:nth-child(1) .letter:nth-child(3){transition-delay:.7s}#manuel .title .line:nth-child(1) .letter:nth-child(3){position:relative;top:.05em}#manuel .title .line:nth-child(1) .letter:nth-child(5),#manuel .title .line:nth-child(1) .letter:nth-child(6){transition-delay:.85s}#manuel .title .line:nth-child(2){margin-left:auto;margin-right:0;transition-delay:2s}#manuel .title .line:nth-child(2) .letter:nth-child(5){transition-delay:1.05s}#manuel .title .line:nth-child(2) .letter:nth-child(4){transition-delay:1.1s}#manuel .title .line:nth-child(2) .letter:nth-child(3){position:relative;top:.01em;transition-delay:1.2s}#manuel .title .line:nth-child(2) .letter:nth-child(2),#manuel .title .line:nth-child(2) .letter:nth-child(1){transition-delay:1.23s}#manuel .title:not(.show) .line:nth-child(1) .letter:nth-child(1),#manuel .title:not(.show) .line:nth-child(1) .letter:nth-child(3),#manuel .title:not(.show) .line:nth-child(1) .letter:nth-child(4),#manuel .title:not(.show) .line:nth-child(1) .letter:nth-child(5),#manuel .title:not(.show) .line:nth-child(1) .letter:nth-child(6){transform:translate(20rem)}#manuel .title:not(.show) .line:nth-child(1) .letter:nth-child(2){transform:translateY(-20rem)}#manuel .title:not(.show) .line:nth-child(2){transform:translate(-200rem)}#manuel .title:not(.show) .line:nth-child(2) .letter:nth-child(5){transform:translateY(20rem)}#manuel .title:not(.show) .line:nth-child(2) .letter:nth-child(4){transform:translateY(-30rem)}#manuel .title:not(.show) .line:nth-child(2) .letter:nth-child(3){transform:translate(-35rem)}#manuel .title:not(.show) .line:nth-child(2) .letter:nth-child(2),#manuel .title:not(.show) .line:nth-child(2) .letter:nth-child(1){transform:translate(30rem)}#manuel:not(.show) .bg picture{transform:translate(100%);clip-path:inset(0 0 0 30%)}@media (max-width: 1024px){#manuel{z-index:1;transition:transform 2s cubic-bezier(.6,.14,0,1)!important}#manuel .bg .image{width:100%}#manuel:not(.active) .title .line:nth-child(1) .letter:nth-child(1),#manuel:not(.active) .title .line:nth-child(1) .letter:nth-child(3),#manuel:not(.active) .title .line:nth-child(1) .letter:nth-child(4),#manuel:not(.active) .title .line:nth-child(1) .letter:nth-child(5),#manuel:not(.active) .title .line:nth-child(1) .letter:nth-child(6){transform:translate(20rem)}#manuel:not(.active) .title .line:nth-child(1) .letter:nth-child(2){transform:translateY(-20rem)}#manuel:not(.active) .title .line:nth-child(2){transform:translate(-200rem)}#manuel:not(.active) .title .line:nth-child(2) .letter:nth-child(5){transform:translateY(20rem)}#manuel:not(.active) .title .line:nth-child(2) .letter:nth-child(4){transform:translateY(-30rem)}#manuel:not(.active) .title .line:nth-child(2) .letter:nth-child(3){transform:translate(-35rem)}#manuel:not(.active) .title .line:nth-child(2) .letter:nth-child(2),#manuel:not(.active) .title .line:nth-child(2) .letter:nth-child(1){transform:translate(30rem)}#manuel:not(.active)[data-current-step="1"]{transform:translateY(-100dvh)!important}}#bats{width:100%;min-height:100vh;position:relative;display:flex;justify-content:space-between;box-sizing:border-box;padding:0 var(--margin);padding-top:300rem}#bats .bg{width:100%;height:100%;position:absolute;left:0;bottom:0;z-index:0;pointer-events:none;overflow:clip}#bats .bg img{position:absolute;will-change:transform;transition:transform 2.5s cubic-bezier(.6,.14,0,1)}#bats .bg img:nth-child(1){width:40%;height:100%;left:-10%;top:200rem;transform:rotate(15deg) translateY(-10%)}#bats .bg img:nth-child(2){width:80%;bottom:0;right:0;transition-delay:.1s}#bats .left{width:480rem;padding-left:60rem;padding-top:60rem;z-index:1;display:flex;flex-direction:column;justify-content:center}#bats .left #bats-title .line .group:nth-child(2){margin-left:.7em}#bats .left #bats-title .line:nth-child(1) .group:nth-child(2) .letter:nth-child(2),#bats .left #bats-title .line:nth-child(1) .group:nth-child(2) .letter:nth-child(3){transition-delay:.5s}#bats .left #bats-title .line:nth-child(1) .group:nth-child(2) .letter:nth-child(1){position:relative;top:-.03em;transition-delay:1.25s}#bats .left #bats-title .line:nth-child(1) .group:nth-child(1) .letter:nth-child(5){position:relative;top:-.01em;transition-delay:.8s}#bats .left #bats-title .line:nth-child(1) .group:nth-child(1) .letter:nth-child(3),#bats .left #bats-title .line:nth-child(1) .group:nth-child(1) .letter:nth-child(2),#bats .left #bats-title .line:nth-child(1) .group:nth-child(1) .letter:nth-child(1){transition-delay:.9s}#bats .left #bats-title .line:nth-child(1) .group:nth-child(1) .letter:nth-child(4){position:relative;top:-.04em;transition-delay:.95s}#bats .left #bats-title .line:nth-child(2) .letter:nth-child(7),#bats .left #bats-title .line:nth-child(2) .letter:nth-child(8){transition-delay:1.05s}#bats .left #bats-title .line:nth-child(2) .letter:nth-child(1),#bats .left #bats-title .line:nth-child(2) .letter:nth-child(2),#bats .left #bats-title .line:nth-child(2) .letter:nth-child(3){transition-delay:1.1s}#bats .left #bats-title .line:nth-child(2) .letter:nth-child(6),#bats .left #bats-title .line:nth-child(2) .letter:nth-child(5),#bats .left #bats-title .line:nth-child(2) .letter:nth-child(4){transition-delay:1.15s}#bats .left #bats-title .line:nth-child(3){margin-left:auto;margin-right:0}#bats .left #bats-title .line:nth-child(3) .letter:nth-child(4),#bats .left #bats-title .line:nth-child(3) .letter:nth-child(7){transition-delay:1.1s}#bats .left #bats-title .line:nth-child(3) .letter:nth-child(7){position:relative;top:-.02em}#bats .left #bats-title .line:nth-child(3) .letter:nth-child(4){position:relative;top:-.05em}#bats .left #bats-title .line:nth-child(3) .letter:nth-child(5),#bats .left #bats-title .line:nth-child(3) .letter:nth-child(6){transition-delay:1.15s}#bats .left #bats-title .line:nth-child(3) .letter:nth-child(1),#bats .left #bats-title .line:nth-child(3) .letter:nth-child(2),#bats .left #bats-title .line:nth-child(3) .letter:nth-child(3){transition-delay:1.2s}#bats .left #bats-title:not(.show) .line:nth-child(1) .group:nth-child(1) .letter:nth-child(1),#bats .left #bats-title:not(.show) .line:nth-child(1) .group:nth-child(1) .letter:nth-child(2),#bats .left #bats-title:not(.show) .line:nth-child(1) .group:nth-child(1) .letter:nth-child(3),#bats .left #bats-title:not(.show) .line:nth-child(1) .group:nth-child(1) .letter:nth-child(5){transform:translate(20rem)}#bats .left #bats-title:not(.show) .line:nth-child(1) .group:nth-child(1) .letter:nth-child(4){transform:translateY(-20rem)}#bats .left #bats-title:not(.show) .line:nth-child(1) .group:nth-child(2) .letter:nth-child(1),#bats .left #bats-title:not(.show) .line:nth-child(1) .group:nth-child(2) .letter:nth-child(2),#bats .left #bats-title:not(.show) .line:nth-child(1) .group:nth-child(2) .letter:nth-child(3){transform:translate(30rem)}#bats .left #bats-title:not(.show) .line:nth-child(2) .letter:nth-child(1),#bats .left #bats-title:not(.show) .line:nth-child(2) .letter:nth-child(2),#bats .left #bats-title:not(.show) .line:nth-child(2) .letter:nth-child(3){transform:translateY(-20rem)}#bats .left #bats-title:not(.show) .line:nth-child(2) .letter:nth-child(4),#bats .left #bats-title:not(.show) .line:nth-child(2) .letter:nth-child(5),#bats .left #bats-title:not(.show) .line:nth-child(2) .letter:nth-child(6){transform:translateY(20rem)}#bats .left #bats-title:not(.show) .line:nth-child(2) .letter:nth-child(7),#bats .left #bats-title:not(.show) .line:nth-child(2) .letter:nth-child(8){transform:translate(30rem)}#bats .left #bats-title:not(.show) .line:nth-child(3) .letter:nth-child(1),#bats .left #bats-title:not(.show) .line:nth-child(3) .letter:nth-child(2),#bats .left #bats-title:not(.show) .line:nth-child(3) .letter:nth-child(3),#bats .left #bats-title:not(.show) .line:nth-child(3) .letter:nth-child(4),#bats .left #bats-title:not(.show) .line:nth-child(3) .letter:nth-child(7){transform:translate(30rem)}#bats .left #bats-title:not(.show) .line:nth-child(3) .letter:nth-child(5),#bats .left #bats-title:not(.show) .line:nth-child(3) .letter:nth-child(6){transform:translateY(-20rem)}#bats .left .ep-image{display:none}#bats .left .description{margin-top:70rem;margin-bottom:30rem}#bats .left .description .row:nth-child(1){justify-content:flex-start}#bats .left .description .row:nth-child(1) span:nth-child(2){margin-left:1.5em}#bats .left .description .row:nth-child(2){padding-left:23%}#bats .left .listen{margin-top:auto;padding-bottom:min(140rem,20vh)}#bats .left .listen .listen-title{width:100%;position:relative;margin-bottom:60rem}#bats .left .listen .listen-title span{display:inline-block;transition:transform 2s cubic-bezier(.19,1,.22,1) 1s,opacity 0s cubic-bezier(.19,1,.22,1) 1s}#bats .left .listen .listen-title svg{width:100%;position:absolute;left:0;bottom:-.4em;stroke:currentColor;stroke-width:1rem;pointer-events:none;clip-path:inset(0 0% 0 0);transition:clip-path 2s cubic-bezier(.6,.14,0,1) 1s}#bats .left .listen .listen-title:not(.show) span{transform:translate(20rem);opacity:0}#bats .left .listen .listen-title:not(.show) svg{clip-path:inset(0 100% 0 0)}#bats .left .listen .links{max-width:220rem;display:flex;flex-wrap:wrap;gap:8rem 0;text-transform:uppercase;line-height:1.2}#bats .left .listen .links a{position:relative;display:inline-block;flex-shrink:0;transition:transform 2s cubic-bezier(.19,1,.22,1),opacity 0s cubic-bezier(.19,1,.22,1)}#bats .left .listen .links a:after{content:"";width:100%;height:.5rem;position:absolute;bottom:1px;left:0;background:currentColor;transform:scaleX(0);transform-origin:0% 100%;will-change:transform;transition:transform 1s cubic-bezier(.35,.42,0,1)}#bats .left .listen .links a:hover:after{transform:scaleX(1)}#bats .left .listen .links a:nth-child(2n){margin-left:auto}#bats .left .listen .links a:not(.show){transform:translateY(30rem);opacity:0}#bats .left .listen .links a:nth-child(1){transition-delay:1.1s}#bats .left .listen .links a:nth-child(2){transition-delay:1.2s}#bats .left .listen .links a:nth-child(3){transition-delay:1.3s}#bats .left .listen .links a:nth-child(4){transition-delay:1.4s}#bats .left .listen .links a:nth-child(5){transition-delay:1.5s}#bats .left .listen .links a:nth-child(6){transition-delay:1.6s}#bats .right{width:calc(var(--column) * 3 + var(--gap) * 2);padding-right:140rem;z-index:1;display:flex;flex-direction:column;justify-content:flex-end}#bats .right .ep-image,#bats .right .ep-image img{width:100%}#bats:not(.show) .bg img:nth-child(1){transform:rotate(25deg) translateY(40%)}#bats:not(.show) .bg img:nth-child(2){transform:translate(20%)}@media (max-width: 1024px){#bats{height:100dvh;min-height:auto;position:fixed;padding-top:0;top:0;left:0}#bats .bg{transition:transform 2s cubic-bezier(.6,.14,0,1),opacity 2s cubic-bezier(.6,.14,0,1)}#bats .left{width:100%;padding-left:0;padding-right:0;padding-top:100px}#bats .left #bats-title .line:nth-child(1) .group:nth-child(2) .letter:nth-child(2),#bats .left #bats-title .line:nth-child(1) .group:nth-child(2) .letter:nth-child(3){transition-delay:1.5s}#bats .left #bats-title .line:nth-child(1) .group:nth-child(2) .letter:nth-child(1){transition-delay:2.25s}#bats .left #bats-title .line:nth-child(1) .group:nth-child(1) .letter:nth-child(5){transition-delay:1.8s}#bats .left #bats-title .line:nth-child(1) .group:nth-child(1) .letter:nth-child(3),#bats .left #bats-title .line:nth-child(1) .group:nth-child(1) .letter:nth-child(2),#bats .left #bats-title .line:nth-child(1) .group:nth-child(1) .letter:nth-child(1){transition-delay:1.9s}#bats .left #bats-title .line:nth-child(1) .group:nth-child(1) .letter:nth-child(4){transition-delay:1.95s}#bats .left #bats-title .line:nth-child(2) .letter:nth-child(7),#bats .left #bats-title .line:nth-child(2) .letter:nth-child(8){transition-delay:2.05s}#bats .left #bats-title .line:nth-child(2) .letter:nth-child(1),#bats .left #bats-title .line:nth-child(2) .letter:nth-child(2),#bats .left #bats-title .line:nth-child(2) .letter:nth-child(3){transition-delay:2.1s}#bats .left #bats-title .line:nth-child(2) .letter:nth-child(6),#bats .left #bats-title .line:nth-child(2) .letter:nth-child(5),#bats .left #bats-title .line:nth-child(2) .letter:nth-child(4){transition-delay:2.15s}#bats .left #bats-title .line:nth-child(3) .letter:nth-child(4),#bats .left #bats-title .line:nth-child(3) .letter:nth-child(7){transition-delay:2.1s}#bats .left #bats-title .line:nth-child(3) .letter:nth-child(5),#bats .left #bats-title .line:nth-child(3) .letter:nth-child(6){transition-delay:2.15s}#bats .left #bats-title .line:nth-child(3) .letter:nth-child(1),#bats .left #bats-title .line:nth-child(3) .letter:nth-child(2),#bats .left #bats-title .line:nth-child(3) .letter:nth-child(3){transition-delay:2.2s}#bats .left .ep-image{display:block;width:100%;margin:min(30px,3vh) auto;transition:transform 2s cubic-bezier(.6,.14,0,1) .5s,opacity 2s cubic-bezier(.6,.14,0,1) .5s}#bats .left .ep-image img{width:100%}#bats .left .description{display:none}#bats .left .listen{padding-bottom:100px}#bats .left .listen .listen-title{margin-bottom:20px}#bats .left .listen .listen-title span{transition-delay:2.1s!important}#bats .left .listen svg{display:none}#bats .left .listen .links{max-width:261px}#bats .left .listen .links a{min-width:108px;font-size:16px}#bats .left .listen .links a:nth-child(1){transition-delay:2.2s!important}#bats .left .listen .links a:nth-child(2){transition-delay:2.3s!important}#bats .left .listen .links a:nth-child(3){transition-delay:2.4s!important}#bats .left .listen .links a:nth-child(4){transition-delay:2.5s!important}#bats .right{display:none}#bats:not(.active),#bats:not(.active) *{pointer-events:none!important}#bats:not(.active) .bg{transform:translateY(100%);opacity:0}#bats:not(.active) .left .title .letter,#bats:not(.active) .left .listen .listen-title span,#bats:not(.active) .left .listen .links a,#bats:not(.active) .left .ep-image{transition:transform 3s cubic-bezier(.19,1,.22,1),opacity 1s cubic-bezier(.19,1,.22,1);transition-delay:0s!important;opacity:0!important}#bats:not(.active) .left .ep-image{opacity:0!important;transform:scale(.4)}#bats:not(.active) .left .title .letter{opacity:0!important}#bats:not(.active) .left .listen .listen-title span{transform:translateY(40rem)!important;opacity:0!important}#bats:not(.active) .left .listen .links a{transform:translateY(40rem)!important;opacity:0!important}#bats.active .left .title .letter,#bats.active .left .listen .listen-title span{opacity:1!important;transform:translate(0)!important}#bats.active .left .listen .links a{transform:translateY(0)!important;opacity:1!important}}#page{will-change:transform,clip-path;clip-path:inset(0vh 0 0 0);transition:clip-path 1.2s cubic-bezier(.6,.14,0,1) .1s}#page.no-clip{clip-path:none;transition:none;will-change:auto}html:not(.intro-done) #page{clip-path:inset(100vh 0 0 0)}html:not(.intro-done) #header .header-image,html:not(.intro-done) #header .header-video{transform:scale(1.2) translateY(20%)}
