.studio-page{position:relative;width:100%;height:100%;min-height:100svh;background-color:#fff}.studio-page .studio-header{position:relative;width:100%;height:100svh;display:flex;justify-content:center;align-items:center;overflow:hidden}.studio-page .studio-header .hero-video-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1;will-change:transform;pointer-events:none;background-image:url(/hero-video-cover.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat}.studio-page .studio-header .hero-video{position:absolute;top:50%;left:50%;width:100vw;height:56.25vw;min-height:100vh;min-width:177.77vh;transform:translate(-50%,-50%);border:none;opacity:0;transition:opacity .5s ease-in-out}.studio-page .studio-header .hero-video.loaded{opacity:1}.studio-page .studio-header .hero-video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);z-index:2}.studio-page .studio-header .container{position:relative;z-index:3;display:flex;flex-direction:column;justify-content:center}.studio-page .studio-header .container .studio-header-row:first-child{display:flex;justify-content:flex-start}.studio-page .studio-header .container .studio-header-row:nth-child(2){display:flex;justify-content:flex-end}.studio-page .studio-header .container .studio-header-row h1{font-size:9rem;color:#fff;font-weight:700}.studio-page .studio-copy .container{display:flex;flex-direction:column;gap:4rem;padding-bottom:4rem}.studio-page .studio-copy .studio-copy-img{width:30%;border-radius:25px;overflow:hidden;margin:0 auto 4rem}.studio-page .studio-copy .studio-copy-img video{width:100%;height:100%;object-fit:cover}.studio-page .studio-copy p{width:50%;text-align:center;justify-content:center;margin:8rem auto 0;color:#000;font-size:2.5rem;font-weight:400}@media (max-width:1040px){.studio-page .studio-header .hero-video{height:100vh;width:177.77vh}.studio-page .studio-copy .studio-copy-img,.studio-page .studio-copy p{width:60%;height:60%;font-size:2.5rem;margin-top:8rem;margin-bottom:4rem}}@media (max-width:440px){.studio-page .studio-header .container .studio-header-row h1{font-size:4rem}.studio-page .studio-copy .studio-copy-img,.studio-page .studio-copy p{width:90%;height:90%;font-size:1.75rem;margin-top:8rem}}@media (min-width:2400px){.studio-page .studio-header .container .studio-header-row h1{font-size:20rem}}.sticky{width:100%;overflow:hidden;background-color:#fff}.sticky,.sticky-header{position:relative;height:100svh}.sticky-header{top:0;left:0;width:250vw;display:flex;justify-content:center;align-items:center;will-change:transform}.sticky-header h1{margin:0;color:#000;font-size:28vw;letter-spacing:-.5rem;line-height:100%}.card{position:absolute;top:10%;left:100%;width:325px;height:500px;background-color:var(--base-400);border-radius:1rem;padding:1rem;will-change:transform;z-index:2}#card-1{background-color:#000}#card-2{background-color:#8ecae6}#card-3{background-color:#999}#card-4{background-color:#8ecae6}#card-5{background-color:#000}.card .card-img{width:100%;height:200px;border-radius:.5em;overflow:hidden}.card .card-img img{width:100%;height:100%;object-fit:cover}.card-content{width:100%;height:275px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;color:#fff;padding:1rem}.card-content h2{font-size:2rem;letter-spacing:-.05rem}@media (max-width:1040px){.team-desktop.sticky{display:none}.team-mobile{display:block;z-index:0;position:relative;overflow:visible;background-color:#fff;padding:0 1rem;flex-direction:column;gap:1.25rem}.mobile-header,.team-mobile{width:100%;height:auto;display:flex}.mobile-header{position:static;justify-content:center;align-items:center;will-change:auto;margin-bottom:.5rem}.mobile-header h1{margin:0 0 .5rem;color:#000;font-size:5rem;letter-spacing:-.06rem;line-height:110%;text-align:center}.card{position:static;top:auto;left:auto;width:100%;height:auto;max-width:680px;margin:0 auto;will-change:auto;transform:none!important;opacity:1!important}.card .card-img{height:540px;margin-bottom:1rem;overflow:hidden}.card .card-img img{width:100%;height:115%;object-fit:cover;transform:translateY(-7.5%)}.card-content{height:auto;display:flex;flex-direction:column;gap:3rem;align-items:flex-start}.card-content .card-description p{font-size:1.5rem!important}}@media (max-width:440px){.mobile-header h1{font-size:2.5rem}}@media (min-width:1040px){.team-mobile{display:none}}