/* CAFEX Media Design Layer */
.cafex-gallery-grid-item,.cafex-gallery-swiper-item,.cafex-gallery-masonry-item a,.cafex-gallery-justified-item{display:block;overflow:hidden;border-radius:22px;background:#111}
.cafex-gallery-grid-item{aspect-ratio:4/3}.cafex-gallery-swiper-item{aspect-ratio:16/10}
.cafex-gallery-grid-item img,.cafex-gallery-swiper-item img,.cafex-gallery-masonry-item img,.cafex-gallery-justified-item img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease,opacity .35s ease}
.cafex-gallery-grid-item:hover img,.cafex-gallery-swiper-item:hover img,.cafex-gallery-masonry-item:hover img,.cafex-gallery-justified-item:hover img{transform:scale(1.045);opacity:.88}
.cafex-gallery-swiper .swiper-slide{width:min(520px,82vw)}
.cafex-gallery-masonry{columns:3 280px;column-gap:22px}.cafex-gallery-masonry-item{break-inside:avoid;margin-bottom:22px}.cafex-gallery-masonry-item img{height:auto;display:block}
.cafex-gallery-justified{display:flex;flex-wrap:wrap;gap:10px}.cafex-gallery-justified-item{height:220px;flex:1 1 auto}.cafex-gallery-justified-item img{height:100%;min-width:100%}
.cafex-video-card{position:relative;display:block;overflow:hidden;border-radius:26px;aspect-ratio:16/10;background:#111}.cafex-video-card img{width:100%;height:100%;object-fit:cover}
.cafex-video-play{position:absolute;z-index:2;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:clamp(72px,7vw,104px);height:clamp(72px,7vw,104px);border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#e60012 0%,#ff7002 48%,#ffbf00 100%);color:#fff;box-shadow:0 18px 54px rgba(255,112,2,.32)}
.cafex-video-play:before,.cafex-video-play:after{content:"";position:absolute;inset:0;border-radius:inherit;background:inherit;opacity:.34;z-index:-1;animation:cafex-video-pulse 2.25s cubic-bezier(0,0,.2,1) infinite}.cafex-video-play:after{animation-delay:.55s}.cafex-video-play i{font-size:clamp(32px,3.2vw,48px);transform:translateX(4%)}
@keyframes cafex-video-pulse{0%{transform:scale(1);opacity:.36}72%{transform:scale(1.82);opacity:0}100%{opacity:0}}
@media(max-width:767px){.cafex-gallery-justified-item{height:170px}}
