/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-vz3zb66dt1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vz3zb66dt1] {
    flex: 1;
}

.sidebar[b-vz3zb66dt1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-vz3zb66dt1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vz3zb66dt1]  a, .top-row[b-vz3zb66dt1]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-vz3zb66dt1]  a:hover, .top-row[b-vz3zb66dt1]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-vz3zb66dt1]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-vz3zb66dt1] {
        justify-content: space-between;
    }

    .top-row[b-vz3zb66dt1]  a, .top-row[b-vz3zb66dt1]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vz3zb66dt1] {
        flex-direction: row;
    }

    .sidebar[b-vz3zb66dt1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vz3zb66dt1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-vz3zb66dt1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-vz3zb66dt1], article[b-vz3zb66dt1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-vz3zb66dt1] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-vz3zb66dt1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-43rvj0dbbq] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-43rvj0dbbq] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-43rvj0dbbq] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-43rvj0dbbq] {
    font-size: 1.1rem;
}

.bi[b-43rvj0dbbq] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-43rvj0dbbq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-43rvj0dbbq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-43rvj0dbbq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-43rvj0dbbq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-43rvj0dbbq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-43rvj0dbbq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-43rvj0dbbq]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-43rvj0dbbq]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-43rvj0dbbq]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-43rvj0dbbq] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-43rvj0dbbq] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-43rvj0dbbq] {
        display: none;
    }

    .nav-scrollable[b-43rvj0dbbq] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/PublicLayout.razor.rz.scp.css */
.public-navbar[b-4dsswyd5r9] {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
}

.public-navbar[b-4dsswyd5r9]  .nav-link {
    color: #334155;
    font-weight: 500;
}

.public-navbar[b-4dsswyd5r9]  .nav-link:hover {
    color: #0d6efd;
}

.public-footer[b-4dsswyd5r9] {
    background: #0f172a;
    color: #e2e8f0;
}

.public-footer[b-4dsswyd5r9]  a {
    color: #cbd5e1;
    text-decoration: none;
}

.public-footer[b-4dsswyd5r9]  a:hover {
    color: #ffffff;
    text-decoration: underline;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-m9p51hueg9],
.components-reconnect-repeated-attempt-visible[b-m9p51hueg9],
.components-reconnect-failed-visible[b-m9p51hueg9],
.components-pause-visible[b-m9p51hueg9],
.components-resume-failed-visible[b-m9p51hueg9],
.components-rejoining-animation[b-m9p51hueg9] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-m9p51hueg9],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-m9p51hueg9],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-m9p51hueg9],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-m9p51hueg9],
#components-reconnect-modal.components-reconnect-retrying[b-m9p51hueg9],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-m9p51hueg9],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-m9p51hueg9],
#components-reconnect-modal.components-reconnect-failed[b-m9p51hueg9],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-m9p51hueg9] {
    display: block;
}


#components-reconnect-modal[b-m9p51hueg9] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-m9p51hueg9 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-m9p51hueg9 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-m9p51hueg9 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-m9p51hueg9]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-m9p51hueg9 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-m9p51hueg9 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-m9p51hueg9 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-m9p51hueg9 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-m9p51hueg9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-m9p51hueg9] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-m9p51hueg9] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-m9p51hueg9] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-m9p51hueg9] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-m9p51hueg9] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-m9p51hueg9] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-m9p51hueg9 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-m9p51hueg9] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-m9p51hueg9 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/GetStarted.razor.rz.scp.css */
.checkout-section[b-y6d6yqi7k6] {
    background: #f8fafc;
    min-height: calc(100vh - 300px);
}

.step-dot[b-y6d6yqi7k6] {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #e2e8f0;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
}

.step-dot.active[b-y6d6yqi7k6] {
    background: #0d6efd;
    color: #ffffff;
}

.step-dot.done[b-y6d6yqi7k6] {
    background: #198754;
    color: #ffffff;
}

.package-option[b-y6d6yqi7k6] {
    display: block;
    width: 100%;
    text-align: left;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 0.9rem 1.1rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.package-option:hover[b-y6d6yqi7k6] {
    border-color: #93c5fd;
}

.package-option.selected[b-y6d6yqi7k6] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
}

.qty-stepper[b-y6d6yqi7k6] {
    display: flex;
    align-items: center;
}
/* /Components/Pages/Landing.razor.rz.scp.css */
/* ============ Hero ============ */
.hero[b-9mb332na2e] {
    position: relative;
    background:
        radial-gradient(1000px 500px at 85% -10%, rgba(13, 110, 253, 0.35), transparent 60%),
        radial-gradient(800px 400px at -10% 110%, rgba(124, 58, 237, 0.4), transparent 60%),
        linear-gradient(135deg, #1e1b4b 0%, #312e81 55%, #4c1d95 100%);
    overflow: hidden;
}

.hero[b-9mb332na2e]::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px);
    background-size: 26px 26px;
    pointer-events: none;
}

.hero-badge[b-9mb332na2e] {
    background: rgba(255, 255, 255, 0.14);
    color: #e0e7ff;
    font-weight: 500;
    padding: 0.5rem 0.9rem;
}

.text-gradient[b-9mb332na2e] {
    background: linear-gradient(90deg, #93c5fd, #c4b5fd);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* ============ Phone mockup ============ */
.phone[b-9mb332na2e] {
    width: 300px;
    max-width: 88%;
    border-radius: 2.2rem;
    background: #0f172a;
    padding: 0.9rem;
    box-shadow: 0 30px 60px rgba(2, 6, 23, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.08);
    position: relative;
    transform: rotate(2deg);
}

.phone-notch[b-9mb332na2e] {
    width: 40%;
    height: 1.4rem;
    background: #0f172a;
    border-radius: 0 0 1rem 1rem;
    position: absolute;
    top: 0.9rem;
    left: 30%;
    z-index: 2;
}

.phone-screen[b-9mb332na2e] {
    background: #f1f5f9;
    border-radius: 1.6rem;
    padding: 2.4rem 0.9rem 1.1rem;
    min-height: 430px;
}

.sms-bubble[b-9mb332na2e] {
    background: #ffffff;
    border-radius: 1rem 1rem 1rem 0.25rem;
    padding: 0.7rem 0.85rem;
    font-size: 0.78rem;
    color: #334155;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
    margin-bottom: 0.9rem;
    animation: pop-in-b-9mb332na2e 0.6s ease-out 0.4s both;
}

.sms-sender[b-9mb332na2e] {
    font-weight: 700;
    font-size: 0.7rem;
    color: #0d6efd;
    margin-bottom: 0.15rem;
}

.sms-link[b-9mb332na2e] {
    color: #0d6efd;
    text-decoration: underline;
    word-break: break-all;
}

.rsvp-card[b-9mb332na2e] {
    background: #ffffff;
    border-radius: 1rem;
    padding: 0.9rem;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
    animation: pop-in-b-9mb332na2e 0.6s ease-out 1s both;
}

.rsvp-title[b-9mb332na2e] {
    color: #0d6efd;
    font-weight: 700;
    font-size: 0.8rem;
    text-align: center;
}

.rsvp-event[b-9mb332na2e] {
    font-weight: 700;
    font-size: 0.85rem;
    text-align: center;
    color: #0f172a;
    margin: 0.25rem 0 0.4rem;
}

.rsvp-detail[b-9mb332na2e] {
    font-size: 0.7rem;
    color: #64748b;
    text-align: center;
}

.rsvp-btn[b-9mb332na2e] {
    border-radius: 0.55rem;
    font-size: 0.74rem;
    font-weight: 600;
    text-align: center;
    padding: 0.45rem;
    margin-top: 0.45rem;
    border: 1px solid transparent;
}

.rsvp-yes[b-9mb332na2e] {
    background: #198754;
    color: #ffffff;
    animation: pulse-once-b-9mb332na2e 1.2s ease-in-out 1.8s both;
}

.rsvp-no[b-9mb332na2e] {
    border-color: #dc3545;
    color: #dc3545;
}

.rsvp-maybe[b-9mb332na2e] {
    border-color: #ffc107;
    color: #b45309;
}

.hero-wave[b-9mb332na2e] {
    height: 3rem;
    background: #ffffff;
    clip-path: ellipse(75% 100% at 50% 100%);
}

/* ============ Sections ============ */
.section-alt[b-9mb332na2e] {
    background: #f8fafc;
}

.stat-number[b-9mb332na2e] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0d6efd;
}

.feature-card[b-9mb332na2e] {
    border-radius: 1rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.feature-card:hover[b-9mb332na2e] {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12) !important;
}

.feature-icon[b-9mb332na2e] {
    width: 3rem;
    height: 3rem;
    border-radius: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.step-number[b-9mb332na2e] {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d6efd, #6f42c1);
    color: #ffffff;
    font-weight: 800;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.35);
}

/* ============ Pricing ============ */
.pricing-card[b-9mb332na2e] {
    border-radius: 1rem;
    border: 1px solid #e2e8f0 !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pricing-card:hover[b-9mb332na2e] {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12) !important;
}

.pricing-card-alt[b-9mb332na2e] {
    background: #eff6ff;
    border-color: #dbeafe !important;
}

.pricing-card-featured[b-9mb332na2e] {
    background: linear-gradient(160deg, #0f172a, #1e3a5f);
    color: #ffffff;
}

.pricing-card-featured:hover[b-9mb332na2e] {
    transform: translateY(-6px) scale(1.02);
}

.pricing-tier[b-9mb332na2e] {
    font-weight: 700;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.pricing-tier-num[b-9mb332na2e] {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 1.5px solid currentColor;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.pricing-amount[b-9mb332na2e] {
    font-weight: 800;
    font-size: 1.4rem;
    color: #0d6efd;
    white-space: nowrap;
}

.pricing-card-featured .pricing-amount[b-9mb332na2e] {
    color: #7dd3fc;
}

.pricing-divider[b-9mb332na2e] {
    border-top: 1px dashed #cbd5e1;
    opacity: 1;
}

.pricing-card-featured .pricing-divider[b-9mb332na2e] {
    border-top-color: rgba(255, 255, 255, 0.25);
}

.pricing-list li[b-9mb332na2e] {
    display: flex;
    align-items: flex-start;
    gap: 0.1rem;
    padding: 0.28rem 0;
    color: #475569;
}

.pricing-card-featured .pricing-list li[b-9mb332na2e] {
    color: #e2e8f0;
}

.pricing-list li i[b-9mb332na2e] {
    color: #0d6efd;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.pricing-card-featured .pricing-list li i[b-9mb332na2e] {
    color: #7dd3fc;
}

.pricing-addon[b-9mb332na2e] {
    max-width: 640px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.85rem;
    padding: 1.25rem 1.5rem;
}

.audience-band[b-9mb332na2e] {
    background: linear-gradient(135deg, #312e81, #4c1d95);
}

.audience-chip[b-9mb332na2e] {
    background: rgba(255, 255, 255, 0.14);
    color: #e0e7ff;
    font-weight: 500;
    font-size: 0.85rem;
    padding: 0.55rem 0.95rem;
    border-radius: 2rem;
}

.cta-card[b-9mb332na2e] {
    background:
        radial-gradient(600px 300px at 90% 0%, rgba(255, 255, 255, 0.15), transparent 60%),
        linear-gradient(135deg, #0d6efd, #6f42c1);
}

/* ============ Animations ============ */
.fade-up[b-9mb332na2e] {
    animation: fade-up-b-9mb332na2e 0.8s ease-out both;
}

.delay-2[b-9mb332na2e] {
    animation-delay: 0.25s;
}

@keyframes fade-up-b-9mb332na2e {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pop-in-b-9mb332na2e {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(10px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes pulse-once-b-9mb332na2e {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 6px rgba(25, 135, 84, 0.25);
    }
}

@media (prefers-reduced-motion: reduce) {
    .fade-up[b-9mb332na2e],
    .sms-bubble[b-9mb332na2e],
    .rsvp-card[b-9mb332na2e],
    .rsvp-yes[b-9mb332na2e] {
        animation: none;
    }

    .feature-card[b-9mb332na2e],
    .feature-card:hover[b-9mb332na2e] {
        transition: none;
        transform: none;
    }
}
