.gallery{--tw-bg-opacity:1;align-items:center;background-color:rgb(23 23 22/var(--tw-bg-opacity,1));display:flex;height:100vh;inset:0;justify-content:center;position:fixed;width:100vw;z-index:310}.gallery:not(.--active){display:none}.gallery__header{height:7rem;left:0;position:absolute;top:0;width:100%;z-index:2}@media (min-width:768px){.gallery__header{height:9rem}}.gallery__header{background-image:linear-gradient(0deg,transparent,rgba(0,0,0,.007) 10.47%,rgba(0,0,0,.028) 19.56%,rgba(0,0,0,.06) 27.58%,rgba(0,0,0,.104) 34.81%,rgba(0,0,0,.157) 41.57%,rgba(0,0,0,.219) 48.13%,rgba(0,0,0,.288) 54.79%,rgba(0,0,0,.363) 61.85%,rgba(0,0,0,.443) 69.61%,rgba(0,0,0,.527) 78.36%,rgba(0,0,0,.613) 88.39%,rgba(0,0,0,.7))}body.toolbar-fixed .gallery__header{top:79px}.gallery__header .container{align-items:center;display:flex;height:100%}.gallery__header .gallery__btn-close{cursor:pointer;height:1.75rem;position:relative;width:1.75rem}.gallery__header .gallery__btn-close .line{--tw-rotate:45deg;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));height:.125rem;left:0;position:absolute;top:50%;transform-origin:center;width:100%}.gallery__header .gallery__btn-close .line,.gallery__header .gallery__btn-close .line:nth-child(2){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.gallery__header .gallery__btn-close .line:nth-child(2){--tw-rotate:-45deg}.gallery__slider{height:100%;position:relative;width:100%;z-index:1}.gallery__slider-content{align-items:center;display:flex;height:100%;margin:0}.gallery__slide{align-items:center;display:flex;width:auto;z-index:1}@media (min-width:768px){.gallery__slide{height:100%}}.gallery__slide{max-height:100vh;max-width:100vw}.gallery__slide.swiper-slide-active img{opacity:1}.gallery__slide.swiper-slide-zoomed{z-index:2}.gallery__slide img.--contain{-o-object-fit:contain;object-fit:contain}.gallery__slide.--active{opacity:1}.gallery__thumbnails{display:none;left:0;position:absolute;top:calc(100dvh - 100px);width:100vw}@media screen and (min-width:768px)and (min-height:600px){.gallery__thumbnails{display:block}}.gallery__thumbnail{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1));cursor:pointer;flex-shrink:0;height:50px;overflow:hidden;position:relative;width:90px}.gallery__thumbnail.swiper-slide-thumb-active img{opacity:1}.gallery__thumbnail.swiper-slide-thumb-active:after{animation:line-in .8s cubic-bezier(.215,.61,.355,1) forwards;opacity:.6}.gallery__thumbnail img{height:100%;opacity:.5;transition-duration:.5s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:linear;width:100%}.gallery__thumbnail:hover img{opacity:.8}.gallery__thumbnail:hover:after{animation:line-in .8s cubic-bezier(.215,.61,.355,1) forwards;opacity:.6}.gallery__thumbnail:after{--tw-bg-opacity:1;animation:line-out .6s cubic-bezier(.215,.61,.355,1) .2s forwards;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));bottom:0;content:"";height:1px;left:0;opacity:.6;position:absolute;transform-origin:center left;width:100%}.gallery__thumbnail.--active img{opacity:1}.gallery__thumbnail.--active:after{animation:line-in .8s cubic-bezier(.215,.61,.355,1) forwards;opacity:1}@keyframes line-in{0%{transform:scaleX(0) translateX(0)}to{transform:scale(1) translateX(0)}}@keyframes line-out{0%{transform:translateX(0)}to{transform:translateX(100%)}}