*{box-sizing:border-box}:root{font-family:Poppins,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#fcfcfc;background-color:#141414;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}html,body{width:100vw;height:100vh;margin:0;padding:0;background-color:#141414;cursor:none}body{overflow:hidden}#mobile-overlay{position:fixed;left:0;top:0;width:100%;height:100%;display:none;justify-content:center;align-items:center;z-index:100;background-color:#141414ec;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}#cursor-circle{position:fixed;left:0;top:0;width:59px;aspect-ratio:1 / 1;z-index:100;background-color:transparent;display:flex;justify-content:center;align-items:center;transition:transform .14s;transform:translate(0);z-index:200;pointer-events:none}#cursor-circle .inner{width:100%;height:100%;border:1px solid white;border-radius:50%;transform:translate(-50%,-50%)}#cursor{position:fixed;left:0;top:0;width:3px;aspect-ratio:1 / 1;transition:transform 0s;transform:translate(0);z-index:200;pointer-events:none}#cursor .inner{width:100%;height:100%;background-color:#fff;transform:translate(-50%,-50%)}h1{font-size:3.2em;line-height:1.1}a{text-decoration:none;color:inherit;cursor:none}#app{width:100%;height:100%;margin:0 auto;padding:4vh 7vw;display:grid;grid-template-columns:1fr;grid-template-rows:auto 86% auto;gap:.34rem}header{width:100%;height:100%;display:flex;justify-content:space-between;align-items:center}header svg{justify-self:flex-start}header h1{justify-self:center;margin:0;font-weight:600;font-size:32px}main{width:100%;height:100%;padding:.34rem 0;display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr;grid-template-rows:1fr;gap:.34rem;transition:grid .5s}main .card{width:100%;height:100%;overflow:hidden;display:grid;grid-template-columns:1fr;grid-template-rows:10fr 12vh;flex-direction:column;transition:all .5s;filter:grayscale(1);opacity:.25}.card.active{filter:grayscale(0);opacity:1}.card .header{opacity:0;transition:opacity .5s;display:grid;grid-template-columns:1fr;grid-template-rows:1fr 1fr;text-align:left;width:100%;height:100%;min-width:0;min-height:0;transition-timing-function:ease-in;transition-delay:.25s}.card .header h2{font-family:Ubuntu;font-weight:700;font-size:2rem}.card .header h3{font-family:Poppins;font-style:normal;font-weight:200;font-size:1.4rem;white-space:nowrap;overflow:hidden}.card .header h2,.card .header h3{margin:0}.card.active .header{opacity:1}main .card .card-img{display:flex;justify-content:center;align-items:center;width:100%;height:100%;min-width:0;min-height:0;overflow:hidden}main .card .card-img img,main .card .card-img video{object-fit:cover;height:140%}main .card .card-img img.site-image-aspect-ratio{aspect-ratio:900 / 709}footer{width:100%;height:100%;display:flex;justify-content:space-between;align-items:center}footer .legal a{text-decoration:underline}.social{flex-shrink:0;width:10%;display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width: 768px),only screen and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 2),only screen and (max-device-width: 1280px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1){#mobile-overlay{display:flex}#cursor,#cursor-circle{display:none}}
