.react-photo-album{display:flex}.react-photo-album,.react-photo-album *{box-sizing:border-box}.react-photo-album--track{align-items:flex-start;display:flex}.react-photo-album--photo{padding:calc(var(--react-photo-album--padding)*1px);position:relative}.react-photo-album--image{aspect-ratio:var(--react-photo-album--photo-width)/var(--react-photo-album--photo-height);display:block;height:auto;width:100%}.react-photo-album--button{background:initial;border:initial;cursor:pointer}.react-photo-album--masonry{justify-content:space-between}.react-photo-album--masonry .react-photo-album--track{flex-direction:column;justify-content:flex-start;row-gap:calc(var(--react-photo-album--spacing)*1px);width:calc((100% - var(--react-photo-album--spacing)*1px*(var(--react-photo-album--columns) - 1))/var(--react-photo-album--columns))}.react-photo-album--masonry .react-photo-album--photo{width:100%}.spinner_spinner__FJN_5{height:100%;width:100%;position:absolute;background:hsla(0,0%,100%,.6);z-index:10}.photoLightBox_backdrop__ibhJK,.spinner_spinner__FJN_5{display:flex;align-items:center;justify-content:center;top:0;left:0}.photoLightBox_backdrop__ibhJK{position:fixed;width:100vw;height:100vh;z-index:9999;background:rgba(0,0,0,.5);padding:20px;animation:photoLightBox_fadeIn__bcGdU .2s ease}@keyframes photoLightBox_fadeIn__bcGdU{0%{opacity:0}to{opacity:1}}.photoLightBox_container__285Qs{position:relative;max-width:calc(100vw - 80px);max-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:60px;background:#fff;border-radius:15px;box-shadow:0 4px 32px rgba(0,0,0,.25);touch-action:pan-y pinch-zoom}.photoLightBox_closeButton__nHbo6{position:absolute;top:15px;right:15px;background:transparent;border:none;border-radius:15px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10001;transition:all .2s ease;color:#6b6b6b}.photoLightBox_closeButton__nHbo6:hover{transform:scale(1.1);color:#343b95}.photoLightBox_closeButton__nHbo6:active{transform:scale(.95)}.photoLightBox_counter__UeVzm,.photoLightBox_navButton__N_lXL{display:none}.photoLightBox_imageWrapper__n7WeU{display:flex;align-items:center;justify-content:center}.photoLightBox_image__qBMHx{max-width:100%;max-height:750px;width:auto;height:auto;object-fit:contain;border-radius:8px;animation:photoLightBox_zoomIn__w5APY .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;display:block}@keyframes photoLightBox_zoomIn__w5APY{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}