@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local("Roboto"),local("Roboto-Regular"),url("/font/roboto/roboto-v18-latin-regular.woff2") format("woff2"),url("/font/roboto/roboto-v18-latin-regular.woff") format("woff")}@font-face{font-family:'Roboto Thin';font-style:normal;font-weight:100;src:local("Roboto Thin"),local("Roboto-Thin"),url("/font/roboto/roboto-v18-latin-100.woff2") format("woff2"),url("/font/roboto/roboto-v18-latin-100.woff") format("woff")}body{--primaryFont: 'Roboto';--primaryFontThin: 'Roboto Thin';--primaryFontSize: 1em;--transition-time: 150ms;--gutter-size: 100px;--red: #de1e51;--fuschia: #ec118f;--cyan: #00a1dd;--green: #00a651;--orange: #f36f21;--yellow: #cccc33;--black: #000;width:100vw;min-height:100vh;background-color:var(--black);color:white;font-family:var(--primaryFont);font-size:var(--primaryFontSize);margin:0}@media (max-width: 1023px){body{--gutter-size: 50px}}@media (max-width: 767px){body{--gutter-size: 25px;padding-top:60px}}body.menu-open{overflow:hidden}body,body *{box-sizing:border-box}h2{font-size:33px;letter-spacing:1.5px}@media (max-width: 767px){h2{font-size:26px}}h3{font-size:26px}h4{font-size:14px;text-transform:uppercase;letter-spacing:1.5px}.site-header{position:relative;width:calc(100% - calc(2 * var(--gutter-size)));height:135px;display:flex;justify-content:space-between;padding:25px 0;margin:0 var(--gutter-size) 25px;border-bottom:2px solid white}.site-header__menu{height:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.site-header__menu-item{display:flex;justify-content:center;align-items:center;padding:0 5px;font-size:14px;height:calc(33.333% - 5.33px);color:var(--black);background-color:white;transition:all var(--transition-time);line-height:1.3em;letter-spacing:1.5px;margin-bottom:8px;text-decoration:none}.site-header__menu-item:hover{color:white;background-color:var(--yellow)}.site-header__menu-item:last-child{margin-bottom:0px}@media (max-width: 767px){.site-header__menu-item{font-size:16px}}.site-header__mobile-toggle,.site-header__mobile-menu{display:none}.site-header__logo{height:100%}.site-header__logo img{height:100%}@media (max-width: 767px){.site-header{position:fixed;top:0;left:0;right:0;width:100vw;height:60px;margin:0;padding:10px var(--gutter-size);z-index:1000;background-color:var(--black);border:none}.site-header:after{content:"";display:block;position:absolute;height:2px;background-color:white;bottom:0px;left:var(--gutter-size);right:var(--gutter-size)}.site-header__menu{box-sizing:content-box;height:0;opacity:0;width:100vw;position:absolute;top:60px;left:0;padding:0 var(--gutter-size) 0;background-color:var(--black);transition:all 0.33s;overflow:hidden}.site-header__menu-item{height:30px}.site-header__menu-item:first-child{margin-top:60px}.site-header__menu.menu-open{height:calc(100vh - 60px);opacity:1}.site-header__mobile-toggle{height:40px;width:32px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:8px 0px}.site-header__mobile-toggle .burger-top,.site-header__mobile-toggle .burger-mid,.site-header__mobile-toggle .burger-btm{width:100%;height:2px;background-color:white;transition:all 0.33s;transform-origin:left center;opacity:1}.site-header__mobile-toggle.menu-open .burger-top{transform:rotate(45deg)}.site-header__mobile-toggle.menu-open .burger-mid{transform:translateX(-50%);opacity:0}.site-header__mobile-toggle.menu-open .burger-btm{transform:rotate(-45deg)}}.page{width:100%;overflow:hidden;padding:0 var(--gutter-size) 50px}@media (max-width: 767px){.page{padding:25px var(--gutter-size) 50px}}.page video{width:100%}.page.portfolioitem-page{padding:0 0 50px}@media (max-width: 767px){.page.portfolioitem-page{padding:0 0 50px}}.page__back-to-top{opacity:0;position:fixed;right:calc(var(--gutter-size) / 4);top:50vh;width:50px;height:50px;border:none;background-color:transparent;background:url("/img/up.png");background-position:center;background-size:100%;background-repeat:no-repeat;transition:opacity var(--transition-time);pointer-events:none}.page__back-to-top:focus{outline:none}.page__back-to-top.visible{opacity:1;cursor:pointer;pointer-events:all}@media (max-width: 1023px){.page__back-to-top{top:auto;right:calc(var(--gutter-size) / 2);bottom:calc(var(--gutter-size) / 2)}}@media (max-width: 767px){.page__back-to-top{top:auto;bottom:var(--gutter-size);right:var(--gutter-size)}}.notfound-page{height:calc(100vh - 200px);display:flex;flex-direction:column;justify-content:center;align-items:center}.notfound-page h1{font-size:140px;margin:0}.notfound-page h4{color:var(--fuschia)}.portfolio-grid{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;margin:0 -25px 0 0}.portfolio-grid__item{width:calc(33.33% - 25px);margin-right:25px;margin-bottom:50px;text-decoration:none;color:white}.portfolio-grid__item img{width:100%}.portfolio-grid__item.hidden{display:none}@media (max-width: 1023px){.portfolio-grid__item{width:calc(50% - 25px)}}@media (max-width: 767px){.portfolio-grid__item{width:100% !important}}.portfolio-grid h4{margin:20px 0 10px}.portfolio-grid h3{margin:0;font-family:var(--primaryFontThin);letter-spacing:1.5px}.home-page__hero{margin-bottom:50px}.about-page{margin-top:50px}.about-page__quickfacts{width:100%;display:flex;justify-content:flex-start;align-items:center}.about-page__quickfacts img{height:135px;width:135px;flex-shrink:0}@media (max-width: 767px){.about-page__quickfacts img{width:75px;height:75px}}.about-page__quickfacts-stack{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin-left:25px}.about-page__quickfacts-stack span{margin-bottom:10px}.about-page__quickfacts-stack small{margin-left:5px}.about-page__quickfacts-stack a{color:white;text-decoration:none}.about-page__quickfacts-stack a:last-child{margin-top:20px;color:var(--yellow)}.about-page__content{width:100%;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.about-page__content article{flex-basis:50%;flex-shrink:0}@media (max-width: 767px){.about-page__content article{flex-basis:100%}}.about-page__content article blockquote{font-size:20px;margin:75px 0 20px}.about-page__content article p{margin:14px 0px}.about-page__content img{margin-left:var(--gutter-size);width:calc(50% - var(--gutter-size));flex-grow:0;display:flex;justify-content:center;align-items:center}@media (max-width: 767px){.about-page__content img{width:100%;margin:25px 0 0}}.about-page footer{width:100%;border-top:1px solid #808080;color:#808080;display:flex;justify-content:space-between;align-items:center;padding:25px 0;margin-top:50px}@media (max-width: 767px){.about-page footer{flex-direction:column}}.about-page footer img{width:190px;flex-grow:0;position:relative;left:-36px}@media (max-width: 767px){.about-page footer img{position:static;margin-bottom:15px}}.about-page footer span{font-size:14px;line-height:22px;margin-left:-30px}@media (max-width: 767px){.about-page footer span{margin-left:auto}}.about-page footer strong{letter-spacing:1.5px;text-transform:uppercase}.play-page__hero{margin-bottom:50px}.play-page__experiments{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;margin:0 -25px -25px 0}@media (max-width: 767px){.play-page__experiments{margin:0}}.play-page__experiment-tile-container{width:calc(33.333% - 25px);margin:0 25px 25px 0;text-decoration:none}@media (max-width: 1023px){.play-page__experiment-tile-container{width:calc(50% - 25px)}}@media (max-width: 767px){.play-page__experiment-tile-container{width:100%;margin-right:0}}.play-page__experiment-tile{width:100%;cursor:pointer}.play-page__experiment-tile img{width:100%}.play-page__experiment-tile h4{color:var(--fuschia);margin:25px 0}.play-page__experiment-lightbox-content{width:0px;height:0px;overflow:hidden}.portfolioroot-page__filter{font-size:18px;margin:25px 0 50px;line-height:25px}.portfolioroot-page__filter-button.communication{color:var(--green)}.portfolioroot-page__filter-button.digital{color:var(--cyan)}.portfolioroot-page__filter-button.identity{color:var(--fuschia)}.portfolioroot-page__filter-button:hover{text-decoration:underline;cursor:pointer}.portfolioitem-page{background-color:white;color:var(--black)}.portfolioitem-page__header{width:100%;height:275px;position:relative;background-position:center;background-size:cover;background-repeat:no-repeat}@media (max-width: 1023px){.portfolioitem-page__header{height:200px}}@media (max-width: 767px){.portfolioitem-page__header{height:100px}}.portfolioitem-page__title{position:absolute;bottom:25px;left:var(--gutter-size);margin:0;color:white;letter-spacing:1px}@media (max-width: 767px){.portfolioitem-page__title{display:none}}.portfolioitem-page__mobile-title{display:none}@media (max-width: 767px){.portfolioitem-page__mobile-title{display:block;left:var(--gutter-size);color:var(--black);margin:25px 0 0;letter-spacing:1px}}.portfolioitem-page__content{padding:0 var(--gutter-size);display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.portfolioitem-page__content article{flex-basis:33.33%;flex-shrink:0}@media (max-width: 767px){.portfolioitem-page__content article{flex-basis:100%}}.portfolioitem-page__content article blockquote{font-size:22px;margin:25px 0 14px}@media (max-width: 767px){.portfolioitem-page__content article blockquote{font-size:20px}}.portfolioitem-page__content article h4{font-size:14px;margin:28px 0 -5px;letter-spacing:1.5px}.portfolioitem-page__content article p{margin:14px 0px}.portfolioitem-page__content aside{flex-basis:66.67%;flex-grow:0;padding:25px 0 0 50px}@media (max-width: 767px){.portfolioitem-page__content aside{flex-basis:100%;padding-left:0}}.portfolioitem-page__content aside .sidebar-img{width:100%}.portfolioitem-page__content aside .plyr{width:100%;margin-bottom:25px}@media (max-width: 767px){.portfolioitem-page__content aside .plyr{margin-bottom:50px}}.portfolioitem-page__content aside .plyr__poster{background-color:white}.pswp__button--share{display:none !important}.pswp__video{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.pswp__video video{max-width:100%;max-height:calc(100vh - 88px)}.plyr--video{overflow:visible}.plyr__control{background:transparent;box-shadow:none}.plyr__control.plyr__tab-focus{box-shadow:none;background:transparent !important}.plyr__control:hover{background:transparent !important}.plyr__control .plyr__tooltip{display:none}@media (max-width: 767px){.plyr__control.plyr__custom-pause-button{position:absolute;bottom:-30px;padding:0px;font-size:14px;color:var(--yellow) !important;letter-spacing:1.5px;font-family:var(--primaryFont);font-weight:700}}.plyr__control--overlaid{background-color:transparent;box-shadow:none;opacity:0.8;border-radius:5px}@media (max-width: 767px){.plyr__control--overlaid img{width:200px;height:200px}}.plyr--paused .plyr__custom-pause-button{display:none}

/*# sourceMappingURL=main.css.map */