.module-prev{text-align:center;max-width:15rem;margin:0 auto}.module-prev__img{border-radius:1rem;overflow:hidden;box-shadow:0 4px 1px #0000001a;aspect-ratio:1;position:relative;margin-bottom:1rem}.module-prev__img img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s cubic-bezier(.075,.82,.165,1)}.module-prev__title{display:block;font-family:var(--f-headline);margin-bottom:.5rem;transition:color .2s cubic-bezier(.075,.82,.165,1),transform .2s cubic-bezier(.075,.82,.165,1)}.module-prev p{font-size:.8rem;line-height:1.1;transition:color .2s}.module-prev:hover .module-prev__img img{transform:scale(1.05);transition:color .2s cubic-bezier(.075,.82,.165,1),transform .3s cubic-bezier(0,.9,.4,2)}.module-prev:hover .module-prev__title{color:var(--color-highlight);transform:translateY(-2px);transition:color .3s,transform .3s cubic-bezier(0,.9,.4,2)}.module-prev:hover p{color:#666}@media screen and (max-width:480px){.module-prev__img{aspect-ratio:4/3}}.fadein{opacity:0;animation:fadeIn 1s 1 forwards}.fadein--scale{transform:scale(.5);animation-timing-function:cubic-bezier(0,.9,.4,2)}.fadein--0{animation-delay:0s}.fadein--1{animation-delay:.75s}.fadein--2{animation-delay:1.5s}.fadein--3{animation-delay:2.25s}.fadein--4{animation-delay:3s}.fadein--5{animation-delay:3.75s}.fadein--6{animation-delay:4.5s}.fadein--7{animation-delay:5.25s}.fadein--8{animation-delay:6s}.fadein--9{animation-delay:6.75s}.fadein--10{animation-delay:7.5s}.fadein--11{animation-delay:8.25s}.fadein--12{animation-delay:9s}@keyframes fadeIn{to{opacity:1;transform:scale(1)}}.module-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));-moz-column-gap:3rem;column-gap:3rem;row-gap:2rem}.module-preview-grid .module-prev{grid-column:span 1;flex-shrink:0}@media screen and (max-width:768px){.module-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr));-moz-column-gap:3rem;column-gap:3rem}}@media screen and (max-width:480px){.module-preview-grid{-moz-column-gap:1rem;column-gap:1rem}}@media screen and (max-width:380px){.module-preview-grid{display:flex;flex-direction:column}}
