.gallery{position:relative;background-color:#f5f5f6;transition:opacity .6s}@media(max-width: 768px){.gallery:not(.active) [data-navigate]{opacity:0;pointer-events:none}}.gallery .gallery-close,.gallery [data-navigate]{border-color:#e2e2e2;transition:border .2s,opacity .2s}.gallery .gallery-close:hover,.gallery [data-navigate]:hover{border-color:#9c9ca7}.gallery .gallery-close:active,.gallery [data-navigate]:active{border-color:#50505a}.gallery span{border:2px solid #e2e2e2}.gallery .overlay .gallery-close,.gallery span[data-navigate]{z-index:1;position:absolute;width:40px;height:40px;background-color:#fff;background-position:center;background-repeat:no-repeat;background-size:30px 30px;border-radius:20px;cursor:pointer}.gallery span[data-navigate]{top:50%;background-image:url(/assets/img/icons/Arrow.svg);background-size:30px 20px;opacity:0}.gallery span[data-navigate].visible{opacity:1}.gallery span[data-navigate]:not(.visible){-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.gallery [data-navigate=left]{left:15px;transform:translateY(-50%) scaleX(-1)}.gallery [data-navigate=right]{right:15px;transform:translateY(-50%)}.gallery .overlay{display:flex;align-items:center;justify-content:center;position:absolute;bottom:100%;left:50%;transform:translateX(-50%);width:100%;max-width:100vw;max-height:calc(100vh - 180px);height:100vh;z-index:100;background-color:#f5f5f6;padding:15px;opacity:1;transition:opacity .2s}@media(max-width: 768px){.gallery .overlay{max-height:calc(100vh - 230px)}}.gallery .overlay:not(.active){opacity:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.gallery .overlay>div{position:absolute;max-height:100%;max-width:calc(100% - 30px);opacity:0;transition:opacity .2s;width:calc(100% - 30px);height:calc(100% - 30px);background-size:contain;background-repeat:no-repeat;background-position:center}.gallery .overlay>div.active{opacity:1}.gallery .overlay .gallery-close{display:flex;align-items:center;justify-content:center;background-image:url(/assets/img/icons/fa-times.svg);top:15px;right:15px}.gallery-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.gallery-wrapper::-webkit-scrollbar{width:0;height:0}.gallery-contents{padding:7.5px;display:flex;width:-moz-max-content !important;width:max-content !important;height:100px;transition:width .2s}.gallery-contents div{flex:0 0 auto;position:relative;margin:7.5px;top:0;transition:top .2s;cursor:pointer}.gallery-contents div::after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:2px;background-color:#9c9ca7;opacity:0;transition:opacity .2s,background-color .2s}.gallery-contents div.active{top:-2px;padding-bottom:2px}.gallery-contents div.active::after{opacity:1}.gallery-contents div:hover{top:-2px;padding-bottom:2px}.gallery-contents div:hover::after{opacity:1}.gallery-contents div.active::after{background-color:#e03400}.gallery-contents div img{height:70px;-webkit-user-drag:none}

/*# sourceMappingURL=Gallery.css.map*/