.pg-amaze-grid{--color-text:#556068;--color-bg:#fff;--color-link:#556068;--color-link-hover:#556068;--padding-sides:2rem;--padding-row:1rem;--color-row-border:#f0f0f0;--color-bg-row-hover:#f0f0f0;--color-text-alt:#556068;--image-gap:1vw;--image-gap-large:2vw;--img-size:5vw;--img-size-large:12vw;font-size:14px}.pg-amaze-grid .oh{position:relative;overflow:hidden}.pg-amaze-grid .oh__inner{will-change:transform;display:inline-block}.pg-amaze-grid .cover{background:var(--color-bg-row-hover);width:100%;height:0;opacity:0;pointer-events:none;z-index:10;position:fixed;left:0;will-change:height, top}.pg-amaze-grid .row{z-index:1;color:var(--color-text);position:relative;cursor:pointer;padding:10px 15px;border-top:1px solid var(--color-row-border);transition:background-color .3s ease-out,border-color .3s ease-out;display:flex;justify-content:space-between;gap:10px}.pg-amaze-grid .row:hover{background-color:var(--color-bg-row-hover)}.pg-amaze-grid .row .cell__img{width:var(--img-size);height:var(--img-size)}.pg-amaze-grid .row--current{z-index:1;transition:border-color .3s ease-out}.pg-amaze-grid .cell{position:relative;display:flex;gap:10px;overflow:hidden;align-items:center}.pg-amaze-grid .cell.cell--text{min-width:fit-content}.pg-amaze-grid .cell__title{margin:0;font-size:18px;position:relative;font-weight:400;line-height:1;white-space:nowrap;display:grid;grid-template-rows:100% 100%;padding:10px 0}.pg-amaze-grid .preview__item-title{margin:0;font-size:18px;position:relative;line-height:1;white-space:nowrap;font-weight:700}.pg-amaze-grid .cell__title--switch{font-family:lores-22-serif,sans-serif;font-weight:700}.pg-amaze-grid .cell__img{height:var(--img-size);will-change:transform, opacity;opacity:0}.pg-amaze-grid .cell__img-inner{background-size:cover;background-position:50% 50%;aspect-ratio:1;width:100%;height:100%;border-radius:calc(var(--image-gap) / 3)}.pg-amaze-grid .cell__img-title{max-width:100%;font-size:1rem;font-weight:300;color:var(--color-text-alt);margin:0;height:0;opacity:0;white-space:nowrap;will-change:opacity, transform;display:none}.pg-amaze-grid .preview{position:fixed;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:200}.pg-amaze-grid .preview__close{position:absolute;top:0;right:0;font-size:2rem;font-weight:400;line-height:1;padding:2rem;cursor:pointer;opacity:0;font-family:sans-serif}.pg-amaze-grid .preview__close--show{pointer-events:auto}.pg-amaze-grid .preview__item{width:100%;height:100%;display:grid;align-items:center;justify-items:center;align-content:center;grid-gap:6vh;height:0;opacity:0;overflow:hidden}.pg-amaze-grid .preview__item--current{pointer-events:auto;height:100vh;opacity:1}.pg-amaze-grid .preview__item--current .cell__img[data-flip-id]{display:none}.pg-amaze-grid .grid{position:relative;display:grid;grid-gap:var(--image-gap-large);justify-content:center;justify-items:center;--img-size:var(--img-size-large);grid-template-columns:repeat(4, var(--img-size))}.pg-amaze-grid .grid .cell__img{width:var(--img-size-large);height:var(--img-size-large)}@media screen and (min-width:768px){.pg-amaze-grid .row{padding:15px 30px}.pg-amaze-grid .preview__item-title,.pg-amaze-grid .cell__title{font-size:24px}}@media screen and (min-width:1024px){.pg-amaze-grid .row{padding:12px 20px}.pg-amaze-grid .preview__item-title{font-size:40px}.pg-amaze-grid .cell__title{font-size:30px}}