.Gallery{width:95%;flex-grow:1;margin:auto;display:flex;flex-direction:row;justify-content:center}@media screen and (max-width:850px){.Gallery{flex-direction:column;align-items:center}}.Gallery>.GalleryLeft{width:20%;display:flex;flex-direction:column;align-items:center;gap:1rem}.Gallery>.GalleryLeft .GalleryLogo{width:80%}@media screen and (max-width:850px){.Gallery>.GalleryLeft{width:90%}}.Gallery>.GalleryRight{width:80%;display:flex;flex-direction:column;flex:1 1}.GalleryLeftNav{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;gap:1rem}@media screen and (max-width:850px){.GalleryLeftNav{flex-direction:row;flex-wrap:wrap}}.GalleryRightNav{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}@media screen and (max-width:850px){.GalleryRightNav{margin-top:2rem}}.GalleryLeftNav button,.GalleryRightNav button{width:200px;height:40px}@media screen and (max-width:1000px){.GalleryLeftNav button,.GalleryRightNav button{width:150px}}@media screen and (max-width:850px){.GalleryLeftNav button,.GalleryRightNav button{width:125px}}@media screen and (max-width:768px){.GalleryLeftNav button,.GalleryRightNav button{width:100px}}.GalleryRightImages{width:100%;flex-grow:1}.GalleryRightImages ol{width:100%;height:100%;max-height:80vh;overflow:auto;display:grid;grid-template-columns:repeat(auto-fill,250px);grid-auto-rows:250px;margin:0;padding:5px;list-style-type:none;justify-content:center;scrollbar-width:none}.GalleryRightImages li{display:flex;justify-content:center;align-items:center;overflow:hidden;width:250px;height:250px;object-fit:contain;transition:scale .25s ease}.GalleryRightImages li .ProgressiveImage{display:block;width:auto;height:auto;max-width:100%;max-height:100%}.GalleryRightImages li:hover{scale:1.05;object-fit:cover;cursor:pointer}@media screen and (max-width:850px){.GalleryHideWhenMobile{display:none}}.GalleryPopup{position:relative;margin:auto;width:90%;height:90%;max-width:90%;max-height:90%;background:rgba(181,83,133,.3333333333);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:3rem;border:none;border-radius:2rem}.GalleryPopup[open]{gap:1rem}.GalleryPopupDescription,.GalleryPopup[open]{display:flex;flex-direction:column;align-items:center;justify-content:center}.GalleryPopupDescription{margin-bottom:auto}.GalleryPopupDescription>h1{font-weight:bolder;text-align:center}.GalleryPopupDescription>h3,.GalleryPopupDescription>p{font-style:italic;width:90%;text-align:center}.GalleryPopupDescription>h1,.GalleryPopupDescription>h3,.GalleryPopupDescription>p{margin:0}.GalleryPopupImageContent{width:50%;height:50%;max-width:50%;max-height:50%;object-fit:contain;margin:auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.GalleryPopupImageContent .ProgressiveImage{display:block;width:auto;height:auto;max-width:100%;max-height:100%}.GalleryPopupNav{margin-top:auto;width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;padding:1rem 0}.GalleryPopupNav .GalleryPopupNavTurnButton{width:200px}@media screen and (max-width:1000px){.GalleryPopupNav .GalleryPopupNavTurnButton{width:100px}}@media screen and (max-width:768px){.GalleryPopupNav .GalleryPopupNavTurnButton{width:75px}}