.custom-lightbox{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#000000f2}.custom-lightbox.d-none{display:none}.custom-lightbox-content{position:relative;max-height:100vh;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.custom-lightbox-carousel-wrapper{position:relative;width:100%;height:80vh;max-height:80vh;flex:1 1 auto;display:flex;align-items:center;justify-content:center;margin:0 auto;overflow:hidden}.custom-lightbox-carousel-track{display:flex;width:300%;height:100%;transition:transform .2s ease;transform:translate(-100%);transform-style:preserve-3d}.carousel-cell{flex:0 0 100%;margin:auto;height:100%;max-height:100%;display:flex;align-items:center;justify-content:center;overflow:visible;backface-visibility:hidden}.carousel-img-wrapper{max-height:100%;max-width:100%;height:100%;width:100%;display:flex;align-items:center;justify-content:center}.carousel-img{max-height:100%;max-width:100%;height:auto;width:auto;padding:0 2.5%;object-fit:contain;box-sizing:border-box}.custom-lightbox-thumbs{display:flex;flex-shrink:0;overflow-x:auto;gap:.5rem;background:#0000004d}.custom-lightbox-thumbs-thumb{height:60px;max-width:90px;flex-shrink:0}.custom-lightbox-thumbs-thumb img{height:100%;width:100%;object-fit:cover;cursor:pointer;opacity:.7;transition:opacity .2s}.custom-lightbox-thumbs img.active{opacity:1;border:2px solid white}.custom-lightbox-close{position:absolute;top:.5rem;right:.5rem;z-index:50;background:none;border:none;font-size:2rem;color:#fff;cursor:pointer}.custom-lightbox-prev,.custom-lightbox-next{position:absolute;top:50%;transform:translateY(-50%);font-size:1.5rem;color:#fff;background:transparent;border:none;padding:.5rem 1rem;cursor:pointer;z-index:10;-webkit-user-select:none;user-select:none}.custom-lightbox-prev{left:1rem}.custom-lightbox-next{right:1rem}.custom-lightbox-nav{flex-wrap:wrap;flex-shrink:0;padding:1rem 0}.custom-lightbox-nav .section-nav-btn{background:none;text-align:center;border:none;color:#fff;font-size:1rem;cursor:pointer;padding:.5rem 1rem;transition:background .3s,color .3s;text-shadow:0 0 5px rgba(0,0,0,.5)}.custom-lightbox-nav .section-nav-btn.active{font-weight:700;color:#fff;text-decoration:underline}.custom-lightbox-nav-two-per-row .section-nav-btn{min-width:45%}@media (min-width: 768px){.custom-lightbox-nav-two-per-row .section-nav-btn{min-width:auto}.custom-lightbox-close{top:1.5rem;right:1.5rem}}.lightbox-loader{position:absolute;width:60px;height:60px;border:5px solid rgba(255,255,255,.2);border-top:5px solid white;border-radius:50%;animation:spin 1s linear infinite;z-index:2}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
