.channel-orbit-float__halo-primary {
    top: 5rem;
    left: 2.5rem;
    width: 8rem;
    height: 8rem;
}

.channel-orbit-float__halo-secondary {
    top: 10rem;
    right: 5rem;
    width: 6rem;
    height: 6rem;
    animation-delay: 1s;
}

.channel-orbit-float__halo-tertiary {
    bottom: 5rem;
    left: 25%;
    width: 5rem;
    height: 5rem;
    animation-delay: 2s;
}

.channel-orbit-float__tile-glow {
    width: 5rem;
    height: 5rem;
    transform: translate(2.5rem, -2.5rem);
}

.channel-orbit-float__icon-slab {
    width: 3rem;
    height: 3rem;
}

.channel-orbit-float__stage-disk-lg {
    width: 10rem;
    height: 10rem;
    top: 2.5rem;
    left: 2.5rem;
}

.channel-orbit-float__stage-disk-sm {
    width: 8rem;
    height: 8rem;
    bottom: 2.5rem;
    right: 2.5rem;
}

.channel-orbit-float__picker-bead {
    width: 0.5rem;
    height: 0.5rem;
}

.contact-us-flex__min {
    min-width: 0;
}

.contact-us-media__cover {
    object-fit: cover;
}

@keyframes contact-us-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}
@keyframes contact-us-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-0.5rem); }
}
.channel-orbit-float__halo-primary,
.channel-orbit-float__halo-tertiary {
    animation: contact-us-pulse 2s ease-in-out infinite;
}
.channel-orbit-float__halo-secondary {
    animation: contact-us-bounce 2s ease-in-out infinite;
}
[data-channel-orbit-tile][data-celebrate="true"] {
    animation: contact-us-bounce 0.6s ease;
}
[data-channel-orbit-picker][data-request-error="true"] {
    animation: contact-us-pulse 1.5s ease-in-out infinite;
}

.google-map-with-decorative-accent-elements-and-cta__iframe { width: 100%; min-height: 400px; }
@media (min-width: 768px) { .google-map-with-decorative-accent-elements-and-cta__iframe { min-height: 600px; } }

/* iframe-normalized */
.google-map-with-decorative-accent-elements-and-cta__iframe {
    width: 100%;
    max-width: 100%;
    height: 400px;
    min-height: 400px;
    display: block;
    border: 0;
    box-sizing: border-box;
    vertical-align: bottom;
}

@media (min-width: 768px) {
    .google-map-with-decorative-accent-elements-and-cta__iframe {
        height: 600px;
        min-height: 600px;
    }
}


