.modal-backdrop{position:fixed;width:100vw;height:100vh;background-color:#000;opacity:.9;top:0;left:0}.modal-wrapper{padding:10px;margin:10px auto;box-shadow:0 2px 6px #000;position:fixed;width:100%;max-width:700px;left:50%;top:50%;transform:translate(-50%,-50%);z-index:11111;background-color:#fff}.slider{max-width:700px;margin:0 auto}.slide,.slider{position:relative}.slide{display:none}@keyframes fade{0%{opacity:.4}to{opacity:1}}.slide.active{display:block;animation-name:fade;animation-duration:1.5s}.slide span{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);color:#fff}.slide img{width:100%}.navigation-bottom{display:flex;align-items:center;justify-content:center}.preview{margin:0 2px;transition:all .2s ease;cursor:pointer;border:3px solid grey}.preview.active{border-color:#87ceeb}.navigation-next-prev .next-prev{position:absolute;top:50%;font-size:1.5em;cursor:pointer;transform:translateY(-100%);z-index:10000}.next{right:10px}.prev{left:10px}.image-list{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px}.image-list>div{flex:1 1 33%;padding:5px;cursor:pointer}.image-list>div img{width:100%;border:3px solid grey}.image-list>div.active img{border-color:#87ceeb}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.modal-close{text-align:center;font-size:1.2em;cursor:pointer;width:30px;height:30px;border-radius:50%;background-color:grey;line-height:1.7em;color:#fff}@media only screen and (max-width:600px){.image-list{grid-template-columns:repeat(1,1fr)}}@media only screen and (min-width:600px){.image-list{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1024px){.image-list{grid-template-columns:repeat(4,1fr)}}.event-2-imgs{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;align-content:center}.event-2-imgs img{justify-self:center}@media only screen and (max-width:600px){.event-2-imgs{grid-template-columns:repeat(1,1fr)}}@media only screen and (min-width:600px){.event-2-imgs{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1024px){.event-2-imgs{grid-template-columns:repeat(3,1fr)}}
/*# sourceMappingURL=main.c445e697.chunk.css.map */