*,:after,:before{box-sizing:border-box}:root{font-size:18px}body{--color-text:#858898;--color-bg:#0f0f0f;--color-link:#fff;--color-link-hover:#858898;color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:quasimoda,sans-serif;font-weight:500}.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:loaderAnim .7s linear infinite alternate forwards;top:50%;left:50%}@keyframes loaderAnim{to{opacity:1;transform:scale(.5)}}a{color:var(--color-link);outline:0;text-decoration:none}a:hover{color:var(--color-link-hover);outline:0}a:focus{background:#d3d3d3;outline:0}a:focus:not(:focus-visible){background:0 0}a:focus-visible{background:0 0;outline:2px solid red}.unbutton{font:inherit;background:0 0;border:0;margin:0;padding:0}.unbutton:focus{outline:0}.frame{text-align:center;z-index:1000;padding:1.5rem;position:relative}.frame__title{grid-area:title;justify-self:center;margin:0 0 1rem;font-size:1rem;font-weight:500}.frame__links{text-align:center;grid-area:links;justify-self:start;display:inline}.frame__links a:not(:last-child){margin-right:1rem}.frame__demos{margin:1rem 0}.frame__demo--current,.frame__demo--current:hover{color:var(--color-text)}.content{max-width:1200px;text-align:center;flex-wrap:wrap;justify-content:space-between;justify-items:center;margin:10vh auto 40vh;display:flex}.content__title{width:100%;grid-column:1/span 3;margin:10vh 0 0;font-size:11vw;line-height:.65}.content__title-first{text-transform:uppercase;font-family:forma-djr-deck,sans-serif;font-weight:500;display:block}.content__title-second{text-transform:uppercase;font-family:tenez,sans-serif;font-style:normal;font-weight:300}.image{max-width:30vw;cursor:pointer;margin:0 1vw;display:grid;position:relative;overflow:hidden}.image--style-1{width:285px;height:450px;border-radius:145px}.image--style-2{width:320px;height:320px;border-radius:50%}.image--style-3{width:285px;height:450px;border-radius:5px}.image--style-4{width:285px;height:450px;border-radius:145px 145px 0 0}.image>.image__element,.image__wrap{transform-origin:inherit;width:100%;height:100%;will-change:transform;border-radius:inherit;grid-area:1/1/2/2;position:relative}.image__wrap{overflow:hidden}.image__element{width:100%;height:100%;background-position:50%;background-size:cover}@media screen and (min-width:53em){.frame{text-align:left;grid-template-columns:25% 50% 25%;grid-template-areas:"links title sponsor";justify-content:space-between;align-items:baseline;display:grid}}