.content-w-animated-images__wrapper{background:#000;display:grid;gap:4rem;isolation:isolate;padding:18rem 2rem;position:relative;width:100%}.content-w-animated-images__text.glow:before{animation:glowFadeIn 3s ease-in-out forwards;animation-play-state:paused;aspect-ratio:1;background:var(--red);border-radius:100vw;content:"";filter:blur(200px);height:100%;left:50%;max-height:52rem;max-width:52rem;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:80vw;will-change:opacity;z-index:-1}.content-w-animated-images__text.glow.in-view:before{animation-play-state:running}@keyframes glowFadeIn{0%{opacity:0}to{opacity:.6}}.content-w-animated-images__images{display:grid;gap:2rem;width:100%}.content-w-animated-images__images .image-item{aspect-ratio:17/11;margin-inline:auto;object-fit:cover;opacity:1;transition:opacity 1.2s ease-in-out,filter 1.2s ease-in-out;width:100%}.content-w-animated-images__text{color:#fff;margin-inline:auto;max-width:100rem;text-align:center;width:100%}.content-w-animated-images__text strong{font-weight:500}.content-w-animated-images__text :last-child{margin-bottom:0}#animatedImagesTop{align-items:flex-end}#animatedImagesTop .image-item:first-child{margin-bottom:1.5vw}#animatedImagesTop .image-item:nth-child(2){margin-bottom:5vw}#animatedImagesTop .image-item:nth-child(3){margin-bottom:0}#animatedImagesBottom .image-item:first-child{margin-top:0}#animatedImagesBottom .image-item:nth-child(2){margin-top:9vw}#animatedImagesBottom .image-item:nth-child(3){margin-top:5.5vw}#animatedImagesBottom .image-item:nth-child(4){margin-top:0}@media (min-width:768px){.content-w-animated-images__images .image-item{max-width:272px}}@media (max-width:1080px){#animatedImagesBottom{margin-inline:-5rem;width:calc(100% + 10rem)}}@media (max-width:767px){.content-w-animated-images__wrapper{gap:2rem;padding:6rem 2rem}.content-w-animated-images__images{gap:1rem}}