/*!
 * 
 *   @rocketspark/image-gallery v0.1.18
 *   https://bitbucket.org/rocketspark/image-gallery/src
 *   Copyright (c) Lee Reichardt  and project contributors.
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *
 */.ig__container{display:flex;flex-direction:column;gap:.5rem;position:relative}.ig__stage,.ig__stage-outer{overflow:hidden}.ig__stage{height:0;position:relative;width:100%}.ig__stage--no-popup .ig__stage-image-hover,.ig__stage-hover{pointer-events:none}.ig__stage-hover{align-items:center;background:#fff;border-radius:50%;display:flex;height:4rem;justify-content:center;opacity:0;transition:opacity .15s cubic-bezier(.25,1,.5,1);user-select:none;width:4rem}.ig__stage:hover .ig__stage-hover{opacity:1}.ig__stage-image-hover{align-items:center;bottom:0;cursor:zoom-in;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity var(--fade-speed) cubic-bezier(.25,1,.5,1);z-index:1}.ig__stage-image-hover:hover{opacity:1}.ig__stage-image{height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity var(--fade-speed) cubic-bezier(.25,1,.5,1);width:100%}.ig__stage-image--active{opacity:1;pointer-events:auto}.ig__stage-image img{height:100%;object-fit:contain;width:100%}.ig__stage-image--cover img{object-fit:cover}.ig__thumbnail-container{grid-column-gap:.5rem;grid-row-gap:.5rem;display:grid;font-size:0;grid-template-columns:repeat(5,1fr);position:relative}.ig__thumbnail-container--single-line{display:flex;justify-content:center}.ig__thumbnail-container--single-line .ig__thumbnail__outer{height:auto;padding-bottom:unset}.ig__thumbnail-container--single-line .ig__thumbnail__outer:before{content:"";display:inline-block;padding:calc(var(--ratio-padding)/2) 0}.ig__thumbnail__outer{height:0;overflow:hidden;padding-bottom:var(--ratio-padding);position:relative;width:100%}.ig__thumbnail__outer--hidden{display:none}.ig__thumbnail__outer:after{background-color:var(--highlight-color);bottom:0;content:"";height:.3125rem;left:0;opacity:0;position:absolute;transition:opacity var(--fade-speed) cubic-bezier(.25,1,.5,1);width:100%;z-index:10}.ig__thumbnail__outer--active:after{opacity:1}.ig__thumbnail-container--single-line .ig__thumbnail__outer{width:20%}.ig__thumbnail__inner{bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;user-select:none}.ig__thumbnail{object-fit:var(--object-fit)}.ig__popup-container,.ig__thumbnail{height:100%;pointer-events:none;width:100%}.ig__popup-container{background-color:rgba(68,68,68,.6);display:block;left:0;opacity:0;overflow:hidden auto;position:fixed;top:0;transition:opacity .25s cubic-bezier(.25,1,.5,1);z-index:999999}.ig__popup-container--active{opacity:1;pointer-events:auto}.ig__popup__inner{background-color:#f6f6f6;box-sizing:border-box;height:96vh;left:0;margin:2vh;position:absolute;text-align:center;top:0;width:calc(100% - 4vh)}.ig__popup__close{height:2.5rem;right:3rem;top:3rem;width:2.5rem}.ig__popup__arrow,.ig__popup__close{align-items:center;cursor:pointer;display:flex;justify-content:center;position:absolute;z-index:1}.ig__popup__arrow{background-color:#fff;border-radius:50%;box-sizing:border-box;height:3.5rem;top:50%;transform:translateY(-50%);user-select:none;width:3.5rem}.ig__popup__arrow--left{left:1.5rem}.ig__popup__arrow--right{right:1.5rem}.ig__popup__stage{height:100%;width:100%}.ig__popup__stage,.ig__popup__stage-image{align-items:center;display:flex;justify-content:center;position:absolute}.ig__popup__stage-image{bottom:0;left:0;opacity:0;right:0;top:0;transition:opacity var(--fade-speed) cubic-bezier(.25,1,.5,1)}.ig__popup__stage-image--active{opacity:1}.ig__popup__stage-image img{max-height:calc(100% - 4vh);max-width:calc(100% - 4vw)}.ig__carousel{border-radius:2.5rem;display:flex;left:50%;padding:.5rem 1rem;position:absolute;transform:translateX(-50%);z-index:2}.ig__carousel--mobile{bottom:0;display:none;justify-content:center}.ig__carousel--popup{background-color:#fff;bottom:1.5rem}.ig__carousel__indicator-outer{cursor:pointer;padding:.5rem}.ig__carousel__indicator{background-color:var(--highlight-color);border-radius:50%;display:block;height:.375rem;opacity:.5;transform:scaleX(1);transition:transform .15s cubic-bezier(.25,1,.5,1),opacity .15s cubic-bezier(.25,1,.5,1);user-select:none;width:.375rem}@media (hover:hover){.ig__carousel__indicator-outer:hover .ig__carousel__indicator{background-color:var(--highlight-color);opacity:1;transform:scale3d(1.4,1.4,1.4)}}.ig__carousel__indicator-outer--active .ig__carousel__indicator{background-color:var(--highlight-color);opacity:1;transform:scale3d(1.4,1.4,1.4)}@media (max-width:740px){.ig__carousel--mobile{display:inherit;flex-wrap:wrap;width:90%}.ig__thumbnail-container--mobile-hidden{display:none}.ig__stage-image-hover{display:none;pointer-events:none}.ig__stage{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;display:flex;flex-wrap:nowrap;overflow:visible}.ig__stage-image{flex:0 0 auto;height:auto;opacity:1;pointer-events:auto}.ig__stage-image img{height:auto}.ig__stage-image{position:relative}}
/*# sourceMappingURL=index.css.map*/