.gallery .heading{padding:140px 20px 0 20px}@media screen and (max-width: 768px){.gallery .heading{padding:80px 20px 0 20px}}.gallery .heading h2{margin:auto;text-align:center}.gallery .heading h2 img{height:45px}@media screen and (max-width: 768px){.gallery .heading h2 img{height:90px}}.gallery .gallery-tab{padding:100px 20px}@media screen and (max-width: 768px){.gallery .gallery-tab{padding:56px 20px}}.gallery .gallery-tab__wrapper{display:flex;justify-content:space-around;max-width:1080px;margin:auto}@media screen and (max-width: 768px){.gallery .gallery-tab__wrapper{flex-wrap:wrap;justify-content:center;gap:0}}.gallery .gallery-tab__item{width:200px;padding:12px;border:1px solid #ded7c6;text-align:center;cursor:pointer}@media screen and (max-width: 768px){.gallery .gallery-tab__item{width:49%}}.gallery .gallery-tab__item.active{background-color:#ded7c6}.gallery .gallery-tab-content{padding:0 20px 120px}.gallery .gallery-tab-content__wrapper{max-width:1280px;width:100%;margin:auto}.gallery .gallery-tab-content__list{display:none}.gallery .gallery-tab-content__list.active{display:block}.gallery .gallery-tab-content__list ul{display:flex;flex-wrap:wrap;row-gap:40px;column-gap:2.6%}@media screen and (max-width: 768px){.gallery .gallery-tab-content__list ul{row-gap:12px}}.gallery .gallery-tab-content__list ul li{width:23%;list-style:none;aspect-ratio:1/1;cursor:pointer;display:block}.gallery .gallery-tab-content__list ul li:hover{cursor:pointer}@media screen and (max-width: 768px){.gallery .gallery-tab-content__list ul li{width:48%}}.gallery .gallery-tab-content__list ul li img{cursor:pointer;width:100%;height:100%;display:block;object-fit:cover}.lightbox{position:fixed;inset:0;display:none;align-items:center;justify-content:center;z-index:9999}.lightbox.is-open{display:flex}.lightbox__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.6)}.lightbox__dialog{position:relative;z-index:1;max-width:90vw;max-height:90vh;display:grid;gap:8px}.lightbox__imgwrap{position:relative;max-width:90vw;max-height:80vh;display:flex;align-items:center;justify-content:center}.lightbox__img{max-width:100%;max-height:80vh;object-fit:contain}.lightbox__caption{color:#fff;text-align:center;font-size:14px}.lightbox__btn{position:fixed;top:50%;transform:translateY(-50%);border:none;background:rgba(0,0,0,.45);color:#fff;width:48px;height:48px;border-radius:9999px;cursor:pointer;z-index:10000;transition:background .3s;display:flex;align-items:center;justify-content:center}.lightbox__btn:hover{background:rgba(0,0,0,.7)}.lightbox__btn--prev{left:20px}.lightbox__btn--next{right:20px}.lightbox__close{position:fixed;top:20px;right:20px;border:none;background:rgba(0,0,0,.5);color:#fff;width:40px;height:40px;border-radius:9999px;cursor:pointer;z-index:10000;transition:background .3s}.lightbox__close:hover{background:rgba(0,0,0,.8)}/*# sourceMappingURL=gallery.css.map */