.gallery-section{flex-direction:column;padding:30px 0}.gallery{column-width:clamp(100px,40vw,300px);justify-self:center;gap:15px;width:90%;max-width:1200px}.gallery-item{margin:7.5px 0;transition:all .3s ease-in-out;position:relative}.gallery-item img,.gallery-item video{object-fit:cover;border-radius:16px;width:100%;height:100%}.gallery-item iframe{border:0;border-radius:16px;width:100%;height:100%;position:absolute;top:0;left:0}.gallery-item:hover{z-index:1;cursor:pointer;scale:1.02}.gallery-item figcaption{color:var(--white50);width:100%;font-size:var(--font-size-xsmall);text-align:center;background:linear-gradient(#0000,#00000080);border-radius:0 0 16px 16px;padding:8px 12px;font-weight:500;position:absolute;bottom:5px}.gallery-wrapper{position:relative}.show-more-box{background:var(--gray05);border:1px solid var(--gray50);text-align:center;cursor:pointer;box-sizing:border-box;max-width:100%;color:var(--gray100);border-radius:16px;justify-content:center;align-items:center;padding:20px;font-size:1rem;font-weight:700;display:flex;position:absolute;overflow:hidden}.video-gallery{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;display:grid}.video-gallery .gallery-item{aspect-ratio:9/16;width:100%;position:relative;overflow:hidden}.media-modal{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.media-modal-content{justify-content:center;align-items:center;max-width:90vw;max-height:90vh;display:flex;position:relative;overflow:hidden}.modal-image,.modal-video{object-fit:contain;border-radius:12px;width:fit-content;max-width:90%;height:fit-content;max-height:90dvh}.video-gallery::-webkit-scrollbar{display:none}.video-gallery::-webkit-scrollbar-track{background-color:#0000}.video-gallery::-webkit-scrollbar-thumb{background-color:#0000;border:none;border-radius:20px}.video-gallery{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}@media screen and (max-width:500px){.gallery{gap:8px;width:100%;padding:0 20px}.gallery-item{margin:4px 0}}@media screen and (max-width:577px){.video-gallery{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media screen and (max-width:447px){.video-gallery{scroll-snap-type:x mandatory;width:100%;padding-top:24px;display:flex;overflow:scroll}.video-gallery .video-item{aspect-ratio:9/16;scroll-snap-align:center;scroll-snap-stop:always;scroll-behavior:smooth;width:100%;min-width:280px;margin-right:10px}.video-gallery .video-item.lifted{cursor:pointer;transform:translateY(-20px)}.video-gallery .video-item.lifted .service-number{color:var(--blue100)}.video-gallery .video-item:hover:not(.lifted){cursor:default;box-shadow:none;transform:translateY(0)scale(1)}}@media (max-width:340px){.video-gallery .video-item{width:100%;min-width:250px}}@media (max-width:290px){.video-gallery{width:inherit;scroll-snap-type:none;padding-top:inherit;display:grid;overflow:hidden}.video-gallery .video-item{width:100%;min-width:unset}}
