.collection-horiz{display:flex;justify-content:center;text-align:center;margin-bottom:1.2em;gap:.5em}.collection-horiz > *{flex-grow:1;flex-basis:min-content;align-self:center;margin:.2em}.collection-horiz img{max-height:56vh;margin:0 auto}@media (max-aspect-ratio: 1/1){.collection-horiz{flex-direction:column}}.c-h-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));justify-items:center}.c-h-2col{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 600px){.c-h-2col{grid-template-columns:1fr}}.c-h-3col{display:grid;grid-template-columns:repeat(3, 1fr);gap:1rem}@media (max-width: 768px){.c-h-3col{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 480px){.c-h-3col{grid-template-columns:1fr}}.c-h-4col{display:grid;grid-template-columns:repeat(4, 1fr);gap:1rem}@media (max-width: 900px){.c-h-4col{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 480px){.c-h-4col{grid-template-columns:1fr}}.c-h-before-after{position:relative;overflow:hidden;border-radius:.5rem;cursor:col-resize;display:block;line-height:0}.c-h-before-after > p{margin:0}.c-h-before-after > p img{width:100%;display:block;object-fit:cover}.c-h-before-after > p:last-child{position:absolute;inset:0;clip-path:inset(0 50% 0 0);transition:clip-path .5s cubic-bezier(0.4, 0, 0.2, 1)}.c-h-before-after > p:last-child img{height:100%}.c-h-before-after::after{content:'';position:absolute;top:0;bottom:0;left:50%;width:3px;background:#fff;box-shadow:0 0 8px rgba(0,0,0,0.35),0 0 0 1px rgba(0,0,0,0.08);transform:translateX(-50%);transition:left .5s cubic-bezier(0.4, 0, 0.2, 1);pointer-events:none}.c-h-before-after:hover > p:last-child{clip-path:inset(0 20% 0 0)}.c-h-before-after:hover::after{left:80%}@media (max-aspect-ratio: 1/1){.c-h-before-after{cursor:row-resize}}.c-h-logos{display:grid;grid-template-columns:repeat(auto-fit, minmax(120px, 1fr));align-items:center;justify-items:center;gap:1.5rem 2rem}.c-h-logos > *{display:flex;align-items:center;justify-content:center}.c-h-logos img{max-height:6em;width:auto;max-width:100%;object-fit:contain}.icon{height:1.5em;width:1.5em}.flexwrap{display:flex;flex-wrap:wrap}.flexrow{display:flex;flex-direction:row;margin:.2em .1em}.flexcolumn{flex-basis:100%}.flexhex1{flex-basis:6.25%}.flexhex2{flex-basis:12.5%}.flexhex3{flex-basis:18.75%}.flexhex4{flex-basis:25%}.flexhex5{flex-basis:31.25%}.flexhex8{flex-basis:50%}.flexhexB{flex-basis:75%}main .content > *{padding-left:4vw;padding-right:4vw}.gallery{padding:2em 0}.gallery .gallery-box{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;max-width:92vw;margin:0 auto}.gallery .gallery-box .gallery-item{flex:1 1 calc(33.333% - 1rem);max-width:calc(33.333% - 1rem);border-radius:.5rem;overflow:hidden;transition:transform .3s cubic-bezier(0.4, 0, 0.2, 1),box-shadow .3s cubic-bezier(0.4, 0, 0.2, 1)}.gallery .gallery-box .gallery-item:hover{transform:scale(1.03);box-shadow:0 8px 32px rgba(0,0,0,0.12),0 2px 8px rgba(0,0,0,0.04)}.gallery .gallery-box .gallery-item picture{display:block;width:100%;aspect-ratio:4 / 3}.gallery .gallery-box .gallery-item picture img{width:100%;height:100%;object-fit:cover;border-radius:.5rem;box-shadow:0 1px 4px rgba(0,0,0,0.06)}@media (max-aspect-ratio: 1.24/1){.gallery .gallery-box .gallery-item{flex:1 1 calc(50% - 1rem);max-width:calc(50% - 1rem)}}@media (max-aspect-ratio: 1/1){.gallery .gallery-box .gallery-item{flex:1 1 100%;max-width:100%}}.gallery .gallery-content{margin-top:2rem}
