.frost-glass-handshake__rule-wide {
    width: 4rem;
}

.frost-glass-handshake__rule-short {
    width: 3rem;
}

.frost-glass-handshake__icon-ring {
    width: 2rem;
    height: 2rem;
}

.frost-glass-handshake__icon-bead {
    width: 0.75rem;
    height: 0.75rem;
}

.frost-glass-handshake__glow-blob {
    filter: blur(64px);
}

.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; }
}
[data-frost-glass-shell][data-container-success="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;
    }
}


