@media(min-width:48em){.gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-template-areas:"c1 c1 c1 c1" "c2 c3 c4 c5";grid-gap:.25rem}}.gallery__open-btn{grid-row:1;grid-column:1;align-self:end;justify-self:end}@media(min-width:48em){.gallery__open-btn{grid-row:2;grid-column:2}}.gallery__item{cursor:pointer;position:relative;background:var(--color-white)}.gallery__item--hidden{display:none}.gallery__see-all-text{font-size:1rem;line-height:1.5;font-weight:500;background:var(--color-white);color:var(--color-black);padding:.375rem 1.25rem;border-radius:2px;pointer-events:none;position:absolute;bottom:1rem;right:1rem}@media(min-width:48em){.gallery__see-all-text{bottom:1.5rem;right:1.5rem}}@media(min-width:48em){.gallery__see-all-text--mobile{display:none}}.gallery__see-all-text--desktop{display:none}@media(min-width:48em){.gallery__see-all-text--desktop{display:block}}.gallery__item--1{grid-area:c1}.gallery__item--2{grid-area:c2}.gallery__item--3{grid-area:c3}.gallery__item--4{grid-area:c4}.gallery__item--5{grid-area:c5}.gallery__item--secondary{height:0;overflow:hidden;padding-top:60%;position:relative;display:none}@media(min-width:48em){.gallery__item--secondary{display:block}}.gallery__item--secondary .gallery__item-img--lg,.gallery__item--secondary .gallery__item-img--md{display:none}.gallery__item-img--thumb{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:none}@media(min-width:48em){.gallery__item-img--thumb{display:block}}.gallery__item-img{cursor:pointer}.gallery__item-img:hover{opacity:.9}.gallery__item-img--primary{max-height:40rem;object-fit:cover}.gallery__item-img--md{display:block}@media(min-width:48em){.gallery__item-img--md{display:none}}.gallery__item-img--lg{display:none}@media(min-width:48em){.gallery__item-img--lg{display:block}}.gallery-modal__title-wrapper{min-height:2.25rem;margin-bottom:1.5rem;padding:1rem 3.75rem 0 1rem}@media(min-width:48em){.gallery-modal__title-wrapper{margin-bottom:1.5rem;padding:.5rem 3.75rem 0 0}}.gallery-modal__title{font-size:1.5rem;font-family:"Untitled Sans","system-ui",sans-serif;font-weight:300}@media(min-width:75em){.gallery-modal__title{font-size:2rem}}.gallery-modal__pagination{margin-bottom:1rem;display:flex;justify-content:space-between;padding:0 1rem}@media(min-width:48em){.gallery-modal__pagination{padding:0}}.gallery__nextprev-btn{background:0 0;cursor:pointer;color:currentColor;padding:0;border:none;display:flex;align-items:center;justify-content:center}.gallery__nextprev-btn:hover{color:var(--color-mu-gold)}.gallery__nextprev-text{display:none}@media(min-width:48em){.gallery__nextprev-text{display:block}}.gallery__nextprev-icon{width:1.25rem}.gallery__nextprev-icon--prev{transform:rotate(180deg);margin-right:1rem}.gallery__nextprev-icon--next{margin-left:1rem}.modal__close-btn{z-index:1;position:absolute;top:1.25rem;right:1rem;background:0 0;color:inherit;padding:0}.modal__close-btn:hover{color:var(--color-mu-gold)}@media(min-width:48em){.modal__close-btn{top:.625rem;right:0}}.modal__close-icon{width:1.5rem}.gallery-modal__slides{display:flex;align-items:stretch;overflow-x:auto;overflow-y:hidden;width:100%;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;height:60vh}.gallery-modal__slides::-webkit-scrollbar{width:0;height:0;background:rgba(0,0,0,0)}@media(min-width:48em){.gallery-modal__slides{height:80vh}}.gallery-modal__slide{width:100vw;min-width:100vw;scroll-snap-align:center;position:relative;flex-shrink:0;padding:0 1px;display:flex;flex-direction:column;justify-content:space-between}@media(min-width:48em){.gallery-modal__slide{width:100%;min-width:100%}}.gallery-modal__img{width:100%;display:block;object-fit:contain;margin-bottom:1.5rem;margin:0 auto;max-width:100%;max-height:80%}.gallery-modal__slide-caption{padding:1rem 1rem 0;height:40%;overflow-y:auto}@media(min-width:48em){.gallery-modal__slide-caption{height:30%}}.gallery-modal__slide-title{font-family:"Untitled Sans","system-ui",sans-serif;font-weight:400;font-size:1.25rem;margin-bottom:1.25rem}.gallery-modal__slide-description{font-size:1rem;line-height:1.35}@media(min-width:64em){.gallery-modal__slide-description{font-size:1.125rem}}.ReactModal__Overlay{background-color:rgba(0,0,0,.9)!important;z-index:10}.ReactModal__Content{background:0 0!important;color:var(--color-white);inset:0!important;border-radius:0!important;border:0!important;padding:0!important;width:100vw;height:90vh;display:flex;flex-direction:column;height:100%;justify-content:center}@media(min-width:48em){.ReactModal__Content{inset:unset!important;left:50%!important;top:5vh!important;transform:translateX(-50%);height:auto!important;width:43.75rem;justify-content:flex-start}}@media(min-width:64em){.ReactModal__Content{width:56.25rem}}@media(min-width:75em){.ReactModal__Content{width:68.75rem}}