.slideshow{align-items:center;background-color:var(--black);display:block;display:flex;height:100vh;justify-content:center;left:0;opacity:0;overflow:auto;padding:2rem;pointer-events:none;position:fixed;top:0;transition:var(--transition);width:100vw;z-index:11}.close{background-color:var(--red);border-radius:.25rem;cursor:pointer;padding:.5rem;position:absolute;right:1rem;top:1rem;transition:var(--transition)}.close:hover svg{rotate:90deg}.close svg{fill:var(--white);height:2rem;rotate:0deg;transition:var(--transition);width:2rem}.slideshow.active{opacity:1;pointer-events:auto}.slideshow .image-wrapper{align-items:center;background-color:var(--red);border-radius:.5rem;display:inline-flex;justify-content:center;margin:0 auto;position:relative}.slideshow .image-wrapper button{background-color:var(--red)}.slideshow .image-wrapper .count{background-color:var(--black);border-radius:.5rem;bottom:1rem;color:var(--white);font-size:1.25rem;left:1rem;padding:1rem 1.5rem;position:absolute}.slideshow .image-wrapper img{border-radius:.5rem;display:block;height:auto;max-height:calc(100vh - 4rem);max-width:calc(100vw - 4rem);-o-object-fit:contain;object-fit:contain;width:auto}@media screen and (min-width:768px){.slideshow .image-wrapper img{max-height:calc(100vh - 8rem);max-width:calc(100vw - 8rem)}}.slideshow .arrow{align-items:center;border:none;border-radius:.25rem;color:#fff;cursor:pointer;display:flex;height:3rem;justify-content:center;outline:none;position:absolute;top:50%;transform:translateY(-50%);width:3rem;z-index:2}.slideshow .arrow svg{height:2rem;width:2rem;fill:var(--white)}.slideshow .arrow.left{left:-1.5rem}.slideshow .arrow.right{right:-1.5rem}.image-gallery{display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);padding:2rem 0}@media screen and (max-width:992px){.image-gallery{gap:1rem;grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.image-gallery{grid-template-columns:repeat(2,1fr);padding-bottom:1rem;padding-left:0;padding-right:0;padding-top:1rem}}.image-gallery .gallery-item{align-items:center;aspect-ratio:1;background-color:var(--black);border-radius:.5rem;cursor:pointer;display:flex;justify-content:center;overflow:hidden;position:relative;width:100%}.image-gallery .gallery-item:hover .button{opacity:1;transform:scale(1)}.image-gallery .gallery-item:hover .overlay{opacity:.25;transform:scale(1.2)}.image-gallery .gallery-item img{opacity:0}.image-gallery .gallery-item .button{align-items:center;background-color:var(--red);border-radius:.25rem;display:flex;justify-content:center;opacity:0;padding:.375rem;position:absolute;transform:scale(.75);transition:var(--transition)}.image-gallery .gallery-item .button svg{height:2rem;width:2rem;fill:var(--white);transition:var(--transition)}.image-gallery .gallery-item .overlay{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;left:0;opacity:1;position:absolute;top:0;transform:scale(1);transition:var(--transition);width:100%}.no-scroll{overflow:hidden!important}
