section.gallery .gallery-wrapper{display:grid;grid-template-columns:repeat(var(--gallery-cols-mobile, 2), minmax(0, 1fr));gap:18px;margin:-5px}@media (min-width: 768px){section.gallery .gallery-wrapper{grid-template-columns:repeat(var(--gallery-cols-tablet, 4), minmax(0, 1fr))}}@media (min-width: 992px){section.gallery .gallery-wrapper{grid-template-columns:repeat(var(--gallery-cols-desktop, 6), minmax(0, 1fr))}}section.gallery .gallery-grid-item{min-width:0}section.gallery .image-wrapper{padding:1rem;position:relative;height:auto}section.gallery .image-wrapper a img{height:100%}section.gallery .texts-container+.images-container{margin-top:30px}section.gallery:not(.custom-image-sizing) img{width:100%;-o-object-fit:contain !important;object-fit:contain !important}section.gallery.default .gallery-wrapper .image-wrapper{height:180px}section.gallery.default .gallery-wrapper .img-gallery{position:relative;overflow:hidden;border-radius:12px;transition:transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1)}section.gallery.default .gallery-wrapper .img-gallery .gallery-img-text-title{display:none}section.gallery.default .gallery-wrapper .img-gallery .link-title{margin-top:0.50rem;text-align:center}section.gallery.default .gallery-wrapper .img-gallery:hover,section.gallery.default .gallery-wrapper .img-gallery:focus-within{transform:translateY(-4px);box-shadow:0 14px 30px rgba(0,0,0,0.12)}section.gallery.default .gallery-wrapper .img-gallery:hover img,section.gallery.default .gallery-wrapper .img-gallery:focus-within img{transform:scale(1.08);filter:brightness(1.05)}section.gallery.default:not(.custom-image-sizing) .gallery-wrapper .img-gallery img{width:100%;height:100px;-o-object-fit:contain;object-fit:contain;transition:transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),filter 0.4s ease}section.gallery.style-border .gallery-wrapper .img-gallery{outline:1px solid #ddd;outline-offset:-1px;margin:1px 0 0 1px;padding:30px 10px;display:flex;justify-content:center;align-items:center;transition:background-color .2s ease, outline-color .2s ease}section.gallery.style-border .gallery-wrapper .img-gallery .link-title{display:none}section.gallery.style-border .gallery-wrapper .img-gallery:hover,section.gallery.style-border .gallery-wrapper .img-gallery:focus-within{transform:translateY(-4px);box-shadow:0 14px 30px rgba(0,0,0,0.12)}section.gallery.style-border .gallery-wrapper .img-gallery:hover img,section.gallery.style-border .gallery-wrapper .img-gallery:focus-within img{transform:scale(1.08);filter:brightness(1.05)}section.gallery.style-border .gallery-wrapper .img-gallery:hover{background-color:#fafafa;outline-color:#b5b5b5}section.gallery.style-border .gallery-wrapper .img-gallery img{padding:1rem}section.gallery.custom-image-sizing .gallery-wrapper .image-wrapper{height:auto}
