.nse-g__grid{display:grid;gap:.75rem;grid-template-columns:repeat(5,minmax(0,1fr))}@media (max-width:1200px){.nse-g__grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:990px){.nse-g__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:760px){.nse-g__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.nse-g__grid{grid-template-columns:1fr}}.nse-g__item{background:transparent;border:0;cursor:pointer;display:block;padding:0;text-align:inherit}.nse-g__ratio{aspect-ratio:4/3;background:rgba(0,0,0,.04);border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);display:block;overflow:hidden;width:100%}.nse-g__img{display:block;height:100%;object-fit:cover;transition:transform .25s ease;width:100%}@media (hover:hover){.nse-g__item:hover .nse-g__img{transform:scale(1.03)}}.nse-g__lightbox[hidden]{display:none!important}.nse-g__lightbox{align-items:center;background:rgba(0,0,0,.85);display:grid;gap:1rem;grid-template-columns:auto 1fr auto;grid-template-rows:auto 1fr auto;inset:0;justify-items:center;padding:1rem;position:fixed;z-index:9999}.nse-g__close{background:transparent;border:none;color:#fff;cursor:pointer;font-size:2rem;line-height:1;position:absolute;right:.75rem;top:.75rem}.nse-g__nav{background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.25);border-radius:999px;color:#fff;cursor:pointer;height:42px;width:42px}.nse-g__prev{grid-column:1}.nse-g__next{grid-column:3}.nse-g__figure{display:grid;gap:.5rem;grid-column:2;justify-items:center;margin:0;max-height:80vh;max-width:min(1200px,95vw)}.nse-g__full{border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.4);height:auto;max-height:70vh;max-width:100%;width:auto}.nse-g__caption{color:#fff;font:inherit;opacity:.85;text-align:center}