[data-photo-gallery]{padding-inline:6px;grid-template-columns:repeat(3,1fr);gap:6px;padding-bottom:6px;display:grid;position:relative;overflow:hidden}@media(max-width:639px){[data-photo-gallery]{grid-template-columns:repeat(2,1fr)}}@media(min-width:1920px){[data-photo-gallery]{grid-template-columns:repeat(4,1fr)}}[data-photo-gallery] .gallery-col{position:relative;overflow:hidden}[data-photo-gallery] .gallery-strip{height:100%;min-height:100%;position:relative}[data-photo-gallery] .gallery-item{cursor:pointer;will-change:transform;width:100%;position:absolute;top:0;left:0;overflow:hidden}[data-photo-gallery] .gallery-item:before{content:"";opacity:0;pointer-events:none;z-index:1;background:#00000038;transition:opacity .2s;position:absolute;inset:0}[data-photo-gallery] .gallery-item-icon{opacity:0;pointer-events:none;z-index:2;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 73 73'%3E%3Ccircle cx='36.5' cy='36.5' r='36.5' fill='%2372ff67'/%3E%3Cpath fill='%23212020' d='M34.358 51.163V22.648h4.839v28.515zM22.52 39.325v-4.84h28.515v4.84z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:56px;height:56px;transition:opacity .2s,transform .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.9)}[data-photo-gallery] .gallery-strip img{z-index:0;opacity:0;will-change:opacity;height:100%;display:block;position:relative}[data-photo-gallery] .gallery-strip img[data-has-source="1"],[data-photo-gallery] .gallery-strip img.loaded{opacity:1}[data-photo-gallery] [data-photo-gallery].is-loading .gallery-strip img{opacity:0!important;transition:none!important}[data-photo-gallery] [data-photo-gallery].is-revealing .gallery-strip img.loaded{animation:.45s ease-out both gallery-item-reveal}@media(hover:hover)and (pointer:fine){[data-photo-gallery] .gallery-item:hover:before{opacity:1}[data-photo-gallery] .gallery-item:hover .gallery-item-icon{opacity:1;transform:translate(-50%,-50%)scale(1)}}@media(prefers-reduced-motion:reduce){[data-photo-gallery] .gallery-strip img{will-change:auto}}@keyframes gallery-item-reveal{0%{opacity:0}to{opacity:1}}
