.image-gallery__heading{margin:0 auto 50px;max-width:767px;text-align:center}.image-gallery__grid{display:grid;gap:30px;grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:1024px){.image-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.image-gallery__grid{grid-template-columns:1fr}}.image-gallery__thumb{background:transparent;border:0;cursor:zoom-in;display:block;padding:0;position:relative;width:100%}.image-gallery__thumb:after{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g fill="none" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="6"/><path d="M20 20l-4-4"/></g></svg>') 50%/16px 16px no-repeat,hsla(0,0%,100%,.55);border-radius:50%;content:"";height:32px;pointer-events:none;position:absolute;right:8px;top:8px;width:32px;z-index:2}@media (max-width:480px){.image-gallery__thumb:after{height:28px;width:28px}}.image-gallery img{aspect-ratio:1/1;border-radius:7px;display:block;height:auto;max-width:100%;object-fit:cover;width:100%}.image-gallery__lightbox{background:rgba(0,0,0,.8);display:none;inset:0;padding:5vh 5vw;place-items:center;position:fixed;z-index:9999}.image-gallery__lightbox.is-open{display:grid}.image-gallery__full{border-radius:7px;box-shadow:0 10px 40px rgba(0,0,0,.5);cursor:zoom-out;display:block;height:auto;max-height:none;max-width:none;width:auto}.image-gallery__close{all:unset;align-items:center;background:#fff!important;border:1px solid rgba(0,0,0,.15)!important;border-radius:9999px;box-shadow:none!important;cursor:pointer;display:inline-flex;height:48px;justify-content:center;position:absolute;right:16px;top:16px;width:48px}.image-gallery__close svg{height:22px;width:22px}.image-gallery__close:focus-visible{outline:2px solid #000;outline-offset:2px}.no-scroll{overflow:hidden}