.framer-umzrks-container .framer-15xop3d-container,
.framer-umzrks-container .framer-138zbyg {
    animation: pelaglyph-drift 7s ease-in-out infinite;
    filter: drop-shadow(0 0 18px rgba(0, 153, 255, 0.3));
    transform-origin: 50% 52%;
    will-change: transform, filter;
}

@keyframes pelaglyph-drift {
    0%, 100% {
        filter: drop-shadow(0 0 14px rgba(0, 106, 255, 0.24));
        transform: translate3d(0, 0, 0) scale(0.98);
    }
    50% {
        filter: drop-shadow(0 0 24px rgba(0, 255, 255, 0.42));
        transform: translate3d(0, -8px, 0) scale(1.015);
    }
}

@media (prefers-reduced-motion: reduce) {
    .framer-umzrks-container .framer-15xop3d-container,
    .framer-umzrks-container .framer-138zbyg {
        animation: none;
    }
}

@media (max-width: 809.98px) {
    .framer-10y7jh6-container,
    .framer-10y7jh6-container > div {
        max-width: 100%;
        width: 100% !important;
    }

    .framer-10y7jh6-container h5 {
        overflow-wrap: anywhere;
        white-space: pre-wrap !important;
    }
}
