.pg{--pg-gap:0.75rem;--pg-radius:4px;--pg-placeholder:#f3f5f7;--pg-cell-ratio:0.75;--pg-row:clamp(120px,17vw,230px);container-type:inline-size}.pg__tiles{list-style:none;margin:0;padding:0}.pg__tile{margin:0;min-width:0}.pg__link{background-color:var(--pg-placeholder);border-radius:var(--pg-radius);display:block;height:100%;overflow:hidden;position:relative;text-decoration:none}.pg__link:focus-visible{outline:3px solid rgb(var(--color-primary));outline-offset:3px}.pg__img{display:block;height:100%;object-fit:cover;width:100%}.pg[data-pg-fit=faces] .pg__img{object-position:50% 30%}.pg[data-pg-fit=center] .pg__img{object-position:50% 50%}.pg[data-pg-fit=contain]:not([data-pg-layout=masonry]) .pg__img{background-color:var(--pg-placeholder);object-fit:contain}.pg[data-pg-zoom=on] .pg__img{transition:transform .4s ease}.pg[data-pg-zoom=on] .pg__link:focus-visible .pg__img,.pg[data-pg-zoom=on] .pg__link:hover .pg__img{transform:scale(1.06)}@media (prefers-reduced-motion:reduce){.pg[data-pg-zoom=on] .pg__img{transition:none}.pg[data-pg-zoom=on] .pg__link:focus-visible .pg__img,.pg[data-pg-zoom=on] .pg__link:hover .pg__img{transform:none}}.pg[data-pg-layout=bento] .pg__tiles{display:grid;gap:var(--pg-gap);grid-auto-flow:dense;grid-auto-rows:var(--pg-row);grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:639px){.pg[data-pg-layout=bento] .pg__tiles{grid-auto-rows:calc((100cqw - var(--pg-gap))/2*var(--pg-cell-ratio))}}@media (min-width:640px) and (max-width:1023px){.pg[data-pg-layout=bento] .pg__tiles{grid-auto-rows:calc((33.33333cqw - var(--pg-gap)*2/3)*var(--pg-cell-ratio))}}@media (min-width:1024px){.pg[data-pg-layout=bento] .pg__tiles{grid-auto-rows:calc((25cqw - var(--pg-gap)*3/4)*var(--pg-cell-ratio))}}@media (max-width:639px){.pg[data-pg-layout=bento] .pg__tile:nth-child(3n+1){grid-column:span 2;grid-row:span 2}}@media (min-width:640px) and (max-width:1023px){.pg[data-pg-layout=bento] .pg__tiles{grid-template-columns:repeat(3,minmax(0,1fr))}.pg[data-pg-layout=bento] .pg__tile:nth-child(6n+1):not(:nth-last-child(-n+2)){grid-column:span 2;grid-row:span 2}}@media (min-width:1024px){.pg[data-pg-layout=bento] .pg__tiles{grid-template-columns:repeat(4,minmax(0,1fr))}.pg[data-pg-layout=bento] .pg__tile:nth-child(8n+1):not(:nth-last-child(-n+3)){grid-column:span 2;grid-row:span 2}.pg[data-pg-layout=bento] .pg__tile:nth-child(8n+4){grid-column:span 2}}.pg[data-pg-layout=grid] .pg__tiles{display:grid;gap:var(--pg-gap);grid-template-columns:repeat(2,minmax(0,1fr))}.pg[data-pg-layout=grid] .pg__tile{aspect-ratio:4/3}@media (min-width:640px){.pg[data-pg-layout=grid] .pg__tiles{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.pg[data-pg-layout=grid] .pg__tiles{grid-template-columns:repeat(4,minmax(0,1fr))}}.pg[data-pg-layout=masonry] .pg__tiles{column-count:2;column-gap:var(--pg-gap)}.pg[data-pg-layout=masonry] .pg__tile{break-inside:avoid;margin-bottom:var(--pg-gap)}.pg[data-pg-layout=masonry] .pg__img{height:auto;object-fit:fill}.pg[data-pg-layout=masonry] .pg__tile[data-pg-unsized] .pg__img{aspect-ratio:3/2;object-fit:cover}@media (min-width:640px){.pg[data-pg-layout=masonry] .pg__tiles{column-count:3}}@media (min-width:1024px){.pg[data-pg-layout=masonry] .pg__tiles{column-count:4}}.pg-lightbox{background-color:#000;border:0;color:#fff;display:grid;grid-template-rows:auto minmax(0,1fr);height:100vh;height:100dvh;margin:0;max-height:100vh;max-height:100dvh;max-width:100vw;overflow:hidden;padding:0;width:100vw}.pg-lightbox:not([open]){display:none}.pg-lightbox::backdrop{background-color:rgba(0,0,0,.94)}.pg-lightbox__bar{align-items:center;display:flex;gap:1rem;justify-content:space-between;padding:.5rem .75rem}.pg-lightbox__counter{font-size:.9375rem;font-variant-numeric:tabular-nums;letter-spacing:.02em;margin:0}.pg-lightbox__sep{margin:0 .35rem;opacity:.55}.pg-lightbox__actions{display:flex;gap:.25rem}.pg-lightbox__button{align-items:center;background-color:transparent;border:0;border-radius:var(--pg-radius,4px);color:inherit;cursor:pointer;display:inline-flex;height:44px;justify-content:center;padding:0;width:44px}.pg-lightbox__button:hover{background-color:hsla(0,0%,100%,.16)}.pg-lightbox__button:focus-visible{outline:3px solid #fff;outline-offset:2px}.pg-lightbox__button[aria-busy=true]{cursor:progress;opacity:.5}.pg-lightbox__icon{height:22px;width:22px}.pg-lightbox__stage{padding:0 .5rem 1rem;position:relative}.pg-lightbox__frame,.pg-lightbox__stage{align-items:center;display:flex;justify-content:center;min-height:0}.pg-lightbox__frame{height:100%;width:100%}.pg-lightbox__img{height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.pg-lightbox__nav{align-items:center;background-color:rgba(0,0,0,.55);border:0;border-radius:9999px;color:#fff;cursor:pointer;display:inline-flex;height:48px;justify-content:center;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:48px;z-index:1}.pg-lightbox__nav--prev{left:.5rem}.pg-lightbox__nav--next{right:.5rem}.pg-lightbox__nav:hover{background-color:hsla(0,0%,100%,.24)}.pg-lightbox__nav:focus-visible{outline:3px solid #fff;outline-offset:2px}.pg-lightbox__nav[hidden]{display:none}@media (min-width:1024px){.pg-lightbox__nav--prev{left:1.5rem}.pg-lightbox__nav--next{right:1.5rem}}.pg-lightbox__stage[data-pg-loading=true]:after{animation:pg-spin .7s linear infinite;border:3px solid hsla(0,0%,100%,.3);border-radius:9999px;border-top-color:#fff;content:"";height:32px;left:50%;margin:-16px 0 0 -16px;position:absolute;top:50%;width:32px}@keyframes pg-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.pg-lightbox__stage[data-pg-loading=true]:after{animation:none}}@media (forced-colors:active){.pg-lightbox{background-color:Canvas;color:CanvasText}.pg-lightbox__button,.pg-lightbox__nav{background-color:ButtonFace;border:1px solid ButtonBorder;color:ButtonText}.pg-lightbox__button:focus-visible,.pg-lightbox__nav:focus-visible,.pg__link:focus-visible{outline-color:Highlight}}