#lightbox{background:var(--black-60);display:flex;flex-direction:column;height:100dvh;height:100vh;left:0;position:fixed;top:0;transition:opacity .5s ease;width:100%;z-index:9999999}#lightbox:not(.active){opacity:0;pointer-events:none}#lightbox>.sub-wrapper{align-items:center;height:100%;justify-content:center;padding:2em var(--side-padding)}.lightbox-close-btn{color:var(--white);position:absolute;right:1em;top:1em}.lightbox-swiper{display:flex;flex-direction:column;height:80vh;padding:0 3em;position:relative;transition:opacity .5s ease;width:100%}.lightbox-swiper-nav{color:var(--white);display:flex;font-size:1.75em;gap:1em;justify-content:space-between;left:0;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:10}#lightbox.active .lightbox-swiper-nav-btn{pointer-events:all}.lightbox-swiper-nav-btn.main-btn-icon:disabled{cursor:not-allowed;opacity:.2}.lightbox-swiper-nav-btn.main-btn-icon .icon{height:4em;width:1em}.lightbox-swiper-nav-btn.prev .icon{transform:rotate(180deg)}.lightbox-swiper:not(.active){opacity:0}.lightbox-swiper .swiper-wrapper,.lightbox-swiper>.swiper{height:100%;width:100%}.lightbox-swiper .swiper-slide{align-items:center;display:flex;height:100%;justify-content:center}.lightbox-swiper .swiper-slide .full{height:auto;max-height:100%;max-width:100%;width:auto}.gallery-section{background-color:var(--off-white);padding:3em 0}.gallery-section>.sub-wrapper{display:grid;gap:1em;grid-template-columns:1fr 1fr 1fr}.gallery-section>.sub-wrapper>:nth-child(9n+4),.gallery-section>.sub-wrapper>:nth-child(9n+8){grid-column:span 2;grid-row:span 2}.gallery-item{cursor:pointer;display:flex;padding-top:100%;position:relative;width:100%}.gallery-item .full{left:0;position:absolute;top:0}
