.gallery-slider{position:relative;display:flex;flex-direction:row;overflow:inherit !important}.gallery-slider .image{width:auto;opacity:.5;transition:opacity .3s ease-in-out}@media(min-width: 64rem){.gallery-slider .image{height:500px}}@media(min-width: 80rem){.gallery-slider .image{height:600px}}.gallery-slider .image img{width:100%;width:auto;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.gallery-slider .image.swiper-slide-next,.gallery-slider .image.swiper-slide-active{opacity:1}.gallery-slider nav{position:absolute;top:0;bottom:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;align-items:center;pointer-events:none;padding:16px}@media not all and (min-width: 64rem){.gallery-slider nav{display:none !important}}.gallery-slider nav button{pointer-events:all;border-radius:32px;padding:16px 32px}.gallery-slider nav button svg{width:32px;height:32px}.gallery-slider-thumbnails{margin-top:6px}@media(min-width: 48rem){.gallery-slider-thumbnails{margin-top:16px}}.gallery-slider-thumbnails .swiper-slide{width:64px}@media(min-width: 64rem){.gallery-slider-thumbnails .swiper-slide{width:128px}}.gallery-slider-thumbnails .swiper-slide{opacity:.5;transition:opacity .3s ease-in-out;cursor:pointer}.gallery-slider-thumbnails .swiper-slide:hover,.gallery-slider-thumbnails .swiper-slide:focus,.gallery-slider-thumbnails .swiper-slide.swiper-slide-thumb-active{opacity:1}.gallery-slider-thumbnails .swiper-slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;aspect-ratio:1/1;border-radius:12px}@media(min-width: 64rem){.gallery-slider-thumbnails .swiper-slide img{border-radius:24px}}