.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;
}


.copy-document__body-stack-gap {
    gap: 4rem;
}

.content-flow-gap {
    gap: 4rem;
}

.content-grid-gap {
    gap: 2rem;
}

.content-prose-measure {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.content-article-frame {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.content-cta__lift { transition: transform 150ms ease; }
.content-cta__lift:hover { transform: translateY(-2px); }

.content-col-grow {
    flex: 1 1 0%;
    min-width: 0;
}

.content-img-medium {
    display: block;
    width: 100%;
    height: 22rem;
    min-height: 22rem;
    flex-shrink: 0;
    object-fit: cover;
}
@media (min-width: 768px) {
    .content-img-medium {
        height: 28rem;
        min-height: 28rem;
    }
}

.content-thumb-height {
    display: block;
    width: 100%;
    height: 13rem;
    min-height: 13rem;
    flex-shrink: 0;
    object-fit: cover;
}

