.asset-carousel{width:100%;display:flex;flex-direction:row;overflow-x:auto;white-space:nowrap;scrollbar-width:thin;&::-webkit-scrollbar{display:none}border-radius:6px}.image-group{display:grid;width:30rem;flex:none;height:100%;gap:2em;@media (min-width:1024px){gap:2.5em}&.single-item{grid-template-columns:1fr;.img-wrapper{grid-area:inherit}}&.three-horizontal,&.two-vertical-one-horizontal{grid-template-rows:calc(50% - 1em) calc(50% - 1em);@media (min-width:1024px){grid-template-rows:calc(50% - .5em) calc(50% - .5em)}}&.one-vertical-two-horizontal,&.three-vertical{grid-template-rows:calc(50% - 2em)}&.three-horizontal{grid-template-areas:"big big" "small1 small2"}&.three-vertical{grid-template-areas:"big small1" "big small2"}&.one-vertical-two-horizontal{grid-template-areas:"vertical horizontal1" "vertical horizontal2";width:40rem}&.two-vertical-one-horizontal{grid-template-areas:"vertical1 vertical2" "horizontal horizontal"}}.img-wrapper{border-radius:2.2rem;overflow:hidden}.asset-count{&:before{content:"[";margin-right:.1em}&:after{margin-left:.1em;content:"]"}}.super-swiper{.swiper-slide{width:fit-content;margin-right:2rem;@media (min-width:1024px){margin-right:2.5rem}}}.w-fullwidth{width:calc(100% + 4rem);margin-left:-2rem;margin-right:-2rem;@media (min-width:1024px){width:calc(100% + 10rem);margin-left:-5rem;margin-right:-5rem}}