:root{--font-offset-ratio:0;--mobile:375;--portrait:768;--landscape:1200;--desktop:1440;--desktop-reference:1440;--desktop-large:1920;--base:16;--founders-grotesk-regular:"Founders Grotesk Regular",sans-serif;--founders-grotesk-medium:"Founders Grotesk Medium",sans-serif;--founders-grotesk-bold:"Founders Grotesk Bold",sans-serif;--global-font-multiplier-quaternary:1;--black:#000;--white:#fff;--off-white:#cfd5b7;--primary-1:#00704e;--primary-1-dark:#006949;--highlight:#cf0;--font-size-sm:clamp(0.8rem,-0.09vw + 0.82rem,0.75rem);--font-size-base:clamp(1rem,0vw + 1rem,1rem);--font-size-md:clamp(1.25rem,0.15vw + 1.21rem,1.33rem);--font-size-lg:clamp(1.56rem,0.39vw + 1.47rem,1.78rem);--font-size-xl:clamp(1.95rem,0.76vw + 1.76rem,2.37rem);--font-size-xxl:clamp(2.44rem,1.3vw + 2.12rem,3.16rem);--font-size-xxxl:clamp(3.05rem,2.1vw + 2.53rem,6rem);--page-padding-lr:1.25rem;--block-margin-tb:2.5rem}:root.android.chrome,:root.firefox,:root.win32.chrome{--font-offset-ratio:0.085}@media screen and (min-width:768px){:root{--page-padding-lr:2.5rem}}@media screen and (min-width:1024px){:root{--page-padding-lr:4.375rem}}@media screen and (min-width:768px){:root{--block-margin-tb:3.75rem}}@media screen and (min-width:1024px){:root{--block-margin-tb:6.25rem}}.projects-container h1{margin-bottom:var(--page-padding-lr)}.projects-container h1 span{position:relative}@media screen and (min-width:768px){.projects-container h1 .block{display:block}}.projects-container h1 .inline-block{display:inline-block}.projects{display:flex;flex-wrap:wrap;gap:1.25rem;margin-bottom:var(--page-padding-lr)}.projects .project{border-radius:.625rem;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;background-color:unset;width:100%}.projects .project .project-link{display:block;width:100%;height:100%;text-decoration:none;color:inherit}@media screen and (min-width:768px){.projects .project.tall{width:calc(33.333% - .875rem)}.projects .project.tall .project-video{width:100%;height:auto;border-radius:.625rem;overflow:hidden}.projects .project.wide{width:calc(66.666% - .4375rem)}}.projects .project.wide .project-inner{padding-bottom:55%}@media screen and (min-width:768px){.projects .project.wide .project-inner{padding-bottom:0}}.projects .project.wide video{position:absolute;top:0;left:0;width:100%}@media screen and (min-width:768px){.projects .project.wide video{position:unset;top:unset;left:unset}.projects .project.wide .project-video{width:80%;height:auto;border-radius:.625rem;overflow:hidden}.projects .project.split{width:calc(50% - .625rem)}}.projects .project.split .project-inner{padding-bottom:55%}@media screen and (min-width:768px){.projects .project.split .project-inner{padding-bottom:0}}.projects .project.split video{position:absolute;top:0;left:0;width:100%}@media screen and (min-width:768px){.projects .project.split video{position:unset;top:unset;left:unset}.projects .project.split .project-video{width:100%;height:auto;border-radius:.625rem;overflow:hidden}}.projects .project.full{width:100%}.projects .project.full .project-inner{padding-bottom:55%}@media screen and (min-width:768px){.projects .project.full .project-inner{padding-bottom:0}}.projects .project.full video{position:absolute;top:0;left:0;width:100%}@media screen and (min-width:768px){.projects .project.full video{position:unset;top:unset;left:unset}.projects .project.full .project-video{width:100%;height:auto;border-radius:.625rem;overflow:hidden}}.projects .project .project-inner{top:0;left:0;height:100%;display:flex;flex-direction:column;justify-content:center;align-content:center;align-items:center;transition:all .5s ease-in-out}.projects .project .project-inner,.projects .project .project-video{width:100%;position:relative;z-index:4}.projects .project .project-description{display:flex;gap:3px;align-items:center;align-content:center;justify-content:center;opacity:0;transition:all .5s ease-in-out;color:var(--primary-1);position:absolute;left:50%;bottom:0;transform:translateX(-50%);background-color:var(--highlight);height:1.5rem;padding:0 .75rem;z-index:6;font-size:.625rem;line-height:.625rem;animation:colorShift .25s infinite;width:100%}.projects .project .project-description strong{font-family:var(--founders-grotesk-bold);-webkit-font-smoothing:antialiased}@media screen and (min-width:768px){.projects .project .project-description{border-radius:6.25rem;width:max-content;bottom:.9375rem;height:2rem;padding:0 .875rem;font-size:.75rem;line-height:.75rem}}.projects .project .project-loader{position:absolute;top:50%;right:50%;transform:translate(50%,-50%);animation:projectLoader .25s infinite;max-width:100px;z-index:3}.projects .project .project-loader svg{fill:var(--highlight);width:100%;height:auto}@keyframes projectLoader{0%{opacity:.1}50%{opacity:.9}to{opacity:.1}}.projects .project:hover .project-description{opacity:1}.projects .project video{float:left;width:100%;height:auto}