body.lightbox-active{overflow:hidden}.lightbox{position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;z-index:1000;padding:5rem;box-sizing:border-box}.lightbox::before{content:"";display:block;position:absolute;left:2.5rem;top:2.5rem;height:calc(100% - 5rem);width:calc(100% - 5rem);background:#fff;z-index:1}.lightbox div.top-container{display:flex;justify-content:space-between;align-items:center;width:100%;height:auto;margin-bottom:3rem;z-index:2;position:relative}.lightbox div.top-container h2{margin-top:0}.lightbox div.top-container p.subtitle{margin-bottom:0}.lightbox div.top-container div.close-popup{background:none;border:none;cursor:pointer;outline:none;width:3rem;height:3rem;position:relative;display:flex;align-items:center;justify-content:center}.lightbox div.top-container div.close-popup::before,.lightbox div.top-container div.close-popup::after{content:"";display:block;position:absolute;width:3rem;height:.1rem;background-color:#000;transition:transform .3s ease}.lightbox div.top-container div.close-popup::before{transform:rotate(45deg)}.lightbox div.top-container div.close-popup::after{transform:rotate(-45deg)}.lightbox>div.the-gallery{display:grid;flex-wrap:wrap;gap:1rem;grid-column-gap:3rem;grid-row-gap:3rem;justify-content:center;z-index:2;overflow:auto;grid-template-columns:repeat(1, 1fr);grid-template-rows:repeat(1, 1fr);position:relative}@media screen and (min-width: 768px){.lightbox>div.the-gallery{grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(2, 1fr)}}@media screen and (min-width: 1200px){.lightbox>div.the-gallery{grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(3, 1fr)}}.lightbox>div.the-gallery:has(figure.full-image){overflow:hidden}.lightbox>div.the-gallery:has(figure.full-image) figure:not(.full-image){opacity:0;pointer-events:none}.lightbox>div.the-gallery figure{display:flex;flex-direction:column;margin:0;pointer-events:none}@media screen and (min-width: 768px){.lightbox>div.the-gallery figure{cursor:pointer;pointer-events:auto;width:100%;height:auto;aspect-ratio:350/194}}.lightbox>div.the-gallery figure.full-image{position:absolute;left:50%;top:50%;width:100%;height:100%;max-width:100%;max-height:100%;transform:translate(-50%, -50%);object-fit:contain;z-index:2;cursor:pointer;pointer-events:auto;object-position:center;display:flex;flex-direction:column;align-items:center}.lightbox>div.the-gallery figure.full-image img{aspect-ratio:auto;object-fit:contain;object-position:0 25%;width:auto;height:100%;max-width:100%;margin:0 auto}.lightbox>div.the-gallery figure.full-image figcaption{font-size:1.4rem}.lightbox>div.the-gallery figure img{width:100%;height:100%;object-fit:cover;max-height:calc(100% - 3rem)}.lightbox>div.the-gallery figure figcaption{height:3rem;display:flex;align-items:flex-start;font-size:1.1rem;font-style:italic;color:var(--mark);max-width:100%;word-wrap:break-word;padding-top:.5rem;box-sizing:border-box}/*# sourceMappingURL=gallery-lightbox.css.map */
