*,:after,:before{box-sizing:border-box}:root{--color-text:#000;--color-bg:#ededed;--color-link:#000;--color-link-hover:#000;font-size:18px}.js .loading:before,.js .loading:after{content:"";z-index:1000;position:fixed}.js .loading:before{width:100%;height:100%;background:var(--color-bg);top:0;left:0}.js .loading:after{width:60px;height:60px;opacity:.4;background:var(--color-link);border-radius:50%;margin:-30px 0 0 -30px;animation:.7s linear infinite alternate forwards loaderAnim;top:50%;left:50%}@keyframes loaderAnim{to{opacity:1;transform:scale(.5)}}.unbutton{font:inherit;background:0 0;border:0;margin:0;padding:0}.unbutton:focus{outline:none}.oh{position:relative;overflow:hidden}.oh__inner{will-change:transform;display:inline-block}.frame{grid-template-columns:100%;grid-template-areas:"title""sponsor";align-content:space-between;padding:1.5rem 2rem;display:grid}.frame--footer{text-align:center;line-height:2;display:block}.frame__title{flex-wrap:wrap;grid-area:title;justify-content:end;display:flex}.frame__title-main{margin:0;font-size:1rem;font-weight:400}.frame__title-back{align-items:flex-end;margin-bottom:.15rem;display:flex;position:relative}.frame__title-back span{display:none}.frame__title-back svg{fill:var(--color-link)}.frame__title-back:hover svg,.frame__title-back:focus svg{fill:var(--color-link-hover)}.frame__credits{justify-self:end}.content{flex-direction:column;justify-content:flex-start;padding:0 2rem;display:flex}.content__text{max-width:1350px;-webkit-hyphens:auto;hyphens:auto;margin:2rem 0 0;font-size:clamp(1rem,5vw,2.5rem);font-weight:300;line-height:1.1}.content__text-img{max-height:1.85rem;vertical-align:center;margin:0 .5rem 0 0}.content__title{margin:2.5rem 0 0;font-weight:400}.content__more{cursor:pointer;align-self:flex-end;margin-bottom:2rem;font-weight:700}.grid{width:92%;grid-gap:1rem;pointer-events:none;grid-template-columns:repeat(4,1fr);margin:2rem auto;display:grid}.grid__item{will-change:transform;pointer-events:auto;margin:0;position:relative}.grid__item-img{width:100%;aspect-ratio:1/1.25;cursor:pointer;background-size:cover}@media screen and (min-width:53em){.frame{grid-template:"title sponsor"/20rem 1fr;align-content:space-between;display:grid}.frame__title{justify-content:end}.frame__title-prev{margin-left:auto}.frame--footer{text-align:left;grid-template-columns:1fr auto 1fr;line-height:1;display:grid}.grid{width:92%;grid-template-columns:repeat(13,1fr)}.grid--medium{grid-template-columns:repeat(6,1fr)}.grid--narrow{width:60%;grid-template-columns:repeat(7,1fr)}}