/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-rlh54510c2] {
    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-rlh54510c2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-83ygu5h6xj],
.components-reconnect-repeated-attempt-visible[b-83ygu5h6xj],
.components-reconnect-failed-visible[b-83ygu5h6xj],
.components-pause-visible[b-83ygu5h6xj],
.components-resume-failed-visible[b-83ygu5h6xj],
.components-rejoining-animation[b-83ygu5h6xj] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-83ygu5h6xj],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-83ygu5h6xj],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-83ygu5h6xj],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-83ygu5h6xj],
#components-reconnect-modal.components-reconnect-retrying[b-83ygu5h6xj],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-83ygu5h6xj],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-83ygu5h6xj],
#components-reconnect-modal.components-reconnect-failed[b-83ygu5h6xj],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-83ygu5h6xj] {
    display: block;
}


#components-reconnect-modal[b-83ygu5h6xj] {
    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-83ygu5h6xj 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-83ygu5h6xj 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-83ygu5h6xj 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-83ygu5h6xj]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-83ygu5h6xj 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-83ygu5h6xj {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-83ygu5h6xj {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-83ygu5h6xj {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-83ygu5h6xj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-83ygu5h6xj] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-83ygu5h6xj] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-83ygu5h6xj] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-83ygu5h6xj] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-83ygu5h6xj] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-83ygu5h6xj] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-83ygu5h6xj 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-83ygu5h6xj] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-83ygu5h6xj {
    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/Layout/SiteFooter.razor.rz.scp.css */
.site-footer[b-o1nectkiiy] {
    background: var(--surface-dark);
    color: #ffffff;
    padding: 5rem 0 2rem;
}

.site-footer__grid[b-o1nectkiiy] {
    display: grid;
    gap: 3.5rem;
    align-items: start;
}

.site-footer__lead[b-o1nectkiiy] {
    max-width: 42rem;
}

.site-footer__title[b-o1nectkiiy] {
    width: 100%;
    max-width: none;
    font-size: clamp(1.55rem, 5vw, 2.75rem);
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.045em;
    color: #ffffff;
}

.site-footer__text[b-o1nectkiiy] {
    margin-top: 1.25rem;
    max-width: 46rem;
    font-size: 1rem;
    line-height: 2;
    color: #dbe4ef;
}

.site-footer__actions[b-o1nectkiiy] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 2.25rem;
}

.button--footer-primary[b-o1nectkiiy] {
    background: #0ea5e9;
    color: #ffffff;
    padding: 0.85rem 1.6rem;
    border-color: #0ea5e9;
}

.button--footer-primary:hover[b-o1nectkiiy],
.button--footer-primary:focus-visible[b-o1nectkiiy] {
    background: #38bdf8;
    border-color: #38bdf8;
    color: #ffffff;
}

.button--footer-secondary[b-o1nectkiiy] {
    border-color: rgba(255, 255, 255, 0.22);
    background: transparent;
    color: #ffffff;
    padding: 0.85rem 1.6rem;
}

.button--footer-secondary:hover[b-o1nectkiiy],
.button--footer-secondary:focus-visible[b-o1nectkiiy] {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(125, 211, 252, 0.65);
    color: #ffffff;
}

.site-footer__info[b-o1nectkiiy] {
    display: grid;
    gap: 2.25rem;
}

.site-footer__eyebrow[b-o1nectkiiy] {
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #7dd3fc;
}

.site-footer__address[b-o1nectkiiy] {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
    font-size: 0.875rem;
    line-height: 1.75;
    color: #dbe4ef;
}

.site-footer__address strong[b-o1nectkiiy] {
    color: #ffffff;
}

.site-footer__social[b-o1nectkiiy] {
    margin-top: 0.25rem;
}

.social-links[b-o1nectkiiy] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.social-link[b-o1nectkiiy] {
    --social-hover: rgba(255, 255, 255, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    transition:
        transform 180ms ease,
        background 180ms ease,
        border-color 180ms ease;
}

.social-link:hover[b-o1nectkiiy],
.social-link:focus-visible[b-o1nectkiiy] {
    transform: translateY(-2px);
    outline: none;
    background: var(--social-hover);
    border-color: rgba(125, 211, 252, 0.65);
}

.social-link__icon[b-o1nectkiiy] {
    width: 1.25rem;
    height: 1.25rem;
    fill: currentColor;
    stroke: none;
}

.social-link__icon--instagram[b-o1nectkiiy] {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.site-footer__copyright[b-o1nectkiiy] {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.5rem;
    font-size: 0.875rem;
    color: #94a3b8;
}

.button[b-o1nectkiiy],
.social-link[b-o1nectkiiy] {
    transition-duration: 180ms;
}

@media (max-width: 640px) {
    .site-footer__title[b-o1nectkiiy] {
        white-space: normal;
        font-size: clamp(1.35rem, 6vw, 1.75rem);
        letter-spacing: -0.06em;
    }
}

@media (min-width: 640px) {
    .site-footer__actions[b-o1nectkiiy] {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .site-footer__info[b-o1nectkiiy] {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: start;
    }
}

@media (min-width: 1024px) {
    .site-footer[b-o1nectkiiy] {
        padding: 5rem 0 2.5rem;
    }

    .site-footer__grid[b-o1nectkiiy] {
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
        column-gap: 7rem;
        row-gap: 3.5rem;
    }

    .site-footer__info[b-o1nectkiiy] {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .motion-ready [data-reveal][b-o1nectkiiy],
    .motion-ready [data-reveal="fade"][b-o1nectkiiy],
    .motion-ready [data-reveal="slide-left"][b-o1nectkiiy],
    .motion-ready [data-reveal="slide-right"][b-o1nectkiiy],
    .button[b-o1nectkiiy],
    .button:hover[b-o1nectkiiy],
    .social-link[b-o1nectkiiy],
    .social-link:hover[b-o1nectkiiy] {
        opacity: 1;
        transform: none !important;
        animation: none;
        transition: none;
    }
}
/* /Components/Layout/SiteHeader.razor.rz.scp.css */
.site-header[b-kb1ipi66uf] {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
}

.site-header__inner[b-kb1ipi66uf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
}

.site-brand[b-kb1ipi66uf] {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.site-brand__image[b-kb1ipi66uf] {
    width: auto;
    height: 2.5rem;
}

.site-nav[b-kb1ipi66uf] {
    display: none;
    align-items: center;
    gap: 1.5rem;
}

.nav-group[b-kb1ipi66uf] {
    position: relative;
}

.nav-link[b-kb1ipi66uf],
.nav-trigger[b-kb1ipi66uf] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 0;
    background: transparent;
    color: #334155;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25;
    padding: 0;
    transition: color 180ms ease;
}

.nav-link:hover[b-kb1ipi66uf],
.nav-trigger:hover[b-kb1ipi66uf],
.nav-link:focus-visible[b-kb1ipi66uf],
.nav-trigger:focus-visible[b-kb1ipi66uf] {
    color: var(--sky-dark);
    outline: none;
}

.nav-trigger.is-open[b-kb1ipi66uf] {
    color: var(--sky-dark);
}

.nav-trigger__chevron[b-kb1ipi66uf] {
    width: 0.875rem;
    height: 0.875rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    transition: transform 180ms ease;
}

.nav-trigger.is-open .nav-trigger__chevron[b-kb1ipi66uf] {
    transform: rotate(180deg);
}

.nav-dropdown[b-kb1ipi66uf] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    margin-top: 0.75rem;
    width: 20rem;
    max-width: calc(100vw - 2rem);
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.5rem);
    pointer-events: none;
    transition:
        opacity 180ms ease,
        transform 180ms ease,
        visibility 180ms ease;
}

.nav-dropdown.is-open[b-kb1ipi66uf] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.nav-dropdown__panel[b-kb1ipi66uf] {
    border: 1px solid var(--line);
    border-radius: 1rem;
    background: var(--surface);
    padding: 0.75rem;
    box-shadow: var(--shadow-elevated);
    display: grid;
    gap: 0.35rem;
}

.nav-dropdown__item[b-kb1ipi66uf] {
    display: grid;
    gap: 0.35rem;
}

.nav-dropdown__nested-group[b-kb1ipi66uf] {
    display: grid;
    gap: 0.35rem;
}

.nav-dropdown__group-link[b-kb1ipi66uf],
.nav-dropdown__group-label[b-kb1ipi66uf] {
    display: block;
    border-radius: 1rem;
    padding: 0.7rem 0.85rem;
    font-size: 0.875rem;
    color: #334155;
}

.nav-dropdown__group-trigger[b-kb1ipi66uf] {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    border: 0;
    border-radius: 1rem;
    background: #f8fafc;
    color: #334155;
    cursor: pointer;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25;
    padding: 0.7rem 0.85rem;
    text-align: left;
    transition:
        background-color 180ms ease,
        color 180ms ease;
}

.nav-dropdown__group-trigger.is-open[b-kb1ipi66uf] {
    color: var(--sky-dark);
}

.nav-dropdown__group-trigger-label[b-kb1ipi66uf] {
    display: block;
    flex: 1 1 auto;
}

.nav-dropdown__group-chevron[b-kb1ipi66uf] {
    width: 0.875rem;
    height: 0.875rem;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    transition: transform 180ms ease;
}

.nav-dropdown__group-trigger.is-open .nav-dropdown__group-chevron[b-kb1ipi66uf] {
    transform: rotate(180deg);
}

.nav-dropdown__group-link[b-kb1ipi66uf] {
    font-weight: 700;
    background: #f8fafc;
    transition:
        background-color 180ms ease,
        color 180ms ease;
}

.nav-dropdown__group-label[b-kb1ipi66uf] {
    font-weight: 700;
    background: #f8fafc;
}

.nav-dropdown__group-link:hover[b-kb1ipi66uf],
.nav-dropdown__group-link:focus-visible[b-kb1ipi66uf],
.nav-dropdown__group-trigger:hover[b-kb1ipi66uf],
.nav-dropdown__group-trigger:focus-visible[b-kb1ipi66uf],
.nav-dropdown__link:hover[b-kb1ipi66uf],
.nav-dropdown__link:focus-visible[b-kb1ipi66uf],
.nav-dropdown__link--nested:hover[b-kb1ipi66uf],
.nav-dropdown__link--nested:focus-visible[b-kb1ipi66uf] {
    outline: none;
    background: #f8fafc;
    color: var(--sky-dark);
}

.nav-dropdown__children[b-kb1ipi66uf] {
    display: none;
    gap: 0.25rem;
    margin-left: 0.5rem;
    padding-left: 0.85rem;
    border-left: 1px solid var(--line);
}

.nav-dropdown__children.is-open[b-kb1ipi66uf] {
    display: grid;
}

.nav-dropdown__link[b-kb1ipi66uf] {
    display: block;
    border-radius: 1rem;
    padding: 0.7rem 0.85rem;
    font-size: 0.875rem;
    color: #334155;
    transition:
        background-color 180ms ease,
        color 180ms ease;
}

.nav-dropdown__link--nested[b-kb1ipi66uf] {
    margin-left: 0.15rem;
    padding-left: 1rem;
}

.site-header__actions[b-kb1ipi66uf] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.site-menu-button[b-kb1ipi66uf] {
    display: inline-flex;
    width: 2.75rem;
    height: 2.75rem;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    background: #ffffff;
    color: #334155;
    cursor: pointer;
    transition:
        transform 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        color 180ms ease;
}

.site-menu-button:hover[b-kb1ipi66uf],
.site-menu-button:focus-visible[b-kb1ipi66uf] {
    transform: translateY(-2px);
    outline: none;
    background: #f8fafc;
    color: var(--sky-dark);
}

.site-menu-button__line[b-kb1ipi66uf] {
    display: block;
    width: 1rem;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.site-mobile-nav[b-kb1ipi66uf] {
    display: none;
    border-top: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.08);
}

.site-mobile-nav.is-open[b-kb1ipi66uf] {
    display: block;
}

.site-mobile-nav__inner[b-kb1ipi66uf] {
    padding-top: 0.75rem;
    padding-bottom: 1rem;
}

.site-mobile-nav__group[b-kb1ipi66uf] {
    border-bottom: 1px solid var(--line);
}

.site-mobile-nav__group:last-child[b-kb1ipi66uf] {
    border-bottom: 0;
}

.site-mobile-nav__item[b-kb1ipi66uf] {
    display: grid;
    gap: 0.35rem;
}

.site-mobile-nav__trigger[b-kb1ipi66uf] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border: 0;
    background: transparent;
    color: #1f2a44;
    cursor: pointer;
    padding: 0.9rem 0;
    font-size: 0.95rem;
    font-weight: 700;
    text-align: left;
}

.site-mobile-nav__trigger:hover[b-kb1ipi66uf],
.site-mobile-nav__trigger:focus-visible[b-kb1ipi66uf] {
    color: var(--sky-dark);
    outline: none;
}

.site-mobile-nav__trigger--nested[b-kb1ipi66uf] {
    padding-left: 0.85rem;
    font-size: 0.925rem;
    font-weight: 600;
}

.site-mobile-nav__trigger--link[b-kb1ipi66uf] {
    text-decoration: none;
}

.site-mobile-nav__children[b-kb1ipi66uf] {
    display: none;
    padding-bottom: 0.75rem;
}

.site-mobile-nav__children.is-open[b-kb1ipi66uf] {
    display: grid;
    gap: 0.35rem;
}

.site-mobile-nav__children--nested[b-kb1ipi66uf] {
    margin-left: 0.5rem;
    padding-left: 0.85rem;
    border-left: 1px solid var(--line);
}

.site-mobile-nav__link[b-kb1ipi66uf] {
    display: block;
    border-radius: 0.85rem;
    padding: 0.65rem 0.85rem;
    background: #f8fafc;
    color: #475569;
    font-size: 0.9rem;
    font-weight: 600;
}

.site-mobile-nav__link--nested[b-kb1ipi66uf] {
    margin-left: 0.15rem;
    padding-left: 1rem;
}

.site-mobile-nav__link:hover[b-kb1ipi66uf],
.site-mobile-nav__link:focus-visible[b-kb1ipi66uf] {
    background: #e0f2fe;
    color: var(--sky-dark);
    outline: none;
}

.button--login[b-kb1ipi66uf] {
    display: none;
    font-weight: 500;
}

@media (min-width: 768px) {
    .button--login[b-kb1ipi66uf] {
        display: inline-flex;
    }
}

@media (min-width: 1180px) {
    .site-nav[b-kb1ipi66uf] {
        display: flex;
    }

    .site-menu-button[b-kb1ipi66uf] {
        display: none;
    }

    .site-mobile-nav[b-kb1ipi66uf],
    .site-mobile-nav.is-open[b-kb1ipi66uf] {
        display: none;
    }
}

@media (max-width: 1179px) {
    .site-header__inner[b-kb1ipi66uf] {
        flex-wrap: wrap;
    }

    .site-mobile-nav[b-kb1ipi66uf] {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex: 0 0 100%;
        max-height: min(34rem, calc(100vh - 6rem));
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 30;
    }
}

@media (max-width: 480px) {
    .site-header__inner[b-kb1ipi66uf] {
        gap: 0.5rem;
    }

    .site-brand__image[b-kb1ipi66uf] {
        height: 2rem;
    }
}
/* /Components/Pages/About.razor.rz.scp.css */
.about-page[b-c68ylk89xg] {
    overflow-x: hidden;
    background: #ffffff;
    color: var(--text);
}

.about-hero[b-c68ylk89xg] {
    position: relative;
    overflow: hidden;
    background: var(--surface-dark);
    color: #fff;
}

.about-hero__image[b-c68ylk89xg],
.about-hero__video[b-c68ylk89xg] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-hero__image[b-c68ylk89xg] {
    transform: scale(1.1);
}

.about-hero__overlay[b-c68ylk89xg] {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
}

.about-hero__content[b-c68ylk89xg] {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 470px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 7rem;
    padding-bottom: 7rem;
    text-align: center;
}

.about-hero__eyebrow[b-c68ylk89xg] {
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #bae6fd;
}

.about-hero__title[b-c68ylk89xg] {
    max-width: 64rem;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #fff;
}

.about-hero__cta[b-c68ylk89xg] {
    margin-top: 2.25rem;
    box-shadow: 0 10px 15px rgba(15, 23, 42, 0.2);
}

.about-summary[b-c68ylk89xg] {
    background: #fff;
    padding: 4rem 0;
}

.about-summary__inner[b-c68ylk89xg] {
    max-width: 56rem;
    text-align: center;
}

.about-summary__text[b-c68ylk89xg] {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 2;
    color: #1e293b;
}

.about-stats[b-c68ylk89xg] {
    background: #e0f2fe;
    padding: 1.75rem 0;
}

.about-stats__grid[b-c68ylk89xg] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem 1.5rem;
}

.about-stat[b-c68ylk89xg] {
    text-align: center;
}

.about-stat__value[b-c68ylk89xg] {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: #020617;
}

.about-stat__label[b-c68ylk89xg] {
    margin-top: 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.25rem;
    color: #475569;
}

.about-story[b-c68ylk89xg],
.about-mission[b-c68ylk89xg],
.about-solutions[b-c68ylk89xg],
.about-trusted[b-c68ylk89xg],
.about-team[b-c68ylk89xg] {
    padding: 5rem 0;
}

.about-story[b-c68ylk89xg] {
    background: #fff;
}

.about-story__grid[b-c68ylk89xg] {
    display: grid;
    gap: 2.5rem;
}

.about-kicker[b-c68ylk89xg] {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--sky-dark);
}

.about-story__title[b-c68ylk89xg],
.about-mission__title[b-c68ylk89xg] {
    margin-top: 1.25rem;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: #020617;
}

.about-story__body[b-c68ylk89xg] {
    border-left: 2px solid #bae6fd;
    padding-left: 2rem;
}

.about-story__body p[b-c68ylk89xg] {
    font-size: 1rem;
    line-height: 2;
    color: var(--muted);
}

.about-story__body p + p[b-c68ylk89xg] {
    margin-top: 1.5rem;
}

.about-mission[b-c68ylk89xg] {
    background: #f8fafc;
}

.about-mission__grid[b-c68ylk89xg] {
    display: grid;
    gap: 2.5rem;
    align-items: start;
}

.about-mission__copy-text[b-c68ylk89xg] {
    margin-top: 1.25rem;
    display: grid;
    gap: 1.25rem;
}

.about-mission__copy-text p[b-c68ylk89xg] {
    font-size: 1rem;
    line-height: 2;
    color: var(--muted);
}

.about-mission__divider[b-c68ylk89xg] {
    display: none;
    min-height: 10rem;
    width: 1px;
    background: #bae6fd;
}

.about-section-heading[b-c68ylk89xg] {
    margin-inline: auto;
    max-width: 64rem;
    text-align: center;
}

.about-section-heading--center[b-c68ylk89xg] {
    max-width: none;
}

.about-section-heading__title[b-c68ylk89xg] {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: #020617;
}

.about-section-heading__text[b-c68ylk89xg] {
    margin-top: 1.25rem;
    font-size: 1.125rem;
    line-height: 2;
    color: var(--muted);
}

.about-solutions[b-c68ylk89xg] {
    background: #fff;
}

.about-solutions__grid[b-c68ylk89xg] {
    margin-top: 3rem;
    display: grid;
    border-top: 1px solid var(--line);
}

.about-solution-card[b-c68ylk89xg] {
    border-bottom: 1px solid var(--line);
    padding: 2rem 0;
}

.about-solution-card__title[b-c68ylk89xg] {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #020617;
}

.about-solution-card__text[b-c68ylk89xg] {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.75;
    color: var(--muted);
}

.about-solution-card__button[b-c68ylk89xg] {
    width: fit-content;
}

.about-trusted[b-c68ylk89xg] {
    background: #f8fafc;
}

.about-trusted__marquee[b-c68ylk89xg] {
    position: relative;
    margin-top: 2.5rem;
    overflow: hidden;
}

.about-trusted__track[b-c68ylk89xg] {
    display: flex;
    width: max-content;
    gap: 1rem;
    animation: aboutTrustedLogoScroll-b-c68ylk89xg 56s linear infinite;
}

.about-trusted__fade[b-c68ylk89xg] {
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 5rem;
}

.about-trusted__fade--left[b-c68ylk89xg] {
    left: 0;
    background: linear-gradient(to right, #f8fafc, rgba(248, 250, 252, 0));
}

.about-trusted__fade--right[b-c68ylk89xg] {
    right: 0;
    background: linear-gradient(to left, #f8fafc, rgba(248, 250, 252, 0));
}

.about-trusted__card[b-c68ylk89xg] {
    display: flex;
    height: 7rem;
    width: 16rem;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 1.5rem;
    background: #fff;
    padding: 1.25rem 1.5rem;
    box-shadow: var(--shadow-card);
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.about-trusted__card:hover[b-c68ylk89xg],
.about-trusted__card:focus-visible[b-c68ylk89xg] {
    transform: translateY(-4px);
    border-color: #7dd3fc;
    box-shadow: var(--shadow-elevated);
    outline: none;
}

.about-trusted__logo[b-c68ylk89xg] {
    max-width: 100%;
    max-height: 4rem;
    object-fit: contain;
}

.about-team[b-c68ylk89xg] {
    background: #f1f5f9;
    color: #020617;
}

.about-team__intro[b-c68ylk89xg] {
    display: grid;
    gap: 1.5rem;
}

.about-team__title[b-c68ylk89xg] {
    white-space: nowrap;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #020617;
}

.about-team__text[b-c68ylk89xg] {
    max-width: 56rem;
    font-size: 1.125rem;
    line-height: 2;
    color: var(--muted);
}

.team-carousel[b-c68ylk89xg] {
    margin-top: 2rem;
}

.team-carousel__stage[b-c68ylk89xg] {
    position: relative;
    overflow: hidden;
    padding: 0.5rem 0;
}

.team-carousel__arrow[b-c68ylk89xg] {
    position: absolute;
    top: 50%;
    z-index: 30;
    display: none;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    color: #475569;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
    transform: translateY(-50%);
    transition: background 180ms ease;
}

.team-carousel__arrow:hover[b-c68ylk89xg],
.team-carousel__arrow:focus-visible[b-c68ylk89xg] {
    background: #f8fafc;
    outline: none;
}

.team-carousel__arrow--prev[b-c68ylk89xg] {
    left: 0.5rem;
}

.team-carousel__arrow--next[b-c68ylk89xg] {
    right: 0.5rem;
}

.team-carousel__arrow-icon[b-c68ylk89xg] {
    font-size: 2rem;
    line-height: 1;
}

.team-carousel__preview[b-c68ylk89xg] {
    pointer-events: none;
    position: absolute;
    top: 50%;
    z-index: 0;
    display: none;
    width: 56%;
    opacity: 0.35;
    filter: blur(0.2px);
}

.team-carousel__preview--prev[b-c68ylk89xg] {
    left: 0;
    transform: translate(-68%, -50%);
}

.team-carousel__preview--next[b-c68ylk89xg] {
    right: 0;
    transform: translate(68%, -50%);
}

.team-carousel__fade[b-c68ylk89xg] {
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    display: none;
    width: 8rem;
}

.team-carousel__fade--left[b-c68ylk89xg] {
    left: 0;
    background: linear-gradient(to right, #f1f5f9, rgba(241, 245, 249, 0));
}

.team-carousel__fade--right[b-c68ylk89xg] {
    right: 0;
    background: linear-gradient(to left, #f1f5f9, rgba(241, 245, 249, 0));
}

.team-carousel__active[b-c68ylk89xg] {
    position: relative;
    z-index: 20;
    margin: 0 auto;
    max-width: 56rem;
}

.team-carousel__mobile-actions[b-c68ylk89xg] {
    margin-top: 1.25rem;
    display: flex;
    justify-content: center;
    gap: 0.75rem;
}

.team-carousel__mobile-button[b-c68ylk89xg] {
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    background: #fff;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #475569;
    transition: background 180ms ease;
}

.team-carousel__mobile-button:hover[b-c68ylk89xg],
.team-carousel__mobile-button:focus-visible[b-c68ylk89xg] {
    background: #f8fafc;
    outline: none;
}

.team-carousel__meta[b-c68ylk89xg] {
    margin-top: 1.5rem;
    border: 1px solid var(--line);
    border-radius: 2rem;
    background: #fff;
    padding: 1rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.team-carousel__count[b-c68ylk89xg] {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #64748b;
}

.team-carousel__dots[b-c68ylk89xg] {
    margin-top: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}

.team-carousel__dot[b-c68ylk89xg] {
    height: 0.625rem;
    width: 0.625rem;
    border: 0;
    border-radius: 999px;
    background: #cbd5e1;
    cursor: pointer;
    padding: 0;
    transition:
        width 180ms ease,
        background 180ms ease,
        transform 180ms ease;
}

.team-carousel__dot:hover[b-c68ylk89xg],
.team-carousel__dot:focus-visible[b-c68ylk89xg] {
    background: #94a3b8;
    outline: none;
}

.team-carousel__dot.is-active[b-c68ylk89xg] {
    width: 3rem;
    background: var(--sky);
}

@keyframes aboutTrustedLogoScroll-b-c68ylk89xg {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@media (min-width: 640px) {
    .about-hero__title[b-c68ylk89xg] {
        font-size: 3rem;
    }

    .about-story__title[b-c68ylk89xg],
    .about-mission__title[b-c68ylk89xg],
    .about-section-heading__title[b-c68ylk89xg] {
        font-size: 2.25rem;
    }

    .about-team__title[b-c68ylk89xg] {
        font-size: 3rem;
    }

    .about-stats__grid[b-c68ylk89xg] {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .about-stat__value[b-c68ylk89xg] {
        font-size: 1.875rem;
    }
}

@media (min-width: 768px) {
    .about-story__grid[b-c68ylk89xg],
    .about-mission__grid[b-c68ylk89xg] {
        gap: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .about-hero__content[b-c68ylk89xg] {
        min-height: 580px;
        padding-top: 9rem;
        padding-bottom: 9rem;
    }

    .about-hero__title[b-c68ylk89xg] {
        font-size: 3.75rem;
    }

    .about-story__grid[b-c68ylk89xg] {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    }

    .about-mission__grid[b-c68ylk89xg] {
        grid-template-columns: minmax(0, 1.1fr) auto minmax(0, 0.9fr);
    }

    .about-mission__divider[b-c68ylk89xg] {
        display: block;
    }

    .about-mission__heading[b-c68ylk89xg] {
        text-align: right;
    }

    .about-solutions__grid[b-c68ylk89xg] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .about-solution-card[b-c68ylk89xg] {
        border-bottom: 0;
    }

    .about-solution-card:nth-child(1)[b-c68ylk89xg],
    .about-solution-card:nth-child(2)[b-c68ylk89xg] {
        border-right: 1px solid var(--line);
    }

    .about-solution-card:nth-child(1)[b-c68ylk89xg] {
        padding-right: 2rem;
    }

    .about-solution-card:nth-child(2)[b-c68ylk89xg] {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .about-solution-card:nth-child(3)[b-c68ylk89xg] {
        padding-left: 2rem;
    }

    .about-team__intro[b-c68ylk89xg] {
        grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
        align-items: start;
    }

    .about-team__title[b-c68ylk89xg] {
        font-size: 3.75rem;
    }

    .team-carousel__arrow[b-c68ylk89xg],
    .team-carousel__preview[b-c68ylk89xg],
    .team-carousel__fade[b-c68ylk89xg] {
        display: flex;
    }

    .team-carousel__mobile-actions[b-c68ylk89xg] {
        display: none;
    }

    .team-carousel__active[b-c68ylk89xg] {
        padding-inline: 2.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-trusted__track[b-c68ylk89xg] {
        animation: none;
    }

    .about-trusted__card[b-c68ylk89xg],
    .team-carousel__arrow[b-c68ylk89xg],
    .team-carousel__mobile-button[b-c68ylk89xg],
    .team-carousel__dot[b-c68ylk89xg],
    .about-trusted__card:hover[b-c68ylk89xg],
    .about-trusted__card:focus-visible[b-c68ylk89xg],
    .team-carousel__arrow:hover[b-c68ylk89xg],
    .team-carousel__arrow:focus-visible[b-c68ylk89xg],
    .team-carousel__mobile-button:hover[b-c68ylk89xg],
    .team-carousel__mobile-button:focus-visible[b-c68ylk89xg],
    .team-carousel__dot:hover[b-c68ylk89xg],
    .team-carousel__dot:focus-visible[b-c68ylk89xg] {
        transition: none;
        transform: none;
    }
}
/* /Components/Pages/AboutTeamCard.razor.rz.scp.css */
.team-card[b-83tv37atb9] {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 2rem;
    background: #fff;
    box-shadow: var(--shadow-card);
}

.team-card__grid[b-83tv37atb9] {
    display: grid;
    grid-template-columns: 125px minmax(0, 1fr);
    gap: 0;
}

.team-card__photo-col[b-83tv37atb9] {
    padding: 1rem 0 1rem 1rem;
}

.team-card__photo[b-83tv37atb9] {
    position: relative;
    display: flex;
    aspect-ratio: 4 / 5;
    width: 100%;
    max-width: 155px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 1.5rem;
    background: #f0f9ff;
    color: #64748b;
}

.team-card__image[b-83tv37atb9] {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.team-card__placeholder[b-83tv37atb9] {
    display: grid;
    place-items: center;
    gap: 0.75rem;
    text-align: center;
}

.team-card__placeholder-icon[b-83tv37atb9] {
    display: flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    background: #fff;
    color: var(--sky-dark);
    box-shadow: var(--shadow-card);
}

.team-card__placeholder-label[b-83tv37atb9] {
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #64748b;
}

.team-card__body[b-83tv37atb9] {
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

.team-card__name[b-83tv37atb9] {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #020617;
}

.team-card__title[b-83tv37atb9] {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--sky-dark);
}

.team-card__bio[b-83tv37atb9] {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--muted);
}

@media (min-width: 640px) {
    .team-card__grid[b-83tv37atb9] {
        grid-template-columns: 155px minmax(0, 1fr);
    }

    .team-card__photo-col[b-83tv37atb9] {
        padding: 1.25rem 0 1.25rem 1.25rem;
    }

    .team-card__body[b-83tv37atb9] {
        padding: 1.25rem 1.25rem 1.25rem 1.5rem;
    }
}

@media (min-width: 1024px) {
    .team-card__grid[b-83tv37atb9] {
        grid-template-columns: 185px minmax(0, 1fr);
    }

    .team-card__photo[b-83tv37atb9] {
        max-width: 165px;
    }
}
/* /Components/Pages/Blog.razor.rz.scp.css */
.blog-page[b-gp4xlcd18k] {
    background: #fff;
    color: #212121;
}

.blog-page__container[b-gp4xlcd18k] {
    width: min(1620px, calc(100% - 2rem));
    margin: 0 auto;
}

.blog-page__header[b-gp4xlcd18k] {
    padding: 9rem 0 2rem;
}

.blog-page__header h1[b-gp4xlcd18k],
.blog-page__articles h2[b-gp4xlcd18k] {
    margin: 0 0 0.75rem;
    color: #000;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 500;
}

.blog-page__header p[b-gp4xlcd18k] {
    margin: 0;
    color: rgba(33, 33, 33, 0.54);
}

.blog-page__menu[b-gp4xlcd18k] {
    margin-bottom: 2.25rem;
}

.blog-page__category-list[b-gp4xlcd18k] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem 0;
    border-top: 1px solid #edf0f4;
    border-bottom: 1px solid #edf0f4;
}

.blog-page__category[b-gp4xlcd18k],
.blog-page__pagination button[b-gp4xlcd18k] {
    border: 0;
    background: transparent;
    color: rgba(33, 33, 33, 0.87);
    cursor: pointer;
    font: inherit;
}

.blog-page__category[b-gp4xlcd18k] {
    padding: 0;
    white-space: nowrap;
}

.blog-page__category.is-active[b-gp4xlcd18k],
.blog-page__category:hover[b-gp4xlcd18k],
.blog-page__category:focus-visible[b-gp4xlcd18k] {
    color: #6fb10c;
}

.blog-page__search[b-gp4xlcd18k] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: 0;
}

.blog-page__search-label[b-gp4xlcd18k] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.blog-page__search-icon[b-gp4xlcd18k] {
    position: relative;
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    border: 2px solid currentColor;
    border-radius: 50%;
}

.blog-page__search-icon[b-gp4xlcd18k]::after {
    position: absolute;
    right: -0.35rem;
    bottom: -0.2rem;
    width: 0.45rem;
    height: 2px;
    background: currentColor;
    content: "";
    transform: rotate(45deg);
    transform-origin: left center;
}

.blog-page__search input[b-gp4xlcd18k] {
    width: 0;
    border: 0;
    padding: 0;
    opacity: 0;
    outline: 0;
    transition: width 160ms ease, opacity 160ms ease, padding 160ms ease;
}

.blog-page__search:focus-within input[b-gp4xlcd18k],
.blog-page__search input:not(:placeholder-shown)[b-gp4xlcd18k] {
    width: 12rem;
    border-bottom: 1px solid #d9dee5;
    padding: 0.35rem 0;
    opacity: 1;
}

.blog-page__featured[b-gp4xlcd18k] {
    margin-bottom: 4rem;
}

.blog-page__featured-grid[b-gp4xlcd18k] {
    width: 93%;
    max-width: none;
    margin-left: auto;
    margin-right: 0;
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(18rem, 1fr);
    gap: 2rem;
}

.blog-page__featured-card[b-gp4xlcd18k],
.blog-page__popular a[b-gp4xlcd18k],
.blog-page__card[b-gp4xlcd18k] {
    color: inherit;
    text-decoration: none;
}

.blog-page__featured-card[b-gp4xlcd18k] {
    display: block;
}

.blog-page__featured-card > img[b-gp4xlcd18k] {
    display: block;
    width: 100%;
    min-height: 40.625rem;
    border-radius: 2.5rem 0 0 0;
    object-fit: cover;
}

.blog-page__featured-copy[b-gp4xlcd18k] {
    padding: 2rem 1.5rem;
    border-radius: 0 0 2.5rem 0;
    background: #f4f7fb;
}

.blog-page__featured-copy h2[b-gp4xlcd18k] {
    margin: 0 0 1rem;
    font-size: 1.5rem;
    font-weight: 500;
}

.blog-page__featured-copy p[b-gp4xlcd18k] {
    line-height: 1.6;
}

.blog-page__featured-copy span[b-gp4xlcd18k],
.blog-page__popular span[b-gp4xlcd18k],
.blog-page__card-body > p[b-gp4xlcd18k] {
    color: #596579;
    font-size: 0.9rem;
}

.blog-page__featured-copy strong[b-gp4xlcd18k],
.blog-page__card-body strong[b-gp4xlcd18k] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    color: #6fb10c;
}

.blog-page__featured-copy strong img[b-gp4xlcd18k],
.blog-page__card-body strong img[b-gp4xlcd18k] {
    width: 1.25rem;
}

.blog-page__popular h2[b-gp4xlcd18k] {
    width: 16.4rem;
    margin: 0 0 1.125rem;
    padding: 0.5rem 1.05rem;
    border-radius: 1.2rem 1.2rem 0 1.2rem;
    background: #f1f1f2;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.1em;
}

.blog-page__popular a[b-gp4xlcd18k] {
    display: block;
    padding: 1.5rem 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 1.125rem;
    background: #f1f1f2;
}

.blog-page__popular strong[b-gp4xlcd18k],
.blog-page__popular span[b-gp4xlcd18k] {
    display: block;
}

.blog-page__popular strong[b-gp4xlcd18k] {
    margin-bottom: 0.4rem;
    font-weight: 500;
}

.blog-page__articles[b-gp4xlcd18k] {
    padding-bottom: 4rem;
}

.blog-page__grid[b-gp4xlcd18k] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3rem 2rem;
}

.blog-page__card[b-gp4xlcd18k],
.blog-page__subscribe-card[b-gp4xlcd18k] {
    min-width: 0;
}

.blog-page__card > img[b-gp4xlcd18k] {
    display: block;
    width: 100%;
    height: 45.25vh;
    border-radius: 1.875rem 0 1.875rem 0;
    object-fit: cover;
}

.blog-page__card-body[b-gp4xlcd18k] {
    padding-top: 1rem;
}

.blog-page__card-body p[b-gp4xlcd18k] {
    margin: 0 0 0.5rem;
}

.blog-page__card-body h3[b-gp4xlcd18k] {
    min-height: 0;
    margin: 0 0 0.5rem;
    overflow: hidden;
    color: #212121;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog-page__card-body > p:first-child[b-gp4xlcd18k] {
    color: #212121;
    font-size: 1rem;
}

.blog-page__card-body > p:nth-of-type(2)[b-gp4xlcd18k] {
    margin-top: 2.25rem;
    color: rgba(33, 33, 33, 0.54);
    font-size: 1rem;
}

.blog-page__card-body > p:nth-of-type(3)[b-gp4xlcd18k] {
    color: rgba(33, 33, 33, 0.54);
    font-size: 0.875rem;
    letter-spacing: 0.0875em;
    text-transform: uppercase;
}

.blog-page__card-body strong[b-gp4xlcd18k] {
    color: #878787;
    font-size: 0.75rem;
}

.blog-page__subscribe-card[b-gp4xlcd18k] {
    padding: 2.5rem 2rem;
    background: #f4f7fb;
    text-align: center;
}

.blog-page__subscribe-card h3[b-gp4xlcd18k] {
    margin-top: 0;
    font-size: 1.5rem;
    font-weight: 400;
}

.blog-page__subscribe-card p[b-gp4xlcd18k] {
    line-height: 1.7;
}

.blog-page__subscribe-card > a[b-gp4xlcd18k],
.blog-page__request-demo a[b-gp4xlcd18k] {
    display: inline-block;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
    background: #6fb10c;
    color: #fff;
    text-decoration: none;
}

.blog-page__follow-title[b-gp4xlcd18k] {
    margin-top: 2rem;
}

.blog-page__social-links[b-gp4xlcd18k] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.blog-page__social-links a[b-gp4xlcd18k] {
    color: #596579;
    font-size: 0.8rem;
}

.blog-page__social-links img[b-gp4xlcd18k] {
    display: block;
    width: auto;
    height: 1.125rem;
}

.blog-page__pagination[b-gp4xlcd18k] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 3rem;
}

.blog-page__pagination button[b-gp4xlcd18k] {
    min-width: 2rem;
    min-height: 2rem;
    padding: 0.25rem 0.5rem;
}

.blog-page__pagination button.is-active[b-gp4xlcd18k],
.blog-page__pagination button:not(:disabled):hover[b-gp4xlcd18k] {
    border-radius: 0.2rem;
    background: #8ad022;
    color: #fff;
}

.blog-page__pagination button:disabled[b-gp4xlcd18k] {
    cursor: default;
    opacity: 0.4;
}

.blog-page__empty[b-gp4xlcd18k] {
    padding: 3rem 0;
}

.blog-page__request-demo[b-gp4xlcd18k] {
    padding: 2rem 0;
    background: #f4f7fb;
}

.blog-page__request-demo .blog-page__container[b-gp4xlcd18k] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

@media (max-width: 900px) {
    .blog-page__category-list[b-gp4xlcd18k] {
        flex-wrap: wrap;
    }

    .blog-page__search[b-gp4xlcd18k] {
        margin-left: 0;
    }

    .blog-page__featured-grid[b-gp4xlcd18k] {
        grid-template-columns: 1fr;
    }

    .blog-page__grid[b-gp4xlcd18k] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .blog-page__header[b-gp4xlcd18k] {
        padding-top: 7rem;
    }

    .blog-page__category-list[b-gp4xlcd18k] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.75rem;
    }

    .blog-page__featured-grid[b-gp4xlcd18k] {
        width: 100%;
    }

    .blog-page__search[b-gp4xlcd18k] {
        width: 100%;
    }

    .blog-page__search input[b-gp4xlcd18k] {
        width: 100%;
        border-bottom: 1px solid #d9dee5;
        padding: 0.35rem 0;
        opacity: 1;
    }

    .blog-page__featured-card > img[b-gp4xlcd18k],
    .blog-page__card > img[b-gp4xlcd18k] {
        min-height: 0;
        height: 15.625rem;
    }

    .blog-page__grid[b-gp4xlcd18k] {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .blog-page__request-demo .blog-page__container[b-gp4xlcd18k] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Components/Pages/BlogArticle.razor.rz.scp.css */
.blog-article-page[b-fqoofper8e] {
    color: #212121;
}

.blog-article-page__container[b-fqoofper8e] {
    width: min(1200px, calc(100% - 2rem));
    margin: 0 auto;
}

.blog-article-page__header[b-fqoofper8e] {
    padding: 9rem 0 2rem;
}

.blog-article-page__header p[b-fqoofper8e] {
    margin: 0 0 0.75rem;
    color: #000;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 500;
}

.blog-article-page__header span[b-fqoofper8e] {
    color: rgba(33, 33, 33, 0.54);
}

.blog-article-page__hero[b-fqoofper8e] {
    margin-bottom: 4rem;
}

.blog-article-page__hero .blog-article-page__container[b-fqoofper8e] {
    position: relative;
}

.blog-article-page__hero > .blog-article-page__container > img[b-fqoofper8e] {
    display: block;
    width: 100%;
    height: 67.13vh;
    border-radius: 2.5rem 0 2.5rem 0;
    object-fit: cover;
}

.blog-article-page__hero-copy[b-fqoofper8e] {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 6.48vh 2.5vw;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.6);
}

.blog-article-page__hero-copy p[b-fqoofper8e] {
    color: #596579;
}

.blog-article-page__hero-copy h1[b-fqoofper8e] {
    color: #000;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 500;
    line-height: 1.2;
}

.blog-article-page__body[b-fqoofper8e] {
    padding-bottom: 3rem;
}

.blog-article-page__body article[b-fqoofper8e] {
    width: min(100%, 52rem);
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.7;
    text-align: justify;
}

.blog-article-page__body article[b-fqoofper8e] (.blog-sub-title) {
    margin: 2rem 0 1rem;
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.35;
}

.blog-article-page__body article[b-fqoofper8e] (.blog-text) {
    color: #212121;
    font-size: 1rem;
    line-height: 1.7;
}

.blog-article-page__body article[b-fqoofper8e] (.blog-listing) {
    padding-left: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.45;
}

.blog-article-page__body article[b-fqoofper8e] (.blog-listing li) {
    margin-bottom: 0.5rem;
}

.blog-article-page__body article[b-fqoofper8e] (.bold-text) {
    font-weight: 700;
}

.blog-article-page__body article[b-fqoofper8e] (a) {
    color: #6fb10c;
}

.blog-article-page__share[b-fqoofper8e],
.blog-article-page__subscribe[b-fqoofper8e] {
    padding: 2rem 0;
    background: #f4f7fb;
    text-align: center;
}

.blog-article-page__share p[b-fqoofper8e],
.blog-article-page__subscribe p[b-fqoofper8e] {
    margin: 0;
}

.blog-article-page__subscribe[b-fqoofper8e] {
    margin-top: 1px;
}

.blog-article-page__subscribe .blog-article-page__container[b-fqoofper8e] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.blog-article-page__subscribe a[b-fqoofper8e],
.blog-article-page__not-found a[b-fqoofper8e] {
    display: inline-block;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
    background: #6fb10c;
    color: #fff;
    text-decoration: none;
}

.blog-article-page__related[b-fqoofper8e] {
    padding: 4rem 0;
}

.blog-article-page__related h2[b-fqoofper8e] {
    margin: 0 0 2rem;
    font-size: 2rem;
    font-weight: 400;
}

.blog-article-page__related-grid[b-fqoofper8e] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
}

.blog-article-page__related-grid a[b-fqoofper8e] {
    color: inherit;
    text-decoration: none;
}

.blog-article-page__related-grid > a > img[b-fqoofper8e] {
    display: block;
    width: 100%;
    height: 12rem;
    border-radius: 1.875rem 0 1.875rem 0;
    object-fit: cover;
}

.blog-article-page__related-grid p[b-fqoofper8e] {
    margin: 0.5rem 0;
    color: #596579;
    font-size: 0.85rem;
}

.blog-article-page__related-grid h3[b-fqoofper8e] {
    min-height: 3rem;
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
}

.blog-article-page__related-grid strong[b-fqoofper8e] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #6fb10c;
}

.blog-article-page__related-grid strong img[b-fqoofper8e] {
    width: 1.25rem;
}

.blog-article-page__not-found[b-fqoofper8e] {
    padding: 12rem 0 8rem;
}

@media (max-width: 900px) {
    .blog-article-page__related-grid[b-fqoofper8e] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .blog-article-page__header[b-fqoofper8e] {
        padding-top: 7rem;
    }

    .blog-article-page__hero-copy[b-fqoofper8e] {
        width: calc(100% - 1rem);
        height: auto;
        top: 0;
        right: 0.5rem;
        padding: 0.75rem;
        background: rgba(255, 255, 255, 0.72);
    }

    .blog-article-page__related-grid[b-fqoofper8e] {
        grid-template-columns: 1fr;
    }

    .blog-article-page__subscribe .blog-article-page__container[b-fqoofper8e] {
        align-items: center;
        flex-direction: column;
        gap: 1rem;
    }
}
/* /Components/Pages/ComplianceTrainingPricing.razor.rz.scp.css */
.pricing-page[b-bn8d6sk26s] {
    background: #ffffff;
}

.pricing-main[b-bn8d6sk26s] {
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.header[b-bn8d6sk26s] {
    padding: 70px 0 55px;
    background: #ffffff;
}

.tabs-container[b-bn8d6sk26s] {
    max-width: 1100px;
}

#pricingTabs[b-bn8d6sk26s] {
    display: flex;
    align-items: center;
    gap: clamp(32px, 6vw, 90px);
    margin: 0;
    padding: 0;
    list-style: none;
}

#pricingTabs .nav-item[b-bn8d6sk26s] {
    border: 0;
}

#pricingTabs .pricing-tab-link[b-bn8d6sk26s] {
    background: transparent;
    border: 0;
    color: #707070;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    padding: 0;
}

#pricingTabs .pricing-tab-link:hover[b-bn8d6sk26s],
#pricingTabs .pricing-tab-link:focus[b-bn8d6sk26s] {
    color: #5fcf00;
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
}

#pricingTabs .pricing-tab-link.active[b-bn8d6sk26s] {
    color: #5fcf00;
    font-weight: 500;
}

.compliance-pricing[b-bn8d6sk26s],
.health-care-plans[b-bn8d6sk26s],
.lms-pricing[b-bn8d6sk26s] {
    padding: 0 0 60px;
    background: #ffffff;
}

.compliance-pricing h1[b-bn8d6sk26s],
.health-care-plans h1[b-bn8d6sk26s],
.lms-pricing h1[b-bn8d6sk26s] {
    margin: 0;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 500;
    color: #000000;
}

.bg-grey[b-bn8d6sk26s] {
    background: #f7f7f7;
}

.pricing-card-band[b-bn8d6sk26s] {
    padding: 55px 0 60px;
}

.pricing-card-grid[b-bn8d6sk26s] {
    display: grid;
    gap: 40px;
    align-items: stretch;
}

.pricing-card-grid--two[b-bn8d6sk26s] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 860px;
    margin: 0 auto;
}

.pricing-plan[b-bn8d6sk26s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    padding: 38px 32px 34px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
    border-radius: 28px 0 28px 0;
    min-height: 100%;
    text-align: center;
}

.pricing-plan h2[b-bn8d6sk26s] {
    margin: 0;
    color: #0f172a;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500;
}

.pricing-divider[b-bn8d6sk26s] {
    width: 100%;
    max-width: 250px;
    height: 2px;
    margin: 22px auto 26px;
}

.purple-border[b-bn8d6sk26s] {
    background: #7464f2;
}

.blue-border[b-bn8d6sk26s] {
    background: #33a7e8;
}

.orange-border[b-bn8d6sk26s] {
    background: #f59e0b;
}

.dark-blue-border[b-bn8d6sk26s] {
    background: #0f3b66;
}

.pricing-price[b-bn8d6sk26s] {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
}

.pricing-subtitle[b-bn8d6sk26s] {
    margin: 0 0 24px;
    color: #707070;
    font-size: 16px;
    line-height: 1.4;
}

.pricing-features[b-bn8d6sk26s] {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    text-align: left;
}

.pricing-features li[b-bn8d6sk26s] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.45;
}

.pricing-features img[b-bn8d6sk26s] {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    margin-top: 2px;
}

.pricing-button[b-bn8d6sk26s] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 165px;
    min-height: 44px;
    margin-top: auto;
    padding: 11px 24px;
    border-radius: 24px 0 24px 0;
    background: #5fcf00;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.pricing-button:hover[b-bn8d6sk26s],
.pricing-button:focus[b-bn8d6sk26s] {
    background: #52b800;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
}

.pricing-button--outline[b-bn8d6sk26s] {
    background: transparent;
    color: #5fcf00;
    border: 1px solid #5fcf00;
}

.pricing-button--outline:hover[b-bn8d6sk26s],
.pricing-button--outline:focus[b-bn8d6sk26s] {
    background: #5fcf00;
    color: #ffffff;
}

.pricing-card-grid--four .pricing-button[b-bn8d6sk26s] {
    min-width: 200px;
}

.complete-plan[b-bn8d6sk26s] {
    padding: 62px 0 70px;
    background: #ffffff;
    text-align: center;
}

.complete-plan h2[b-bn8d6sk26s] {
    margin: 0 0 34px;
    color: #0f172a;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 500;
}

.complete-plan-list[b-bn8d6sk26s] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 34px;
    max-width: 760px;
    margin: 0 auto 36px;
    text-align: left;
}

.complete-plan-item[b-bn8d6sk26s] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.45;
}

.complete-plan-item img[b-bn8d6sk26s] {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    margin-top: 2px;
}

.complete-plan-button[b-bn8d6sk26s] {
    margin-top: 0;
}

.healthcare-card-grid[b-bn8d6sk26s] {
    max-width: 940px;
}

.left-health-care-card[b-bn8d6sk26s],
.right-health-care-card[b-bn8d6sk26s] {
    align-self: stretch;
}

.complete-plan-intro[b-bn8d6sk26s] {
    margin: -18px 0 32px;
    color: #707070;
    font-size: 17px;
    line-height: 1.45;
    text-align: center;
}

.lms-pricing[b-bn8d6sk26s] {
    padding: 0 0 46px;
    background: #ffffff;
}

.lms-pricing-top[b-bn8d6sk26s] {
    max-width: 980px;
}

.lms-pricing-top h1[b-bn8d6sk26s] {
    margin: 0 0 24px;
    color: #0f172a;
    font-size: 28px;
    line-height: 1.35;
    font-weight: 500;
}

.lms-pricing-notes[b-bn8d6sk26s] {
    margin-bottom: 26px;
}

.lms-pricing-notes p[b-bn8d6sk26s] {
    margin: 0 0 8px;
    color: #4b5563;
    font-size: 17px;
    line-height: 1.45;
}

.lms-free-trial-button[b-bn8d6sk26s] {
    margin-top: 0;
}

.plans-block[b-bn8d6sk26s] {
    padding: 56px 0 42px;
}

.pricing-card-grid--four[b-bn8d6sk26s] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
}

.pricing-card-grid--four .pricing-plan[b-bn8d6sk26s] {
    padding: 34px 22px 30px;
}

.pricing-price--lms[b-bn8d6sk26s] {
    font-size: 22px;
}

.pricing-subtitle--multi[b-bn8d6sk26s] {
    min-height: 58px;
    margin-bottom: 20px;
}

.pricing-subtitle--multi p[b-bn8d6sk26s] {
    margin: 0 0 6px;
    color: #707070;
    font-size: 15px;
    line-height: 1.35;
}

.plans-note[b-bn8d6sk26s] {
    max-width: 900px;
    margin: 28px auto 0;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.45;
    text-align: center;
}

.plans-note--wide[b-bn8d6sk26s] {
    margin-top: 12px;
}

.get-help[b-bn8d6sk26s] {
    padding: 60px 0 70px;
    background: #ffffff;
}

.get-help-box[b-bn8d6sk26s] {
    display: block;
    max-width: 100%;
    padding: 68px 38px;
    background: #ffffff;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.22);
}

.get-help-copy h2[b-bn8d6sk26s] {
    margin: 0 0 22px;
    color: #000000;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 400;
}

.get-help-copy p[b-bn8d6sk26s] {
    margin: 0 0 32px;
    color: #000000;
    font-size: 23px;
    line-height: 1.35;
    font-weight: 400;
}

.get-help-actions[b-bn8d6sk26s] {
    display: flex;
    align-items: center;
    gap: 24px;
}

.get-help-actions .pricing-button[b-bn8d6sk26s] {
    min-width: 200px;
    min-height: 46px;
}

@media (min-width: 769px) and (max-width: 1100px) {
    .pricing-card-grid--four[b-bn8d6sk26s] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 760px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .header[b-bn8d6sk26s] {
        padding: 45px 0 35px;
    }

    #pricingTabs[b-bn8d6sk26s] {
        flex-wrap: wrap;
        gap: 20px 28px;
    }

    .pricing-card-grid--two[b-bn8d6sk26s] {
        grid-template-columns: 1fr;
        max-width: 420px;
    }

    .pricing-card-band[b-bn8d6sk26s] {
        padding: 42px 0 46px;
    }

    .pricing-plan[b-bn8d6sk26s] {
        padding: 32px 26px 30px;
    }

    .complete-plan[b-bn8d6sk26s] {
        padding: 46px 0 52px;
    }

    .complete-plan-list[b-bn8d6sk26s] {
        grid-template-columns: 1fr;
        max-width: 420px;
    }

    .lms-pricing[b-bn8d6sk26s] {
        padding-bottom: 38px;
    }

    .lms-pricing-top h1[b-bn8d6sk26s] {
        font-size: 24px;
    }

    .pricing-card-grid--four[b-bn8d6sk26s] {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 0 auto;
    }

    .pricing-subtitle--multi[b-bn8d6sk26s] {
        min-height: auto;
    }

    .get-help[b-bn8d6sk26s] {
        padding: 46px 0 52px;
    }

    .get-help-box[b-bn8d6sk26s] {
        padding: 44px 24px;
    }

    .get-help-actions[b-bn8d6sk26s] {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .get-help-actions .pricing-button[b-bn8d6sk26s] {
        width: 200px;
    }
}
/* /Components/Pages/ConstructionTraining.razor.rz.scp.css */
.construction-training-page[b-wpdrudjx78] {
    overflow-x: hidden;
    background: #ffffff;
    color: #000000;
    font-family: Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.construction-main[b-wpdrudjx78] {
    display: block;
    overflow-x: hidden;
}

.construction-shell[b-wpdrudjx78] {
    width: min(calc(100% - 3rem), 1280px);
    margin: 0 auto;
}

.mb-2[b-wpdrudjx78] {
    margin-bottom: 0.5rem;
}

.mb-4[b-wpdrudjx78] {
    margin-bottom: 1.5rem;
}

.mb-5[b-wpdrudjx78] {
    margin-bottom: 3rem;
}

.mb-104[b-wpdrudjx78] {
    margin-bottom: 104px;
}

.mb-30-tablet[b-wpdrudjx78] {
    margin-bottom: 30px;
}

.mb-30-mobile[b-wpdrudjx78] {
    margin-bottom: 0;
}

.text-center[b-wpdrudjx78] {
    text-align: center;
}

.fw-normal[b-wpdrudjx78] {
    font-weight: 400;
}

.text-decoration-underline[b-wpdrudjx78] {
    text-decoration: underline;
}

.list-unstyled[b-wpdrudjx78] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.me-2[b-wpdrudjx78] {
    margin-right: 0.5rem;
}

.border-bottom[b-wpdrudjx78] {
    border-bottom: 1px solid #dfe7f1;
}

.page-title[b-wpdrudjx78] {
    max-width: 470px;
    width: 100%;
    font-size: 36px;
    line-height: 54px;
    font-weight: 500;
    letter-spacing: 2.02px;
}

.section-title[b-wpdrudjx78] {
    font-size: 36px;
    line-height: 48px;
    font-weight: 300;
}

.text[b-wpdrudjx78] {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.48px;
}

.bg-grey[b-wpdrudjx78] {
    background: #f4f7fb;
}

.construction[b-wpdrudjx78] {
    position: relative;
}

.construction__shell[b-wpdrudjx78] {
    position: relative;
    z-index: 1;
}

.construction__grid[b-wpdrudjx78],
.individual-training__grid[b-wpdrudjx78] {
    display: grid;
    gap: 3rem;
    align-items: center;
}

.construction__grid[b-wpdrudjx78] {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.construction__grid--labor[b-wpdrudjx78] {
    align-items: center;
}

.construction__image[b-wpdrudjx78] {
    display: flex;
    justify-content: center;
}

.construction__image img[b-wpdrudjx78],
.individual-training__image[b-wpdrudjx78] {
    width: 100%;
    height: auto;
}

.construction .text-block[b-wpdrudjx78] {
    max-width: 691px;
    width: 100%;
    justify-self: end;
}

.individual-training[b-wpdrudjx78] {
    margin-bottom: 72px;
}

.individual-training__shell[b-wpdrudjx78] {
    padding-bottom: 72px;
}

.individual-training__grid[b-wpdrudjx78] {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
}

.individual-training .info-block[b-wpdrudjx78] {
    max-width: 582px;
}

.info-block[b-wpdrudjx78] {
    width: 100%;
}

.info-block .title[b-wpdrudjx78] {
    margin-bottom: 1rem;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}

.info-block .text[b-wpdrudjx78] {
    letter-spacing: 0.48px;
}

.blue-link[b-wpdrudjx78] {
    color: #1d5cd5;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    transition: color 180ms ease;
}

.blue-link:hover[b-wpdrudjx78],
.blue-link:focus-visible[b-wpdrudjx78] {
    color: #133256;
    outline: none;
}

.individual-training__image-wrap[b-wpdrudjx78] {
    position: relative;
}

.construction__info-block--right[b-wpdrudjx78] {
    max-width: 545px;
    justify-self: end;
}

.complete-plan[b-wpdrudjx78] {
    padding: 48px 0;
}

.complete-plan .title[b-wpdrudjx78] {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}

.complete-plan__list[b-wpdrudjx78] {
    margin-bottom: 1rem;
}

.complete-plan__list li[b-wpdrudjx78] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.complete-plan__list li img[b-wpdrudjx78] {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    margin-top: 2px;
}

.complete-plan__list li p[b-wpdrudjx78] {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.48px;
}

.learn-more-section[b-wpdrudjx78] {
    width: 50%;
    padding: 40px 0;
}

.learn-more-section__shell[b-wpdrudjx78] {
    display: flex;
    justify-content: flex-start;
}

.learn-more-section .block[b-wpdrudjx78] {
    padding-left: 24px;
}

.learn-more-section p[b-wpdrudjx78] {
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0.26px;
}

.learn-more-link[b-wpdrudjx78] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.learn-more-link span[b-wpdrudjx78] {
    color: #8ad023;
    transition: color 180ms ease;
}

.learn-more-link:hover span[b-wpdrudjx78],
.learn-more-link:focus-visible span[b-wpdrudjx78] {
    color: #6fb10c;
}

.learn-more-link img[b-wpdrudjx78] {
    width: 20px;
    height: 20px;
}

.circle-blue[b-wpdrudjx78] {
    position: absolute;
    z-index: 0;
    background-image: url("/images/services/LMS/circle.png");
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}

.construction-circle-1[b-wpdrudjx78] {
    top: -100px;
    right: 0;
    width: 185px;
    height: 268px;
}

.construction-circle-2[b-wpdrudjx78] {
    left: -146px;
    bottom: -180px;
    width: 280px;
    height: 280px;
}

.construction-circle-3[b-wpdrudjx78] {
    right: -20px;
    bottom: 14%;
    z-index: -2;
    width: 160px;
    height: 160px;
}

.construction-circle-4[b-wpdrudjx78] {
    right: 0;
    bottom: -306px;
    width: 199px;
    height: 450px;
    background-size: unset !important;
}

.construction-circle-5[b-wpdrudjx78] {
    left: -114px;
    bottom: -180px;
    width: 320px;
    height: 230px;
}

.construction-circle-6[b-wpdrudjx78] {
    right: -42px;
    bottom: -73px;
    z-index: -1;
    width: 160px;
    height: 160px;
}

.individual-training__image-wrap .construction-circle-3[b-wpdrudjx78] {
    position: absolute;
}

@media (max-width: 1600px) {
    .page-title[b-wpdrudjx78],
    .section-title[b-wpdrudjx78] {
        font-size: 28px;
        line-height: unset;
    }

    .text[b-wpdrudjx78] {
        font-size: 18px;
        line-height: 32px;
    }

    .learn-more-section .block[b-wpdrudjx78] {
        padding-left: 40px;
    }

    .complete-plan__list li p[b-wpdrudjx78] {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 1200px) {
    .mb-104[b-wpdrudjx78] {
        margin-bottom: 50px;
    }

    .construction-circle-3[b-wpdrudjx78] {
        width: 90px;
        height: 90px;
        right: -31px;
    }

    .construction-circle-6[b-wpdrudjx78] {
        width: 100px;
        height: 100px;
        right: -4px;
        bottom: -39px;
    }
}

@media (max-width: 992px) {
    .page-title[b-wpdrudjx78],
    .section-title[b-wpdrudjx78] {
        font-size: 24px;
    }

    .construction__grid[b-wpdrudjx78] {
        gap: 2rem;
    }

    .info-block .title[b-wpdrudjx78] {
        font-size: 18px;
        line-height: 36px;
    }

    .blue-link[b-wpdrudjx78] {
        font-size: 14px;
        line-height: 30px;
    }

    .learn-more-section .block[b-wpdrudjx78] {
        padding-left: 30px;
    }
}

@media (max-width: 768px) {
    .mb-104[b-wpdrudjx78] {
        margin-bottom: 40px;
    }

    .text[b-wpdrudjx78] {
        font-size: 14px;
        line-height: 20px;
    }

    .page-title[b-wpdrudjx78],
    .section-title[b-wpdrudjx78] {
        font-size: 18px;
    }

    .construction__grid[b-wpdrudjx78],
    .individual-training__grid[b-wpdrudjx78] {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.5rem;
    }

    .construction .text-block[b-wpdrudjx78],
    .individual-training .info-block[b-wpdrudjx78],
    .construction__info-block--right[b-wpdrudjx78] {
        max-width: none;
        justify-self: stretch;
    }

    .individual-training__shell[b-wpdrudjx78] {
        padding-bottom: 40px;
    }

    .complete-plan[b-wpdrudjx78] {
        padding: 40px 0;
    }

    .complete-plan .title[b-wpdrudjx78] {
        font-size: 18px;
    }

    .complete-plan__list li[b-wpdrudjx78] {
        align-items: self-start;
    }

    .complete-plan__list li img[b-wpdrudjx78] {
        width: 18px;
        height: 18px;
    }

    .learn-more-section[b-wpdrudjx78] {
        width: 100%;
    }

    .learn-more-section .block[b-wpdrudjx78] {
        padding-left: 0;
    }

    .learn-more-section p[b-wpdrudjx78] {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 576px) {
    .mb-30-mobile[b-wpdrudjx78] {
        margin-bottom: 30px;
    }

    .construction-circle-1[b-wpdrudjx78] {
        display: none;
    }

    .construction-circle-2[b-wpdrudjx78] {
        width: 140px;
        height: 140px;
        left: -80px;
        bottom: -183px;
    }

    .construction-circle-4[b-wpdrudjx78] {
        bottom: -73px;
        width: 73px;
        height: 101px;
        background-size: cover !important;
    }

    .construction-circle-5[b-wpdrudjx78] {
        width: 132px;
        height: 111px;
        left: -48px;
        bottom: -106px;
    }

    .construction-circle-6[b-wpdrudjx78] {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .blue-link[b-wpdrudjx78],
    .blue-link:hover[b-wpdrudjx78],
    .learn-more-link span[b-wpdrudjx78],
    .learn-more-link:hover span[b-wpdrudjx78] {
        transition: none;
    }
}
/* /Components/Pages/Consulting.razor.rz.scp.css */
.consulting-page[b-s00gcg0p55] {
    background: #ffffff;
    color: #071127;
}

.consulting-shell[b-s00gcg0p55] {
    width: min(100% - 2rem, 1280px);
    margin: 0 auto;
}

.consulting-options[b-s00gcg0p55] {
    background: #ffffff;
    padding: 5rem 0;
}

.consulting-options__heading[b-s00gcg0p55] {
    max-width: none;
}

.consulting-options__heading h2[b-s00gcg0p55] {
    margin: 0;
    color: #020617;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.045em;
}

.consulting-options__heading p[b-s00gcg0p55] {
    margin: 1.25rem 0 0;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.8;
}

.consulting-options__grid[b-s00gcg0p55] {
    display: grid;
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.consulting-option-card[b-s00gcg0p55] {
    border: 1px solid #e2e8f0;
    border-radius: 2rem;
    background: #ffffff;
    padding: 2rem;
    box-shadow: var(--shadow-card);
}

.consulting-option-card h3[b-s00gcg0p55] {
    margin: 0;
    color: #020617;
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 500;
}

.consulting-option-card p[b-s00gcg0p55] {
    margin: 1rem 0 0;
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.75;
}

.consulting-option-card__button[b-s00gcg0p55] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    margin-top: 1.5rem;
    border-radius: 999px;
    background: #0284c7;
    color: #ffffff;
    padding: 0 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 8px 16px rgba(2, 132, 199, 0.18);
    transition:
        transform 180ms ease,
        background-color 180ms ease,
        box-shadow 180ms ease;
}

.consulting-option-card__button:hover[b-s00gcg0p55],
.consulting-option-card__button:focus-visible[b-s00gcg0p55] {
    background: #0369a1;
    outline: none;
}

.consulting-options__footer[b-s00gcg0p55] {
    display: grid;
    gap: 1.25rem;
    margin-top: 2rem;
    align-items: center;
}

.consulting-options__footer p[b-s00gcg0p55] {
    margin: 0;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.8;
}

.consulting-options__demo-button[b-s00gcg0p55] {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    border-radius: 999px;
    background: #0284c7;
    color: #ffffff;
    padding: 0 1.75rem;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(2, 132, 199, 0.22);
    transition:
        transform 180ms ease,
        background-color 180ms ease,
        box-shadow 180ms ease;
}

.consulting-options__demo-button:hover[b-s00gcg0p55],
.consulting-options__demo-button:focus-visible[b-s00gcg0p55] {
    background: #0369a1;
    outline: none;
}

.consulting-assessment[b-s00gcg0p55] {
    background: #0f172a;
    padding: 5rem 0;
}

.consulting-assessment__card[b-s00gcg0p55] {
    border: 1px solid #e2e8f0;
    border-radius: 2rem;
    background: #ffffff;
    padding: 2rem;
    box-shadow: var(--shadow-card);
}

.consulting-assessment__heading h2[b-s00gcg0p55] {
    margin: 0;
    color: #020617;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.045em;
}

.consulting-assessment__heading p[b-s00gcg0p55] {
    margin: 1.25rem 0 0;
    color: #64748b;
    font-size: 1.125rem;
    line-height: 1.75;
}

.consulting-assessment__questions[b-s00gcg0p55] {
    margin-top: 2.5rem;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 1.5rem;
    background: #f8fafc;
}

.consulting-assessment__question[b-s00gcg0p55] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid #e2e8f0;
    padding: 1rem;
}

.consulting-assessment__question:last-child[b-s00gcg0p55] {
    border-bottom: 0;
}

.consulting-assessment__question p[b-s00gcg0p55] {
    min-width: 0;
    margin: 0;
    color: #020617;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
}

.consulting-assessment__answers[b-s00gcg0p55] {
    display: flex;
    flex: 0 0 auto;
    gap: 0.5rem;
}

.consulting-assessment__answer[b-s00gcg0p55] {
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #ffffff;
    color: #334155;
    cursor: pointer;
    padding: 0.4rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    transition:
        background-color 180ms ease,
        border-color 180ms ease,
        color 180ms ease,
        box-shadow 180ms ease;
}

.consulting-assessment__answer:hover[b-s00gcg0p55],
.consulting-assessment__answer:focus-visible[b-s00gcg0p55] {
    background: #f1f5f9;
    outline: none;
}

.consulting-assessment__answer--selected[b-s00gcg0p55] {
    border: 2px solid #0369a1;
    background: #0369a1;
    color: #ffffff;
    box-shadow: var(--shadow-card);
}

.consulting-assessment__submit-wrap[b-s00gcg0p55] {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.consulting-assessment__submit[b-s00gcg0p55] {
    border: 0;
    border-radius: 999px;
    background: #cbd5e1;
    color: #ffffff;
    cursor: pointer;
    padding: 0.875rem 2rem;
    font-size: 1rem;
    font-weight: 500;
    box-shadow: var(--shadow-card);
    transition:
        background-color 180ms ease,
        transform 180ms ease;
}

.consulting-assessment__submit--ready[b-s00gcg0p55] {
    background: #0284c7;
}

.consulting-assessment__submit--ready:hover[b-s00gcg0p55],
.consulting-assessment__submit--ready:focus-visible[b-s00gcg0p55] {
    transform: translateY(-2px);
    background: #0369a1;
    outline: none;
}

.consulting-assessment__submit:disabled[b-s00gcg0p55] {
    cursor: not-allowed;
    opacity: 0.65;
}

.consulting-results-modal-backdrop[b-s00gcg0p55] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(2, 6, 23, 0.6);
    padding: 1.5rem;
}

.consulting-results-modal[b-s00gcg0p55] {
    position: relative;
    width: min(100%, 32rem);
    border-radius: 2rem;
    background: #ffffff;
    padding: 2rem;
    box-shadow: 0 30px 80px rgba(2, 6, 23, 0.35);
}

.consulting-results-modal__header[b-s00gcg0p55] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.consulting-results-modal__header h3[b-s00gcg0p55] {
    margin: 0;
    color: #020617;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 500;
}

.consulting-results-modal__header p[b-s00gcg0p55] {
    margin: 0.5rem 0 0;
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.75;
}

.consulting-results-modal__close[b-s00gcg0p55] {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #ffffff;
    color: #64748b;
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 1;
}

.consulting-results-modal__close:hover[b-s00gcg0p55],
.consulting-results-modal__close:focus-visible[b-s00gcg0p55] {
    background: #f1f5f9;
    outline: none;
}

.consulting-results-modal__field-grid[b-s00gcg0p55] {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
}

.consulting-results-modal__field[b-s00gcg0p55] {
    display: block;
    margin-top: 1rem;
}

.consulting-results-modal label span[b-s00gcg0p55],
.consulting-results-modal__field span[b-s00gcg0p55] {
    display: block;
    margin-bottom: 0.5rem;
    color: #334155;
    font-size: 0.875rem;
    font-weight: 500;
}

.consulting-results-modal input[b-s00gcg0p55] {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 0.875rem 1rem;
    color: #020617;
    font: inherit;
}

.consulting-results-modal input:focus[b-s00gcg0p55] {
    border-color: #38bdf8;
    outline: none;
}

.consulting-results-modal__actions[b-s00gcg0p55] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 2rem;
}

.consulting-results-modal__status[b-s00gcg0p55] {
    margin: 1.25rem 0 0;
    border-radius: 0.75rem;
    background: #e0f2fe;
    color: #0c4a6e;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    line-height: 1.5;
}

.consulting-results-modal__status--error[b-s00gcg0p55] {
    background: #fef2f2;
    color: #991b1b;
}

.consulting-results-modal__cancel[b-s00gcg0p55],
.consulting-results-modal__submit[b-s00gcg0p55] {
    border-radius: 999px;
    cursor: pointer;
    padding: 0.7rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.consulting-results-modal__cancel[b-s00gcg0p55] {
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #334155;
}

.consulting-results-modal__submit[b-s00gcg0p55] {
    border: 0;
    background: #0284c7;
    color: #ffffff;
}

.consulting-results-modal__cancel:hover[b-s00gcg0p55],
.consulting-results-modal__cancel:focus-visible[b-s00gcg0p55] {
    background: #f1f5f9;
    outline: none;
}

.consulting-results-modal__submit:hover[b-s00gcg0p55],
.consulting-results-modal__submit:focus-visible[b-s00gcg0p55] {
    background: #0369a1;
    outline: none;
}

.consulting-results-modal__success[b-s00gcg0p55] {
    display: grid;
    justify-items: center;
    padding: 1rem 0;
    text-align: center;
}

.consulting-results-modal__success-icon[b-s00gcg0p55] {
    display: grid;
    width: 4rem;
    height: 4rem;
    place-items: center;
    border-radius: 50%;
    background: #dcfce7;
    color: #15803d;
    font-size: 2rem;
    font-weight: 700;
}

.consulting-results-modal__success h3[b-s00gcg0p55] {
    margin: 1.25rem 0 0;
    color: #020617;
    font-size: 1.5rem;
}

.consulting-results-modal__success p[b-s00gcg0p55] {
    max-width: 25rem;
    margin: 0.75rem 0 0;
    color: #475569;
    line-height: 1.65;
}

.consulting-results-modal__success .consulting-results-modal__score[b-s00gcg0p55] {
    color: #020617;
    font-size: 1.125rem;
}

.consulting-results-modal__consultation-link[b-s00gcg0p55] {
    margin-top: 1.5rem;
    border-radius: 999px;
    background: #0284c7;
    color: #ffffff;
    padding: 0.7rem 1.25rem;
    font-weight: 500;
    text-decoration: none;
}

.consulting-results-modal__consultation-link:hover[b-s00gcg0p55],
.consulting-results-modal__consultation-link:focus-visible[b-s00gcg0p55] {
    background: #0369a1;
    outline: none;
}

.consulting-results-modal__success .consulting-results-modal__cancel[b-s00gcg0p55] {
    margin-top: 0.75rem;
}

.consulting-inspection[b-s00gcg0p55] {
    background: #ffffff;
    padding: 5rem 0;
}

.consulting-inspection__grid[b-s00gcg0p55] {
    display: grid;
    gap: 3rem;
    align-items: start;
}

.consulting-inspection__copy h2[b-s00gcg0p55] {
    margin: 0;
    color: #020617;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.045em;
}

.consulting-inspection__copy p[b-s00gcg0p55] {
    margin: 1.25rem 0 0;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.8;
}

.consulting-inspection__card[b-s00gcg0p55] {
    border: 1px solid #e2e8f0;
    border-radius: 2rem;
    background: #f8fafc;
    padding: 2rem;
    box-shadow: var(--shadow-card);
}

.consulting-inspection__card h3[b-s00gcg0p55] {
    margin: 0;
    color: #020617;
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 500;
}

.consulting-inspection__list[b-s00gcg0p55] {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.consulting-inspection__item[b-s00gcg0p55] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.consulting-inspection__check[b-s00gcg0p55] {
    display: flex;
    height: 1.75rem;
    width: 1.75rem;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    margin-top: 0.1rem;
    border-radius: 999px;
    background: #0369a1;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 0 0 2px #bae6fd;
}

.consulting-inspection__item span:last-child[b-s00gcg0p55] {
    color: #334155;
    font-size: 0.875rem;
    line-height: 1.75;
}

.consulting-advisor-support[b-s00gcg0p55] {
    background: #f1f5f9;
    padding: 5rem 0;
}

.consulting-advisor-support__heading[b-s00gcg0p55] {
    max-width: none;
}

.consulting-advisor-support__heading h2[b-s00gcg0p55] {
    margin: 0;
    color: #020617;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.045em;
}

.consulting-advisor-support__heading p[b-s00gcg0p55] {
    margin: 1.25rem 0 0;
    color: #64748b;
    font-size: 1.125rem;
    line-height: 1.8;
}

.consulting-advisor-support__grid[b-s00gcg0p55] {
    display: grid;
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.consulting-advisor-support-card[b-s00gcg0p55] {
    border: 1px solid #e2e8f0;
    border-radius: 2rem;
    background: #ffffff;
    padding: 2rem;
    box-shadow: var(--shadow-card);
}

.consulting-advisor-support-card h3[b-s00gcg0p55] {
    margin: 0;
    color: #020617;
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 500;
}

.consulting-advisor-support-card p[b-s00gcg0p55] {
    margin: 1rem 0 0;
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.75;
}

.consulting-team[b-s00gcg0p55] {
    background: #ffffff;
    color: #020617;
    padding: 5rem 0;
}

.consulting-team__heading[b-s00gcg0p55] {
    display: grid;
    gap: 1.5rem;
}

.consulting-team__heading h2[b-s00gcg0p55] {
    margin: 0;
    color: #020617;
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.055em;
}

.consulting-team__heading p[b-s00gcg0p55] {
    margin: 0;
    max-width: 64rem;
    color: #64748b;
    font-size: 1.125rem;
    line-height: 1.8;
}

.consulting-team__carousel[b-s00gcg0p55] {
    position: relative;
    margin-top: 2rem;
    overflow: hidden;
    padding: 0.5rem 0;
}

.consulting-team__active-card[b-s00gcg0p55] {
    position: relative;
    z-index: 20;
    max-width: 56rem;
    margin: 0 auto;
}

.consulting-team-card[b-s00gcg0p55] {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 2rem;
    background: #ffffff;
    box-shadow: var(--shadow-card);
}

.consulting-team-card__grid[b-s00gcg0p55] {
    display: grid;
    grid-template-columns: 125px minmax(0, 1fr);
}

.consulting-team-card__image-wrap[b-s00gcg0p55] {
    padding: 1rem 0 1rem 1rem;
}

.consulting-team-card__image-card[b-s00gcg0p55] {
    display: flex;
    aspect-ratio: 4 / 5;
    width: 100%;
    max-width: 155px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 1.5rem;
    background: #f0f9ff;
    color: #64748b;
}

.consulting-team-card__image[b-s00gcg0p55] {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.consulting-team-card__body[b-s00gcg0p55] {
    padding: 1.25rem;
}

.consulting-team-card__eyebrow[b-s00gcg0p55] {
    margin: 0;
    color: #0369a1;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.consulting-team-card h3[b-s00gcg0p55] {
    margin: 0.5rem 0 0;
    color: #020617;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.025em;
}

.consulting-team-card__bio[b-s00gcg0p55] {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.75;
}

.consulting-team-card__bio p[b-s00gcg0p55] {
    margin: 0;
}

.consulting-team__arrow[b-s00gcg0p55] {
    position: absolute;
    top: 50%;
    z-index: 30;
    display: none;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #ffffff;
    color: #334155;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
    transition:
        background-color 180ms ease,
        transform 180ms ease;
}

.consulting-team__arrow span[b-s00gcg0p55] {
    font-size: 2rem;
    line-height: 1;
}

.consulting-team__arrow:hover[b-s00gcg0p55],
.consulting-team__arrow:focus-visible[b-s00gcg0p55] {
    background: #f8fafc;
    transform: translateY(-50%) translateY(-2px);
    outline: none;
}

.consulting-team__arrow--left[b-s00gcg0p55] {
    left: 0.5rem;
}

.consulting-team__arrow--right[b-s00gcg0p55] {
    right: 0.5rem;
}

.consulting-team__ghost[b-s00gcg0p55],
.consulting-team__fade[b-s00gcg0p55] {
    display: none;
}

.consulting-team__mobile-controls[b-s00gcg0p55] {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.consulting-team__mobile-controls button[b-s00gcg0p55] {
    border-radius: 999px;
    cursor: pointer;
    padding: 0.55rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.consulting-team__mobile-controls button:first-child[b-s00gcg0p55] {
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #334155;
}

.consulting-team__mobile-controls button:last-child[b-s00gcg0p55] {
    border: 0;
    background: #0284c7;
    color: #ffffff;
}

.consulting-team__nav[b-s00gcg0p55] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.consulting-team__nav p[b-s00gcg0p55] {
    margin: 0;
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.consulting-team__dots[b-s00gcg0p55] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}

.consulting-team__dot[b-s00gcg0p55] {
    height: 0.625rem;
    width: 0.625rem;
    border: 0;
    border-radius: 999px;
    background: #cbd5e1;
    cursor: pointer;
    padding: 0;
    transition:
        width 180ms ease,
        background-color 180ms ease;
}

.consulting-team__dot:hover[b-s00gcg0p55],
.consulting-team__dot:focus-visible[b-s00gcg0p55] {
    background: #94a3b8;
    outline: none;
}

.consulting-team__dot--active[b-s00gcg0p55] {
    width: 3rem;
    background: #0284c7;
}

.consulting-expert[b-s00gcg0p55] {
    background: #f8fafc;
    padding: 5rem 0;
}

.consulting-expert__grid[b-s00gcg0p55] {
    display: grid;
    gap: 3rem;
    align-items: start;
}

.consulting-expert__copy h2[b-s00gcg0p55] {
    margin: 0;
    color: #020617;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.045em;
}

.consulting-expert__copy p[b-s00gcg0p55] {
    margin: 1.25rem 0 0;
    color: #64748b;
    font-size: 1.125rem;
    line-height: 1.8;
}

.consulting-expert__tabs[b-s00gcg0p55] {
    display: flex;
    align-items: flex-end;
    gap: 0.25rem;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.consulting-expert__tabs[b-s00gcg0p55]::-webkit-scrollbar {
    display: none;
}

.consulting-expert__tab[b-s00gcg0p55] {
    position: relative;
    z-index: 10;
    flex: 0 0 auto;
    border: 1px solid #cbd5e1;
    border-radius: 1rem 1rem 0 0;
    background: #f1f5f9;
    color: #475569;
    cursor: pointer;
    padding: 0.75rem 0.95rem;
    font-size: 0.875rem;
    font-weight: 500;
    transition:
        background-color 180ms ease,
        color 180ms ease,
        border-color 180ms ease;
}

.consulting-expert__tab:hover[b-s00gcg0p55],
.consulting-expert__tab:focus-visible[b-s00gcg0p55] {
    background: #e2e8f0;
    outline: none;
}

.consulting-expert__tab--active[b-s00gcg0p55] {
    margin-bottom: -1px;
    border-color: #e2e8f0;
    border-bottom-color: #ffffff;
    background: #ffffff;
    color: #020617;
}

.consulting-expert__panel[b-s00gcg0p55] {
    border: 1px solid #e2e8f0;
    border-top: 0;
    border-radius: 0 2rem 2rem 2rem;
    background: #ffffff;
    padding: 2rem;
    box-shadow: var(--shadow-card);
}

.consulting-expert__panel-content[b-s00gcg0p55] {
    min-height: 30rem;
}

.consulting-expert__panel h3[b-s00gcg0p55] {
    margin: 0;
    color: #020617;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
}

.consulting-expert__panel h4[b-s00gcg0p55] {
    margin: 1.5rem 0 0;
    color: #020617;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
}

.consulting-expert__panel p[b-s00gcg0p55] {
    margin: 0.75rem 0 0;
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.75;
}

.consulting-testimonials[b-s00gcg0p55] {
    background: #ffffff;
    padding: 5rem 0;
}

.consulting-testimonials__heading[b-s00gcg0p55] {
    max-width: 48rem;
}

.consulting-testimonials__heading p[b-s00gcg0p55] {
    margin: 0;
    color: #0369a1;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.consulting-testimonials__heading h2[b-s00gcg0p55] {
    margin: 0.75rem 0 0;
    color: #020617;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.045em;
}

.consulting-testimonials__card[b-s00gcg0p55] {
    position: relative;
    margin-top: 2rem;
    border: 1px solid #e2e8f0;
    border-radius: 2rem;
    background: #f8fafc;
    padding: 2rem;
    box-shadow: var(--shadow-card);
}

.consulting-testimonials__content[b-s00gcg0p55] {
    display: grid;
    gap: 1.5rem;
}

.consulting-testimonials__quote-icon[b-s00gcg0p55] {
    display: flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #e0f2fe;
    color: #0369a1;
    font-size: 3rem;
    line-height: 1;
}

.consulting-testimonials__quote[b-s00gcg0p55] {
    margin: 0;
    color: #334155;
    font-size: 1rem;
    line-height: 2;
}

.consulting-testimonials__source[b-s00gcg0p55] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
    padding-top: 1rem;
}

.consulting-testimonials__practice[b-s00gcg0p55] {
    color: #020617;
    font-weight: 600;
}

.consulting-testimonials__person[b-s00gcg0p55] {
    margin-top: 0.25rem;
    color: #64748b;
    font-size: 0.875rem;
}

.consulting-testimonials__arrow[b-s00gcg0p55] {
    position: absolute;
    top: 50%;
    z-index: 20;
    display: none;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #ffffff;
    color: #334155;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
}

.consulting-testimonials__arrow span[b-s00gcg0p55] {
    font-size: 2rem;
    line-height: 1;
}

.consulting-testimonials__arrow:hover[b-s00gcg0p55],
.consulting-testimonials__arrow:focus-visible[b-s00gcg0p55] {
    background: #f8fafc;
    outline: none;
}

.consulting-testimonials__arrow--left[b-s00gcg0p55] {
    left: 0.75rem;
}

.consulting-testimonials__arrow--right[b-s00gcg0p55] {
    right: 0.75rem;
}

.consulting-testimonials__mobile-arrows[b-s00gcg0p55] {
    display: flex;
    gap: 0.5rem;
}

.consulting-testimonials__mobile-arrows button[b-s00gcg0p55] {
    display: inline-flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #ffffff;
    color: #334155;
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
}

.consulting-testimonials__mobile-arrows button:hover[b-s00gcg0p55],
.consulting-testimonials__mobile-arrows button:focus-visible[b-s00gcg0p55] {
    background: #f1f5f9;
    outline: none;
}

@media (min-width: 640px) {
    .consulting-results-modal__field-grid[b-s00gcg0p55] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .consulting-team-card__grid[b-s00gcg0p55] {
        grid-template-columns: 155px minmax(0, 1fr);
    }

    .consulting-team-card__image-wrap[b-s00gcg0p55] {
        padding: 1.25rem 0 1.25rem 1.25rem;
    }

    .consulting-team-card__body[b-s00gcg0p55] {
        padding: 1.5rem;
    }

    .consulting-testimonials__source[b-s00gcg0p55] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 1024px) {
    .consulting-options__grid[b-s00gcg0p55],
    .consulting-advisor-support__grid[b-s00gcg0p55] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .consulting-options__footer[b-s00gcg0p55] {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 1rem;
    }

    .consulting-assessment__card[b-s00gcg0p55] {
        padding: 2.5rem;
    }

    .consulting-assessment__questions[b-s00gcg0p55] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .consulting-assessment__question[b-s00gcg0p55] {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

    .consulting-assessment__question:nth-child(odd)[b-s00gcg0p55] {
        border-right: 1px solid #e2e8f0;
    }

    .consulting-assessment__question:nth-last-child(-n + 2)[b-s00gcg0p55] {
        border-bottom: 0;
    }

    .consulting-inspection__grid[b-s00gcg0p55],
    .consulting-expert__grid[b-s00gcg0p55] {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .consulting-team__heading[b-s00gcg0p55] {
        grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
        align-items: start;
    }

    .consulting-team__arrow[b-s00gcg0p55] {
        display: flex;
    }

    .consulting-team__mobile-controls[b-s00gcg0p55] {
        display: none;
    }

    .consulting-team__ghost[b-s00gcg0p55] {
        pointer-events: none;
        position: absolute;
        top: 50%;
        z-index: 0;
        display: block;
        width: 56%;
        opacity: 0.35;
        filter: blur(0.2px);
    }

    .consulting-team__ghost--left[b-s00gcg0p55] {
        left: 0;
        transform: translate(-68%, -50%);
    }

    .consulting-team__ghost--right[b-s00gcg0p55] {
        right: 0;
        transform: translate(68%, -50%);
    }

    .consulting-team__fade[b-s00gcg0p55] {
        pointer-events: none;
        position: absolute;
        inset-block: 0;
        z-index: 10;
        display: block;
        width: 8rem;
    }

    .consulting-team__fade--left[b-s00gcg0p55] {
        left: 0;
        background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
    }

    .consulting-team__fade--right[b-s00gcg0p55] {
        right: 0;
        background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
    }

    .consulting-team__active-card[b-s00gcg0p55] {
        max-width: 56rem;
        padding: 0 2.5rem;
    }

    .consulting-team-card__grid[b-s00gcg0p55] {
        grid-template-columns: 185px minmax(0, 1fr);
    }

    .consulting-team-card__image-card[b-s00gcg0p55] {
        max-width: 165px;
    }

    .consulting-team-card__body[b-s00gcg0p55] {
        padding: 1.75rem;
    }

    .consulting-expert__grid[b-s00gcg0p55] {
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
    }

    .consulting-expert__panel[b-s00gcg0p55] {
        padding: 2.5rem;
    }

    .consulting-testimonials__card[b-s00gcg0p55] {
        padding: 2.5rem 4rem;
    }

    .consulting-testimonials__content[b-s00gcg0p55] {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: start;
    }

    .consulting-testimonials__arrow[b-s00gcg0p55] {
        display: flex;
    }

    .consulting-testimonials__mobile-arrows[b-s00gcg0p55] {
        display: none;
    }
}
/* /Components/Pages/ContactUs.razor.rz.scp.css */
.contact-us-page[b-0gj0fi2hn6] {
    overflow-x: hidden;
    background: #ffffff;
    color: #000000;
    font-family: Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.contact-us-main[b-0gj0fi2hn6] {
    display: block;
    overflow-x: hidden;
}

.contact-us-page .container[b-0gj0fi2hn6] {
    width: min(calc(90% - 24px), 1639px);
    margin: 0 auto;
}

.row[b-0gj0fi2hn6] {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.row > [class*="col-"][b-0gj0fi2hn6] {
    flex: 0 0 auto;
    min-width: 0;
}

.col[b-0gj0fi2hn6] {
    flex: 1 0 0%;
}

.col-2[b-0gj0fi2hn6] {
    width: 16.666667%;
}

.col-10[b-0gj0fi2hn6] {
    width: 83.333333%;
}

.col-12[b-0gj0fi2hn6] {
    width: 100%;
}

.ms-auto[b-0gj0fi2hn6] {
    margin-left: auto;
}

.my-auto[b-0gj0fi2hn6] {
    margin-top: auto;
    margin-bottom: auto;
}

.w-100[b-0gj0fi2hn6] {
    width: 100%;
}

.img-fluid[b-0gj0fi2hn6] {
    max-width: 100%;
    height: auto;
}

.text-start[b-0gj0fi2hn6] {
    text-align: left;
}

.text-center[b-0gj0fi2hn6] {
    text-align: center;
}

.text-end[b-0gj0fi2hn6],
.text-right[b-0gj0fi2hn6] {
    text-align: right;
}

.d-none[b-0gj0fi2hn6],
.hidden[b-0gj0fi2hn6] {
    display: none !important;
}

.pe-0[b-0gj0fi2hn6] {
    padding-right: 0;
}

.ps-0[b-0gj0fi2hn6] {
    padding-left: 0;
}

.contact-us-page .inputs[b-0gj0fi2hn6] {
    margin-top: calc(18.56990394877268vh - 77px);
}

.contact-us-page .inputs .title[b-0gj0fi2hn6] {
    font: normal normal 500 24px Roboto;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.87);
}

.contact-us-page .inputs .desc[b-0gj0fi2hn6] {
    width: 305px;
    margin-bottom: 48px;
    font: normal normal 400 16px Roboto;
    line-height: 25px;
    letter-spacing: 0.16px;
    color: rgba(0, 0, 0, 0.54);
}

.contact-us-page .inputs .icon[b-0gj0fi2hn6] {
    margin-bottom: 36px;
}

.contact-us-page .inputs .icon img[b-0gj0fi2hn6] {
    width: 48px;
    height: 48px;
    margin-right: 16px;
    padding: 14.5px 13.5px;
    border-radius: 8px;
    background-color: #f5f5f5;
}

.contact-us-page .inputs .info[b-0gj0fi2hn6] {
    font: normal normal normal 14px Roboto;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.38);
    margin-bottom: 2px;
}

.contact-us-page .inputs .icon-text[b-0gj0fi2hn6] {
    font: normal normal 400 16px Roboto;
    letter-spacing: 0;
    color: #000000;
}

.contact-us-page .inputs .icon-text.address[b-0gj0fi2hn6] {
    clear: both;
    float: left;
    display: block;
    position: relative;
}

.contact-us-page .inputs .icon-text a[b-0gj0fi2hn6] {
    color: #000000 !important;
    text-decoration: none !important;
}

@media screen and (min-width: 1660px) {
    .contact-us-page .inputs .icon-text.address[b-0gj0fi2hn6] {
        width: 90%;
    }
}

.contact-us-page .social-icons[b-0gj0fi2hn6] {
    margin-top: 0;
}

.contact-us-page .info-inputs[b-0gj0fi2hn6] {
    margin-top: 0;
}

.contact-us-page .info-inputs .requied[b-0gj0fi2hn6] {
    margin-bottom: 16px;
    font: normal normal 500 16px Roboto;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
}

.contact-us-page .info-inputs .form-floating[b-0gj0fi2hn6] {
    position: relative;
    text-align: left;
}

.contact-us-page .info-inputs .form-floating input[b-0gj0fi2hn6],
.contact-us-page .info-inputs .form-floating textarea[b-0gj0fi2hn6] {
    width: 100%;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: none;
    outline: 0;
    font: normal normal 400 16px Roboto;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.87);
}

.contact-us-page .info-inputs .form-floating input:focus[b-0gj0fi2hn6],
.contact-us-page .info-inputs .form-floating textarea:focus[b-0gj0fi2hn6] {
    border-color: #cbcbcb;
    box-shadow: none;
    outline: 0;
}

.contact-us-page .info-inputs .form-floating input[b-0gj0fi2hn6] {
    height: 48px !important;
    margin-bottom: 36px;
    padding: 10px 16px 0;
}

.contact-us-page .info-inputs .form-floating textarea[b-0gj0fi2hn6] {
    min-height: 91px !important;
    margin-bottom: 16px !important;
    padding: 18px 16px 10px;
    resize: none;
    overflow: hidden;
}

.contact-us-page .info-inputs .form-floating input[b-0gj0fi2hn6]::placeholder,
.contact-us-page .info-inputs .form-floating textarea[b-0gj0fi2hn6]::placeholder {
    color: transparent;
}

.contact-us-page .info-inputs .form-floating label[b-0gj0fi2hn6] {
    position: absolute;
    top: 0;
    left: 0;
    margin: 14px 16px !important;
    padding: 0;
    font: normal normal 400 16px Roboto;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.54);
    pointer-events: none;
    transform-origin: left top;
    transition:
        transform 150ms ease,
        color 150ms ease,
        opacity 150ms ease;
}

.contact-us-page .info-inputs .form-floating input:focus ~ label[b-0gj0fi2hn6],
.contact-us-page .info-inputs .form-floating textarea:focus ~ label[b-0gj0fi2hn6] {
    color: #bfbfbf;
}

.contact-us-page .info-inputs .form-floating input:not(:placeholder-shown) ~ label[b-0gj0fi2hn6],
.contact-us-page .info-inputs .form-floating textarea:not(:placeholder-shown) ~ label[b-0gj0fi2hn6] {
    opacity: 1;
    transform: scale(0.85) translateY(-1.65rem) translateX(0.15rem);
    background-color: #ffffff;
    height: 22px;
}

.contact-us-page .info-inputs .email-validation[b-0gj0fi2hn6] {
    color: #ff0000;
}

.contact-us-page .info-inputs .policy[b-0gj0fi2hn6] {
    margin-bottom: 36px;
    text-align: left;
    font: normal normal 400 12px Roboto;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
}

.contact-us-page .info-inputs .policy .policy-link[b-0gj0fi2hn6] {
    font: normal normal 400 12px Roboto;
    letter-spacing: 0;
    color: #2096F2;
    opacity: 1;
    text-decoration: none;
}

.contact-us-page .btn.btn-green[b-0gj0fi2hn6] {
    display: inline-block;
    width: 100%;
    min-width: 168px;
    height: 48px;
    padding-top: 11px;
    padding-bottom: 11px;
    border: 1px solid #8ad023;
    border-radius: 28px 28px 0 28px;
    background-color: #8ad023;
    color: #ffffff !important;
    text-align: center;
    text-decoration: none;
}

.contact-us-page .btn.btn-green:hover[b-0gj0fi2hn6] {
    background-color: #6fb10c;
    border-color: transparent;
}

.contact-us-page .btn.btn-green:focus[b-0gj0fi2hn6] {
    box-shadow: none;
}

.contact-us-page .btn.btn-green:disabled[b-0gj0fi2hn6] {
    opacity: 0.7;
    cursor: not-allowed;
}

.contact-us-page .contact-us-form__status[b-0gj0fi2hn6] {
    width: 100%;
    margin: 0 0 1rem;
    text-align: left;
    font: normal normal 400 14px Roboto;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.7);
}

.contact-us-page .contact-us-form__status--error[b-0gj0fi2hn6] {
    color: #b91c1c;
}

.contact-us-page .contact-us-success[b-0gj0fi2hn6] {
    display: grid;
    justify-items: center;
    gap: 1rem;
    width: 100%;
    max-width: 34rem;
    margin: 0 auto;
    border: 1px solid #dbeafe;
    border-radius: 1.5rem;
    background: #ffffff;
    padding: 2.5rem 1.5rem;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
    text-align: center;
}

.contact-us-page .contact-us-success__icon[b-0gj0fi2hn6] {
    display: grid;
    width: 4rem;
    height: 4rem;
    place-items: center;
    border-radius: 999px;
    background: #dcfce7;
    color: #15803d;
}

.contact-us-page .contact-us-success__icon svg[b-0gj0fi2hn6] {
    width: 2rem;
    height: 2rem;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.5;
}

.contact-us-page .contact-us-success__title[b-0gj0fi2hn6] {
    margin: 0;
    color: #020617;
    font: normal normal 700 30px Roboto;
    letter-spacing: -0.025em;
    line-height: 1.15;
}

.contact-us-page .contact-us-success__message[b-0gj0fi2hn6] {
    max-width: 29rem;
    margin: 0;
    color: #475569;
    font: normal normal 400 16px Roboto;
    line-height: 1.75;
}

.contact-us-page .contact-us-success__button[b-0gj0fi2hn6] {
    width: auto;
    min-width: 12rem;
    margin-top: 0.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.contact-us-page .map[b-0gj0fi2hn6] {
    margin-top: 7.790821771611526vh;
    margin-bottom: 12.8068303094984vh;
}

.contact-us-page .map iframe[b-0gj0fi2hn6] {
    display: block;
    width: 100%;
    height: 74.70651013874067vh;
    border: 0;
}

@media (max-width: 768px) {
    .contact-us-page .inputs[b-0gj0fi2hn6] {
        margin-top: 80px;
    }

    .contact-us-page .inputs .title[b-0gj0fi2hn6] {
        font-size: 16px;
    }

    .contact-us-page .inputs .desc[b-0gj0fi2hn6] {
        width: 305px;
        font-size: 14px;
    }

    .contact-us-page .inputs .info[b-0gj0fi2hn6] {
        margin-left: 16px;
        font-size: 12px;
    }

    .contact-us-page .inputs .icon-text[b-0gj0fi2hn6] {
        margin-left: 16px;
        font-size: 14px;
    }

    .contact-us-page .info-inputs[b-0gj0fi2hn6] {
        margin-top: 48px;
    }

    .contact-us-page .info-inputs .requied[b-0gj0fi2hn6] {
        font-size: 14px;
    }

    .contact-us-page .info-inputs .form-floating label[b-0gj0fi2hn6] {
        font-size: 12px;
    }

    .contact-us-page .contact-us-success[b-0gj0fi2hn6] {
        padding: 2rem 1.25rem;
    }

    .contact-us-page .contact-us-success__title[b-0gj0fi2hn6] {
        font-size: 26px;
    }

    .contact-us-page .map[b-0gj0fi2hn6] {
        margin-top: 48px;
        margin-bottom: 64px;
    }

    .contact-us-page .map iframe[b-0gj0fi2hn6] {
        height: 420px;
    }
}

@media (min-width: 768px) {
    .pe-md-0[b-0gj0fi2hn6] {
        padding-right: 0;
    }

    .pe-md-4[b-0gj0fi2hn6] {
        padding-right: 1.5rem;
    }

    .ps-md-0[b-0gj0fi2hn6] {
        padding-left: 0;
    }

    .ps-md-4[b-0gj0fi2hn6] {
        padding-left: 1.5rem;
    }

    .col-md-5[b-0gj0fi2hn6] {
        width: 41.666667%;
    }

    .col-md-6[b-0gj0fi2hn6] {
        width: 50%;
    }

    .col-md-7[b-0gj0fi2hn6] {
        width: 58.333333%;
    }

    .text-md-start[b-0gj0fi2hn6] {
        text-align: left;
    }

    .text-md-center[b-0gj0fi2hn6] {
        text-align: center;
    }
}

@media (min-width: 1400px) {
    .contact-us-page .inputs[b-0gj0fi2hn6] {
        margin-top: calc(18.56990394877268vh - 73px);
    }

    .col-xxl-4[b-0gj0fi2hn6] {
        width: 33.333333%;
    }

    .col-xxl-5[b-0gj0fi2hn6] {
        width: 41.666667%;
    }

    .col-xxl-6[b-0gj0fi2hn6] {
        width: 50%;
    }

    .col-xxl-7[b-0gj0fi2hn6] {
        width: 58.333333%;
    }

    .col-xxl-12[b-0gj0fi2hn6] {
        width: 100%;
    }
}
/* /Components/Pages/CustomContentDevelopment.razor.rz.scp.css */
.custom-content-page[b-2k9bb82f24] {
    overflow-x: hidden;
    background: #ffffff;
    color: #000000;
    font-family: Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.custom-content-main[b-2k9bb82f24] {
    display: block;
    overflow-x: hidden;
}

.custom-content-shell[b-2k9bb82f24] {
    width: min(calc(100% - 3rem), 1280px);
    margin: 0 auto;
}

.mb-2[b-2k9bb82f24] {
    margin-bottom: 0.5rem;
}

.mb-3[b-2k9bb82f24] {
    margin-bottom: 1rem;
}

.mb-4[b-2k9bb82f24] {
    margin-bottom: 1.5rem;
}

.mb-5[b-2k9bb82f24] {
    margin-bottom: 3rem;
}

.mb-104[b-2k9bb82f24] {
    margin-bottom: 104px;
}

.px-2[b-2k9bb82f24] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-4[b-2k9bb82f24] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.pt-2[b-2k9bb82f24] {
    padding-top: 0.5rem;
}

.pt-5[b-2k9bb82f24] {
    padding-top: 3rem;
}

.text-center[b-2k9bb82f24] {
    text-align: center;
}

.text-capitalize[b-2k9bb82f24] {
    text-transform: capitalize;
}

.fs-20[b-2k9bb82f24] {
    font-size: 20px;
}

.section-title[b-2k9bb82f24] {
    font-size: 36px;
    line-height: 48px;
    font-weight: 300;
}

.text[b-2k9bb82f24] {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.48px;
}

.section-sub-title[b-2k9bb82f24] {
    max-width: 100%;
}

.custom-content-small-text[b-2k9bb82f24] {
    font: normal normal normal 20px/26px Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #000000;
    opacity: 1;
}

.bg-grey[b-2k9bb82f24] {
    background: #f4f7fb;
}

.client-review-custom-content[b-2k9bb82f24] {
    margin-bottom: 17.3304628633vh;
}

.client-review-custom-content .client-review__header[b-2k9bb82f24] {
    margin-bottom: 3rem;
}

.client-review-custom-content .title[b-2k9bb82f24] {
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0.58px;
}

.client-review-custom-content .desc[b-2k9bb82f24] {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.48px;
}

.client-review-custom-content .owl-carousel-client-reviews .item .desc-small[b-2k9bb82f24] {
    font-size: 16px;
}

.client-review-custom-content .owl-carousel-client-reviews .item .desc-normal[b-2k9bb82f24] {
    font-size: 20px;
}

.client-review-custom-content .box[b-2k9bb82f24] {
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    padding: 2.5rem 2rem 2.75rem;
}

.client-review-custom-content .client-review__grid[b-2k9bb82f24] {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.client-review-custom-content .client-review__mark[b-2k9bb82f24] {
    display: flex;
    justify-content: center;
}

.client-review-custom-content .q-mark[b-2k9bb82f24] {
    width: 100%;
    max-width: 52px;
    height: auto;
}

.client-review-custom-content .box-info[b-2k9bb82f24] {
    min-width: 0;
}

.client-review-custom-content .user-main-name[b-2k9bb82f24] {
    margin: 0;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
}

.client-review-custom-content .desc-normal[b-2k9bb82f24] {
    margin-bottom: 1.5rem;
}

.client-review-custom-content .desc-small[b-2k9bb82f24] {
    margin-bottom: 0.25rem;
}

.how-it-works__intro[b-2k9bb82f24] {
    margin-bottom: 3rem;
}

.how-it-works__grid[b-2k9bb82f24] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem 1rem;
    align-items: start;
}

.how-it-works__card[b-2k9bb82f24] {
    display: grid;
    justify-items: center;
}

.how-it-works .item[b-2k9bb82f24] {
    margin-top: 50px;
}

.how-it-works .item__title[b-2k9bb82f24] {
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.2px;
}

.how-it-works .item__text[b-2k9bb82f24] {
    letter-spacing: 0.16px;
}

.how-it-works .img-dash-left[b-2k9bb82f24] {
    position: absolute;
    right: -205px;
    top: 65px;
}

.how-it-works .img-dash-right[b-2k9bb82f24] {
    position: absolute;
    right: -250px;
    top: 65px;
}

.how-it-works .create-block[b-2k9bb82f24],
.how-it-works .deliver-block[b-2k9bb82f24],
.how-it-works .track-block[b-2k9bb82f24] {
    position: relative;
    width: 180px;
    margin: auto;
}

.how-it-works .create-block__color[b-2k9bb82f24],
.how-it-works .deliver-block__color[b-2k9bb82f24],
.how-it-works .track-block__color[b-2k9bb82f24] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.how-it-works .create-block__color[b-2k9bb82f24] {
    background-color: rgba(255, 158, 40, 0.4);
}

.how-it-works .deliver-block__color[b-2k9bb82f24] {
    background-color: #c5edff;
}

.how-it-works .track-block__color[b-2k9bb82f24] {
    background-color: #c5ffd5;
}

.how-it-works .create-block__color img[b-2k9bb82f24] {
    position: absolute;
    top: -13px;
    left: -12px;
}

.how-it-works .deliver-block__color img[b-2k9bb82f24] {
    position: absolute;
    top: -13px;
    left: -20px;
}

.how-it-works .track-block__color img[b-2k9bb82f24] {
    position: absolute;
    top: -15px;
    left: -25px;
}

.how-it-works .orange-line[b-2k9bb82f24],
.how-it-works .blue-line[b-2k9bb82f24],
.how-it-works .green-line[b-2k9bb82f24] {
    position: absolute;
    top: 51px;
}

.how-it-works .create-block .img-dash-left[b-2k9bb82f24] {
    right: -220px;
    top: 61px;
}

.how-it-works .deliver-block .img-dash-right[b-2k9bb82f24] {
    right: -253px;
    top: 61px;
}

.why-choose[b-2k9bb82f24] {
    padding-top: 3rem;
}

.why-choose__intro[b-2k9bb82f24] {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    align-items: center;
    gap: 3rem;
}

.why-choose__copy[b-2k9bb82f24] {
    max-width: 100%;
}

.why-choose__image[b-2k9bb82f24] {
    display: flex;
    justify-content: center;
}

.why-choose__image img[b-2k9bb82f24] {
    width: 100%;
    height: auto;
}

.why-choose .title[b-2k9bb82f24] {
    font: normal normal 500 24px/40px Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0.58px;
    text-transform: uppercase;
}

.why-choose .box[b-2k9bb82f24] {
    padding: 36px 20px 36px 36px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 13%;
    border-radius: 24px 0;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.07), 0 3px 4px rgba(0, 0, 0, 0.07);
    position: relative;
    display: block;
    background: #ffffff;
}

.why-choose .box.no-margin[b-2k9bb82f24] {
    margin-bottom: 0 !important;
}

.why-choose .box-header .box-icon[b-2k9bb82f24] {
    position: relative;
    margin-bottom: 40%;
    padding-bottom: 40%;
}

.why-choose .box-header .box-icon .box-circle[b-2k9bb82f24] {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: absolute;
    right: -14%;
    top: -3px;
    z-index: 10;
}

.why-choose .box-header .box-icon img[b-2k9bb82f24] {
    position: absolute;
    z-index: 15;
}

.why-choose .box-header.blue .box-circle[b-2k9bb82f24] {
    background-color: #c5dbff;
}

.why-choose .box-header.green .box-circle[b-2k9bb82f24] {
    background-color: #c5ffe4;
}

.why-choose .box-header.purple .box-circle[b-2k9bb82f24] {
    background-color: #dec5ff;
}

.why-choose .box-header.coral .box-circle[b-2k9bb82f24] {
    background-color: #ffccc5;
}

.why-choose .box-header.yellow .box-circle[b-2k9bb82f24] {
    background-color: #ffffc5;
}

.why-choose .box-body[b-2k9bb82f24] {
    padding-top: 24px;
}

.why-choose .box-body .box-title[b-2k9bb82f24] {
    font-size: 20px;
    font-weight: 500;
}

.why-choose .box-body .box-desc[b-2k9bb82f24] {
    font-size: 16px;
    color: black;
    margin-top: 16px;
    opacity: 0.54;
}

.why-choose__cards--desktop[b-2k9bb82f24] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.75rem 0.5rem;
}

.why-choose__cards--mobile[b-2k9bb82f24] {
    display: none;
}

.services-custom-content-footer-text__inner[b-2k9bb82f24] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.services-custom-content-footer-text h5[b-2k9bb82f24] {
    margin-bottom: 15px;
    font-size: 28px;
}

.custom-content-page[b-2k9bb82f24]  .top-banner-custom-content-development {
    background-image: url("/images/services/custom-content-development/top-banner.png");
}

.custom-content-page[b-2k9bb82f24]  .top-banner-custom-content-development .left-block {
    background-color: rgba(255, 255, 255, 0.65);
}

.custom-content-page[b-2k9bb82f24]  .top-banner-custom-content-development .left-block .page-title {
    max-width: 100%;
}

.custom-content-page[b-2k9bb82f24]  .custom-content-button {
    width: auto;
    min-width: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (max-width: 1600px) {
    .section-title[b-2k9bb82f24] {
        font-size: 28px;
        line-height: unset;
    }

    .text[b-2k9bb82f24] {
        font-size: 18px;
        line-height: 32px;
    }

    .client-review-custom-content .title[b-2k9bb82f24] {
        font-size: 22px;
    }

    .client-review-custom-content .desc[b-2k9bb82f24] {
        font-size: 18px;
    }

    .client-review-custom-content .user-main-name[b-2k9bb82f24] {
        font-size: 18px;
    }

    .client-review-custom-content .box-info .desc-normal[b-2k9bb82f24] {
        font-size: 18px;
    }

    .custom-content-small-text[b-2k9bb82f24] {
        font-size: 16px;
        letter-spacing: 0;
    }

    .why-choose .title[b-2k9bb82f24] {
        font-size: 22px;
    }

    .why-choose .box-body .box-title[b-2k9bb82f24] {
        font-size: 18px;
    }

    .why-choose .box-body .box-desc[b-2k9bb82f24] {
        font-size: 14px;
    }

    .services-custom-content-footer-text h5[b-2k9bb82f24] {
        font-size: 26px;
    }
}

@media (max-width: 1300px) {
    .why-choose .title[b-2k9bb82f24] {
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .mb-104[b-2k9bb82f24] {
        margin-bottom: 50px;
    }

    .client-review-custom-content[b-2k9bb82f24] {
        margin-bottom: 50px;
    }

    .custom-content-shell[b-2k9bb82f24] {
        width: min(calc(100% - 3rem), 1280px);
    }

    .how-it-works .img-dash-left[b-2k9bb82f24],
    .how-it-works .img-dash-right[b-2k9bb82f24] {
        display: none;
    }

    .why-choose__intro[b-2k9bb82f24] {
        gap: 2rem;
    }

    .why-choose .box[b-2k9bb82f24] {
        margin-right: 0;
        margin-left: 0;
    }

    .services-custom-content-footer-text h5[b-2k9bb82f24] {
        font-size: 24px;
    }
}

@media (max-width: 992px) {
    .section-title[b-2k9bb82f24] {
        font-size: 24px;
    }

    .client-review-custom-content .title[b-2k9bb82f24] {
        font-size: 18px;
    }

    .client-review-custom-content .desc[b-2k9bb82f24] {
        font-size: 16px;
    }

    .why-choose .title[b-2k9bb82f24] {
        font-size: 18px;
    }

    .why-choose .box[b-2k9bb82f24] {
        padding: 28px 18px 28px 24px;
    }

    .why-choose .box-body .box-title[b-2k9bb82f24] {
        font-size: 18px;
    }

    .services-custom-content-footer-text .custom-content-small-text[b-2k9bb82f24] {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 768px) {
    .mb-104[b-2k9bb82f24] {
        margin-bottom: 40px;
    }

    .text[b-2k9bb82f24] {
        font-size: 14px;
        line-height: 20px;
    }

    .section-title[b-2k9bb82f24] {
        font-size: 18px;
    }

    .client-review-custom-content .client-review__header[b-2k9bb82f24] {
        margin-bottom: 2rem;
    }

    .client-review-custom-content .box[b-2k9bb82f24] {
        padding: 1.5rem 1.25rem 1.75rem;
    }

    .client-review-custom-content .client-review__grid[b-2k9bb82f24] {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 1rem;
    }

    .client-review-custom-content .q-mark[b-2k9bb82f24] {
        max-width: 36px;
    }

    .client-review-custom-content .title[b-2k9bb82f24] {
        font-size: 16px;
    }

    .client-review-custom-content .desc[b-2k9bb82f24] {
        font-size: 14px;
        line-height: 20px;
    }

    .client-review-custom-content .user-main-name[b-2k9bb82f24] {
        font-size: 16px;
        line-height: 24px;
    }

    .client-review-custom-content .desc-normal[b-2k9bb82f24] {
        font-size: 14px;
        line-height: 20px;
    }

    .how-it-works__grid[b-2k9bb82f24] {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.5rem;
    }

    .how-it-works .item[b-2k9bb82f24] {
        margin-top: 8px;
    }

    .how-it-works .color[b-2k9bb82f24] {
        width: 50px;
        height: 50px;
    }

    .how-it-works .color img[b-2k9bb82f24] {
        width: 30px;
        height: 30px;
    }

    .how-it-works .orange-line[b-2k9bb82f24],
    .how-it-works .blue-line[b-2k9bb82f24],
    .how-it-works .green-line[b-2k9bb82f24] {
        top: 21px;
    }

    .how-it-works .create-block__color img[b-2k9bb82f24] {
        top: -6px;
        left: -4px;
    }

    .how-it-works .deliver-block__color img[b-2k9bb82f24] {
        top: -6px;
        left: -5px;
    }

    .how-it-works .track-block__color img[b-2k9bb82f24] {
        top: -3px;
        left: -8px;
    }

    .why-choose__intro[b-2k9bb82f24] {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.5rem;
    }

    .why-choose__cards--desktop[b-2k9bb82f24] {
        display: none;
    }

    .why-choose__cards--mobile[b-2k9bb82f24] {
        display: flex;
        gap: 1rem;
        overflow-x: auto;
        padding-bottom: 0.5rem;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .why-choose__cards--mobile[b-2k9bb82f24]::-webkit-scrollbar {
        display: none;
    }

    .why-choose__cards--mobile .box[b-2k9bb82f24] {
        flex: 0 0 210px;
        max-width: 210px;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 0;
        padding: 16px;
        scroll-snap-align: start;
        box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.03), 0 3px 6px rgba(0, 0, 0, 0.11);
    }

    .why-choose__cards--mobile .box-header .box-icon[b-2k9bb82f24] {
        margin-bottom: 13px;
        padding-bottom: 0;
    }

    .why-choose__cards--mobile .box-header .box-icon .box-circle[b-2k9bb82f24] {
        right: 0;
        left: 5%;
        top: -3px;
        height: 20px;
        width: 20px;
    }

    .why-choose__cards--mobile .box-header .box-icon img[b-2k9bb82f24] {
        width: 19px;
    }

    .why-choose__cards--mobile .box-body[b-2k9bb82f24] {
        height: 224px;
    }

    .why-choose__cards--mobile .box-body .box-title[b-2k9bb82f24] {
        font-size: 14px;
        height: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .why-choose__cards--mobile .box-body .box-desc[b-2k9bb82f24] {
        font-size: 12px;
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
    }

    .services-custom-content-footer-text h5[b-2k9bb82f24] {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .client-review-custom-content[b-2k9bb82f24] {
        margin-top: 330px;
        margin-bottom: 70px !important;
    }

    .custom-content-page[b-2k9bb82f24]  .top-banner-custom-content-development.top-banner .left-block {
        margin-top: 450px;
        background: transparent;
    }

    .how-it-works .create-block__color[b-2k9bb82f24],
    .how-it-works .deliver-block__color[b-2k9bb82f24],
    .how-it-works .track-block__color[b-2k9bb82f24] {
        width: 50px;
        height: 50px;
    }

    .services-custom-content-footer-text h5[b-2k9bb82f24] {
        font-size: 18px;
    }

    .custom-content-small-text[b-2k9bb82f24] {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 400px) {
    .client-review-custom-content .desc-small[b-2k9bb82f24] {
        font-size: 10px;
    }

    .client-review-custom-content .desc-normal[b-2k9bb82f24] {
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .custom-content-page[b-2k9bb82f24]  .custom-content-button {
        transition: none;
    }
}
/* /Components/Pages/CustomQuote.razor.rz.scp.css */
.quote-content[b-tats19egp2] { max-width: 1160px; margin: auto; padding: 4rem 1.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; color: #23313c; line-height: 1.6; }
.quote-content h1[b-tats19egp2] { font-size: clamp(2rem, 5vw, 3rem); }
.quote-content h2[b-tats19egp2] { font-size: 1.6rem; }
.quote-content a[b-tats19egp2] { color: #167049; text-decoration: underline; }
.quote-description iframe[b-tats19egp2] { width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 12px; margin: 1.5rem 0; }
.quote-description ul[b-tats19egp2] { padding-left: 1.5rem; margin-bottom: 2rem; }
.quote-notice[b-tats19egp2] { padding: 1rem; background: #fff4d8; border-left: 4px solid #ad7624; border-radius: 4px; }
fieldset[b-tats19egp2] { min-width: 0; border: 1px solid #d8dfe0; border-radius: 12px; padding: 1.25rem; }
legend[b-tats19egp2] { font-size: .95rem; padding: 0 .5rem; }
label[b-tats19egp2] { display: flex; flex-direction: column; margin: 0 0 1rem; font-weight: 600; }
input[b-tats19egp2], select[b-tats19egp2], textarea[b-tats19egp2] { box-sizing: border-box; width: 100%; padding: .75rem; margin-top: .3rem; border: 1px solid #ccd3d4; border-radius: 5px; background: #f3f5f5; color: #526069; font: inherit; }
.quote-name-row[b-tats19egp2] { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
button[b-tats19egp2] { width: 100%; padding: .9rem; border: 0; border-radius: 5px; background: #e2e7e5; color: #526069; font: inherit; cursor: not-allowed; }
@media (max-width: 760px) { .quote-content[b-tats19egp2] { grid-template-columns: 1fr; gap: 2rem; padding-top: 2rem; } }
/* /Components/Pages/DentalAssistantTraining.razor.rz.scp.css */
.assistant-training-page[b-hxk2x0k6mv] {
    background: #ffffff;
    color: #0f172a;
}

.assistant-training-shell[b-hxk2x0k6mv] {
    width: min(100% - 3rem, 1280px);
    margin: 0 auto;
}

.assistant-training-breadcrumb-bar[b-hxk2x0k6mv] {
    border-bottom: 1px solid #e2e8f0;
    background: #ffffff;
    padding: 1rem 0;
    color: #64748b;
    font-size: 0.875rem;
}

.assistant-training-breadcrumb-bar__shell[b-hxk2x0k6mv] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
}

.assistant-training-breadcrumb-bar a[b-hxk2x0k6mv] {
    color: #64748b;
}

.assistant-training-breadcrumb-bar strong[b-hxk2x0k6mv] {
    color: #1e293b;
    font-weight: 600;
}

.assistant-training-highlights[b-hxk2x0k6mv] {
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    background: #ffffff;
}

.assistant-training-highlights__grid[b-hxk2x0k6mv] {
    display: grid;
    gap: 1rem;
    padding: 1.25rem 0;
    text-align: center;
}

.assistant-training-highlights__item[b-hxk2x0k6mv] {
    padding: 0.75rem 1rem;
    color: #334155;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.4;
}

.assistant-training-highlights__item--bordered[b-hxk2x0k6mv] {
    border-bottom: 0;
}

.assistant-training-intro[b-hxk2x0k6mv] {
    background: #ffffff;
    padding: 5rem 0;
}

.assistant-training-intro__content[b-hxk2x0k6mv] {
    max-width: 64rem;
}

.assistant-training-intro__title[b-hxk2x0k6mv] {
    margin: 0.75rem 0 0;
    color: #020617;
    font-size: clamp(1.875rem, 4vw, 2.25rem);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.045em;
}

.assistant-training-intro__text[b-hxk2x0k6mv] {
    margin: 1rem 0 0;
    color: #64748b;
    font-size: 1.125rem;
    line-height: 2;
}

.assistant-training-cards[b-hxk2x0k6mv] {
    display: grid;
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.assistant-training-card[b-hxk2x0k6mv] {
    border: 1px solid #e2e8f0;
    border-radius: 2rem;
    background: #ffffff;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.assistant-training-card__eyebrow[b-hxk2x0k6mv] {
    color: #0369a1;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.assistant-training-card h3[b-hxk2x0k6mv] {
    margin: 0.75rem 0 0;
    color: #020617;
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 600;
}

.assistant-training-card__description[b-hxk2x0k6mv] {
    margin: 0.75rem 0 0;
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.75;
}

.assistant-training-card__topics[b-hxk2x0k6mv] {
    margin-top: 1.25rem;
}

.assistant-training-card__topics-title[b-hxk2x0k6mv] {
    color: #020617;
    font-size: 0.875rem;
    font-weight: 600;
}

.assistant-training-card__topic-list[b-hxk2x0k6mv] {
    margin: 0.75rem 0 0;
    padding-left: 1.25rem;
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.75;
}

.assistant-training-card__topic-list li + li[b-hxk2x0k6mv] {
    margin-top: 0.5rem;
}

.assistant-training-workflow[b-hxk2x0k6mv] {
    background: #ffffff;
    padding: 4rem 0;
}

.assistant-training-workflow__content[b-hxk2x0k6mv] {
    max-width: 1280px;
}

.assistant-training-workflow h3[b-hxk2x0k6mv],
.assistant-training-gaps__copy h2[b-hxk2x0k6mv],
.assistant-training-support__copy h2[b-hxk2x0k6mv] {
    margin: 0;
    color: #020617;
    font-size: clamp(1.875rem, 4vw, 2.25rem);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.045em;
}

.assistant-training-workflow p[b-hxk2x0k6mv],
.assistant-training-gaps__copy p[b-hxk2x0k6mv],
.assistant-training-support__copy p[b-hxk2x0k6mv] {
    margin: 1rem 0 0;
    color: #475569;
    font-size: 1rem;
    line-height: 2;
}

.assistant-training-workflow p[b-hxk2x0k6mv] {
    color: #334155;
    line-height: 1.75;
}

.assistant-training-workflow p:first-of-type[b-hxk2x0k6mv] {
    margin-top: 1.5rem;
}

.assistant-training-gaps__copy h2[b-hxk2x0k6mv] {
    margin-top: 0.75rem;
}

.assistant-training-gaps__copy p[b-hxk2x0k6mv] {
    margin-top: 1.25rem;
}

.assistant-training-gaps[b-hxk2x0k6mv] {
    background: #f8fafc;
    padding: 5rem 0;
}

.assistant-training-gaps__grid[b-hxk2x0k6mv] {
    display: grid;
    gap: 3rem;
    align-items: start;
}

.assistant-training-gaps__copy[b-hxk2x0k6mv] {
    max-width: 42rem;
}

.assistant-training-gaps__card[b-hxk2x0k6mv] {
    border: 1px solid #ffffff;
    border-radius: 2rem;
    background: #ffffff;
    padding: 2rem;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.assistant-training-gaps__card-title[b-hxk2x0k6mv] {
    color: #020617;
    font-size: 1.125rem;
    font-weight: 600;
}

.assistant-training-gaps__list[b-hxk2x0k6mv] {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.assistant-training-gaps__item[b-hxk2x0k6mv] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.assistant-training-gaps__check[b-hxk2x0k6mv] {
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    margin-top: 0.25rem;
    border-radius: 999px;
    background: #e0f2fe;
    color: #0369a1;
    font-size: 0.8rem;
    font-weight: 700;
}

.assistant-training-gaps__text[b-hxk2x0k6mv] {
    color: #334155;
    font-size: 0.875rem;
    line-height: 1.75;
}

.assistant-training-support[b-hxk2x0k6mv] {
    background: #ffffff;
    padding: 5rem 0;
}

.assistant-training-support__grid[b-hxk2x0k6mv] {
    display: grid;
    gap: 3rem;
    align-items: center;
}

.assistant-training-support__quote[b-hxk2x0k6mv] {
    border-radius: 2rem;
    background: #0f172a;
    color: #ffffff;
    padding: 2rem;
    box-shadow: 0 25px 50px rgba(15, 23, 42, 0.16);
}

.assistant-training-support__quote p[b-hxk2x0k6mv] {
    margin: 0;
    color: #f1f5f9;
    font-size: 1rem;
    line-height: 2;
}

.assistant-training-support__copy[b-hxk2x0k6mv] {
    max-width: 48rem;
}

.assistant-training-support__copy p:first-of-type[b-hxk2x0k6mv] {
    margin-top: 1.25rem;
}

.assistant-training-page .dental-hero__pill[b-hxk2x0k6mv] {
    font-weight: 600;
}

.assistant-training-page .dental-hero__button[b-hxk2x0k6mv] {
    font-weight: 600;
}

.assistant-training-page .dental-hero__button--primary[b-hxk2x0k6mv] {
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.assistant-training-page .dental-hero__copy > p:not(.dental-hero__pill)[b-hxk2x0k6mv] {
    line-height: 2;
}

.assistant-training-page .dental-hero__info-card h2[b-hxk2x0k6mv] {
    margin-top: 0.75rem;
}

.assistant-training-page .dental-hero__info-card h3[b-hxk2x0k6mv] {
    font-weight: 600;
}

.assistant-training-page .faq-section[b-hxk2x0k6mv] {
    background: #f1f5f9;
}

.assistant-training-page .faq-section__heading h2[b-hxk2x0k6mv] {
    font-weight: 700;
}

.assistant-training-page .faq-section__button h3[b-hxk2x0k6mv] {
    font-weight: 600;
}

.assistant-training-page .related-takeaways[b-hxk2x0k6mv] {
    background: #f8fafc;
}

.assistant-training-page .related-takeaways__copy h2[b-hxk2x0k6mv] {
    margin-top: 0.75rem;
    font-weight: 700;
}

.assistant-training-page .related-takeaways__copy p[b-hxk2x0k6mv] {
    line-height: 2;
}

@media (min-width: 640px) {
    .assistant-training-highlights__grid[b-hxk2x0k6mv] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .assistant-training-intro__title[b-hxk2x0k6mv] {
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    .assistant-training-cards[b-hxk2x0k6mv] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .assistant-training-shell[b-hxk2x0k6mv] {
        width: min(100% - 4rem, 1280px);
    }

    .assistant-training-highlights__grid[b-hxk2x0k6mv] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0;
    }

    .assistant-training-highlights__item--bordered[b-hxk2x0k6mv] {
        border-bottom: 0;
        border-right: 1px solid #e2e8f0;
    }

    .assistant-training-gaps__grid[b-hxk2x0k6mv],
    .assistant-training-support__grid[b-hxk2x0k6mv] {
        align-items: start;
        gap: 4rem;
    }

    .assistant-training-gaps__grid[b-hxk2x0k6mv] {
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    }

    .assistant-training-support__grid[b-hxk2x0k6mv] {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
    }
}

@media (min-width: 1280px) {
    .assistant-training-cards[b-hxk2x0k6mv] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
/* /Components/Pages/DentalComplianceOverview.razor.rz.scp.css */
.overview-partners[b-v3rf7cqzuv] {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #f8fafc;
    padding: 4rem 0;
}

.overview-partners__title[b-v3rf7cqzuv] {
    color: #020617;
    font-size: clamp(1.875rem, 3vw, 2.25rem);
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -0.04em;
}

.overview-partners__marquee[b-v3rf7cqzuv] {
    position: relative;
    margin-top: 2rem;
    overflow: hidden;
}

.overview-partners__fade[b-v3rf7cqzuv] {
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 5rem;
}

.overview-partners__fade--left[b-v3rf7cqzuv] {
    left: 0;
    background: linear-gradient(to right, #f8fafc, rgba(248, 250, 252, 0));
}

.overview-partners__fade--right[b-v3rf7cqzuv] {
    right: 0;
    background: linear-gradient(to left, #f8fafc, rgba(248, 250, 252, 0));
}

.overview-partner-logo-track[b-v3rf7cqzuv] {
    display: flex;
    width: max-content;
    gap: 1rem;
    animation: overviewPartnerLogoScroll-b-v3rf7cqzuv 56s linear infinite;
}

.overview-partner-card[b-v3rf7cqzuv] {
    display: flex;
    height: 7rem;
    width: 16rem;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 1.5rem;
    background: #ffffff;
    padding: 1.25rem 1.5rem;
    box-shadow: var(--shadow-card);
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.overview-partner-card:hover[b-v3rf7cqzuv],
.overview-partner-card:focus-visible[b-v3rf7cqzuv] {
    border-color: #7dd3fc;
    outline: none;
}

.overview-partner-card__logo[b-v3rf7cqzuv] {
    max-width: 100%;
    max-height: 4rem;
    object-fit: contain;
}

.overview-testimonials[b-v3rf7cqzuv] {
    border-top: 1px solid var(--line);
    background: #ffffff;
    padding: 5rem 0;
}

.overview-testimonials__heading[b-v3rf7cqzuv] {
    text-align: right;
}

.overview-testimonials__heading h2[b-v3rf7cqzuv] {
    color: #020617;
    font-size: clamp(1.875rem, 3vw, 2.25rem);
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -0.04em;
}

.overview-testimonials__carousel-wrap[b-v3rf7cqzuv] {
    position: relative;
    margin-top: 2rem;
}

.overview-testimonials__carousel[b-v3rf7cqzuv] {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 0 2.5rem 1rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.overview-testimonials__carousel[b-v3rf7cqzuv]::-webkit-scrollbar {
    display: none;
}

.overview-testimonial-card[b-v3rf7cqzuv] {
    display: flex;
    min-width: 100%;
    flex-direction: column;
    border: 1px solid var(--line);
    border-radius: 2rem;
    background: #ffffff;
    padding: 1.75rem;
    box-shadow: var(--shadow-card);
}

.overview-testimonial-card__quote[b-v3rf7cqzuv] {
    color: #334155;
    font-size: 1rem;
    line-height: 2;
}

.overview-testimonial-card__source[b-v3rf7cqzuv] {
    margin-top: 1.5rem;
    border-top: 1px solid var(--line);
    padding-top: 1.25rem;
}

.overview-testimonial-card__name[b-v3rf7cqzuv] {
    color: #020617;
    font-weight: 700;
}

.overview-testimonial-card__role[b-v3rf7cqzuv] {
    margin-top: 0.25rem;
    color: #64748b;
    font-size: 0.875rem;
}

.overview-testimonials__arrow-wrap[b-v3rf7cqzuv] {
    pointer-events: none;
    position: absolute;
    inset-block: 0;
    z-index: 10;
    display: flex;
    align-items: center;
}

.overview-testimonials__arrow-wrap--left[b-v3rf7cqzuv] {
    left: 0;
}

.overview-testimonials__arrow-wrap--right[b-v3rf7cqzuv] {
    right: 0;
}

.overview-carousel-arrow[b-v3rf7cqzuv] {
    pointer-events: auto;
    display: inline-flex;
    height: 2.75rem;
    width: 2.75rem;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #ffffff;
    color: #334155;
    cursor: pointer;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: var(--shadow-card);
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        background-color 180ms ease,
        color 180ms ease;
}

.overview-carousel-arrow:hover[b-v3rf7cqzuv],
.overview-carousel-arrow:focus-visible[b-v3rf7cqzuv] {
    transform: translateY(-2px);
    border-color: #7dd3fc;
    background: #f0f9ff;
    color: var(--sky-dark);
    outline: none;
}

.overview-topics[b-v3rf7cqzuv] {
    border-top: 1px solid var(--line);
    background: #f1f5f9;
    padding: 5rem 0;
}

.overview-topics__heading h2[b-v3rf7cqzuv] {
    color: #020617;
    font-size: clamp(1.875rem, 3vw, 2.25rem);
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -0.04em;
}

.overview-topics__heading p[b-v3rf7cqzuv] {
    margin-top: 0.75rem;
    max-width: 52rem;
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.7;
}

.overview-topics__grid[b-v3rf7cqzuv] {
    display: grid;
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.overview-topic-card[b-v3rf7cqzuv] {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid var(--line);
    border-radius: 1.5rem;
    background: #ffffff;
    padding: 1.5rem;
    box-shadow: var(--shadow-card);
    transition:
        transform 0.25s ease-out,
        box-shadow 0.25s ease-out;
    transform-origin: center;
}

.overview-topic-card h3[b-v3rf7cqzuv] {
    color: #020617;
    font-size: 1.5rem;
    line-height: 1.35;
    font-weight: 500;
}

.overview-topic-card p[b-v3rf7cqzuv] {
    margin-top: 1rem;
    flex: 1 1 auto;
    color: #64748b;
    font-size: 1.1rem;
    line-height: 1.75;
}

.overview-topic-card__button[b-v3rf7cqzuv] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
    min-height: 2.4rem;
    border-radius: 999px;
    background: #0284c7;
    color: #ffffff;
    padding: 0 1rem;
    font-size: .88rem;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 8px 16px rgba(2, 132, 199, 0.18);
    transition:
        transform 180ms ease,
        background-color 180ms ease,
        box-shadow 180ms ease;
}

.overview-topic-card__button:hover[b-v3rf7cqzuv],
.overview-topic-card__button:focus-visible[b-v3rf7cqzuv] {
    background: #0369a1;
    box-shadow: 0 10px 18px rgba(2, 132, 199, 0.24);
    outline: none;
}

.overview-topic-card:hover[b-v3rf7cqzuv] {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 12px 16px rgba(22, 22, 22, 0.18);
}

.overview-why[b-v3rf7cqzuv] {
    border-top: 1px solid var(--line);
    background: #ffffff;
    padding: 5rem 0;
}

.overview-why__grid[b-v3rf7cqzuv] {
    display: grid;
    gap: 3rem;
    align-items: start;
}

.overview-why__copy h2[b-v3rf7cqzuv] {
    color: #020617;
    font-size: clamp(1.875rem, 3vw, 2.25rem);
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -0.04em;
}

.overview-why__copy p[b-v3rf7cqzuv] {
    margin-top: 1.25rem;
    color: #64748b;
    font-size: 1.125rem;
    line-height: 1.8;
}

.overview-why__card[b-v3rf7cqzuv] {
    border: 1px solid var(--line);
    border-radius: 2rem;
    background: #f8fafc;
    padding: 2rem;
    box-shadow: var(--shadow-card);
}

.overview-why__card-title[b-v3rf7cqzuv] {
    color: #020617;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.4;
}

.overview-why__list[b-v3rf7cqzuv] {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.overview-why__item[b-v3rf7cqzuv] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.overview-why__check[b-v3rf7cqzuv] {
    display: flex;
    height: 1.5rem;
    width: 1.5rem;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    margin-top: 0.25rem;
    border-radius: 999px;
    background: #e0f2fe;
    color: #0369a1;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
}

.overview-why__text[b-v3rf7cqzuv] {
    color: #334155;
    font-size: 0.875rem;
    line-height: 1.75;
}

@keyframes overviewPartnerLogoScroll-b-v3rf7cqzuv {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@media (min-width: 768px) {
    .overview-testimonial-card[b-v3rf7cqzuv] {
        min-width: calc((100% - 1.5rem) / 2);
        max-width: calc((100% - 1.5rem) / 2);
    }

    .overview-topics__grid[b-v3rf7cqzuv] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .overview-topics__grid[b-v3rf7cqzuv] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .overview-why__grid[b-v3rf7cqzuv] {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}

@media (prefers-reduced-motion: reduce) {
    .overview-partner-logo-track[b-v3rf7cqzuv] {
        animation: none;
    }
}
/* /Components/Pages/DentalCompliancePricing.razor.rz.scp.css */
.pricing-page[b-f311zniivw] {
    overflow-x: clip;
    background: #f8fafc;
    color: #0f172a;
}

.pricing-main[b-f311zniivw] {
    overflow-x: clip;
}

.pricing-shell[b-f311zniivw] {
    width: min(calc(100% - 3rem), 1280px);
    margin: 0 auto;
}

.pricing-hero[b-f311zniivw] {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.pricing-hero[b-f311zniivw]::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(14, 165, 233, 0.14), transparent 34%),
        radial-gradient(circle at top left, rgba(56, 189, 248, 0.10), transparent 28%);
    pointer-events: none;
}

.pricing-hero__shell[b-f311zniivw] {
    position: relative;
    padding: 5rem 0 6rem;
}

.pricing-hero__grid[b-f311zniivw] {
    display: grid;
    gap: 3rem;
    align-items: center;
}

.pricing-hero__copy[b-f311zniivw] {
    max-width: 56rem;
}

.pricing-hero__pill[b-f311zniivw] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    background: #f0f9ff;
    color: #0369a1;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25;
}

.pricing-hero__title[b-f311zniivw] {
    margin-top: 1.25rem;
    max-width: 64rem;
    color: #020617;
    font-size: clamp(2.25rem, 5vw, 3.75rem);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.045em;
}

.pricing-hero__description[b-f311zniivw] {
    margin-top: 1.5rem;
    max-width: 42rem;
    color: #475569;
    font-size: 1.125rem;
    line-height: 2;
}

.pricing-hero__actions[b-f311zniivw] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 2rem;
}

.pricing-button[b-f311zniivw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition:
        transform 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        color 180ms ease,
        box-shadow 180ms ease;
}

.pricing-button:hover[b-f311zniivw],
.pricing-button:focus-visible[b-f311zniivw] {
    outline: none;
}

.pricing-button--primary[b-f311zniivw] {
    border-color: #0369a1;
    background: #0369a1;
    color: #ffffff;
    box-shadow: 0 1px 2px rgba(2, 132, 199, 0.18);
}

.pricing-button--primary:hover[b-f311zniivw],
.pricing-button--primary:focus-visible[b-f311zniivw] {
    border-color: #075985;
    background: #075985;
    color: #ffffff;
}

.pricing-button--outline[b-f311zniivw] {
    border-color: #cbd5e1;
    background: #ffffff;
    color: #334155;
}

.pricing-button--outline:hover[b-f311zniivw],
.pricing-button--outline:focus-visible[b-f311zniivw] {
    border-color: #cbd5e1;
    background: #f8fafc;
    color: #0f172a;
}

.pricing-button--lg[b-f311zniivw] {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
}

.pricing-button--md[b-f311zniivw] {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.pricing-button--compact[b-f311zniivw] {
    padding: 0.85rem 1.4rem;
    font-size: 0.875rem;
    font-weight: 700;
}

.pricing-button--purchase[b-f311zniivw] {
    width: 100%;
    margin-top: 1.5rem;
    padding: 0.75rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 700;
}

.pricing-button[disabled][b-f311zniivw] {
    cursor: not-allowed;
    opacity: 0.6;
    transform: none;
}

.pricing-hero__card[b-f311zniivw] {
    border: 1px solid #cbd5e1;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.9);
    padding: 1.5rem;
    box-shadow:
        0 20px 25px -5px rgba(15, 23, 42, 0.1),
        0 8px 10px -6px rgba(15, 23, 42, 0.08),
        0 0 0 1px rgba(15, 23, 42, 0.03);
    backdrop-filter: blur(12px);
}

.pricing-hero__card-title[b-f311zniivw] {
    color: #020617;
    font-size: 1.25rem;
    line-height: 1.25;
    font-weight: 700;
}

.pricing-hero__card-subtitle[b-f311zniivw] {
    margin-top: 0.5rem;
    color: #475569;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pricing-hero__card-list[b-f311zniivw] {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.pricing-hero__card-item[b-f311zniivw] {
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #f8fafc;
    padding: 1rem;
}

.pricing-hero__card-item-title[b-f311zniivw] {
    color: #020617;
    font-size: 0.875rem;
    font-weight: 700;
}

.pricing-hero__card-item-text[b-f311zniivw] {
    margin-top: 0.5rem;
    color: #475569;
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.5;
}

.pricing-comparison[b-f311zniivw] {
    padding: 4rem 0;
}

.pricing-comparison__intro[b-f311zniivw] {
    max-width: 48rem;
    margin-bottom: 2rem;
}

.pricing-comparison__title[b-f311zniivw],
.pricing-finder__title[b-f311zniivw],
.pricing-addons__title[b-f311zniivw],
.pricing-catalog__title[b-f311zniivw] {
    color: #020617;
    font-size: clamp(1.875rem, 3vw, 2.25rem);
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.pricing-comparison__subtitle[b-f311zniivw],
.pricing-finder__subtitle[b-f311zniivw],
.pricing-addons__subtitle[b-f311zniivw],
.pricing-catalog__subtitle[b-f311zniivw] {
    margin-top: 0.75rem;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.75;
}

.pricing-comparison__subtitle[b-f311zniivw],
.pricing-addons__subtitle[b-f311zniivw] {
    white-space: normal;
}

.pricing-table-frame[b-f311zniivw] {
    overflow: hidden;
    border: 1px solid #0ea5e9;
    border-radius: 1.5rem;
    background: #ffffff;
    box-shadow:
        0 1px 3px rgba(15, 23, 42, 0.06),
        0 0 0 1px rgba(186, 230, 253, 0.9);
}

.pricing-table-scroll[b-f311zniivw] {
    overflow-x: auto;
}

.pricing-table[b-f311zniivw] {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    text-align: left;
    font-size: 0.875rem;
}

.pricing-table thead[b-f311zniivw] {
    background: #f8fafc;
    color: #334155;
}

.pricing-table th[b-f311zniivw] {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
}

.pricing-table__package-head[b-f311zniivw] {
    text-align: left;
}

.pricing-table__feature-head[b-f311zniivw] {
    text-align: center;
}

.pricing-table tbody tr[b-f311zniivw] {
    border-top: 1px solid #f1f5f9;
}

.pricing-table tbody tr:hover[b-f311zniivw] {
    background: rgba(248, 250, 252, 0.7);
}

.pricing-table td[b-f311zniivw] {
    padding: 0.75rem 1rem;
    vertical-align: middle;
}

.pricing-table__package[b-f311zniivw] {
    color: #020617;
    font-size: 1.125rem;
    font-weight: 400;
}

.pricing-table__feature-cell[b-f311zniivw] {
    text-align: center;
}

.pricing-table__mark[b-f311zniivw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 999px;
    font-size: 0.8125rem;
    line-height: 1;
}

.pricing-table__mark--yes[b-f311zniivw] {
    background: #e0f2fe;
    color: #0369a1;
}

.pricing-table__mark--no[b-f311zniivw] {
    color: #cbd5e1;
}

.pricing-finder[b-f311zniivw] {
    padding: 3.5rem 0;
}

.pricing-finder__intro[b-f311zniivw] {
    margin-bottom: 2rem;
}

.pricing-finder__controls[b-f311zniivw] {
    margin-top: 1.5rem;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #ffffff;
    padding: 1rem;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.pricing-finder__bar[b-f311zniivw] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pricing-finder__count[b-f311zniivw] {
    flex: 0 0 auto;
    color: #475569;
    font-size: 0.875rem;
    font-weight: 500;
}

.pricing-finder__count span[b-f311zniivw] {
    color: #020617;
    font-weight: 700;
}

.pricing-finder__filters[b-f311zniivw] {
    display: grid;
    gap: 0.75rem;
}

.pricing-filter[b-f311zniivw],
.pricing-field-group[b-f311zniivw] {
    display: block;
}

.pricing-filter__label[b-f311zniivw] {
    display: block;
    margin-bottom: 0.375rem;
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pricing-field[b-f311zniivw] {
    width: 100%;
    height: 2.5rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    background: #ffffff;
    color: #334155;
    padding: 0 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    outline: none;
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

.pricing-field:hover[b-f311zniivw] {
    border-color: #cbd5e1;
}

.pricing-field:focus[b-f311zniivw] {
    border-color: #0ea5e9;
    box-shadow: 0 0 0 4px rgba(224, 242, 254, 0.85);
}

.pricing-clear-button[b-f311zniivw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #0369a1;
    cursor: pointer;
    padding: 0.5rem 0.875rem;
    font-size: 0.875rem;
    font-weight: 700;
    transition:
        background-color 180ms ease,
        color 180ms ease,
        transform 180ms ease;
}

.pricing-clear-button:hover[b-f311zniivw],
.pricing-clear-button:focus-visible[b-f311zniivw] {
    background: #f0f9ff;
    color: #075985;
    outline: none;
}

.pricing-finder__grid[b-f311zniivw] {
    display: grid;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.pricing-package-card[b-f311zniivw] {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    overflow: visible;
    border: 1px solid #e2e8f0;
    border-radius: 1.5rem;
    background: #ffffff;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
    transform-origin: center;
    transition:
        transform 250ms ease-out,
        box-shadow 250ms ease-out,
        border-color 250ms ease-out;
}

.pricing-package-card:hover[b-f311zniivw] {
    transform: translateY(-4px);
    box-shadow: 0 12px 16px rgba(22, 22, 22, 0.18);
}

.pricing-package-card--featured[b-f311zniivw] {
    border-color: #7dd3fc;
    box-shadow: 0 0 0 1px rgba(186, 230, 253, 1), 0 1px 3px rgba(15, 23, 42, 0.06);
}

.pricing-package-card__badge[b-f311zniivw] {
    position: absolute;
    top: 1.75rem;
    right: 1rem;
    border-radius: 999px;
    background: #e0f2fe;
    color: #0369a1;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 700;
}

.pricing-package-card__tier[b-f311zniivw] {
    position: absolute;
    top: -0.75rem;
    right: -0.5rem;
    border: 1px solid #7dd3fc;
    border-radius: 999px;
    background: #ffffff;
    color: #0369a1;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.pricing-package-card__body[b-f311zniivw] {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.pricing-package-card__title[b-f311zniivw] {
    padding-right: 5rem;
    color: #020617;
    font-size: 1.5rem;
    line-height: 1.35;
    font-weight: 600;
}

.pricing-package-card__summary[b-f311zniivw] {
    margin-top: 0.75rem;
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pricing-package-card__details[b-f311zniivw] {
    display: grid;
    gap: 1rem;
    margin-top: 1.25rem;
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pricing-package-card__details strong[b-f311zniivw] {
    color: #020617;
    font-weight: 700;
}

.pricing-package-card__list[b-f311zniivw] {
    margin: 0.5rem 0 0;
    padding-left: 1.25rem;
    list-style: disc;
}

.pricing-package-card__list li + li[b-f311zniivw] {
    margin-top: 0.25rem;
}

.pricing-package-card__price-wrap[b-f311zniivw] {
    margin-top: 1.5rem;
    border-top: 1px solid #f1f5f9;
    padding-top: 1.5rem;
}

.pricing-package-card__price-label[b-f311zniivw] {
    color: #64748b;
    font-size: 0.875rem;
    font-weight: 700;
}

.pricing-package-card__price[b-f311zniivw] {
    margin-top: 0.25rem;
    color: #020617;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1;
}

.pricing-addons[b-f311zniivw] {
    background: #ffffff;
    padding: 4rem 0;
}

.pricing-addons__intro[b-f311zniivw] {
    max-width: 48rem;
    margin-bottom: 2.5rem;
}

.pricing-addons__grid[b-f311zniivw] {
    display: grid;
    gap: 1.5rem;
}

.pricing-addon-card[b-f311zniivw] {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    border: 1px solid #e2e8f0;
    border-radius: 1.5rem;
    background: #f8fafc;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
    transform-origin: center;
    transition:
        transform 250ms ease-out,
        box-shadow 250ms ease-out;
}

.pricing-addon-card:hover[b-f311zniivw] {
    transform: translateY(-4px);
    box-shadow: 0 12px 16px rgba(22, 22, 22, 0.18);
}

.pricing-addon-card__eyebrow[b-f311zniivw] {
    color: #0369a1;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pricing-addon-card__title[b-f311zniivw] {
    margin-top: 1rem;
    color: #020617;
    font-size: 1.5rem;
    line-height: 1.35;
    font-weight: 600;
}

.pricing-addon-card__price[b-f311zniivw] {
    margin-top: 1rem;
    color: #020617;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.1;
}

.pricing-addon-card__description[b-f311zniivw] {
    margin-top: 1rem;
    flex: 1;
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pricing-addons__callout[b-f311zniivw] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
    border: 1px solid #e2e8f0;
    border-radius: 1.5rem;
    background: #ffffff;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.pricing-addons__callout-title[b-f311zniivw] {
    color: #020617;
    font-size: 1.125rem;
    font-weight: 700;
}

.pricing-addons__callout-text[b-f311zniivw] {
    margin-top: 0.25rem;
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pricing-addons__callout-button[b-f311zniivw] {
    width: auto;
    align-self: flex-start;
}

.pricing-catalog[b-f311zniivw] {
    background: #f8fafc;
    padding: 4rem 0;
}

.pricing-catalog__intro[b-f311zniivw] {
    max-width: 48rem;
    margin-bottom: 2rem;
}

.pricing-catalog__card[b-f311zniivw] {
    border: 1px solid #e2e8f0;
    border-radius: 1.5rem;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.pricing-catalog__inner[b-f311zniivw] {
    padding: 1.25rem;
}

.pricing-catalog__controls[b-f311zniivw] {
    display: grid;
    gap: 1rem;
}

.pricing-catalog__status[b-f311zniivw] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.25rem;
    border-top: 1px solid #f1f5f9;
    padding-top: 1.25rem;
}

.pricing-catalog__status p[b-f311zniivw] {
    color: #64748b;
    font-size: 0.875rem;
}

.pricing-catalog__status span[b-f311zniivw] {
    color: #020617;
    font-weight: 700;
}

.pricing-catalog__list[b-f311zniivw] {
    overflow-y: auto;
    max-height: 24rem;
    margin-top: 1.25rem;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #ffffff;
}

.pricing-catalog__items[b-f311zniivw] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-catalog__item[b-f311zniivw] {
    display: grid;
    gap: 0.5rem;
    border-bottom: 1px solid #f1f5f9;
    padding: 0.75rem 1rem;
}

.pricing-catalog__item:last-child[b-f311zniivw] {
    border-bottom: 0;
}

.pricing-catalog__item-title[b-f311zniivw] {
    color: #020617;
    font-size: 0.875rem;
    font-weight: 500;
}

.pricing-catalog__item-category[b-f311zniivw] {
    color: #64748b;
    font-size: 0.875rem;
}

.pricing-catalog__empty[b-f311zniivw] {
    border: 1px dashed #cbd5e1;
    border-radius: 1rem;
    background: #ffffff;
    padding: 1.5rem;
    text-align: center;
}

.pricing-catalog__empty-title[b-f311zniivw] {
    color: #020617;
    font-weight: 700;
}

.pricing-catalog__empty-text[b-f311zniivw] {
    margin-top: 0.25rem;
    color: #64748b;
    font-size: 0.875rem;
}

.pricing-catalog__button[b-f311zniivw] {
    width: auto;
    margin-top: 1.5rem;
}

@media (min-width: 640px) {
    .pricing-hero__actions[b-f311zniivw] {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .pricing-hero__card[b-f311zniivw] {
        padding: 2rem;
    }

    .pricing-finder__filters[b-f311zniivw] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pricing-catalog__status[b-f311zniivw] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .pricing-catalog__item[b-f311zniivw] {
        grid-template-columns: minmax(0, 1fr) minmax(0, 11.25rem);
        align-items: center;
    }
}

@media (min-width: 1024px) {
    .pricing-shell[b-f311zniivw] {
        width: min(calc(100% - 4rem), 1280px);
    }

    .pricing-hero__grid[b-f311zniivw] {
        grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    }

    .pricing-comparison__subtitle[b-f311zniivw],
    .pricing-addons__subtitle[b-f311zniivw] {
        white-space: nowrap;
    }

    .pricing-finder__grid[b-f311zniivw],
    .pricing-addons__grid[b-f311zniivw] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pricing-catalog__controls[b-f311zniivw] {
        grid-template-columns: minmax(0, 1fr) 16.25rem;
        align-items: end;
    }
}

@media (min-width: 1280px) {
    .pricing-finder__bar[b-f311zniivw] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
    }

    .pricing-finder__filters[b-f311zniivw] {
        min-width: 45rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pricing-button[b-f311zniivw],
    .pricing-package-card[b-f311zniivw],
    .pricing-addon-card[b-f311zniivw],
    .pricing-clear-button[b-f311zniivw] {
        transition: none;
    }

    .pricing-button:hover[b-f311zniivw],
    .pricing-button:focus-visible[b-f311zniivw],
    .pricing-package-card:hover[b-f311zniivw],
    .pricing-addon-card:hover[b-f311zniivw],
    .pricing-clear-button:hover[b-f311zniivw],
    .pricing-clear-button:focus-visible[b-f311zniivw] {
        transform: none;
    }
}
/* /Components/Pages/DentalHipaaCompliance.razor.rz.scp.css */
.hipaa-support[b-m927m6ke13] {
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    padding: 5rem 0;
}

.hipaa-section-heading[b-m927m6ke13] {
    max-width: 52rem;
}

.hipaa-support .hipaa-section-kicker[b-m927m6ke13] {
    display: none;
}

.hipaa-section-kicker[b-m927m6ke13] {
    margin: 0 0 0.75rem;
    color: #0369a1;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hipaa-section-heading h2[b-m927m6ke13] {
    margin: 0;
    color: #020617;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.045em;
}

.hipaa-section-heading > p:not(.hipaa-section-kicker)[b-m927m6ke13] {
    margin: 1rem 0 0;
    color: #64748b;
    font-size: 1.125rem;
    line-height: 1.75;
}

.hipaa-support__grid[b-m927m6ke13] {
    display: grid;
    gap: 2rem;
    margin-top: 2.75rem;
}

.hipaa-support-card[b-m927m6ke13] {
    position: relative;
    border: 1px solid #cbd5e1;
    border-radius: 2rem;
    background: #f8fafc;
    padding: 2rem;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
    transition:
        transform 0.25s ease-out,
        box-shadow 0.25s ease-out;
    transform-origin: center;
}

.hipaa-support-card:hover[b-m927m6ke13] {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 12px 16px rgba(22, 22, 22, 0.18);
}

.hipaa-support-card--featured[b-m927m6ke13] {
    border: 2px solid #0284c7;
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(2, 132, 199, 0.12);
}

.hipaa-support-card__badge[b-m927m6ke13] {
    position: absolute;
    top: -0.7rem;
    right: -0.7rem;
    display: inline-flex;
    min-width: 4.2rem;
    min-height: 1.85rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #0284c7;
    color: #ffffff;
    padding: 0 0.9rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.hipaa-support-card:first-child .hipaa-support-card__badge[b-m927m6ke13] {
    background: #334155;
}

.hipaa-support-card h3[b-m927m6ke13] {
    margin: 0;
    color: #020617;
    font-size: 1.55rem;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: -0.035em;
}

.hipaa-support-card__list[b-m927m6ke13] {
    display: grid;
    gap: 0.9rem;
    margin: 1.25rem 0 0;
    padding-left: 1.15rem;
    color: #475569;
}

.hipaa-support-card__list li[b-m927m6ke13] {
    padding-left: 0.35rem;
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.65;
}

.hipaa-support-card__options[b-m927m6ke13] {
    margin-top: 1.75rem;
    border-top: 1px solid #dbe5f0;
    padding-top: 1.2rem;
}

.hipaa-support-card__options p[b-m927m6ke13] {
    margin: 0;
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hipaa-support-card--featured .hipaa-support-card__options p[b-m927m6ke13] {
    color: #0284c7;
}

.hipaa-support-card__chips[b-m927m6ke13] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 0.9rem;
}

.hipaa-support-card__chips a[b-m927m6ke13] {
    display: inline-flex;
    min-height: 2.15rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #ffffff;
    color: #1e293b;
    padding: 0 1.1rem;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        background-color 180ms ease,
        color 180ms ease;
}

.hipaa-support-card__chips a:hover[b-m927m6ke13],
.hipaa-support-card__chips a:focus-visible[b-m927m6ke13] {
    transform: translateY(-2px);
    border-color: #0284c7;
    background: #f0f9ff;
    color: #0369a1;
    outline: none;
}

.hipaa-support-card-undertext[b-m927m6ke13] {
    margin: 1rem 0 0;
    color: #64748b;
    font-size: 1.125rem;
    line-height: 1.75;
    text-align: center;
    padding-top: 1rem;
}

.hipaa-requirements[b-m927m6ke13] {
    background: #ffffff;
    padding: 5rem 0;
}

.hipaa-requirements__heading[b-m927m6ke13] {
    max-width: 56rem;
}

.hipaa-requirements__heading h2[b-m927m6ke13] {
    margin: 0;
    color: #020617;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.045em;
}

.hipaa-requirements__heading p[b-m927m6ke13] {
    margin: 1rem 0 0;
    color: #64748b;
    font-size: 1.125rem;
    line-height: 1.75;
}

.hipaa-requirements__content[b-m927m6ke13] {
    margin-top: 2rem;
}

.hipaa-requirements__label[b-m927m6ke13] {
    margin: 0;
    color: #020617;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
}

.hipaa-requirements__label--spaced[b-m927m6ke13] {
    margin-top: 2rem;
}

.hipaa-requirements__list[b-m927m6ke13] {
    margin: 1rem 0 0;
    padding-left: 1.25rem;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.75;
}

.hipaa-requirements__list li[b-m927m6ke13] {
    break-inside: avoid;
    margin-bottom: 0.5rem;
    padding-left: 0.25rem;
}

.hipaa-requirements__list a[b-m927m6ke13] {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: #38bdf8;
    text-underline-offset: 0.25rem;
}

.hipaa-requirements__list a:hover[b-m927m6ke13],
.hipaa-requirements__list a:focus-visible[b-m927m6ke13] {
    color: #0284c7;
    outline: none;
}

.hipaa-citations[b-m927m6ke13] {
    display: block;
    margin-top: 0.15rem;
    color: #94a3b8;
    font-size: 0.75rem;
    line-height: 1.5;
}

.hipaa-citations a[b-m927m6ke13] {
    color: #94a3b8;
    text-decoration-color: #cbd5e1;
    text-underline-offset: 0.2rem;
}

.hipaa-citations a:hover[b-m927m6ke13],
.hipaa-citations a:focus-visible[b-m927m6ke13] {
    color: #0284c7;
}

.hipaa-checklist-cta[b-m927m6ke13] {
    background: #0f172a;
    color: #ffffff;
    padding: 3rem 0;
}

.hipaa-checklist-cta__content[b-m927m6ke13] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

.hipaa-checklist-cta__content h3[b-m927m6ke13] {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.6rem, 3vw, 2.25rem);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.hipaa-checklist-cta__content p[b-m927m6ke13] {
    margin: 0;
    color: #cbd5e1;
    font-size: 1.125rem;
    line-height: 1.75;
}

.hipaa-checklist-cta__button[b-m927m6ke13] {
    margin-top: 0.75rem;
    border: 0;
    border-radius: 999px;
    background: #0ea5e9;
    color: #ffffff;
    cursor: pointer;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 500;
    transition:
        transform 180ms ease,
        background-color 180ms ease;
}

.hipaa-checklist-cta__button:hover[b-m927m6ke13],
.hipaa-checklist-cta__button:focus-visible[b-m927m6ke13] {
    transform: translateY(-2px);
    background: #38bdf8;
    outline: none;
}

.hipaa-modal-backdrop[b-m927m6ke13] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(2, 6, 23, 0.72);
    padding: 1.5rem;
}

.hipaa-modal[b-m927m6ke13] {
    position: relative;
    width: min(100%, 36rem);
    border-radius: 2rem;
    background: #ffffff;
    padding: 2rem;
    box-shadow: 0 30px 80px rgba(2, 6, 23, 0.35);
}

.hipaa-modal__header[b-m927m6ke13] {
    display: grid;
    gap: 0.75rem;
    padding-right: 3rem;
}

.hipaa-modal__header h3[b-m927m6ke13] {
    margin: 0;
    color: #020617;
    font-size: 1.875rem;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.045em;
}

.hipaa-modal__header p[b-m927m6ke13] {
    margin: 0;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.75;
}

.hipaa-modal__close[b-m927m6ke13] {
    display: inline-flex;
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    height: 2.25rem;
    width: 2.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f1f5f9;
    color: #64748b;
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 1;
}

.hipaa-modal__close:hover[b-m927m6ke13],
.hipaa-modal__close:focus-visible[b-m927m6ke13] {
    background: #e2e8f0;
    color: #334155;
    outline: none;
}

.hipaa-modal__form[b-m927m6ke13] {
    display: grid;
    gap: 1.25rem;
    margin-top: 2rem;
}

.hipaa-modal__status[b-m927m6ke13] {
    margin: -0.25rem 0 0;
    color: #b91c1c;
    font-size: 0.9rem;
    line-height: 1.6;
}

.hipaa-modal__download-link[b-m927m6ke13] {
    color: #0284c7;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 0.2rem;
}

.hipaa-modal__download-link:hover[b-m927m6ke13],
.hipaa-modal__download-link:focus-visible[b-m927m6ke13] {
    color: #0369a1;
    outline: none;
}

.hipaa-modal__fallback[b-m927m6ke13] {
    margin: 0.25rem 0 0;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.6;
}

.hipaa-modal__fallback a[b-m927m6ke13] {
    color: #0284c7;
    font-weight: 600;
    text-decoration: none;
}

.hipaa-modal__fallback a:hover[b-m927m6ke13],
.hipaa-modal__fallback a:focus-visible[b-m927m6ke13] {
    text-decoration: underline;
    outline: none;
}

.hipaa-modal__field-grid[b-m927m6ke13] {
    display: grid;
    gap: 1.25rem;
}

.hipaa-modal__form label[b-m927m6ke13] {
    display: block;
    color: #334155;
    font-size: 0.875rem;
    font-weight: 500;
}

.hipaa-modal__form input[b-m927m6ke13] {
    width: 100%;
    margin-top: 0.5rem;
    border: 1px solid #cbd5e1;
    border-radius: 1rem;
    padding: 0.85rem 1rem;
    color: #020617;
    font: inherit;
}

.hipaa-modal__form input:focus[b-m927m6ke13] {
    border-color: #0ea5e9;
    outline: 2px solid #bae6fd;
}

.hipaa-modal__submit[b-m927m6ke13] {
    width: fit-content;
    border: 0;
    border-radius: 999px;
    background: #0284c7;
    color: #ffffff;
    cursor: pointer;
    padding: 0.85rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 600;
}

.hipaa-modal__submit:disabled[b-m927m6ke13] {
    cursor: wait;
    opacity: 0.7;
}

.hipaa-modal__submit:hover[b-m927m6ke13],
.hipaa-modal__submit:focus-visible[b-m927m6ke13] {
    background: #0369a1;
    outline: none;
}

.hipaa-modal__success[b-m927m6ke13] {
    display: grid;
    justify-items: center;
    gap: 1rem;
    padding: 2rem 0 0.5rem;
    text-align: center;
}

.hipaa-modal__success-icon[b-m927m6ke13] {
    display: flex;
    width: 3.5rem;
    height: 3.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #e0f2fe;
    color: #0369a1;
    font-size: 1.6rem;
    font-weight: 700;
}

.hipaa-modal__success h3[b-m927m6ke13] {
    margin: 0;
    color: #020617;
    font-size: 1.875rem;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.045em;
}

.hipaa-modal__success p[b-m927m6ke13] {
    margin: 0;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.75;
}

.hipaa-modal__success .hipaa-modal__submit[b-m927m6ke13] {
    margin-top: 1.5rem;
}

.hipaa-risks[b-m927m6ke13] {
    background: #ffffff;
    padding: 5rem 0;
}

.hipaa-risks__grid[b-m927m6ke13] {
    display: grid;
    gap: 3rem;
    align-items: start;
}

.hipaa-risks__copy h2[b-m927m6ke13] {
    margin: 0;
    color: #020617;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.045em;
}

.hipaa-risks__copy p[b-m927m6ke13] {
    margin: 1.25rem 0 0;
    color: #64748b;
    font-size: 1.125rem;
    line-height: 1.8;
}

.hipaa-risks__card[b-m927m6ke13] {
    border: 1px solid #e2e8f0;
    border-radius: 2rem;
    background: #f8fafc;
    padding: 2rem;
    box-shadow: var(--shadow-card);
}

.hipaa-risks__card h3[b-m927m6ke13] {
    margin: 0;
    color: #020617;
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 500;
}

.hipaa-risks__list[b-m927m6ke13] {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.hipaa-risks__item[b-m927m6ke13] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.hipaa-risks__check[b-m927m6ke13] {
    display: flex;
    height: 1.5rem;
    width: 1.5rem;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    margin-top: 0.2rem;
    border-radius: 999px;
    background: #e0f2fe;
    color: #0369a1;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
}

.hipaa-risks__item span:last-child[b-m927m6ke13] {
    color: #334155;
    font-size: 0.875rem;
    line-height: 1.75;
}

.hipaa-incident[b-m927m6ke13] {
    border-top: 1px solid #e2e8f0;
    background: #f1f5f9;
    padding: 5rem 0;
}

.hipaa-incident__grid[b-m927m6ke13] {
    display: grid;
    gap: 3rem;
    align-items: center;
}

.hipaa-incident__image-card[b-m927m6ke13] {
    overflow: hidden;
    border-radius: 2rem;
    background: #ffffff;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.1);
}

.hipaa-incident__image[b-m927m6ke13] {
    display: block;
    width: 100%;
    height: clamp(26rem, 65vw, 38rem);
    object-fit: cover;
    object-position: center;
}

.hipaa-incident__copy[b-m927m6ke13] {
    max-width: 42rem;
}

.hipaa-incident__copy h2[b-m927m6ke13] {
    margin: 0;
    color: #020617;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.045em;
}

.hipaa-incident__copy p[b-m927m6ke13] {
    margin: 1.35rem 0 0;
    color: #475569;
    font-size: 1.125rem;
    line-height: 1.8;
}

.hipaa-incident__list[b-m927m6ke13] {
    display: grid;
    gap: 0.85rem;
    margin: 1.75rem 0 0;
    padding-left: 1.25rem;
    color: #475569;
}

.hipaa-incident__list li[b-m927m6ke13] {
    padding-left: 0.4rem;
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.7;
}

.hipaa-incident__button[b-m927m6ke13] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    margin-top: 1.75rem;
    border-radius: 999px;
    background: #0284c7;
    color: #ffffff;
    padding: 0 1.75rem;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(2, 132, 199, 0.22);
    transition:
        transform 180ms ease,
        background-color 180ms ease,
        box-shadow 180ms ease;
}

.hipaa-incident__button:hover[b-m927m6ke13],
.hipaa-incident__button:focus-visible[b-m927m6ke13] {
    transform: translateY(-2px);
    background: #0369a1;
    box-shadow: 0 14px 28px rgba(2, 132, 199, 0.28);
    outline: none;
}

.hipaa-docs[b-m927m6ke13] {
    background: #ffffff;
    padding: 5rem 0;
}

.hipaa-docs__heading[b-m927m6ke13] {
    max-width: 56rem;
}

.hipaa-docs__heading h2[b-m927m6ke13] {
    margin: 0;
    color: #020617;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.045em;
}

.hipaa-docs__heading p[b-m927m6ke13] {
    margin: 1rem 0 0;
    color: #64748b;
    font-size: 1.125rem;
    line-height: 1.75;
}

.hipaa-docs__grid[b-m927m6ke13] {
    display: grid;
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.hipaa-docs-card[b-m927m6ke13] {
    border: 1px solid #e2e8f0;
    border-radius: 2rem;
    background: #f8fafc;
    padding: 1.5rem;
    box-shadow: var(--shadow-card);
}

.hipaa-docs-card h3[b-m927m6ke13] {
    margin: 0;
    color: #020617;
    font-size: 1.25rem;
    line-height: 1.25;
    font-weight: 500;
}

.hipaa-docs-card p[b-m927m6ke13] {
    margin: 0.9rem 0 0;
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.75;
}

.hipaa-policies[b-m927m6ke13] {
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
    padding: 5rem 0;
}

.hipaa-policies__heading[b-m927m6ke13] {
    max-width: 56rem;
}

.hipaa-policies__heading h2[b-m927m6ke13] {
    margin: 0;
    color: #020617;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.045em;
}

.hipaa-policies__heading p[b-m927m6ke13] {
    margin: 1rem 0 0;
    color: #64748b;
    font-size: 1.125rem;
    line-height: 1.75;
}

.hipaa-policies__grid[b-m927m6ke13] {
    display: grid;
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.hipaa-policy-card[b-m927m6ke13] {
    border: 1px solid #e2e8f0;
    border-radius: 2rem;
    background: #ffffff;
    padding: 1.75rem;
    box-shadow: var(--shadow-card);
}

.hipaa-policy-card h3[b-m927m6ke13] {
    margin: 0;
    color: #020617;
    font-size: 1.35rem;
    line-height: 1.25;
    font-weight: 500;
}

.hipaa-policy-card p[b-m927m6ke13] {
    margin: 1rem 0 0;
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.75;
}

.hipaa-privacy-officer[b-m927m6ke13] {
    border-top: 1px solid #e2e8f0;
    background: #ffffff;
    padding: 5rem 0;
}

.hipaa-privacy-officer__grid[b-m927m6ke13] {
    display: grid;
    gap: 3rem;
    align-items: center;
}

.hipaa-privacy-officer__image-card[b-m927m6ke13] {
    overflow: hidden;
    border-radius: 2rem;
    background: #ffffff;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.1);
}

.hipaa-privacy-officer__image[b-m927m6ke13] {
    display: block;
    width: 100%;
    height: clamp(24rem, 60vw, 34rem);
    object-fit: cover;
    object-position: center;
}

.hipaa-privacy-officer__copy h2[b-m927m6ke13] {
    margin: 0;
    color: #020617;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.045em;
}

.hipaa-privacy-officer__copy p[b-m927m6ke13] {
    margin: 1.35rem 0 0;
    color: #475569;
    font-size: 1.125rem;
    line-height: 1.8;
}

@media (min-width: 768px) {
    .hipaa-support__grid[b-m927m6ke13] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hipaa-requirements__list--columns[b-m927m6ke13] {
        columns: 2;
        column-gap: 2rem;
    }

    .hipaa-modal__field-grid[b-m927m6ke13] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hipaa-docs__grid[b-m927m6ke13],
    .hipaa-policies__grid[b-m927m6ke13] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .hipaa-risks__grid[b-m927m6ke13],
    .hipaa-privacy-officer__grid[b-m927m6ke13] {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .hipaa-incident__grid[b-m927m6ke13] {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    }

    .hipaa-incident__image[b-m927m6ke13] {
        height: 27rem;
    }

    .hipaa-privacy-officer__grid[b-m927m6ke13] {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    }

    .hipaa-privacy-officer__image[b-m927m6ke13] {
        height: 20rem;
    }
}

@media (min-width: 1280px) {
    .hipaa-support__grid[b-m927m6ke13],
    .hipaa-docs__grid[b-m927m6ke13] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
/* /Components/Pages/DentalLms.razor.rz.scp.css */
.dental-lms-page[b-bp36hype5c] {
    background: #ffffff;
    color: #0f172a;
}

.lms-shell[b-bp36hype5c] {
    width: min(100% - 3rem, 1280px);
    margin: 0 auto;
}

.lms-breadcrumb-bar[b-bp36hype5c] {
    border-bottom: 1px solid #e2e8f0;
    background: #ffffff;
    padding: 1rem 0;
    color: #64748b;
    font-size: 0.875rem;
}

.lms-breadcrumb-bar__shell[b-bp36hype5c] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.lms-breadcrumb-bar a[b-bp36hype5c] {
    color: #64748b;
}

.lms-breadcrumb-bar strong[b-bp36hype5c] {
    color: #1e293b;
    font-weight: 600;
}

.lms-hero[b-bp36hype5c] {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.lms-hero[b-bp36hype5c]::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at top right, rgba(14, 165, 233, 0.12), transparent 32%),
        radial-gradient(circle at left, rgba(2, 132, 199, 0.08), transparent 28%);
}

.lms-hero__grid[b-bp36hype5c] {
    position: relative;
    display: grid;
    gap: 3rem;
    padding: 4rem 0;
    align-items: center;
}

.lms-hero__copy[b-bp36hype5c] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lms-hero__pill[b-bp36hype5c] {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    border: 1px solid #bae6fd;
    border-radius: 999px;
    background: #f0f9ff;
    padding: 0.35rem 0.75rem;
    color: #0369a1;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.lms-hero__copy h1[b-bp36hype5c] {
    max-width: 48rem;
    margin: 1.25rem 0 0;
    color: #020617;
    font-size: clamp(2.25rem, 5vw, 4rem);
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.055em;
}

.lms-hero__copy p[b-bp36hype5c] {
    max-width: 42rem;
    margin: 1.5rem 0 0;
    color: #475569;
    font-size: 1.125rem;
    line-height: 1.8;
}

.lms-hero__actions[b-bp36hype5c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    margin-top: 2rem;
}

.lms-button[b-bp36hype5c] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    border-radius: 999px;
    padding: 0 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition:
        transform 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        color 180ms ease,
        box-shadow 180ms ease;
}

.lms-button:hover[b-bp36hype5c],
.lms-button:focus-visible[b-bp36hype5c] {
    transform: translateY(-2px);
    outline: none;
}

.lms-button--primary[b-bp36hype5c] {
    border: 1px solid #0284c7;
    background: #0284c7;
    color: #ffffff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.lms-button--primary:hover[b-bp36hype5c],
.lms-button--primary:focus-visible[b-bp36hype5c] {
    border-color: #0369a1;
    background: #0369a1;
}

.lms-button--secondary[b-bp36hype5c] {
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #1e293b;
}

.lms-button--secondary:hover[b-bp36hype5c],
.lms-button--secondary:focus-visible[b-bp36hype5c] {
    background: #f1f5f9;
}

.lms-hero__card[b-bp36hype5c] {
    border: 1px solid #e2e8f0;
    border-radius: 2rem;
    background: #0f172a;
    color: #ffffff;
    padding: 2rem;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.lms-hero__card-title[b-bp36hype5c] {
    margin-top: 0.75rem;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 600;
}

.lms-hero__list[b-bp36hype5c] {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
}

.lms-hero__item[b-bp36hype5c] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1rem;
    color: #f1f5f9;
    font-size: 0.875rem;
    line-height: 1.6;
}

.lms-hero__item:last-child[b-bp36hype5c] {
    border-bottom: 0;
    padding-bottom: 0;
}

.lms-hero__dot[b-bp36hype5c] {
    width: 0.625rem;
    height: 0.625rem;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #7dd3fc;
}

.lms-hero__best-fit[b-bp36hype5c] {
    margin-top: 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.05);
    padding: 1rem;
}

.lms-hero__best-fit-title[b-bp36hype5c] {
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 600;
}

.lms-hero__best-fit-text[b-bp36hype5c] {
    margin-top: 0.5rem;
    color: #cbd5e1;
    font-size: 0.875rem;
    line-height: 1.75;
}

.lms-highlights[b-bp36hype5c] {
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    background: #ffffff;
}

.lms-highlights__grid[b-bp36hype5c] {
    display: grid;
    gap: 1rem;
    padding: 1.25rem 0;
    text-align: center;
}

.lms-highlights__item[b-bp36hype5c] {
    padding: 0.75rem 1rem;
    color: #334155;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.4;
}

.lms-highlights__item--bordered[b-bp36hype5c] {
    border-bottom: 0;
}

.lms-demo-cta[b-bp36hype5c],
.lms-training[b-bp36hype5c],
.lms-support[b-bp36hype5c] {
    padding: 5rem 0;
}

.lms-demo-cta[b-bp36hype5c] {
    background: #f8fafc;
}

.lms-demo-cta__shell[b-bp36hype5c] {
    max-width: 64rem;
}

.lms-demo-cta__content[b-bp36hype5c] {
    margin: 0 auto;
    text-align: center;
}

.lms-demo-cta__content h2[b-bp36hype5c],
.lms-issues__copy h2[b-bp36hype5c],
.lms-training__copy h2[b-bp36hype5c],
.lms-compliance__copy h2[b-bp36hype5c],
.lms-support__heading h2[b-bp36hype5c],
.lms-practices__copy h2[b-bp36hype5c],
.lms-reminders__copy h2[b-bp36hype5c] {
    margin: 0;
    color: #020617;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.045em;
}

.lms-demo-cta__content p[b-bp36hype5c],
.lms-issues__copy p[b-bp36hype5c],
.lms-training__copy p[b-bp36hype5c],
.lms-compliance__copy p[b-bp36hype5c],
.lms-support__heading p[b-bp36hype5c],
.lms-practices__copy p[b-bp36hype5c],
.lms-reminders__copy p[b-bp36hype5c] {
    color: #64748b;
    font-size: 1.125rem;
    line-height: 1.8;
}

.lms-demo-cta__content > p:first-of-type[b-bp36hype5c] {
    margin: 1.25rem auto 0;
    max-width: 64rem;
}

.lms-demo-cta__actions[b-bp36hype5c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    margin-top: 2rem;
}

.lms-demo-cta__support[b-bp36hype5c] {
    margin: 1.5rem auto 0;
    max-width: 48rem;
    text-align: center;
}

.lms-issues[b-bp36hype5c] {
    background: #ffffff;
    padding: 5rem 0;
}

.lms-issues__grid[b-bp36hype5c] {
    display: grid;
    gap: 3rem;
    align-items: start;
}

.lms-issues__copy p[b-bp36hype5c] {
    margin: 1.25rem 0 0;
}

.lms-issues__card[b-bp36hype5c] {
    border: 1px solid #e2e8f0;
    border-radius: 2rem;
    background: #f8fafc;
    padding: 2rem;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.lms-issues__card-title[b-bp36hype5c] {
    color: #020617;
    font-size: 1.125rem;
    font-weight: 600;
}

.lms-issues__list[b-bp36hype5c] {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.lms-issues__item[b-bp36hype5c],
.lms-reminders__item[b-bp36hype5c] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.lms-issues__check[b-bp36hype5c],
.lms-reminders__check[b-bp36hype5c] {
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    margin-top: 0.25rem;
    border-radius: 999px;
    background: #e0f2fe;
    color: #0369a1;
    font-size: 0.8rem;
    font-weight: 700;
}

.lms-issues__text[b-bp36hype5c],
.lms-reminders__text[b-bp36hype5c] {
    color: #334155;
    font-size: 0.875rem;
    line-height: 1.75;
}

.lms-training[b-bp36hype5c] {
    background: #f1f5f9;
}

.lms-training__copy p[b-bp36hype5c] {
    margin: 1.25rem 0 0;
}

.lms-compliance[b-bp36hype5c] {
    background: #f8fafc;
    padding: 5rem 0;
}

.lms-compliance__grid[b-bp36hype5c] {
    display: grid;
    gap: 3rem;
    align-items: start;
}

.lms-compliance__testimonial[b-bp36hype5c] {
    border-radius: 2rem;
    background: #0f172a;
    color: #ffffff;
    padding: 2rem;
    box-shadow: 0 25px 50px rgba(15, 23, 42, 0.16);
}

.lms-compliance__quote[b-bp36hype5c] {
    margin: 0;
    color: #f1f5f9;
    font-size: 1rem;
    line-height: 1.75;
}

.lms-compliance__testimonial-footer[b-bp36hype5c] {
    margin-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1rem;
}

.lms-compliance__testimonial-practice[b-bp36hype5c] {
    color: #ffffff;
    font-weight: 600;
}

.lms-compliance__testimonial-name[b-bp36hype5c] {
    color: #cbd5e1;
    font-size: 0.875rem;
}

.lms-compliance__copy p[b-bp36hype5c] {
    margin: 1rem 0 0;
}

.lms-compliance__copy p:first-of-type[b-bp36hype5c] {
    margin-top: 1.25rem;
}

.lms-compliance__copy p:last-of-type[b-bp36hype5c] {
    margin-top: 1.25rem;
}

.lms-compliance__list[b-bp36hype5c] {
    margin: 1rem 0 0;
    padding-left: 1.25rem;
    color: #64748b;
    font-size: 1.125rem;
    line-height: 1.8;
}

.lms-compliance__list li + li[b-bp36hype5c] {
    margin-top: 0.5rem;
}

.lms-support[b-bp36hype5c] {
    background: #f1f5f9;
}

.lms-support__heading[b-bp36hype5c] {
    max-width: 48rem;
}

.lms-support__heading p[b-bp36hype5c] {
    margin: 1.25rem 0 0;
}

.lms-support__grid[b-bp36hype5c] {
    display: grid;
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.lms-support-card[b-bp36hype5c] {
    border: 1px solid #e2e8f0;
    border-radius: 2rem;
    background: #ffffff;
    padding: 2rem;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.lms-support-card__eyebrow[b-bp36hype5c] {
    display: inline-flex;
    border-radius: 999px;
    background: #e0f2fe;
    padding: 0.35rem 0.75rem;
    color: #0369a1;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.lms-support-card h3[b-bp36hype5c] {
    margin: 1rem 0 0;
    color: #020617;
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 600;
}

.lms-support-card__description[b-bp36hype5c],
.lms-support-card__detail[b-bp36hype5c] {
    margin: 1rem 0 0;
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.75;
}

.lms-support-card__detail[b-bp36hype5c] {
    margin-top: 0.75rem;
}

.lms-practices[b-bp36hype5c] {
    background: #ffffff;
    padding: 5rem 0;
}

.lms-practices__grid[b-bp36hype5c] {
    display: grid;
    gap: 3rem;
    align-items: center;
}

.lms-practices__card[b-bp36hype5c] {
    border: 1px solid #e2e8f0;
    border-radius: 2rem;
    background: #ffffff;
    padding: 1rem;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.lms-practices__image-wrap[b-bp36hype5c] {
    overflow: hidden;
    border-radius: 1.5rem;
    background: #f8fafc;
}

.lms-practices__image[b-bp36hype5c] {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.lms-practices__copy p[b-bp36hype5c] {
    margin: 1.25rem 0 0;
}

.lms-reminders[b-bp36hype5c] {
    background: #f0f9ff;
    padding: 5rem 0;
}

.lms-reminders__grid[b-bp36hype5c] {
    display: grid;
    gap: 3rem;
    align-items: start;
}

.lms-reminders__copy p[b-bp36hype5c] {
    margin: 1.25rem 0 0;
}

.lms-reminders__card[b-bp36hype5c] {
    border: 1px solid #e2e8f0;
    border-radius: 2rem;
    background: #ffffff;
    padding: 2rem;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.lms-reminders__card-title[b-bp36hype5c] {
    color: #020617;
    font-size: 1.125rem;
    font-weight: 600;
}

.lms-reminders__list[b-bp36hype5c] {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

@media (min-width: 640px) {
    .lms-hero__actions[b-bp36hype5c],
    .lms-demo-cta__actions[b-bp36hype5c] {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .lms-highlights__grid[b-bp36hype5c] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .lms-demo-cta__actions[b-bp36hype5c] {
        justify-content: center;
    }
}

@media (min-width: 1024px) {
    .lms-shell[b-bp36hype5c] {
        width: min(100% - 4rem, 1280px);
    }

    .lms-hero__grid[b-bp36hype5c] {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
        padding: 5rem 0;
    }

    .lms-highlights__grid[b-bp36hype5c] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0;
    }

    .lms-highlights__item[b-bp36hype5c] {
        padding-inline: 1rem;
    }

    .lms-highlights__item--bordered[b-bp36hype5c] {
        border-bottom: 0;
        border-right: 1px solid #e2e8f0;
    }

    .lms-issues__grid[b-bp36hype5c],
    .lms-compliance__grid[b-bp36hype5c],
    .lms-practices__grid[b-bp36hype5c],
    .lms-reminders__grid[b-bp36hype5c] {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .lms-issues__grid[b-bp36hype5c] {
        align-items: start;
        gap: 4rem;
    }

    .lms-support__grid[b-bp36hype5c] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: stretch;
    }

    .lms-support-card[b-bp36hype5c] {
        height: 100%;
    }

    .lms-practices__grid[b-bp36hype5c] {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
    }

    .lms-practices__copy[b-bp36hype5c] {
        max-width: 56rem;
    }
}
/* /Components/Pages/DentalOshaCompliance.razor.rz.scp.css */
.osha-page[b-uieope6lr5] {
    overflow-x: clip;
    background: #ffffff;
    color: #071127;
}

.osha-shell[b-uieope6lr5] {
    width: min(100% - 3rem, 1280px);
    margin: 0 auto;
}

.osha-breadcrumb-bar[b-uieope6lr5] {
    border-bottom: 1px solid #e2e8f0;
    background: #ffffff;
}

.osha-breadcrumb-bar__inner[b-uieope6lr5] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 1.25rem 0;
    color: #64748b;
    font-size: 0.875rem;
}

.osha-breadcrumb-bar__inner a[b-uieope6lr5] {
    color: #64748b;
    text-decoration: none;
}

.osha-breadcrumb-bar__inner span[b-uieope6lr5] {
    margin-inline: 0.25rem;
}

.osha-breadcrumb-bar__inner strong[b-uieope6lr5] {
    color: #1f2a44;
    font-weight: 800;
}

.osha-hero[b-uieope6lr5] {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.osha-hero__bg[b-uieope6lr5] {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(14, 165, 233, 0.12), transparent 32%),
        radial-gradient(circle at left, rgba(2, 132, 199, 0.08), transparent 28%);
}

.osha-hero__grid[b-uieope6lr5] {
    position: relative;
    display: grid;
    gap: 3rem;
    padding: 4rem 0 5rem;
    align-items: start;
}

.osha-hero__copy[b-uieope6lr5] {
    display: flex;
    flex-direction: column;
}

.osha-hero__pill[b-uieope6lr5] {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    border: 1px solid #bae6fd;
    border-radius: 999px;
    background: #f0f9ff;
    padding: 0.35rem 0.75rem;
    color: #0369a1;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.osha-hero__title[b-uieope6lr5] {
    max-width: 48rem;
    margin: 1.25rem 0 0;
    color: #020617;
    font-size: clamp(2.25rem, 5vw, 3.75rem);
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.055em;
}

.osha-hero__description[b-uieope6lr5] {
    max-width: 42rem;
    margin: 1.5rem 0 0;
    color: #475569;
    font-size: 1.125rem;
    line-height: 2;
}

.osha-hero__actions[b-uieope6lr5] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.osha-hero__button[b-uieope6lr5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    border-radius: 999px;
    padding: 0 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
}

.osha-hero__button--primary[b-uieope6lr5] {
    border: 1px solid #0284c7;
    background: #0284c7;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(2, 132, 199, 0.2);
}

.osha-hero__button--primary:hover[b-uieope6lr5],
.osha-hero__button--primary:focus-visible[b-uieope6lr5] {
    background: #0369a1;
    border-color: #0369a1;
    outline: none;
}

.osha-hero__button--secondary[b-uieope6lr5] {
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #1e293b;
}

.osha-hero__button--secondary:hover[b-uieope6lr5],
.osha-hero__button--secondary:focus-visible[b-uieope6lr5] {
    background: #f1f5f9;
    outline: none;
}

.osha-hero__card[b-uieope6lr5] {
    margin-top: 1.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 2rem;
    background: #0f172a;
    color: #ffffff;
    padding: 1.5rem;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.osha-hero__card-title[b-uieope6lr5] {
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 600;
}

.osha-hero__card-list[b-uieope6lr5] {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.osha-hero__card-item[b-uieope6lr5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1rem;
    color: #f1f5f9;
    font-size: 0.875rem;
    line-height: 1.6;
}

.osha-hero__card-item:last-child[b-uieope6lr5] {
    border-bottom: 0;
    padding-bottom: 0;
}

.osha-hero__card-dot[b-uieope6lr5] {
    display: block;
    width: 0.625rem;
    height: 0.625rem;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #7dd3fc;
}

.osha-hero__audience-card[b-uieope6lr5] {
    margin-top: 1.5rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.05);
    padding: 1.25rem;
}

.osha-hero__audience-card h3[b-uieope6lr5] {
    margin: 0;
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 600;
}

.osha-hero__audience-card p[b-uieope6lr5] {
    margin: 0.75rem 0 0;
    color: #cbd5e1;
    font-size: 0.875rem;
    line-height: 1.75;
}

.osha-value-strip[b-uieope6lr5] {
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    background: #ffffff;
}

.osha-value-grid[b-uieope6lr5] {
    display: grid;
    gap: 1rem;
    padding: 1.25rem 0;
    text-align: center;
}

.osha-value-item[b-uieope6lr5] {
    padding: 0.75rem 1rem;
    color: #334155;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
}

.osha-support[b-uieope6lr5] {
    background: #f1f5f9;
    padding: 5rem 0;
}

.osha-section-heading[b-uieope6lr5] {
    max-width: 52rem;
}

.osha-section-heading h2[b-uieope6lr5] {
    margin: 0;
    color: #020617;
    font-size: clamp(1.875rem, 4vw, 2.25rem);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.045em;
}

.osha-section-heading > p[b-uieope6lr5] {
    margin: 1rem 0 0;
    color: #64748b;
    font-size: 1.125rem;
    line-height: 2;
}

.osha-support__grid[b-uieope6lr5] {
    display: grid;
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.osha-support-card[b-uieope6lr5] {
    position: relative;
    border: 1px solid #cbd5e1;
    border-radius: 2rem;
    background: #f8fafc;
    padding: 1.5rem;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
    transition:
        transform 250ms ease-out,
        box-shadow 250ms ease-out;
    transform-origin: center;
}

.osha-support-card:hover[b-uieope6lr5] {
    transform: translateY(-2px);
    box-shadow: 0 12px 16px rgba(22, 22, 22, 0.18);
}

.osha-support-card--featured[b-uieope6lr5] {
    border: 2px solid #0ea5e9;
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(2, 132, 199, 0.12);
}

.osha-support-card__badge[b-uieope6lr5] {
    position: absolute;
    top: -0.75rem;
    right: -1rem;
    display: inline-flex;
    min-width: 5rem;
    min-height: 1.75rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 0.9rem;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
}

.osha-support-card__badge--dark[b-uieope6lr5] {
    background: #334155;
}

.osha-support-card__badge--sky[b-uieope6lr5],
.osha-support-card__badge--sky-strong[b-uieope6lr5] {
    background: #0ea5e9;
}

.osha-support-card__badge--sky-strong[b-uieope6lr5] {
    background: #0284c7;
}

.osha-support-card h3[b-uieope6lr5] {
    margin: 0;
    color: #020617;
    font-size: 1.25rem;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -0.035em;
}

.osha-support-card__list[b-uieope6lr5] {
    display: grid;
    gap: 0.625rem;
    margin: 1rem 0 0;
    padding-left: 1.25rem;
    color: #475569;
}

.osha-support-card__list li[b-uieope6lr5] {
    padding-left: 0.35rem;
    color: #475569;
    font-size: 0.875rem;
    line-height: 1.75;
}

.osha-support-card__options[b-uieope6lr5] {
    margin-top: 1.5rem;
    border-top: 1px solid #dbe5f0;
    padding-top: 1.2rem;
}

.osha-support-card__options p[b-uieope6lr5] {
    margin: 0;
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.osha-support-card--featured .osha-support-card__options p[b-uieope6lr5] {
    color: #0369a1;
}

.osha-support-card__chips[b-uieope6lr5] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.9rem;
}

.osha-support-card__button[b-uieope6lr5] {
    display: inline-flex;
    min-height: 2.5rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #ffffff;
    color: #1e293b;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        background-color 180ms ease,
        color 180ms ease;
}

.osha-support-card__button:hover[b-uieope6lr5],
.osha-support-card__button:focus-visible[b-uieope6lr5] {
    transform: translateY(-2px);
    border-color: #0284c7;
    background: #f0f9ff;
    color: #0369a1;
    outline: none;
}

.osha-support__footer[b-uieope6lr5] {
    margin-top: 3rem;
    text-align: center;
}

.osha-support__footer p[b-uieope6lr5] {
    margin: 0;
    color: #020617;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 2;
}

.osha-requirements[b-uieope6lr5] {
    background: #ffffff;
    padding: 5rem 0;
}

.osha-requirements__heading[b-uieope6lr5] {
    max-width: none;
}

.osha-requirements__heading h2[b-uieope6lr5] {
    margin: 0;
    color: #020617;
    font-size: clamp(1.875rem, 4vw, 2.25rem);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.045em;
}

.osha-requirements__heading p[b-uieope6lr5] {
    margin: 1rem 0 0;
    color: #64748b;
    font-size: 1.125rem;
    line-height: 2;
}

.osha-requirements__content[b-uieope6lr5] {
    margin-top: 2rem;
}

.osha-requirements__label[b-uieope6lr5] {
    margin: 0;
    color: #020617;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
}

.osha-requirements__label--spaced[b-uieope6lr5] {
    margin-top: 2rem;
}

.osha-requirements__columns[b-uieope6lr5] {
    display: grid;
    gap: 2rem;
    margin-top: 1rem;
}

.osha-requirements__list[b-uieope6lr5] {
    margin: 0;
    padding-left: 1.25rem;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.75;
}

.osha-requirements__list li[b-uieope6lr5] {
    break-inside: avoid;
    margin-bottom: 0.5rem;
    padding-left: 0.25rem;
}

.osha-requirements__list a[b-uieope6lr5] {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: #38bdf8;
    text-underline-offset: 0.25rem;
}

.osha-requirements__list a:hover[b-uieope6lr5],
.osha-requirements__list a:focus-visible[b-uieope6lr5] {
    color: #0284c7;
    outline: none;
}

.osha-requirements__list--nested[b-uieope6lr5] {
    margin-top: 0.75rem;
    padding-left: 1.25rem;
    display: grid;
    gap: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.osha-requirements__list--single[b-uieope6lr5] {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
}

.osha-citation[b-uieope6lr5] {
    display: block;
    margin-top: 0.15rem;
    color: #94a3b8;
    font-size: 0.75rem;
    line-height: 1.5;
}

.osha-citation a[b-uieope6lr5] {
    color: #94a3b8;
    text-decoration-color: #cbd5e1;
    text-underline-offset: 0.2rem;
}

.osha-citation a:hover[b-uieope6lr5],
.osha-citation a:focus-visible[b-uieope6lr5] {
    color: #0284c7;
    outline: none;
}

.osha-checklist-cta[b-uieope6lr5] {
    background: #0f172a;
    color: #ffffff;
    padding: 3rem 0;
}

.osha-checklist-cta__content[b-uieope6lr5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

.osha-checklist-cta__content h3[b-uieope6lr5] {
    margin: 0;
    color: #ffffff;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.osha-checklist-cta__content p[b-uieope6lr5] {
    margin: 0;
    color: #cbd5e1;
    font-size: 1rem;
    line-height: 1.75;
}

.osha-checklist-cta__button[b-uieope6lr5] {
    margin-top: 0.75rem;
    border: 0;
    border-radius: 999px;
    background: #0ea5e9;
    color: #ffffff;
    cursor: pointer;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    transition:
        transform 180ms ease,
        background-color 180ms ease;
}

.osha-checklist-cta__button:hover[b-uieope6lr5],
.osha-checklist-cta__button:focus-visible[b-uieope6lr5] {
    transform: translateY(-2px);
    background: #38bdf8;
    outline: none;
}

.osha-checklist-modal-backdrop[b-uieope6lr5] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(2, 6, 23, 0.72);
    padding: 2rem 1.5rem;
}

.osha-checklist-modal[b-uieope6lr5] {
    position: relative;
    width: min(100%, 36rem);
    border-radius: 2rem;
    background: #ffffff;
    padding: 2rem;
    box-shadow: 0 30px 80px rgba(2, 6, 23, 0.35);
}

.osha-checklist-modal__close[b-uieope6lr5] {
    display: inline-flex;
    height: 2.25rem;
    width: 2.25rem;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f1f5f9;
    color: #64748b;
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 1;
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
}

.osha-checklist-modal__close:hover[b-uieope6lr5],
.osha-checklist-modal__close:focus-visible[b-uieope6lr5] {
    background: #e2e8f0;
    color: #334155;
    outline: none;
}

.osha-checklist-modal__form[b-uieope6lr5] {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.osha-checklist-modal__intro[b-uieope6lr5] {
    display: grid;
    gap: 0.75rem;
    padding-right: 3rem;
}

.osha-checklist-modal__badge[b-uieope6lr5] {
    display: inline-flex;
    width: fit-content;
    border-radius: 999px;
    background: #f0f9ff;
    padding: 0.35rem 0.75rem;
    color: #0369a1;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.osha-checklist-modal__intro h3[b-uieope6lr5],
.osha-checklist-modal__success h3[b-uieope6lr5] {
    margin: 0;
    color: #020617;
    font-size: 1.875rem;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.045em;
}

.osha-checklist-modal__intro p[b-uieope6lr5],
.osha-checklist-modal__success p[b-uieope6lr5] {
    margin: 0;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.75;
}

.osha-checklist-modal__status[b-uieope6lr5] {
    margin: 0.75rem 0 0;
    color: #0f172a;
    font-size: 0.95rem;
    line-height: 1.6;
}

.osha-checklist-modal__field-grid[b-uieope6lr5] {
    display: grid;
    gap: 1.25rem;
}

.osha-checklist-modal label[b-uieope6lr5] {
    display: block;
    color: #334155;
    font-size: 0.875rem;
    font-weight: 600;
}

.osha-checklist-modal input[b-uieope6lr5] {
    width: 100%;
    margin-top: 0.5rem;
    border: 1px solid #cbd5e1;
    border-radius: 1rem;
    padding: 0.75rem 1rem;
    color: #020617;
    font: inherit;
}

.osha-checklist-modal input:focus[b-uieope6lr5] {
    border-color: #0ea5e9;
    outline: 2px solid #bae6fd;
}

.osha-checklist-modal__submit[b-uieope6lr5] {
    width: fit-content;
    border: 0;
    border-radius: 999px;
    background: #0284c7;
    color: #ffffff;
    cursor: pointer;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    transition:
        transform 180ms ease,
        background-color 180ms ease;
}

.osha-checklist-modal__form .osha-checklist-modal__submit[b-uieope6lr5] {
    margin-top: 0.5rem;
}

.osha-checklist-modal__fallback[b-uieope6lr5] {
    margin: 0.25rem 0 0;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.6;
}

.osha-checklist-modal__fallback a[b-uieope6lr5] {
    color: #0284c7;
    font-weight: 600;
    text-decoration: none;
}

.osha-checklist-modal__fallback a:hover[b-uieope6lr5],
.osha-checklist-modal__fallback a:focus-visible[b-uieope6lr5] {
    text-decoration: underline;
    outline: none;
}

.osha-checklist-modal__submit:hover[b-uieope6lr5],
.osha-checklist-modal__submit:focus-visible[b-uieope6lr5] {
    transform: translateY(-2px);
    background: #0369a1;
    outline: none;
}

.osha-checklist-modal__success[b-uieope6lr5] {
    display: grid;
    justify-items: center;
    gap: 1rem;
    padding: 2rem 0 0.5rem;
    text-align: center;
}

.osha-checklist-modal__success-icon[b-uieope6lr5] {
    display: flex;
    width: 3.5rem;
    height: 3.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #e0f2fe;
    color: #0369a1;
    font-size: 1.6rem;
    font-weight: 700;
}

.osha-checklist-modal__success .osha-checklist-modal__submit[b-uieope6lr5] {
    margin-top: 1.5rem;
}

.osha-issues[b-uieope6lr5] {
    background: #ffffff;
    padding: 5rem 0;
}

.osha-issues__grid[b-uieope6lr5] {
    display: grid;
    gap: 3rem;
    align-items: start;
}

.osha-issues__copy h2[b-uieope6lr5] {
    margin: 0;
    color: #020617;
    font-size: clamp(1.875rem, 4vw, 2.25rem);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.045em;
}

.osha-issues__copy p[b-uieope6lr5] {
    margin: 1.25rem 0 0;
    color: #64748b;
    font-size: 1.125rem;
    line-height: 2;
}

.osha-issues__card[b-uieope6lr5] {
    border: 1px solid #e2e8f0;
    border-radius: 2rem;
    background: #f8fafc;
    padding: 2rem;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.osha-issues__card-title[b-uieope6lr5] {
    color: #020617;
    font-size: 1.125rem;
    font-weight: 600;
}

.osha-issues__list[b-uieope6lr5] {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.osha-issues__item[b-uieope6lr5] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.osha-issues__check[b-uieope6lr5] {
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    margin-top: 0.25rem;
    border-radius: 999px;
    background: #e0f2fe;
    color: #0369a1;
    font-size: 0.8rem;
    font-weight: 700;
}

.osha-issues__text[b-uieope6lr5] {
    color: #334155;
    font-size: 0.875rem;
    line-height: 1.75;
}

.osha-programs[b-uieope6lr5] {
    background: #f1f5f9;
    padding: 5rem 0;
}

.osha-programs__heading h2[b-uieope6lr5] {
    margin: 0;
    color: #020617;
    font-size: clamp(1.875rem, 4vw, 2.25rem);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.045em;
}

.osha-programs__heading p[b-uieope6lr5] {
    margin: 1.25rem 0 0;
    color: #64748b;
    font-size: 1.125rem;
    line-height: 2;
}

.osha-programs__grid[b-uieope6lr5] {
    display: grid;
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.osha-program-card[b-uieope6lr5] {
    border: 1px solid #e2e8f0;
    border-radius: 2rem;
    background: #ffffff;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.osha-program-card h3[b-uieope6lr5] {
    min-height: 56px;
    margin: 0;
    color: #020617;
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 600;
}

.osha-program-card p[b-uieope6lr5] {
    margin: 1rem 0 0;
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.75;
}

.osha-incidents[b-uieope6lr5] {
    background: #ffffff;
    padding: 5rem 0;
}

.osha-incidents__grid[b-uieope6lr5] {
    display: grid;
    gap: 3rem;
    align-items: center;
}

.osha-incidents__media-card[b-uieope6lr5] {
    border: 1px solid #e2e8f0;
    border-radius: 2rem;
    background: #ffffff;
    padding: 1rem;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.osha-incidents__media[b-uieope6lr5] {
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: 1.5rem;
    background: #f8fafc;
}

.osha-incidents__media img[b-uieope6lr5] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.osha-incidents__copy h2[b-uieope6lr5] {
    margin: 0;
    color: #020617;
    font-size: clamp(1.875rem, 4vw, 2.25rem);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.045em;
}

.osha-incidents__copy p[b-uieope6lr5] {
    margin: 1.25rem 0 0;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.75;
}

.osha-incidents__list[b-uieope6lr5] {
    margin: 1.5rem 0 0;
    padding-left: 1.25rem;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.75;
}

.osha-training[b-uieope6lr5] {
    background: #f1f5f9;
    padding: 5rem 0;
}

.osha-training__content h2[b-uieope6lr5] {
    margin: 0;
    color: #020617;
    font-size: clamp(1.875rem, 4vw, 2.25rem);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.045em;
}

.osha-training__content p[b-uieope6lr5] {
    margin: 1.25rem 0 0;
    color: #64748b;
    font-size: 1rem;
    line-height: 2;
}

.osha-consulting[b-uieope6lr5] {
    background: #ffffff;
    padding: 5rem 0;
}

.osha-consulting__grid[b-uieope6lr5] {
    display: grid;
    gap: 3rem;
    align-items: start;
}

.osha-consulting__quote[b-uieope6lr5] {
    align-self: start;
    border-radius: 2rem;
    background: #0f172a;
    color: #ffffff;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 25px 50px rgba(15, 23, 42, 0.16);
}

.osha-consulting__quote-mark[b-uieope6lr5] {
    color: #7dd3fc;
    font-size: 2.5rem;
    line-height: 1;
}

.osha-consulting__quote p[b-uieope6lr5] {
    margin: 1rem 0 0;
    color: #f1f5f9;
    font-size: 1rem;
    line-height: 2;
}

.osha-consulting__quote-footer[b-uieope6lr5] {
    margin-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1rem;
}

.osha-consulting__quote-footer div:first-child[b-uieope6lr5] {
    color: #ffffff;
    font-weight: 600;
}

.osha-consulting__quote-footer div:last-child[b-uieope6lr5] {
    color: #cbd5e1;
    font-size: 0.875rem;
}

.osha-consulting__copy h2[b-uieope6lr5] {
    margin: 0;
    color: #020617;
    font-size: clamp(1.875rem, 4vw, 2.25rem);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.045em;
}

.osha-consulting__copy p[b-uieope6lr5] {
    margin: 1.25rem 0 0;
    color: #64748b;
    font-size: 1rem;
    line-height: 2;
}

.osha-consulting__button[b-uieope6lr5] {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
    border-radius: 999px;
    background: #0284c7;
    color: #ffffff;
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition:
        transform 180ms ease,
        background-color 180ms ease;
}

.osha-consulting__button:hover[b-uieope6lr5],
.osha-consulting__button:focus-visible[b-uieope6lr5] {
    transform: translateY(-2px);
    background: #0369a1;
    outline: none;
}

@media (min-width: 640px) {
    .osha-hero__actions[b-uieope6lr5] {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .osha-value-grid[b-uieope6lr5] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .osha-requirements__columns[b-uieope6lr5] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .osha-checklist-modal__field-grid[b-uieope6lr5] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .osha-shell[b-uieope6lr5] {
        width: min(100% - 4rem, 1280px);
    }

    .osha-hero__grid[b-uieope6lr5] {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
        padding: 5rem 0;
    }

    .osha-hero__card[b-uieope6lr5] {
        margin-top: 1.75rem;
    }

    .osha-issues__grid[b-uieope6lr5] {
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
        align-items: center;
        gap: 4rem;
    }

    .osha-value-grid[b-uieope6lr5] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0;
    }

    .osha-value-item:not(:last-child)[b-uieope6lr5] {
        border-right: 1px solid #e2e8f0;
    }

    .osha-support__grid[b-uieope6lr5] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .osha-programs__grid[b-uieope6lr5] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: stretch;
    }

    .osha-program-card[b-uieope6lr5] {
        height: 100%;
    }

    .osha-incidents__grid[b-uieope6lr5] {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
    }

    .osha-consulting__grid[b-uieope6lr5] {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
    }
}
/* /Components/Pages/EmergencyEvacuationMap.razor.rz.scp.css */
.emergency-evacuation-page[b-4fn0lfbt7t] {
    overflow-x: hidden;
    background: #ffffff;
    color: #000000;
    font-family: Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.emergency-evacuation-main[b-4fn0lfbt7t] {
    display: block;
    overflow-x: hidden;
}

[b-4fn0lfbt7t] .btn.btn-green {
    display: inline-block;
    background-color: #8ad023;
    border: 1px solid #8ad023;
    border-radius: 28px 28px 0 28px;
    color: #ffffff !important;
    width: 100%;
    min-width: 168px;
    height: 48px;
    padding-top: 11px;
    padding-bottom: 11px;
    text-align: center;
    text-decoration: none;
}

[b-4fn0lfbt7t] .btn.btn-green:hover {
    background-color: #6fb10c;
    border-color: transparent;
}

[b-4fn0lfbt7t] .btn.btn-green:focus {
    box-shadow: none;
}

.evacuation-hero-shell[b-4fn0lfbt7t] {
    width: min(calc(100% - 3rem), 1280px);
    margin: 0 auto;
}

.row[b-4fn0lfbt7t] {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.row > [class*="col-"][b-4fn0lfbt7t] {
    flex: 0 0 auto;
    min-width: 0;
}

.d-flex[b-4fn0lfbt7t] {
    display: flex;
}

.flex-column[b-4fn0lfbt7t] {
    flex-direction: column;
}

.justify-content-start[b-4fn0lfbt7t] {
    justify-content: flex-start;
}

.justify-content-center[b-4fn0lfbt7t] {
    justify-content: center;
}

.justify-content-around[b-4fn0lfbt7t] {
    justify-content: space-around;
}

.align-items-center[b-4fn0lfbt7t] {
    align-items: center;
}

.mx-auto[b-4fn0lfbt7t] {
    margin-left: auto;
    margin-right: auto;
}

.my-auto[b-4fn0lfbt7t] {
    margin-top: auto;
    margin-bottom: auto;
}

.w-100[b-4fn0lfbt7t] {
    width: 100%;
}

.pt-4[b-4fn0lfbt7t] {
    padding-top: 1.5rem;
}

.pb-4[b-4fn0lfbt7t] {
    padding-bottom: 1.5rem;
}

.mt-0[b-4fn0lfbt7t] {
    margin-top: 0;
}

.mb-0[b-4fn0lfbt7t] {
    margin-bottom: 0;
}

.ms-3[b-4fn0lfbt7t] {
    margin-left: 1rem;
}

.img-fluid[b-4fn0lfbt7t] {
    max-width: 100%;
    height: auto;
}

.d-none[b-4fn0lfbt7t] {
    display: none !important;
}

.d-md-block[b-4fn0lfbt7t] {
    display: none !important;
}

.d-md-none[b-4fn0lfbt7t] {
    display: block !important;
}

.col-12[b-4fn0lfbt7t] {
    width: 100%;
}

.col-sm-12[b-4fn0lfbt7t] {
    width: 100%;
}

.evacuation-shell[b-4fn0lfbt7t] {
    width: min(92vw, 1760px);
    margin: 0 auto;
}

.mb-2[b-4fn0lfbt7t] {
    margin-bottom: 0.5rem;
}

.mb-4[b-4fn0lfbt7t] {
    margin-bottom: 1.5rem;
}

.mb-5[b-4fn0lfbt7t] {
    margin-bottom: 3rem;
}

.mb-104[b-4fn0lfbt7t] {
    margin-bottom: 104px;
}

.text-center[b-4fn0lfbt7t] {
    text-align: center;
}

.text-decoration-underline[b-4fn0lfbt7t] {
    text-decoration: underline;
}

.text-decoration-none[b-4fn0lfbt7t] {
    text-decoration: none;
}

.list-unstyled[b-4fn0lfbt7t] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fw-normal[b-4fn0lfbt7t] {
    font-weight: 400;
}

.fs-20[b-4fn0lfbt7t] {
    font-size: 20px;
}

.page-title[b-4fn0lfbt7t] {
    max-width: 470px;
    width: 100%;
    font-size: 36px;
    line-height: 54px;
    font-weight: 500;
    letter-spacing: 2.02px;
}

.text[b-4fn0lfbt7t] {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.48px;
}

.suptitle[b-4fn0lfbt7t] {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0.48px;
}

.blue-small-text[b-4fn0lfbt7t] {
    margin-bottom: 0;
    font: normal normal 500 16px/20px Roboto;
    color: #78B2F7;
    opacity: 1;
}

.blue-bottom-border[b-4fn0lfbt7t] {
    padding-bottom: 5px;
    border-bottom: 1px solid #78B2F7;
}

.evacuation-map-small-text[b-4fn0lfbt7t] {
    font: normal normal normal 20px/26px Roboto;
    color: #000000;
    opacity: 1;
}

.services-evacuation-map[b-4fn0lfbt7t] {
    margin-bottom: 104px;
}

.services-evacuation-map .container[b-4fn0lfbt7t] {
    width: min(92vw, 1760px);
}

.services-evacuation-map h2[b-4fn0lfbt7t] {
    font-size: 36px;
    font-weight: 300;
}

.services-evacuation-map h3[b-4fn0lfbt7t] {
    margin-bottom: 24px;
}

.services-evacuation-map h5[b-4fn0lfbt7t] {
    font-size: 28px;
}

[b-4fn0lfbt7t] .top-banner-evacuation {
    background-image: url("/images/services/evacuation-map/top-banner.png");
    background-position-y: -30px;
}

[b-4fn0lfbt7t] .top-banner-evacuation .left-block {
    background-color: rgba(255, 255, 255, 0.6);
}

.text-info-block[b-4fn0lfbt7t] {
    padding-left: 30px;
}

.margin-left-0 .container[b-4fn0lfbt7t],
.margin-right-0 .container[b-4fn0lfbt7t] {
    width: min(92vw, 1760px);
}

.margin-left-0 .container[b-4fn0lfbt7t] {
    margin-left: 0;
}

.margin-right-0 .container[b-4fn0lfbt7t] {
    margin-right: 0;
}

.evacuation-mobile-img[b-4fn0lfbt7t] {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 180px;
    border-radius: 24px 0;
}

.evacuation-mobile-img.img-1[b-4fn0lfbt7t] {
    background-image: url("/images/services/evacuation-map/quick-solution-mobile.png");
}

.evacuation-mobile-img.img-2[b-4fn0lfbt7t] {
    background-image: url("/images/services/evacuation-map/emergency-map-mobile.png");
}

.evacuation-mobile-img.img-3[b-4fn0lfbt7t] {
    background-image: url("/images/services/evacuation-map/executed-maps-mobile.png");
}

.main-benefits[b-4fn0lfbt7t] {
    margin-bottom: 70px;
}

.main-benefits .container[b-4fn0lfbt7t] {
    max-width: 92% !important;
}

.main-benefits .row.justify-content-around[b-4fn0lfbt7t] {
    row-gap: 30px;
}

.emergency-samples-card[b-4fn0lfbt7t] {
    margin-bottom: 0;
}

.emergency-samples-card-img[b-4fn0lfbt7t] {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    height: 235px;
}

.emergency-samples-card-img img[b-4fn0lfbt7t] {
    width: 100%;
    height: 235px;
    object-fit: cover;
}

.evacuation-card-subtitle[b-4fn0lfbt7t] {
    text-align: center;
    font: normal normal 500 18px/36px Roboto;
    letter-spacing: 0;
    color: #000000;
}

.emergency-samples-card ul img[b-4fn0lfbt7t] {
    width: 15px;
    flex: 0 0 auto;
}

.emergency-samples-card ul p[b-4fn0lfbt7t] {
    margin-bottom: 7px;
    font: normal normal normal 16px/24px Roboto;
    letter-spacing: 0;
    color: #000000;
    opacity: 0.91;
}

.emergency-samples-card[b-4fn0lfbt7t] {
    background-color: #ffffff;
    padding: 24px 16px 24px 24px;
    border-radius: 24px 0;
    box-shadow:
        inset 0 0 3px rgba(0, 0, 0, 0.07),
        0 3px 4px rgba(0, 0, 0, 0.07);
}

.emergency-samples-card .box-header[b-4fn0lfbt7t] {
    height: 60px;
    margin-bottom: 24px;
}

.emergency-samples-card .box-circle[b-4fn0lfbt7t] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.ideal-emergency-map[b-4fn0lfbt7t] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 4rem;
    padding: 0 2rem;
}

.ideal-emergency-map__item-1[b-4fn0lfbt7t] {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.ideal-emergency-map__item-1-content[b-4fn0lfbt7t] {
    padding-right: 4rem;
    position: relative;
    top: 35%;
    transform: translateY(-50%);
}

.ideal-emergency-map__subtitile[b-4fn0lfbt7t] {
    font-weight: 400 !important;
    color: #000000;
    opacity: 1;
}

.ideal-emergency-map__subtitile-small[b-4fn0lfbt7t] {
    font: normal normal 300 18px/42px Roboto;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
}

.ideal-emergency-map__text[b-4fn0lfbt7t] {
    letter-spacing: 0.48px;
    font: normal normal normal 16px/26px Roboto !important;
}

.specific-to-your-industry-container[b-4fn0lfbt7t] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3rem 5rem;
    margin: 0 3rem;
}

.specific-to-your-industry-card[b-4fn0lfbt7t] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 2rem;
    padding: 1rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 0 30px;
}

.specific-to-your-industry-card:first-child[b-4fn0lfbt7t],
.specific-to-your-industry-card:last-child[b-4fn0lfbt7t] {
    border: 1px solid rgba(255, 158, 40, 1);
}

.specific-to-your-industry-card:nth-child(2)[b-4fn0lfbt7t],
.specific-to-your-industry-card:nth-child(5)[b-4fn0lfbt7t] {
    border: 1px solid rgba(120, 178, 247, 1);
}

.specific-to-your-industry-card:nth-child(3)[b-4fn0lfbt7t],
.specific-to-your-industry-card:nth-child(4)[b-4fn0lfbt7t] {
    border: 1px solid rgba(138, 208, 34, 1);
}

.specific-to-your-industry-img[b-4fn0lfbt7t] {
    width: 16%;
    margin-bottom: 8px;
}

.specific-to-your-industry-card__subtitle[b-4fn0lfbt7t] {
    margin-bottom: 12px;
    text-align: center;
    font-size: 20px;
}

.specific-to-your-industry-card__text[b-4fn0lfbt7t] {
    margin-bottom: 0;
    font: normal normal normal 14px/26px Roboto;
    text-align: center;
}

.services-evacuation-map-pricing[b-4fn0lfbt7t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.services-evacuation-map-pricing h5[b-4fn0lfbt7t] {
    margin-bottom: 15px;
}

.services-evacuation-map-pricing strong[b-4fn0lfbt7t] {
    font: normal normal 400 24px/36px Roboto;
    letter-spacing: 0.86px;
    color: #333333;
    opacity: 1;
}

.services-evacuation-map-pricing strong.big-price[b-4fn0lfbt7t] {
    font: normal normal 500 36px/36px Roboto;
}

.bg-grey[b-4fn0lfbt7t] {
    background: #f4f7fb;
}

.evacuation-industry__intro[b-4fn0lfbt7t] {
    margin-bottom: 0;
}

.evacuation-map-copy[b-4fn0lfbt7t] {
    max-width: 773px;
    width: 100%;
}

@media (max-width: 1600px) {
    .page-title[b-4fn0lfbt7t],
    .services-evacuation-map h2[b-4fn0lfbt7t] {
        font-size: 28px;
        line-height: unset;
    }

    .text[b-4fn0lfbt7t],
    .evacuation-map-small-text[b-4fn0lfbt7t] {
        font-size: 18px;
        line-height: 32px;
    }

    .services-evacuation-map h5[b-4fn0lfbt7t] {
        font-size: 26px;
    }
}

@media (max-width: 1300px) {
    .ideal-emergency-map[b-4fn0lfbt7t] {
        padding: 0 1rem;
        gap: 3rem;
    }

    .ideal-emergency-map__text[b-4fn0lfbt7t] {
        font: normal normal normal 14px/20px Roboto !important;
    }

    .emergency-samples-card ul p[b-4fn0lfbt7t] {
        font-size: 14px;
        letter-spacing: 0;
    }
}

@media (max-width: 1200px) {
    .mb-104[b-4fn0lfbt7t],
    .services-evacuation-map[b-4fn0lfbt7t] {
        margin-bottom: 50px;
    }

    .emergency-samples-card[b-4fn0lfbt7t] {
        width: 100%;
    }

    .ideal-emergency-map[b-4fn0lfbt7t] {
        grid-template-columns: 1fr 1fr;
    }

    .ideal-emergency-map__item-1[b-4fn0lfbt7t] {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
    }

    .ideal-emergency-map__item-1-content[b-4fn0lfbt7t] {
        padding-right: 0;
    }

    .services-evacuation-map-pricing h5[b-4fn0lfbt7t] {
        font-size: 24px;
    }
}

@media (max-width: 992px) {
    .page-title[b-4fn0lfbt7t],
    .services-evacuation-map h2[b-4fn0lfbt7t] {
        font-size: 24px;
    }

    .text[b-4fn0lfbt7t] {
        font-size: 16px;
        line-height: 24px;
    }

    .suptitle[b-4fn0lfbt7t],
    .services-evacuation-map h3[b-4fn0lfbt7t] {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .emergency-samples-card[b-4fn0lfbt7t] {
        min-height: auto;
    }

    .services-evacuation-map-pricing h5[b-4fn0lfbt7t] {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .mb-104[b-4fn0lfbt7t],
    .services-evacuation-map[b-4fn0lfbt7t] {
        margin-bottom: 40px;
    }

    .page-title[b-4fn0lfbt7t],
    .services-evacuation-map h2[b-4fn0lfbt7t] {
        font-size: 18px;
    }

    .text[b-4fn0lfbt7t],
    .evacuation-map-small-text[b-4fn0lfbt7t] {
        font-size: 14px;
        line-height: 20px;
    }

    .suptitle[b-4fn0lfbt7t] {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .text-info-block[b-4fn0lfbt7t] {
        padding-left: 0;
        margin-bottom: 24px;
    }

    .emergency-samples-card[b-4fn0lfbt7t] {
        width: 100%;
        max-width: none;
        min-height: auto;
        padding: 16px;
    }

    .emergency-samples-card-img[b-4fn0lfbt7t] {
        height: auto;
    }

    .emergency-samples-card-img img[b-4fn0lfbt7t] {
        height: auto;
    }

    .evacuation-card-subtitle[b-4fn0lfbt7t] {
        font-size: 14px;
        line-height: 24px;
    }

    .ideal-emergency-map[b-4fn0lfbt7t] {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.5rem;
        padding: 0;
    }

    .ideal-emergency-map__item-1[b-4fn0lfbt7t] {
        grid-column: 1 / 1;
        grid-row: 1 / 1;
    }

    .ideal-emergency-map__item-1-content[b-4fn0lfbt7t] {
        top: auto;
        transform: none;
    }

    .specific-to-your-industry-container[b-4fn0lfbt7t] {
        grid-template-columns: 1fr 1fr;
        grid-gap: 3rem 2rem;
        margin: 0;
    }

    .specific-to-your-industry-card[b-4fn0lfbt7t] {
        margin: 0;
    }

    .services-evacuation-map-pricing h5[b-4fn0lfbt7t] {
        font-size: 20px;
    }

    .services-evacuation-map-pricing strong[b-4fn0lfbt7t] {
        font-size: 20px;
    }

    .services-evacuation-map-pricing strong.big-price[b-4fn0lfbt7t] {
        font-size: 24px;
    }

    .evacuation-mobile-img[b-4fn0lfbt7t] {
        display: block;
    }

    .left-img[b-4fn0lfbt7t],
    .right-img[b-4fn0lfbt7t] {
        display: none !important;
    }

    [b-4fn0lfbt7t] .top-banner-evacuation .left-block {
        margin-top: 415px;
    }
}

@media (max-width: 576px) {
    [b-4fn0lfbt7t] .top-banner-evacuation.top-banner {
        align-items: center;
    }

    .services-evacuation-map-block-1[b-4fn0lfbt7t] {
        margin-top: 300px;
    }

    [b-4fn0lfbt7t] .top-banner-evacuation .left-block {
        margin-top: 440px;
    }

    .evacuation-shell[b-4fn0lfbt7t] {
        width: calc(100% - 3rem);
    }

    .specific-to-your-industry-container[b-4fn0lfbt7t] {
        grid-template-columns: 1fr;
    }

    .specific-to-your-industry-img[b-4fn0lfbt7t] {
        width: 16%;
    }

    .specific-to-your-industry-card__subtitle[b-4fn0lfbt7t] {
        font-size: 18px;
    }

    .services-evacuation-map-pricing h5[b-4fn0lfbt7t] {
        font-size: 18px;
    }
}

@media (max-width: 560px) {
    .ideal-emergency-map__subtitile-small[b-4fn0lfbt7t] {
        font-size: 16px;
    }
}

@media (max-width: 1000px) {
    .specific-to-your-industry-container[b-4fn0lfbt7t] {
        grid-template-columns: 1fr 1fr;
        grid-gap: 3rem 6rem;
        margin: 0 2rem;
    }
}

@media (max-width: 900px) {
    .specific-to-your-industry-container[b-4fn0lfbt7t] {
        grid-gap: 3rem;
    }
}

@media (max-width: 690px) {
    .specific-to-your-industry-container[b-4fn0lfbt7t] {
        grid-gap: 3rem 1rem;
    }
}

@media (max-width: 591px) {
    .specific-to-your-industry-container[b-4fn0lfbt7t] {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) {
    [b-4fn0lfbt7t] .btn.btn-green {
        max-width: 202px;
        width: 201px !important;
    }

    .col-md-6[b-4fn0lfbt7t] {
        width: 50%;
    }

    .col-md-9[b-4fn0lfbt7t] {
        width: 75%;
    }

    .d-md-block[b-4fn0lfbt7t] {
        display: block !important;
    }

    .d-md-none[b-4fn0lfbt7t] {
        display: none !important;
    }

    .ps-md-0[b-4fn0lfbt7t] {
        padding-left: 0 !important;
    }

    .pe-md-0[b-4fn0lfbt7t] {
        padding-right: 0 !important;
    }
}

@media (min-width: 992px) {
    .col-lg-4[b-4fn0lfbt7t] {
        width: 33.333333%;
    }

    .col-lg-8[b-4fn0lfbt7t] {
        width: 66.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl-3[b-4fn0lfbt7t] {
        width: 25%;
    }

    .col-xl-7[b-4fn0lfbt7t] {
        width: 58.333333%;
    }

    .col-xl-10[b-4fn0lfbt7t] {
        width: 83.333333%;
    }
}

@media (min-width: 1400px) {
    .col-xxl-3[b-4fn0lfbt7t] {
        width: 25%;
    }

    .col-xxl-6[b-4fn0lfbt7t] {
        width: 50%;
    }

    .col-xxl-8[b-4fn0lfbt7t] {
        width: 66.666667%;
    }

    .col-xxl-10[b-4fn0lfbt7t] {
        width: 83.333333%;
    }

    .col-xxl-12[b-4fn0lfbt7t] {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .blue-small-text[b-4fn0lfbt7t],
    .blue-small-text:hover[b-4fn0lfbt7t] {
        transition: none;
    }
}
/* /Components/Pages/EventBanner.razor.rz.scp.css */
.event-banner-page[b-6xyb7g3yo5] {
    --navy: #072643;
    --blue: #0076be;
    --blue-dark: #005b95;
    --cyan: #25c7e8;
    --ink: #1d2630;
    --muted: #5e6d79;
    --border: #d9e4ec;
    --surface: #f5f9fc;
    --sky: #eaf4fb;
    color: var(--ink);
    background: linear-gradient(rgb(255 255 255) 0%, rgb(247 251 254) 100%);
    min-height: 100vh;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    line-height: 1.5;
    overflow-x: hidden;
}

.event-banner-page *[b-6xyb7g3yo5],
.event-banner-page *[b-6xyb7g3yo5]::before,
.event-banner-page *[b-6xyb7g3yo5]::after {
    box-sizing: border-box;
}

.event-banner-page a[b-6xyb7g3yo5] {
    color: inherit;
    text-decoration: none;
}

.event-banner-page img[b-6xyb7g3yo5] {
    display: block;
    max-width: 100%;
    height: auto;
}

.event-banner-page h1[b-6xyb7g3yo5],
.event-banner-page h2[b-6xyb7g3yo5],
.event-banner-page h3[b-6xyb7g3yo5] {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.event-banner-page h1[b-6xyb7g3yo5],
.event-banner-page h2[b-6xyb7g3yo5] {
    letter-spacing: -.055em;
}

.event-banner-page h1:focus[b-6xyb7g3yo5] {
    outline: none;
}

.event-banner-page :where(h1, h2, h3, p)[b-6xyb7g3yo5] {
    margin-top: 0;
}

.event-banner-page h1 em[b-6xyb7g3yo5],
.event-banner-page h2 em[b-6xyb7g3yo5] {
    color: var(--blue);
    font-style: normal;
}

.shell[b-6xyb7g3yo5] {
    width: min(1200px, calc(100% - 72px));
    margin-inline: auto;
}

.announcement[b-6xyb7g3yo5] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 32px;
    border-bottom: 1px solid var(--border);
    color: #677783;
    background: #f7fbfe;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.announcement-dot[b-6xyb7g3yo5] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--cyan);
}

.site-header[b-6xyb7g3yo5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 23px 0;
}

.wordmark[b-6xyb7g3yo5] {
    display: inline-flex;
    align-items: center;
}

.brand-logo[b-6xyb7g3yo5] {
    display: block;
    width: 218px;
    height: auto;
}

.nav-links[b-6xyb7g3yo5] {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 12px;
}

.nav-links > a:not(.nav-cta)[b-6xyb7g3yo5] {
    color: #586b79;
}

.nav-cta[b-6xyb7g3yo5] {
    padding: 11px 18px;
    border-radius: 999px;
    color: #fff;
    background: var(--blue);
    font-weight: 700;
}

.nav-cta span[b-6xyb7g3yo5],
.button span[b-6xyb7g3yo5],
.program-link span[b-6xyb7g3yo5] {
    margin-left: 5px;
}

.hero[b-6xyb7g3yo5] {
    position: relative;
    display: grid;
    grid-template-columns: 1fr .9fr;
    align-items: center;
    gap: 70px;
    min-height: 650px;
    padding: 72px 0 92px;
    overflow: hidden;
    border-radius: 0 0 24px 24px;
    background: radial-gradient(circle at 91% 7%, rgb(37 199 232 / 16%) 0 84px, transparent 85px), radial-gradient(circle at 86% 13%, rgb(0 118 190 / 10%) 0 158px, transparent 159px), #fff;
}

.hero[b-6xyb7g3yo5]::after {
    content: "";
    position: absolute;
    top: -66px;
    right: -125px;
    width: 270px;
    height: 270px;
    border: 1px solid rgb(0 118 190 / 14%);
    border-radius: 50%;
}

.hero-copy[b-6xyb7g3yo5],
.hero-visual[b-6xyb7g3yo5] {
    position: relative;
    z-index: 1;
}

.hero-copy[b-6xyb7g3yo5] {
    max-width: 615px;
}

.hero h1[b-6xyb7g3yo5] {
    max-width: 620px;
    margin-bottom: 28px;
    color: var(--navy);
    font-size: clamp(52px, 6.2vw, 86px);
    font-weight: 500;
    line-height: .98;
}

.hero-lede[b-6xyb7g3yo5] {
    max-width: 530px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.65;
}

.hero-actions[b-6xyb7g3yo5] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin: 32px 0 48px;
}

.button[b-6xyb7g3yo5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: normal;
    padding: 15px 20px;
    border: 0;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    transition: transform .2s, box-shadow .2s;
    white-space: normal;
}

.button:hover[b-6xyb7g3yo5],
.nav-cta:hover[b-6xyb7g3yo5],
.program-link:hover[b-6xyb7g3yo5] {
    transform: translateY(-2px);
}

.button-blue[b-6xyb7g3yo5] {
    color: #fff;
    background: var(--blue);
    box-shadow: 0 8px 20px rgb(0 118 190 / 18%);
}

.event-banner-page .nav-cta[b-6xyb7g3yo5],
.event-banner-page .hero-actions .button-blue[b-6xyb7g3yo5] {
    color: #fff !important;
}

.button-outline[b-6xyb7g3yo5] {
    border: 1px solid var(--blue);
    color: var(--navy);
}

.button-dark[b-6xyb7g3yo5] {
    color: #fff;
    background: var(--navy);
}

.hero-metrics[b-6xyb7g3yo5] {
    display: flex;
    gap: 40px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
}

.hero-metrics div[b-6xyb7g3yo5] {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.hero-metrics strong[b-6xyb7g3yo5] {
    color: var(--blue);
    font-size: 24px;
    letter-spacing: -.04em;
}

.hero-metrics span[b-6xyb7g3yo5] {
    max-width: 130px;
    color: #71818d;
    font-size: 11px;
    line-height: 1.4;
}

.hero-visual[b-6xyb7g3yo5] {
    position: relative;
    min-height: 480px;
    padding: 26px 28px 27px;
    overflow: hidden;
    border: 1px solid #d8e8f2;
    border-radius: 20px;
    background: linear-gradient(145deg, #eaf4fb 0%, #f9fcfe 68%);
    box-shadow: 0 18px 42px rgb(7 38 67 / 10%);
}

.hero-visual[b-6xyb7g3yo5]::before {
    content: "";
    position: absolute;
    top: -105px;
    right: -115px;
    width: 310px;
    height: 310px;
    border-radius: 50%;
    background: rgb(37 199 232 / 18%);
}

.visual-header[b-6xyb7g3yo5],
.visual-main[b-6xyb7g3yo5],
.visual-list[b-6xyb7g3yo5] {
    position: relative;
    z-index: 1;
}

.visual-header[b-6xyb7g3yo5] {
    display: flex;
    justify-content: space-between;
    color: #617482;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.visual-main[b-6xyb7g3yo5] {
    padding: 68px 0 58px;
}

.visual-label[b-6xyb7g3yo5] {
    display: block;
    margin-bottom: 19px;
    color: var(--blue);
    font-size: 11px;
    font-weight: 700;
}

.visual-main strong[b-6xyb7g3yo5] {
    display: block;
    color: var(--navy);
    font-size: clamp(58px, 6vw, 84px);
    font-weight: 500;
    letter-spacing: -.08em;
    line-height: .86;
}

.visual-main strong em[b-6xyb7g3yo5] {
    color: var(--blue);
    font-style: normal;
}

.visual-main p[b-6xyb7g3yo5] {
    max-width: 250px;
    margin: 28px 0 0;
    color: #687b88;
    font-size: 13px;
    line-height: 1.55;
}

.visual-list[b-6xyb7g3yo5] {
    border-top: 1px solid #c9dbe7;
}

.visual-list > div[b-6xyb7g3yo5] {
    display: grid;
    grid-template-columns: 26px 1fr 1fr;
    align-items: center;
    gap: 12px;
    padding: 13px 0;
    border-bottom: 1px solid #c9dbe7;
}

.visual-list span[b-6xyb7g3yo5] {
    color: var(--blue);
    font-size: 11px;
    font-weight: 700;
}

.visual-list strong[b-6xyb7g3yo5] {
    font-size: 13px;
}

.visual-list small[b-6xyb7g3yo5] {
    color: #71818d;
    font-size: 12px;
}

.proof-strip[b-6xyb7g3yo5] {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: rgb(255 255 255 / 82%);
}

.proof-items[b-6xyb7g3yo5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 62px;
}

.proof-items span[b-6xyb7g3yo5] {
    color: #647581;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.proof-items span[b-6xyb7g3yo5]::before {
    content: "•";
    margin-right: 8px;
    color: var(--blue);
}

.programs[b-6xyb7g3yo5] {
    position: relative;
    padding: 92px 28px 68px;
    overflow: hidden;
    background: linear-gradient(rgb(234 244 251 / 70%) 0%, transparent 35%);
}

.programs[b-6xyb7g3yo5]::before {
    content: "";
    position: absolute;
    top: 220px;
    left: 28px;
    width: 220px;
    height: 220px;
    border: 1px solid rgb(0 118 190 / 14%);
    border-radius: 50%;
}

.programs[b-6xyb7g3yo5]::after {
    content: "";
    position: absolute;
    top: 72px;
    right: 28px;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: rgb(37 199 232 / 10%);
}

.programs > *[b-6xyb7g3yo5] {
    position: relative;
    z-index: 1;
}

.program-heading[b-6xyb7g3yo5] {
    display: block;
    margin-bottom: 48px;
    text-align: center;
}

.section-heading h2[b-6xyb7g3yo5] {
    margin-bottom: 0;
}

.program-heading h2[b-6xyb7g3yo5] {
    max-width: 760px;
    margin-inline: auto;
    color: var(--navy);
    font-size: clamp(44px, 5vw, 68px);
    line-height: .98;
}

.program-heading > p[b-6xyb7g3yo5] {
    max-width: 560px;
    margin: 22px auto 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
}

.program-grid[b-6xyb7g3yo5] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 16px;
}

.program-card[b-6xyb7g3yo5] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 520px;
    padding: 27px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: rgb(255 255 255 / 92%);
}

.program-card.essentials[b-6xyb7g3yo5] {
    transform: translateY(-14px);
    border: 2px solid var(--blue);
    background: var(--sky);
    box-shadow: 0 15px 35px rgb(0 86 145 / 14%);
}

.program-top[b-6xyb7g3yo5] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.program-eyebrow[b-6xyb7g3yo5] {
    max-width: 180px;
    color: var(--blue);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.featured-pill[b-6xyb7g3yo5] {
    padding: 7px 10px;
    border-radius: 999px;
    color: #fff;
    background: var(--blue);
    font-size: 9px;
    font-weight: 700;
    white-space: nowrap;
}

.program-card h3[b-6xyb7g3yo5] {
    max-width: 270px;
    margin: 64px 0 19px;
    color: var(--navy);
    font-size: 29px;
    font-weight: 500;
    letter-spacing: -.055em;
    line-height: 1.04;
}

.program-price[b-6xyb7g3yo5] {
    display: flex;
    align-items: baseline;
    gap: 9px;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border);
}

.program-price strong[b-6xyb7g3yo5] {
    color: var(--navy);
    font-size: 33px;
    letter-spacing: -.05em;
}

.program-price span[b-6xyb7g3yo5] {
    color: #71818d;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.program-card p[b-6xyb7g3yo5] {
    max-width: 300px;
    margin-bottom: 22px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}

.program-card ul[b-6xyb7g3yo5] {
    display: grid;
    gap: 10px;
    margin: auto 0 25px;
    padding: 0;
    list-style: none;
}

.program-card li[b-6xyb7g3yo5] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    line-height: 1.45;
}

.program-card li span[b-6xyb7g3yo5] {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: var(--blue);
    background: var(--sky);
    font-size: 12px;
    font-weight: 700;
}

.program-card.essentials li span[b-6xyb7g3yo5] {
    background: #fff;
}

.program-link[b-6xyb7g3yo5] {
    align-self: flex-start;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--blue);
    color: var(--navy);
    font-size: 12px;
    font-weight: 700;
}

.program-footnote[b-6xyb7g3yo5] {
    margin: 25px 0 0;
    color: #71818d;
    font-size: 11px;
    text-align: center;
}

.problem-sell[b-6xyb7g3yo5] {
    position: relative;
    padding: 54px 34px 56px;
    overflow: hidden;
    border: 1px solid #d2e7f2;
    border-radius: 24px;
    background: radial-gradient(circle at 86% 12%, rgb(37 199 232 / 18%) 0 74px, transparent 75px), linear-gradient(135deg, #f2f9fd 0%, #e2f1f9 100%);
}

.problem-sell[b-6xyb7g3yo5]::before {
    content: "";
    position: absolute;
    top: -176px;
    right: 8%;
    width: 260px;
    height: 260px;
    border: 1px solid rgb(0 118 190 / 14%);
    border-radius: 50%;
}

.problem-sell[b-6xyb7g3yo5]::after {
    content: "";
    position: absolute;
    bottom: -52px;
    left: 6%;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: rgb(0 118 190 / 7%);
}

.problem-heading[b-6xyb7g3yo5],
.problem-grid[b-6xyb7g3yo5] {
    position: relative;
    z-index: 1;
}

.problem-heading[b-6xyb7g3yo5] {
    margin-bottom: 38px;
    text-align: center;
}

.problem-heading h2[b-6xyb7g3yo5] {
    max-width: 730px;
    margin: 0 auto;
    color: var(--navy);
    font-size: clamp(42px, 4.8vw, 64px);
    line-height: 1;
}

.problem-heading > p[b-6xyb7g3yo5] {
    max-width: 600px;
    margin: 22px auto 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}

.problem-grid[b-6xyb7g3yo5] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.problem-grid article[b-6xyb7g3yo5] {
    position: relative;
    min-height: 260px;
    padding: 26px;
    overflow: hidden;
    border: 1px solid rgb(0 118 190 / 14%);
    border-radius: 16px;
    background: rgb(255 255 255 / 92%);
    box-shadow: 0 12px 25px rgb(7 38 67 / 6%);
}

.problem-grid article[b-6xyb7g3yo5]::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.problem-index[b-6xyb7g3yo5] {
    display: block;
    margin-bottom: 38px;
    color: var(--blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
}

.problem-grid h3[b-6xyb7g3yo5] {
    max-width: 270px;
    margin-bottom: 16px;
    color: var(--navy);
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1.12;
}

.problem-grid p[b-6xyb7g3yo5] {
    max-width: 300px;
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}

.essentials-section[b-6xyb7g3yo5] {
    position: relative;
    padding: 58px 0;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at 88% 20%, rgb(37 199 232 / 16%) 0 110px, transparent 111px), linear-gradient(135deg, #072643 0%, #0c416c 100%);
}

.essentials-section[b-6xyb7g3yo5]::after {
    content: "";
    position: absolute;
    right: -95px;
    bottom: -120px;
    width: 300px;
    height: 300px;
    border: 1px solid rgb(37 199 232 / 32%);
    border-radius: 50%;
}

.essentials-grid[b-6xyb7g3yo5] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12%;
}

.essentials-section h2[b-6xyb7g3yo5] {
    max-width: 550px;
    margin-bottom: 0;
    color: #fff;
    font-size: clamp(44px, 5vw, 68px);
    line-height: .98;
}

.essentials-section h2 em[b-6xyb7g3yo5] {
    color: var(--cyan);
}

.essentials-intro[b-6xyb7g3yo5] {
    max-width: 500px;
}

.compliance-graphic[b-6xyb7g3yo5] {
    position: relative;
    margin-top: 38px;
    padding: 20px 22px 16px;
    overflow: hidden;
    border: 1px solid rgb(37 199 232 / 35%);
    border-radius: 18px;
    color: var(--navy);
    background: linear-gradient(135deg, #fff 0%, #eaf6fc 100%);
    box-shadow: 0 18px 38px rgb(2 28 50 / 22%);
}

.compliance-graphic[b-6xyb7g3yo5]::after {
    content: "";
    position: absolute;
    top: -92px;
    right: -82px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgb(37 199 232 / 14%);
}

.graphic-header[b-6xyb7g3yo5],
.graphic-main[b-6xyb7g3yo5],
.graphic-list[b-6xyb7g3yo5] {
    position: relative;
    z-index: 1;
}

.graphic-header[b-6xyb7g3yo5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #617482;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.graphic-status[b-6xyb7g3yo5] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 9px;
    border-radius: 999px;
    color: var(--blue);
    background: rgb(0 118 190 / 10%);
}

.graphic-status i[b-6xyb7g3yo5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    color: #fff;
    background: var(--blue);
    font-size: 9px;
    font-style: normal;
}

.graphic-main[b-6xyb7g3yo5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 126px;
    padding: 22px 0 18px;
    border-bottom: 1px solid #c9dfe9;
}

.graphic-main small[b-6xyb7g3yo5] {
    color: #708391;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
}

.graphic-main strong[b-6xyb7g3yo5] {
    display: block;
    margin-top: 8px;
    color: var(--navy);
    font-size: 35px;
    font-weight: 500;
    letter-spacing: -.06em;
    line-height: .88;
}

.graphic-main strong em[b-6xyb7g3yo5] {
    color: var(--blue);
}

.graphic-check[b-6xyb7g3yo5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    border: 8px solid rgb(255 255 255 / 74%);
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, var(--blue), var(--cyan));
    font-size: 34px;
    font-weight: 700;
    box-shadow: 0 10px 20px rgb(0 118 190 / 18%);
}

.graphic-list[b-6xyb7g3yo5] {
    display: grid;
    gap: 0;
}

.graphic-list > div[b-6xyb7g3yo5] {
    display: grid;
    grid-template-columns: 20px 1fr auto;
    align-items: center;
    gap: 9px;
    padding: 11px 0;
    border-bottom: 1px solid #d9e8f0;
}

.graphic-list > div:last-child[b-6xyb7g3yo5] {
    padding-bottom: 0;
    border-bottom: 0;
}

.graphic-list span[b-6xyb7g3yo5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: var(--blue);
    background: #dff4fb;
    font-size: 11px;
    font-weight: 700;
}

.graphic-list strong[b-6xyb7g3yo5] {
    font-size: 12px;
}

.graphic-list small[b-6xyb7g3yo5] {
    color: var(--blue);
    font-size: 11px;
    font-weight: 700;
}

.essentials-copy[b-6xyb7g3yo5] {
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.essentials-copy > p[b-6xyb7g3yo5] {
    max-width: 440px;
    margin: 0 0 42px;
    color: #c5d9e5;
    font-size: 16px;
    line-height: 1.7;
}

.benefit-list[b-6xyb7g3yo5] {
    margin-bottom: 32px;
    border-top: 1px solid rgb(255 255 255 / 20%);
}

.benefit-list > div[b-6xyb7g3yo5] {
    display: grid;
    grid-template-columns: 30px 155px 1fr;
    align-items: center;
    gap: 18px;
    padding: 17px 0;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.benefit-list span[b-6xyb7g3yo5] {
    color: var(--cyan);
    font-size: 12px;
    font-weight: 700;
}

.benefit-list strong[b-6xyb7g3yo5] {
    font-size: 13px;
}

.benefit-list small[b-6xyb7g3yo5] {
    color: #b8cfdd;
    font-size: 12px;
    line-height: 1.45;
}

.essentials-section .button-blue[b-6xyb7g3yo5] {
    align-self: flex-start;
    margin-top: auto;
    color: var(--navy);
    background: var(--cyan);
    box-shadow: 0 8px 20px rgb(37 199 232 / 20%);
}

.details[b-6xyb7g3yo5] {
    position: relative;
    padding: 48px 28px 52px;
    overflow: hidden;
    background: radial-gradient(circle at 8% 40%, rgb(0 118 190 / 12%) 0 72px, transparent 73px), radial-gradient(circle at 94% 72%, rgb(37 199 232 / 14%) 0 105px, transparent 106px), linear-gradient(135deg, #edf7fc 0%, #f8fcff 72%);
}

.details[b-6xyb7g3yo5]::before {
    content: "";
    position: absolute;
    right: -95px;
    bottom: -135px;
    width: 300px;
    height: 300px;
    border: 1px solid rgb(0 118 190 / 16%);
    border-radius: 50%;
}

.details > *[b-6xyb7g3yo5] {
    position: relative;
    z-index: 1;
}

.details-card[b-6xyb7g3yo5] {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    border: 1px solid #c9e0ee;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 34px rgb(7 38 67 / 9%);
}

.details-card > div:first-child[b-6xyb7g3yo5] {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 276px;
    padding: 44px 48px;
    overflow: hidden;
    background: radial-gradient(circle at 94% 9%, rgb(37 199 232 / 26%) 0 62px, transparent 63px), linear-gradient(145deg, #082d4c 0%, #075e9b 100%);
}

.details-card > div:first-child[b-6xyb7g3yo5]::after {
    content: "";
    position: absolute;
    right: -72px;
    bottom: -112px;
    width: 255px;
    height: 255px;
    border: 1px solid rgb(255 255 255 / 22%);
    border-radius: 50%;
}

.details-card h2[b-6xyb7g3yo5] {
    position: relative;
    z-index: 1;
    max-width: 310px;
    margin: 0;
    color: #fff;
    font-size: 43px;
    line-height: 1;
}

.details-card h2 em[b-6xyb7g3yo5] {
    color: var(--cyan);
}

.detail-points[b-6xyb7g3yo5] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    gap: 0 28px;
    padding: 28px 44px;
    background: rgb(255 255 255 / 96%);
}

.detail-points > div[b-6xyb7g3yo5] {
    padding: 19px 0 17px;
    border-top: 1px solid var(--border);
}

.detail-points strong[b-6xyb7g3yo5],
.detail-points span[b-6xyb7g3yo5] {
    display: block;
}

.detail-points strong[b-6xyb7g3yo5] {
    margin-bottom: 7px;
    color: var(--navy);
    font-size: 13px;
}

.detail-points span[b-6xyb7g3yo5] {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.45;
}

.cta-section[b-6xyb7g3yo5] {
    padding: 0 0 56px;
}

.cta-card[b-6xyb7g3yo5] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 54px 62px;
    overflow: hidden;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);
    box-shadow: 0 16px 32px rgb(0 91 149 / 18%);
}

.cta-card[b-6xyb7g3yo5]::after {
    content: "";
    position: absolute;
    top: -95px;
    right: -70px;
    width: 220px;
    height: 220px;
    border: 1px solid rgb(37 199 232 / 45%);
    border-radius: 50%;
}

.cta-card > *[b-6xyb7g3yo5] {
    position: relative;
    z-index: 1;
}

.cta-card h2[b-6xyb7g3yo5] {
    max-width: 680px;
    margin-bottom: 14px;
    color: #fff;
    font-size: clamp(37px, 4vw, 54px);
    line-height: .98;
}

.cta-card p[b-6xyb7g3yo5] {
    margin: 0;
    color: #d4eaf4;
    font-size: 14px;
    line-height: 1.5;
}

.cta-card .button-dark[b-6xyb7g3yo5] {
    background: var(--navy);
}

.cta-button[b-6xyb7g3yo5] {
    min-width: 208px;
    padding: 19px 28px;
    font-size: 14px;
}

.site-footer[b-6xyb7g3yo5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 0 38px;
    border-top: 1px solid var(--border);
}

.site-footer .brand-logo[b-6xyb7g3yo5] {
    width: 170px;
}

.site-footer p[b-6xyb7g3yo5] {
    margin: 0;
    color: #71818d;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

@media (max-width: 950px) {
    .hero[b-6xyb7g3yo5] {
        grid-template-columns: 1fr .84fr;
        gap: 40px;
    }

    .program-grid[b-6xyb7g3yo5] {
        grid-template-columns: 1fr;
    }

    .program-card[b-6xyb7g3yo5] {
        min-height: 0;
    }

    .program-card.essentials[b-6xyb7g3yo5] {
        transform: none;
    }

    .essentials-grid[b-6xyb7g3yo5] {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .details-card[b-6xyb7g3yo5] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .shell[b-6xyb7g3yo5] {
        width: min(calc(100% - 40px), 1200px);
    }

    .site-header[b-6xyb7g3yo5] {
        padding: 20px 0;
    }

    .brand-logo[b-6xyb7g3yo5] {
        width: 182px;
    }

    .nav-links > a:not(.nav-cta)[b-6xyb7g3yo5] {
        display: none;
    }

    .nav-links[b-6xyb7g3yo5] {
        gap: 0;
    }

    .hero[b-6xyb7g3yo5] {
        grid-template-columns: 1fr;
        align-items: start;
        min-height: 0;
        padding: 58px 0 78px;
    }

    .hero-lede[b-6xyb7g3yo5] {
        font-size: 15px;
    }

    .hero-actions[b-6xyb7g3yo5] {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin: 28px 0 36px;
    }

    .hero-metrics[b-6xyb7g3yo5] {
        gap: 20px;
    }

    .hero-metrics div[b-6xyb7g3yo5] {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .hero-visual[b-6xyb7g3yo5] {
        min-height: 440px;
        padding: 22px;
    }

    .visual-main[b-6xyb7g3yo5] {
        padding: 55px 0 45px;
    }

    .visual-list > div[b-6xyb7g3yo5] {
        grid-template-columns: 25px 1fr;
    }

    .visual-list small[b-6xyb7g3yo5] {
        grid-column: 2;
        margin-top: -8px;
    }

    .proof-items[b-6xyb7g3yo5] {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 13px;
        padding: 20px 0;
    }

    .proof-items span[b-6xyb7g3yo5] {
        font-size: 10px;
    }

    .problem-sell[b-6xyb7g3yo5] {
        padding: 52px 24px;
    }

    .problem-heading[b-6xyb7g3yo5] {
        margin-bottom: 30px;
    }

    .problem-grid[b-6xyb7g3yo5] {
        grid-template-columns: 1fr;
    }

    .problem-grid article[b-6xyb7g3yo5] {
        min-height: 0;
        padding: 22px;
    }

    .problem-index[b-6xyb7g3yo5] {
        margin-bottom: 22px;
    }

    .programs[b-6xyb7g3yo5] {
        padding: 70px 0 68px;
    }

    .program-heading[b-6xyb7g3yo5] {
        margin-bottom: 38px;
    }

    .program-heading h2[b-6xyb7g3yo5],
    .essentials-section h2[b-6xyb7g3yo5] {
        font-size: 47px;
    }

    .compliance-graphic[b-6xyb7g3yo5] {
        margin-top: 30px;
        padding: 18px;
    }

    .graphic-main[b-6xyb7g3yo5] {
        min-height: 112px;
    }

    .graphic-main strong[b-6xyb7g3yo5] {
        font-size: 31px;
    }

    .graphic-check[b-6xyb7g3yo5] {
        width: 74px;
        height: 74px;
        border-width: 6px;
        font-size: 28px;
    }

    .benefit-list > div[b-6xyb7g3yo5] {
        grid-template-columns: 28px 115px 1fr;
        gap: 10px;
    }

    .benefit-list small[b-6xyb7g3yo5] {
        line-height: 1.45;
    }

    .details[b-6xyb7g3yo5] {
        padding: 42px 0 48px;
    }

    .details-card[b-6xyb7g3yo5] {
        padding: 0;
    }

    .details-card > div:first-child[b-6xyb7g3yo5] {
        min-height: 210px;
        padding: 34px 28px;
    }

    .details-card h2[b-6xyb7g3yo5] {
        font-size: 38px;
    }

    .detail-points[b-6xyb7g3yo5] {
        grid-template-columns: 1fr;
        padding: 18px 28px 28px;
    }

    .cta-card[b-6xyb7g3yo5] {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
        padding: 35px 28px;
        border-radius: 14px;
    }

    .cta-section[b-6xyb7g3yo5] {
        padding-bottom: 48px;
    }

    .cta-button[b-6xyb7g3yo5] {
        align-self: stretch;
        min-height: 56px;
    }

    .site-footer[b-6xyb7g3yo5] {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .essentials-section[b-6xyb7g3yo5] {
        padding: 56px 0;
    }
}
/* /Components/Pages/FreeTrial.razor.rz.scp.css */
.free-trial-page[b-fnsi6v9vvw] {
    overflow-x: hidden;
    background: #ffffff;
    color: #000000;
    font-family: Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.free-trial-main[b-fnsi6v9vvw] {
    display: block;
    overflow-x: hidden;
}

.free-trial-page .container[b-fnsi6v9vvw] {
    width: min(80%, 1639px);
    margin: 0 auto;
}

.free-trial-navbar[b-fnsi6v9vvw] {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 1030;
    background-color: #f4f7fb;
    padding: 30px 0;
    border-bottom: none;
}

.free-trial-navbar img[b-fnsi6v9vvw] {
    width: 215px;
    height: auto;
}

.free-trial[b-fnsi6v9vvw] {
    padding: 172px 0 104px;
}

.free-trial .title[b-fnsi6v9vvw] {
    font: normal normal 300 24px/32px Roboto;
    color: #000000;
    margin-bottom: 72px;
}

.free-trial__block[b-fnsi6v9vvw] {
    background: #ffffff 0% 0% no-repeat padding-box;
}

.free-trial__block .left-block[b-fnsi6v9vvw] {
    padding-right: 120px;
}

.free-trial__block .left-block p[b-fnsi6v9vvw] {
    line-height: 33px;
    color: #000000;
    letter-spacing: 0.26px;
    font-size: 16px;
    padding-bottom: 36px;
}

.free-trial__block .left-block-2[b-fnsi6v9vvw] {
    line-height: 33px;
    color: #000000;
    letter-spacing: 0.26px;
    font-size: 16px;
    padding-top: 36px;
}

.free-trial__block .right-block[b-fnsi6v9vvw] {
    position: relative;
    padding-left: 80px;
    border-left: 1px solid #cbcbcb;
}

.free-trial__block .right-block .custom-radio input[type="radio"] + label[b-fnsi6v9vvw]:before,
.free-trial__block .right-block .custom-radio input[type="radio"] + label[b-fnsi6v9vvw]:after {
    margin-top: 12px;
}

.row[b-fnsi6v9vvw] {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.row > [class*="col-"][b-fnsi6v9vvw] {
    flex: 0 0 auto;
    min-width: 0;
    width: 100%;
}

.w-100[b-fnsi6v9vvw] {
    width: 100%;
}

.d-flex[b-fnsi6v9vvw] {
    display: flex;
}

.justify-content-end[b-fnsi6v9vvw] {
    justify-content: flex-end;
}

.pe-2[b-fnsi6v9vvw] {
    padding-right: 0.5rem;
}

.mb-3[b-fnsi6v9vvw] {
    margin-bottom: 1rem;
}

.bold[b-fnsi6v9vvw] {
    font-weight: 500;
}

.required-icon[b-fnsi6v9vvw] {
    color: #dc3545;
}

p[b-fnsi6v9vvw] {
    color: #000000;
}

.border-bottom[b-fnsi6v9vvw] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.pb-10[b-fnsi6v9vvw] {
    padding-bottom: 10px;
}

label[b-fnsi6v9vvw] {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font: normal normal normal 16px/21px Roboto;
}

.custom-radio input[type="radio"][b-fnsi6v9vvw] {
    display: none;
}

.custom-radio input[type="radio"] + label[b-fnsi6v9vvw] {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 24px;
    padding-left: 35px;
    transition: all 0.3s ease-in-out;
}

.custom-radio input[type="radio"] + label[b-fnsi6v9vvw]:before,
.custom-radio input[type="radio"] + label[b-fnsi6v9vvw]:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #8ad023;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.custom-radio input[type="radio"] + label[b-fnsi6v9vvw]:before {
    box-shadow: inset 0 0 0 4px white, inset 0 0 0 11px white;
}

.custom-radio input[type="radio"]:checked + label[b-fnsi6v9vvw]:before {
    box-shadow: inset 0 0 0 4px white, inset 0 0 0 11px #8ad023;
}

.custom-input[b-fnsi6v9vvw] {
    position: relative;
    height: 48px;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    margin-bottom: 36px;
}

.custom-input__placeholder[b-fnsi6v9vvw] {
    position: absolute;
    top: 20%;
    left: 0;
    line-height: 27px;
    pointer-events: none;
    transition: all 0.14s ease-in-out;
    color: #000000;
    padding-left: 17px;
}

.custom-input__input[b-fnsi6v9vvw] {
    width: 100%;
    padding: 0 17px;
    margin-top: 11px;
    color: #000000;
    border: none;
    background-color: #ffffff;
}

.custom-input__input:focus[b-fnsi6v9vvw] {
    outline: none;
}

.custom-input__input:focus ~ label[b-fnsi6v9vvw],
.custom-input__input:not(:placeholder-shown) ~ label[b-fnsi6v9vvw] {
    background-color: #ffffff;
    padding: 0 3px;
    top: calc(0% - 0.5rem);
    z-index: 2;
    margin-left: 17px;
    margin-bottom: 5px;
    color: #000000;
    font-size: 14px;
    line-height: 17px;
}

.select-div[b-fnsi6v9vvw] {
    width: 100%;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    height: 48px;
    margin-bottom: 36px;
    padding-right: 14px;
}

.select-div .custom-select[b-fnsi6v9vvw] {
    width: 100%;
    border: none;
    height: 45px;
    outline: none;
    padding-left: 14px;
    font: normal normal normal 16px/21px Roboto;
    color: #000000;
    background-color: #ffffff;
}

.select-div .custom-select option[b-fnsi6v9vvw] {
    width: 100%;
}

.custom-textarea[b-fnsi6v9vvw] {
    position: relative;
    width: 100%;
    min-height: 90px;
    height: 100%;
    padding: 7px 17px;
    border: 1px solid #cbcbcb;
    border-radius: 8px;
}

.custom-textarea__textarea[b-fnsi6v9vvw] {
    width: 100%;
    min-height: 90px;
    height: 100%;
    border: none;
    resize: none;
    cursor: pointer;
    padding-top: 5px;
    background-color: #ffffff;
}

.custom-textarea__textarea:focus[b-fnsi6v9vvw] {
    outline: none;
}

.custom-textarea__placeholder[b-fnsi6v9vvw] {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: all 0.14s ease-in-out;
    color: #000000;
    line-height: 27px;
    padding-left: 17px;
    padding-top: 11px;
}

.custom-textarea__textarea.c-fix ~ label[b-fnsi6v9vvw],
.custom-textarea__textarea:focus ~ label[b-fnsi6v9vvw],
.custom-textarea__textarea:not(:placeholder-shown) ~ label[b-fnsi6v9vvw] {
    color: #000000;
    font-size: 14px;
    line-height: 17px;
    top: calc(0% - 0.5rem);
    background-color: #ffffff;
    padding: 0 3px;
    margin-left: 17px;
}

.btn-green[b-fnsi6v9vvw] {
    background-color: #8ad023;
    border-radius: 28px 28px 0 28px;
    border: 1px solid #8ad023;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff !important;
    width: 100%;
    min-width: 168px;
    height: 48px;
}

.btn-green:hover[b-fnsi6v9vvw] {
    background-color: #6fb10c;
    border-color: transparent;
}

.btn-green:focus[b-fnsi6v9vvw] {
    box-shadow: none;
}

.free-trial__block .col-md-12[b-fnsi6v9vvw] {
    width: 100%;
}

.free-trial__block .col-md-6[b-fnsi6v9vvw],
.free-trial__block .col-xl-6[b-fnsi6v9vvw] {
    width: 100%;
}

.free-trial__tab-content[b-fnsi6v9vvw] {
    padding-top: 70px;
}

.tab-pane[b-fnsi6v9vvw] {
    display: none;
}

.tab-pane.active[b-fnsi6v9vvw] {
    display: block;
}

.nav-tabs[b-fnsi6v9vvw] {
    border: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: auto;
    padding-left: 0;
    list-style: none;
}

.nav-tabs li[b-fnsi6v9vvw] {
    min-width: 200px;
    list-style: none;
}

.free-trial-tab[b-fnsi6v9vvw] {
    border: none;
    background: transparent;
    color: rgba(0, 0, 0, 0.38);
    font: normal normal 500 16px/21px Roboto;
    text-align: -webkit-center;
    padding: 0;
    cursor: pointer;
}

.free-trial-tab:hover[b-fnsi6v9vvw] {
    border: none;
    background-color: transparent;
}

.nav-tabs li.active > .free-trial-tab[b-fnsi6v9vvw],
.free-trial-tab.active[b-fnsi6v9vvw] {
    border: none;
    font: normal normal 500 16px/21px Roboto;
    text-align: -webkit-center;
    color: #000000 !important;
}

.nav-tabs li.active > .free-trial-tab:hover[b-fnsi6v9vvw],
.nav-tabs li.active > .free-trial-tab:focus[b-fnsi6v9vvw],
.free-trial-tab.active:hover[b-fnsi6v9vvw],
.free-trial-tab.active:focus[b-fnsi6v9vvw] {
    border: none;
    background-color: transparent;
}

.nav-tabs-item[b-fnsi6v9vvw] {
    width: 52px;
    height: 52px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 6px rgba(138, 208, 34, 0.2);
    opacity: 1;
    font: normal normal 500 20px/26px Roboto;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    z-index: 1;
    position: inherit;
    margin: 0 auto;
}

.nav-tabs li.active > .free-trial-tab .nav-tabs-item[b-fnsi6v9vvw],
.free-trial-tab.active .nav-tabs-item[b-fnsi6v9vvw] {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 6px rgba(138, 208, 34, 0.2);
    border: 1px solid #8ad022;
    color: #000000;
}

.free-trial-tab__label[b-fnsi6v9vvw] {
    display: block;
    margin-bottom: 10px;
}

.free-trial-tabs__divider[b-fnsi6v9vvw] {
    display: flex;
    position: absolute;
    top: 56px;
    width: 100%;
}

.free-trial-tabs__divider > div:first-child[b-fnsi6v9vvw] {
    border-top: 1px solid #8ad022;
    opacity: 0.2;
    width: 30%;
}

.free-trial-tabs__divider > div:nth-child(2)[b-fnsi6v9vvw] {
    border-top: 1px dashed #8ad022;
    width: 28%;
}

.free-trial-tabs__divider > div:nth-child(3)[b-fnsi6v9vvw] {
    border-top: 1px solid #8ad022;
    opacity: 0.2;
    width: 25%;
}

.error[b-fnsi6v9vvw] {
    color: #ff0000;
    padding-bottom: 20px;
}

.next-btn[b-fnsi6v9vvw] {
    width: 48px;
    height: 48px;
    background: #f5f5f5 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    opacity: 1;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 15px;
    text-align: right;
    margin: 50px 0 auto auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.next-btn_arrow[b-fnsi6v9vvw] {
    width: 20px;
    height: 20px;
}

.next-btn:hover .next-btn_arrow[b-fnsi6v9vvw] {
    filter: brightness(0) saturate(100%) invert(43%) sepia(83%) saturate(500%) hue-rotate(61deg) brightness(94%) contrast(90%);
}

.free-trial__privacy[b-fnsi6v9vvw] {
    padding-top: 24px;
    padding-bottom: 36px;
    font: normal normal normal 16px/21px Roboto;
}

.free-trial__privacy-link[b-fnsi6v9vvw] {
    color: #1d5cd5;
    text-decoration: none;
}

.g-recaptcha-box[b-fnsi6v9vvw] {
    margin-top: 18px;
}

.submit-row[b-fnsi6v9vvw] {
    padding-top: 20px;
}

.sr-only[b-fnsi6v9vvw],
.free-trial__sr-only[b-fnsi6v9vvw] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.p-20[b-fnsi6v9vvw] {
    padding: 20px;
}

.divcredit[b-fnsi6v9vvw],
.Fill[b-fnsi6v9vvw],
.r1[b-fnsi6v9vvw] {
    width: 100%;
}

@media (max-width: 1400px) {
    .free-trial__block .left-block[b-fnsi6v9vvw] {
        padding-right: 50px;
    }

    .free-trial__block .right-block[b-fnsi6v9vvw] {
        padding-left: 50px;
    }
}

@media (max-width: 1200px) {
    .free-trial__block .left-block[b-fnsi6v9vvw] {
        padding-right: 30px;
        margin-bottom: 40px;
    }

    .free-trial__block .right-block[b-fnsi6v9vvw] {
        padding-left: 0;
        border-left: none;
    }
}

@media (max-width: 768px) {
    .free-trial[b-fnsi6v9vvw] {
        padding: 100px 0 50px;
    }

    .free-trial .title[b-fnsi6v9vvw] {
        font-size: 18px;
        margin-bottom: 32px;
    }

    .free-trial__block[b-fnsi6v9vvw] {
        padding: 10px 20px 50px;
    }

    .free-trial-page .container[b-fnsi6v9vvw] {
        width: min(calc(100% - 2rem), 1639px);
    }
}

@media (max-width: 576px) {
    .input-block.d-flex[b-fnsi6v9vvw] {
        flex-direction: column;
    }

    .fs-14-mobile[b-fnsi6v9vvw] {
        font-size: 14px;
    }

    .free-trial__block .block-title[b-fnsi6v9vvw] {
        font-size: 16px;
    }

    .free-trial__block .left-block p[b-fnsi6v9vvw] {
        line-height: 26px;
    }

    .custom-input[b-fnsi6v9vvw] {
        margin-bottom: 25px;
    }

    .nav-tabs li[b-fnsi6v9vvw] {
        min-width: 0;
        flex: 1 1 50%;
    }

    .free-trial-tab[b-fnsi6v9vvw] {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .btn-green[b-fnsi6v9vvw] {
        max-width: 202px;
        width: 201px !important;
    }

    .free-trial__block .col-md-6[b-fnsi6v9vvw] {
        width: 50%;
    }

    .free-trial__block .col-md-12[b-fnsi6v9vvw] {
        width: 100%;
    }

    .nav-tabs li.active > .free-trial-tab .nav-tabs-item[b-fnsi6v9vvw],
    .free-trial-tab.active .nav-tabs-item[b-fnsi6v9vvw] {
        width: 52px;
        height: 52px;
        background: #ffffff 0% 0% no-repeat padding-box;
        box-shadow: 0 3px 6px rgba(138, 208, 34, 0.2);
        border: 1px solid #8ad022;
        font: normal normal 500 20px/26px Roboto;
        letter-spacing: 0;
        color: #000000;
        opacity: 1;
        border-radius: 50%;
        text-align: center;
        vertical-align: middle;
        z-index: 1;
        display: table-cell;
        position: inherit;
    }
}

.free-trial__block .custom-input__input:-webkit-autofill[b-fnsi6v9vvw],
.free-trial__block .custom-input__input:-webkit-autofill:hover[b-fnsi6v9vvw],
.free-trial__block .custom-input__input:-webkit-autofill:focus[b-fnsi6v9vvw],
.free-trial__block .custom-input__input:-webkit-autofill:active[b-fnsi6v9vvw],
.free-trial__block .custom-textarea__textarea:-webkit-autofill[b-fnsi6v9vvw],
.free-trial__block .custom-textarea__textarea:-webkit-autofill:hover[b-fnsi6v9vvw],
.free-trial__block .custom-textarea__textarea:-webkit-autofill:focus[b-fnsi6v9vvw],
.free-trial__block .custom-textarea__textarea:-webkit-autofill:active[b-fnsi6v9vvw] {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@media (prefers-reduced-motion: reduce) {
    .custom-input__placeholder[b-fnsi6v9vvw],
    .custom-textarea__placeholder[b-fnsi6v9vvw],
    .free-trial-tab[b-fnsi6v9vvw],
    .next-btn[b-fnsi6v9vvw] {
        transition: none;
    }
}
/* /Components/Pages/HealthcareComplianceTraining.razor.rz.scp.css */
.healthcare-compliance-page[b-cepskm449r] {
    overflow-x: hidden;
    background: #ffffff;
    color: #000000;
    font-family: Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.healthcare-main[b-cepskm449r] {
    display: block;
    overflow-x: hidden;
}

.healthcare-shell[b-cepskm449r] {
    width: min(calc(100% - 3rem), 1280px);
    margin: 0 auto;
}

.mb-4[b-cepskm449r] {
    margin-bottom: 1.5rem;
}

.mb-5[b-cepskm449r] {
    margin-bottom: 3rem;
}

.mb-104[b-cepskm449r] {
    margin-bottom: 104px;
}

.mb-30-tablet[b-cepskm449r] {
    margin-bottom: 30px;
}

.mb-30-mobile[b-cepskm449r] {
    margin-bottom: 0;
}

.text-center[b-cepskm449r] {
    text-align: center;
}

.fw-normal[b-cepskm449r] {
    font-weight: 400;
}

.fs-20[b-cepskm449r] {
    font-size: 20px;
}

.page-title[b-cepskm449r] {
    max-width: 530px;
    width: 100%;
    font-size: 36px;
    line-height: 54px;
    font-weight: 500;
    letter-spacing: 2.02px;
}

.section-title[b-cepskm449r] {
    font-size: 36px;
    line-height: 48px;
    font-weight: 300;
}

.bg-grey[b-cepskm449r] {
    background: #f4f7fb;
}

.health-care-block[b-cepskm449r] {
    position: relative;
}

.health-care-block__inner[b-cepskm449r] {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    padding-bottom: 3rem;
    border-bottom: 1px solid #dfe7f1;
}

.health-care-block__grid[b-cepskm449r] {
    display: grid;
    align-items: center;
    gap: 3rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.health-care-block__image[b-cepskm449r] {
    display: flex;
    justify-content: center;
}

.health-care-block__image img[b-cepskm449r] {
    width: 100%;
    height: auto;
}

.info-block[b-cepskm449r] {
    width: 100%;
    max-width: 771px;
}

.info-block .title[b-cepskm449r] {
    margin-bottom: 1rem;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}

.health-care-block .text[b-cepskm449r] {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.48px;
}

.info-block .subtitle[b-cepskm449r] {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    letter-spacing: 0.48px;
}

.health-care-block__left[b-cepskm449r] {
    max-width: 570px;
}

.health-care-block__left p[b-cepskm449r] {
    margin-top: 100px;
}

.blue-links[b-cepskm449r] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
}

.blue-link[b-cepskm449r] {
    color: #1d5cd5;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    text-decoration: underline;
    transition: color 180ms ease;
}

.blue-link:hover[b-cepskm449r],
.blue-link:focus-visible[b-cepskm449r] {
    color: #133256;
    outline: none;
}

.learn-more-section[b-cepskm449r] {
    width: 100%;
    margin: 0 auto 104px;
    padding: 40px 0;
}

.learn-more-section .healthcare-shell[b-cepskm449r] {
    display: flex;
    justify-content: flex-start;
}

.learn-more-section .block[b-cepskm449r] {
    width: 100%;
    max-width: 760px;
    margin: 0;
    padding-left: 0;
    background: transparent;
    box-shadow: none;
}

.learn-more-section p[b-cepskm449r] {
    margin-bottom: 1rem;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0.26px;
}

.learn-more-link[b-cepskm449r] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.learn-more-link span[b-cepskm449r] {
    color: #8ad023;
    transition: color 180ms ease;
}

.learn-more-link:hover span[b-cepskm449r],
.learn-more-link:focus-visible span[b-cepskm449r] {
    color: #6fb10c;
}

.learn-more-link img[b-cepskm449r] {
    width: 20px;
    height: 20px;
}

.complete-plan[b-cepskm449r] {
    padding: 48px 0;
}

.complete-plan .title[b-cepskm449r] {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}

.complete-plan .text[b-cepskm449r] {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.48px;
}

.complete-plan ul[b-cepskm449r] {
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
}

.complete-plan li[b-cepskm449r] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.complete-plan li img[b-cepskm449r] {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    margin-top: 2px;
    margin-right: 0.5rem;
}

.complete-plan li p[b-cepskm449r] {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.48px;
}

.circle-blue[b-cepskm449r] {
    position: absolute;
    z-index: 0;
    background-image: url("/images/services/LMS/circle.png");
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}

.health-circle-1[b-cepskm449r] {
    right: 0;
    bottom: 80px;
    width: 125px;
    height: 215px;
}

.health-circle-2[b-cepskm449r] {
    left: 0;
    top: -40px;
    width: 140px;
    height: 140px;
}

.health-circle-3[b-cepskm449r] {
    left: -28px;
    bottom: -225px;
    width: 254px;
    height: 244px;
}

.health-circle-4[b-cepskm449r] {
    right: -22px;
    bottom: -73px;
    width: 160px;
    height: 160px;
    z-index: 0;
}

.learn-more-section[b-cepskm449r],
.complete-plan[b-cepskm449r],
.health-care-block[b-cepskm449r] {
    position: relative;
}

.site-page .health-care-block[b-cepskm449r],
.site-page .learn-more-section[b-cepskm449r],
.site-page .complete-plan[b-cepskm449r] {
    box-sizing: border-box;
}

@media (max-width: 1600px) {
    .page-title[b-cepskm449r],
    .section-title[b-cepskm449r] {
        font-size: 28px;
        line-height: unset;
    }

    .learn-more-section .block[b-cepskm449r] {
        padding-left: 40px;
    }

    .complete-plan li p[b-cepskm449r] {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 1200px) {
    .mb-104[b-cepskm449r] {
        margin-bottom: 50px;
    }

    .health-care-block .text[b-cepskm449r] {
        font-size: 16px;
        line-height: 24px;
    }

    .health-circle-2[b-cepskm449r] {
        display: none;
    }

    .health-circle-4[b-cepskm449r] {
        width: 100px;
        height: 100px;
        right: -4px;
        bottom: -39px;
    }
}

@media (max-width: 992px) {
    .page-title[b-cepskm449r],
    .section-title[b-cepskm449r] {
        font-size: 24px;
    }

    .info-block .title[b-cepskm449r] {
        font-size: 18px;
        line-height: 36px;
    }

    .info-block .subtitle[b-cepskm449r] {
        font-size: 14px;
        line-height: 22px;
    }

    .blue-link[b-cepskm449r] {
        font-size: 14px;
        line-height: 30px;
    }

    .learn-more-section .block[b-cepskm449r] {
        padding-left: 30px;
    }

    .blue-links[b-cepskm449r] {
        flex-direction: column;
    }

    .complete-plan .title[b-cepskm449r] {
        font-size: 18px;
    }

    .complete-plan li[b-cepskm449r] {
        align-items: self-start;
    }
}

@media (max-width: 768px) {
    .mb-104[b-cepskm449r] {
        margin-bottom: 40px;
    }

    .page-title[b-cepskm449r],
    .section-title[b-cepskm449r] {
        font-size: 18px;
    }

    .health-care-block__grid[b-cepskm449r] {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.5rem;
    }

    .health-care-block__inner[b-cepskm449r] {
        padding-bottom: 2rem;
    }

    .health-care-block__left[b-cepskm449r] {
        max-width: none;
    }

    .health-care-block__left p[b-cepskm449r] {
        margin-top: 24px;
    }

    .learn-more-section[b-cepskm449r] {
        width: 100%;
    }

    .learn-more-section .block[b-cepskm449r] {
        padding-left: 0;
    }

    .complete-plan[b-cepskm449r] {
        padding: 40px 0;
    }

    .complete-plan li img[b-cepskm449r] {
        width: 18px;
        height: 18px;
    }

    .health-circle-1[b-cepskm449r] {
        right: 0;
        bottom: -47px;
        width: 78px;
        height: 123px;
    }

    .health-circle-3[b-cepskm449r] {
        left: -48px;
        bottom: -106px;
        width: 132px;
        height: 111px;
    }

    .health-circle-4[b-cepskm449r] {
        display: none;
    }
}

@media (max-width: 576px) {
    .mb-30-mobile[b-cepskm449r] {
        margin-bottom: 30px;
    }

    .learn-more-section p[b-cepskm449r] {
        font-size: 14px;
        line-height: 20px;
    }

}
/* /Components/Pages/Home.razor.rz.scp.css */
.section[b-3g22hz3cw9] {
    padding: 5rem 0;
}

.section--tight[b-3g22hz3cw9] {
    padding: 0;
}

.section--white[b-3g22hz3cw9] {
    background: var(--surface);
}

.section--muted[b-3g22hz3cw9] {
    background: var(--surface-muted);
}

.eyebrow[b-3g22hz3cw9] {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sky);
}

.section__intro[b-3g22hz3cw9] {
    max-width: 42rem;
}

.section__intro--center[b-3g22hz3cw9] {
    margin-inline: auto;
    text-align: center;
}

.section__intro--compact[b-3g22hz3cw9] {
    max-width: 48rem;
}

.section__title[b-3g22hz3cw9] {
    margin-top: 0.75rem;
    font-size: clamp(1.875rem, 2.8vw, 2.25rem);
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #020617;
}

.section__title--compact[b-3g22hz3cw9] {
    white-space: normal;
}

.section__lede[b-3g22hz3cw9] {
    margin-top: 1rem;
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--muted);
}

.section__lede--left[b-3g22hz3cw9] {
    text-align: left;
}

.nowrap[b-3g22hz3cw9] {
    white-space: nowrap;
}

.button--secondary[b-3g22hz3cw9] {
    border-color: var(--line-strong);
    background: #fff;
    color: #1e293b;
    padding: 0.75rem 1.5rem;
}

.button--secondary:hover[b-3g22hz3cw9],
.button--secondary:focus-visible[b-3g22hz3cw9] {
    background: #f8fafc;
}

.button--dark[b-3g22hz3cw9] {
    background: var(--surface-contrast);
    color: #fff;
    padding: 0.5rem 1rem;
}

.button--dark:hover[b-3g22hz3cw9],
.button--dark:focus-visible[b-3g22hz3cw9] {
    background: #334155;
}

.button--inline[b-3g22hz3cw9] {
    display: inline-flex;
}

.hero[b-3g22hz3cw9] {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.hero__bg[b-3g22hz3cw9] {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(14, 165, 233, 0.12), transparent 30%),
        radial-gradient(circle at left, rgba(2, 132, 199, 0.08), transparent 28%);
    pointer-events: none;
}

.hero__grid[b-3g22hz3cw9] {
    position: relative;
    display: grid;
    gap: 3rem;
    padding: 5rem 0;
}

.hero__copy[b-3g22hz3cw9] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 42rem;
}

.hero__title[b-3g22hz3cw9] {
    font-size: clamp(2.25rem, 4.3vw, 3.75rem);
    line-height: 1;
    letter-spacing: -0.05em;
    font-weight: 700;
    color: #020617;
}

.hero__title-accent[b-3g22hz3cw9] {
    display: inline-block;
    white-space: nowrap;
}

.hero__description[b-3g22hz3cw9] {
    margin-top: 1.35rem;
    max-width: 40rem;
    font-size: 1.125rem;
    line-height: 1.78;
    color: var(--muted);
}

.hero__actions[b-3g22hz3cw9] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.hero__support[b-3g22hz3cw9] {
    margin-top: 1.5rem;
    max-width: 40rem;
    font-size: 0.875rem;
    line-height: 1.75;
    color: var(--muted);
}

.hero__tags[b-3g22hz3cw9] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.4rem;
}

.tag[b-3g22hz3cw9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 0.875rem;
    padding: 0.25rem 0.75rem;
}

.hero__visual[b-3g22hz3cw9] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero__visual-shell[b-3g22hz3cw9] {
    width: 100%;
    max-width: 42rem;
    border: 1px solid var(--line);
    border-radius: 2rem;
    background: #fff;
    padding: 0.75rem;
    box-shadow: var(--shadow-elevated);
}

.hero__visual-window[b-3g22hz3cw9] {
    height: 310px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 1.5rem;
    background: #f8fafc;
}

.hero__visual-image[b-3g22hz3cw9] {
    display: block;
    width: 980px;
    max-width: none;
    height: auto;
}

.stats[b-3g22hz3cw9] {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #fff;
}

.stats__grid[b-3g22hz3cw9] {
    display: grid;
    gap: 1rem;
    text-align: center;
}

.stats__item[b-3g22hz3cw9] {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
}

.stats__item--border[b-3g22hz3cw9] {
    border-bottom: 0;
}

.solution-grid[b-3g22hz3cw9],
.support-grid[b-3g22hz3cw9],
.partner-grid[b-3g22hz3cw9] {
    margin-top: 2.5rem;
}

.solution-grid[b-3g22hz3cw9] {
    display: grid;
    gap: 1.5rem;
}

.card[b-3g22hz3cw9] {
    border: 1px solid var(--line);
    border-radius: var(--radius-2xl);
    background: var(--surface-card);
    box-shadow: var(--shadow-card);
}

.card--center[b-3g22hz3cw9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
}

.card--plain[b-3g22hz3cw9] {
    padding: 1.5rem;
}

.card--hover[b-3g22hz3cw9] {
    transition:
        transform 220ms ease,
        box-shadow 220ms ease,
        border-color 220ms ease;
}

.card--hover:hover[b-3g22hz3cw9] {
    transform: translateY(-6px) scale(1.01);
    box-shadow: var(--shadow-elevated);
}

.card__title[b-3g22hz3cw9] {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #020617;
}

.card__text[b-3g22hz3cw9] {
    margin-top: 0.85rem;
    flex: 1 1 auto;
    font-size: 0.875rem;
    line-height: 1.75;
    color: var(--muted);
}

.steps[b-3g22hz3cw9] {
    margin-top: 3.25rem;
}

.steps--desktop[b-3g22hz3cw9] {
    display: none;
    position: relative;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
    align-items: start;
}

.steps__line[b-3g22hz3cw9] {
    position: absolute;
    left: 12.5%;
    right: 12.5%;
    top: 1.75rem;
    height: 1px;
    background: var(--line);
}

.step-card[b-3g22hz3cw9],
.step-row[b-3g22hz3cw9] {
    position: relative;
}

.step-card[b-3g22hz3cw9] {
    text-align: center;
}

.step-card__number[b-3g22hz3cw9],
.step-row__number[b-3g22hz3cw9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--sky);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(2, 132, 199, 0.18);
}

.step-card__number[b-3g22hz3cw9] {
    position: relative;
    z-index: 1;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.1rem;
}

.step-card__title[b-3g22hz3cw9] {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.3;
    font-weight: 500;
    color: #020617;
}

.step-card__text[b-3g22hz3cw9] {
    margin-top: 0.6rem;
    font-size: 0.875rem;
    line-height: 1.75;
    color: var(--muted);
}

.steps--mobile[b-3g22hz3cw9] {
    display: grid;
    gap: 1.5rem;
}

.step-row[b-3g22hz3cw9] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.step-row__number[b-3g22hz3cw9] {
    flex: 0 0 auto;
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
}

.why-grid[b-3g22hz3cw9] {
    display: grid;
    gap: 2.5rem;
    align-items: center;
}

.benefit-list[b-3g22hz3cw9] {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 1.5rem;
}

.benefit-list__item[b-3g22hz3cw9] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.benefit-list__icon[b-3g22hz3cw9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 999px;
    background: #dbeafe;
    color: #0369a1;
    font-size: 0.9rem;
    font-weight: 700;
    margin-top: 0.15rem;
}

.benefit-list__text[b-3g22hz3cw9] {
    font-size: 0.875rem;
    line-height: 1.75;
    font-weight: 500;
    color: #334155;
}

.quote-card[b-3g22hz3cw9] {
    margin-top: 1.5rem;
    border-radius: var(--radius-2xl);
    background: var(--surface-contrast);
    color: #fff;
    padding: 1.5rem;
}

.quote-card__text[b-3g22hz3cw9] {
    font-size: 1rem;
    line-height: 2;
    font-weight: 500;
    color: #fff;
}

.quote-card__source[b-3g22hz3cw9] {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    color: #cbd5e1;
}

.image-card[b-3g22hz3cw9] {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-2xl);
    background: #fff;
    box-shadow: var(--shadow-elevated);
}

.image-card__image[b-3g22hz3cw9] {
    display: block;
    width: 100%;
    height: auto;
    min-height: 360px;
    object-fit: cover;
    object-position: 55% 45%;
}

.support-grid[b-3g22hz3cw9] {
    display: grid;
    gap: 1.5rem;
}

.partner-grid[b-3g22hz3cw9] {
    display: grid;
    gap: 1rem;
}

.partner-card[b-3g22hz3cw9] {
    border: 1px solid var(--line);
    border-radius: 1rem;
    background: #fff;
    box-shadow: var(--shadow-card);
    padding: 1.25rem;
}

.partner-card__header[b-3g22hz3cw9] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.partner-card__logo[b-3g22hz3cw9] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 3rem;
    padding: 0.35rem 0.5rem;
    border: 1px solid var(--line);
    border-radius: 0.65rem;
    background: #fff;
    flex: 0 0 auto;
}

.partner-card__logo-image[b-3g22hz3cw9] {
    max-width: 100%;
    max-height: 2rem;
    object-fit: contain;
}

.partner-card__company[b-3g22hz3cw9] {
    font-weight: 600;
    color: #0f172a;
}

.partner-card__quote[b-3g22hz3cw9] {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--muted);
}

@media (min-width: 640px) {
    .stats__grid[b-3g22hz3cw9] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero__actions[b-3g22hz3cw9] {
        flex-direction: row;
    }

    .benefit-list[b-3g22hz3cw9] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .partner-grid[b-3g22hz3cw9] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero__visual-window[b-3g22hz3cw9] {
        height: 350px;
    }

    .hero__visual-image[b-3g22hz3cw9] {
        width: 1080px;
    }
}

@media (min-width: 768px) {
    .solution-grid[b-3g22hz3cw9] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .support-grid[b-3g22hz3cw9] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero__grid[b-3g22hz3cw9] {
        padding-block: 5rem;
    }

    .partner-grid[b-3g22hz3cw9] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .section__title--compact[b-3g22hz3cw9] {
        white-space: nowrap;
    }

    .hero__grid[b-3g22hz3cw9] {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: center;
        gap: 3rem;
        padding-block: 6rem;
    }

    .hero__visual-window[b-3g22hz3cw9] {
        height: 360px;
    }

    .hero__visual-image[b-3g22hz3cw9] {
        width: 1160px;
    }

    .why-grid[b-3g22hz3cw9] {
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    }

    .why-grid__image[b-3g22hz3cw9] {
        align-self: center;
    }

    .support-grid[b-3g22hz3cw9] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .stats__grid[b-3g22hz3cw9] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0;
    }

    .stats__item--border[b-3g22hz3cw9] {
        border-right: 1px solid var(--line);
    }

    .partner-grid[b-3g22hz3cw9] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .solution-grid[b-3g22hz3cw9] {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .steps--desktop[b-3g22hz3cw9] {
        display: grid;
    }

    .steps--mobile[b-3g22hz3cw9] {
        display: none;
    }

    .hero__copy[b-3g22hz3cw9] {
        max-width: 42rem;
    }
}

@media (max-width: 1023px) {
    .hero__grid[b-3g22hz3cw9] {
        grid-template-columns: minmax(0, 1fr);
    }

    .hero__copy[b-3g22hz3cw9],
    .hero__visual[b-3g22hz3cw9],
    .hero__visual-shell[b-3g22hz3cw9],
    .hero__visual-window[b-3g22hz3cw9] {
        min-width: 0;
    }

    .hero__title-accent[b-3g22hz3cw9] {
        white-space: normal;
    }

    .hero__visual-image[b-3g22hz3cw9] {
        width: 100%;
        max-width: 100%;
    }
}
/* /Components/Pages/LearningManagementSystem.razor.rz.scp.css */
.learning-management-system-page[b-7uvst1nu3q] {
    background: #ffffff;
    color: #000000;
}

.learning-management-system-main[b-7uvst1nu3q] {
    overflow-x: hidden;
    background: #ffffff;
    color: #000000;
    font-family: "Roboto", "Segoe UI", Arial, sans-serif;
}

.lms-container[b-7uvst1nu3q] {
    width: min(90%, 1639px);
    margin: 0 auto;
}

.mb-4[b-7uvst1nu3q] {
    margin-bottom: 1.5rem;
}

.mb-104[b-7uvst1nu3q] {
    margin-bottom: 104px;
}

.pb-3[b-7uvst1nu3q] {
    padding-bottom: 1rem;
}

.text-center[b-7uvst1nu3q] {
    text-align: center;
}

.text-capitalize[b-7uvst1nu3q] {
    text-transform: capitalize;
}

.font-weight-300[b-7uvst1nu3q] {
    font-weight: 300 !important;
}

.font-weight-500[b-7uvst1nu3q] {
    font-weight: 500 !important;
}

.fs-20[b-7uvst1nu3q] {
    font-size: 20px;
}

.section-title[b-7uvst1nu3q] {
    padding-top: 20px;
    color: #000000;
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
}

.page-title[b-7uvst1nu3q] {
    width: 100%;
    color: #000000;
    font-size: 36px;
    font-weight: 300;
    line-height: 54px;
    letter-spacing: 2.02px;
}

.top-section-lms[b-7uvst1nu3q] {
    position: relative;
    width: 100%;
    margin-top: 0;
}

.lms-hero[b-7uvst1nu3q] {
    margin-bottom: 158px;
}

.top-section-lms__grid[b-7uvst1nu3q] {
    display: grid;
    grid-template-columns: minmax(0, 58.333333%) minmax(0, 41.666667%);
    align-items: center;
    margin: 0;
}

.top-section-lms__copy-col[b-7uvst1nu3q] {
    box-sizing: border-box;
    min-width: 0;
    padding-right: 12px;
    padding-left: 12px;
}

.top-section-lms__image-col[b-7uvst1nu3q] {
    box-sizing: border-box;
    display: flex;
    min-width: 0;
    justify-content: flex-end;
    padding-left: 12px;
}

.top-section-lms__image-col img[b-7uvst1nu3q] {
    width: 100%;
    height: auto;
}

.top-section-lms__image-col--hero[b-7uvst1nu3q] {
    display: none;
}

.hero-actions[b-7uvst1nu3q] {
    display: flex;
    align-items: center;
}

.left-block[b-7uvst1nu3q] {
    width: 89%;
    margin-top: 5rem;
    margin-left: auto;
}

.text1[b-7uvst1nu3q] {
    margin-bottom: 24px;
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
}

.text2[b-7uvst1nu3q] {
    max-width: 736px;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.48px;
}

.text[b-7uvst1nu3q] {
    color: #000000;
    letter-spacing: 0.48px;
    line-height: 40px;
}

.learning-management-system-page .btn.btn-green[b-7uvst1nu3q] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 168px;
    max-width: 202px;
    height: 48px;
    padding-top: 11px;
    padding-bottom: 11px;
    border: 1px solid #8ad023;
    border-radius: 28px 28px 0 28px;
    background-color: #8ad023;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.learning-management-system-page .btn.btn-green:hover[b-7uvst1nu3q] {
    border-color: transparent;
    background-color: #6fb10c;
}

.learning-management-system-page .btn.btn-green:focus[b-7uvst1nu3q] {
    box-shadow: none;
    outline: none;
}

.learning-management-system-page .btn.btn-green:focus-visible[b-7uvst1nu3q] {
    box-shadow: none;
    outline: 2px solid #6fb10c;
    outline-offset: 2px;
}

.top-section__content[b-7uvst1nu3q] {
    width: 100%;
}

.top-section__lead[b-7uvst1nu3q] {
    max-width: 865px;
    margin-right: auto;
    margin-left: auto;
}

.title[b-7uvst1nu3q] {
    line-height: 40px;
    letter-spacing: 0.48px;
    color: #000000;
}

.title.fs-28[b-7uvst1nu3q] {
    font-size: 28px;
}

.title.fs-20[b-7uvst1nu3q] {
    max-width: 360px;
    font-size: 20px;
}

.three-cols[b-7uvst1nu3q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 24px;
}

.col-text[b-7uvst1nu3q] {
    display: flex;
    width: 30%;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
}

.col-text-1 p[b-7uvst1nu3q] {
    text-align: end;
}

.col-text-1 .title.fs-20[b-7uvst1nu3q] {
    margin-left: auto;
}

.col-circle[b-7uvst1nu3q] {
    width: 40%;
}

.border-dashed[b-7uvst1nu3q] {
    position: relative;
    width: 90%;
    height: auto;
    margin: auto;
}

.border-dashed img[b-7uvst1nu3q] {
    width: 100%;
    height: 100%;
}

.circle-blue[b-7uvst1nu3q] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65%;
    height: 65%;
    border-radius: 50%;
    background-color: #87a0e4;
    transform: translate(-50%, -50%);
    animation: scaleCircle-b-7uvst1nu3q 3s linear 5;
}

.circle-white[b-7uvst1nu3q] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 67%;
    height: 67%;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
    transform: translate(-50%, -50%);
}

.circle-white span[b-7uvst1nu3q] {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 261px;
    color: #000000;
    font-size: 32px;
    letter-spacing: 0;
    opacity: 1;
    text-transform: capitalize;
    transform: translate(-50%, -50%);
}

@keyframes scaleCircle-b-7uvst1nu3q {
    50% {
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.main-benefits .bg-grey[b-7uvst1nu3q] {
    display: flex;
    align-items: flex-end;
    min-height: 637px;
    padding-bottom: 104px;
    background-image: url("/images/services/lms/bg-grey.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main-benefits__title[b-7uvst1nu3q] {
    margin-bottom: 40px;
}

.main-benefits__grid[b-7uvst1nu3q] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 96px;
}

.main-benefits__col[b-7uvst1nu3q] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.benefit-item[b-7uvst1nu3q] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
}

.benefit-item__icon[b-7uvst1nu3q] {
    width: 24px;
    height: auto;
    margin-top: 4px;
    flex: 0 0 auto;
}

.main-benefits .desc[b-7uvst1nu3q] {
    margin-bottom: 0;
    color: #000000;
    font-size: 20px;
    line-height: 32px;
}

.industry-section__title[b-7uvst1nu3q] {
    margin-bottom: 40px;
}

.industry-cards[b-7uvst1nu3q] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

.industry-cards .box[b-7uvst1nu3q] {
    position: relative;
    display: block;
    min-height: 375px;
    margin-bottom: 13%;
    padding: 36px 20px 36px 36px;
    border-radius: 24px 0;
    background-color: #ffffff;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.07), 0 3px 4px rgba(0, 0, 0, 0.07);
}

.industry-cards .box.no-margin[b-7uvst1nu3q] {
    margin-bottom: 0 !important;
}

.industry-cards .box--offset[b-7uvst1nu3q] {
    transform: translateY(45%);
}

.box-header[b-7uvst1nu3q] {
    position: relative;
}

.box-header .box-icon[b-7uvst1nu3q] {
    position: relative;
    margin-bottom: 40%;
    padding-bottom: 40%;
}

.box-header .box-icon img[b-7uvst1nu3q] {
    position: absolute;
    z-index: 15;
}

.box-circle[b-7uvst1nu3q] {
    position: absolute;
    top: -3px;
    right: -14%;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.box-header.green .box-circle[b-7uvst1nu3q] {
    background-color: #c5ffe4;
}

.box-header.yellow .box-circle[b-7uvst1nu3q] {
    background-color: #ffffc5;
}

.box-header.purple .box-circle[b-7uvst1nu3q] {
    background-color: #dec5ff;
}

.box-header.blue .box-circle[b-7uvst1nu3q] {
    background-color: #c5dbff;
}

.box-body[b-7uvst1nu3q] {
    position: relative;
    padding-top: 24px;
}

.box-title[b-7uvst1nu3q] {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.box-desc[b-7uvst1nu3q] {
    margin-top: 16px;
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.54;
}

.action[b-7uvst1nu3q] {
    position: absolute;
    right: 2%;
    bottom: 6%;
    margin-top: 2.8%;
}

.learn-more[b-7uvst1nu3q] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-decoration: none;
}

.hover-green[b-7uvst1nu3q] {
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
    cursor: pointer;
}

.hover-green img[b-7uvst1nu3q] {
    width: 20px;
    height: 20px;
    margin-top: -3px;
    filter: invert(57%) sepia(1%) saturate(0%) hue-rotate(305deg) brightness(164%) contrast(92%);
}

.hover-green:hover[b-7uvst1nu3q] {
    color: #8ad022 !important;
}

.hover-green:hover img[b-7uvst1nu3q] {
    filter: none;
}

.join-us[b-7uvst1nu3q] {
    margin-top: 100px;
}

.join-us__content[b-7uvst1nu3q] {
    margin: 0 auto;
    text-align: center;
}

.join-us .section-title[b-7uvst1nu3q] {
    margin-bottom: 12px;
}

.join-us .text[b-7uvst1nu3q] {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.join-us .btn.btn-green[b-7uvst1nu3q] {
    min-width: 240px;
    width: 240px;
    max-width: 240px;
}

.client-review[b-7uvst1nu3q] {
    margin-bottom: 17.3304628633vh;
    padding: 3rem 0;
}

.client-review__container[b-7uvst1nu3q] {
    position: relative;
}

.client-review .title[b-7uvst1nu3q] {
    margin-bottom: 48px;
    color: #000000;
    font: normal normal 600 36px "Roboto", "Segoe UI", Arial, sans-serif;
    letter-spacing: 0;
}

.client-review__heading > .desc[b-7uvst1nu3q] {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
}

.client-review__carousel[b-7uvst1nu3q] {
    position: relative;
    width: min(100%, 950px);
    margin: 3rem auto 0;
}

.owl-carousel-client-reviews[b-7uvst1nu3q] {
    position: relative;
    box-sizing: border-box;
    border-radius: 60px 0;
    background-color: #f4f7fb;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.19), 0 3px 6px rgba(0, 0, 0, 0.17);
}

.owl-carousel-client-reviews[b-7uvst1nu3q]::after {
    content: "";
    position: absolute;
    top: 99%;
    left: 6%;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    border-top: solid 50px #f4f7fb;
    border-right: solid 0 transparent;
    border-bottom: solid 0 transparent;
    border-left: solid 50px transparent;
    border-color: transparent transparent #f4f7fb #f4f7fb;
    transform: rotate(-45deg);
    transform-origin: 0 0;
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.11);
}

.owl-carousel-client-reviews .item[b-7uvst1nu3q] {
    min-height: 480px;
    padding-top: 48px;
    padding-bottom: 40px;
}

.owl-carousel-client-reviews .item .box[b-7uvst1nu3q] {
    padding: 0 38px;
}

.client-review__row[b-7uvst1nu3q] {
    display: grid;
    grid-template-columns: 8.333333% minmax(0, 1fr);
    gap: 24px;
}

.q-mark[b-7uvst1nu3q] {
    width: 36px;
    height: auto;
    margin-left: auto;
}

.box-info[b-7uvst1nu3q] {
    position: relative;
    min-height: 392px;
    padding-right: 8%;
}

.client-review__logo-row[b-7uvst1nu3q] {
    display: flex;
}

.box-info .client-review__logo[b-7uvst1nu3q] {
    width: auto;
    min-height: 43px;
    margin-bottom: 24px;
}

.box-info .desc[b-7uvst1nu3q] {
    margin-bottom: 48px;
    color: #000000;
    font-size: 20px;
    line-height: 1.45;
}

.fixed-bottom-bar[b-7uvst1nu3q] {
    position: absolute;
    bottom: 0;
    left: 0;
}

.user-main-name[b-7uvst1nu3q] {
    margin-bottom: 4px;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
}

.user-job[b-7uvst1nu3q] {
    margin-bottom: 0;
    color: #000000;
    font-size: 20px;
}

.owl-dots[b-7uvst1nu3q] {
    position: absolute;
    right: 7%;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.owl-dot[b-7uvst1nu3q] {
    width: 13px;
    height: 13px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-color: rgba(138, 208, 35, 0.37);
    cursor: pointer;
}

.owl-dot span[b-7uvst1nu3q] {
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: rgba(138, 208, 35, 0.37);
}

.owl-dot.active[b-7uvst1nu3q],
.owl-dot.active span[b-7uvst1nu3q] {
    background-color: #8ad023;
}

.owl-dot:focus-visible[b-7uvst1nu3q] {
    outline: 2px solid #6fb10c;
    outline-offset: 3px;
}

@media (min-width: 1200px) {
    .client-review__carousel[b-7uvst1nu3q] {
        width: 83.333333%;
        max-width: none;
    }

    .join-us__content[b-7uvst1nu3q] {
        width: 83.333333%;
        max-width: none;
    }
}

@media (min-width: 1400px) {
    .join-us__content[b-7uvst1nu3q] {
        width: 66.666667%;
    }
}

@media (min-width: 768px) {
    .learning-management-system-page .btn.btn-green[b-7uvst1nu3q] {
        width: 201px !important;
        max-width: 202px;
    }

    .top-section-lms__image-col--hero[b-7uvst1nu3q] {
        display: flex;
    }
}

@media (max-width: 1760px) {
    .circle-white span[b-7uvst1nu3q] {
        font-size: 30px;
    }
}

@media (max-width: 1680px) {
    .circle-white span[b-7uvst1nu3q] {
        font-size: 28px;
    }
}

@media (max-width: 1600px) {
    .page-title[b-7uvst1nu3q] {
        font-size: 28px;
        line-height: 1.2;
    }

    .section-title[b-7uvst1nu3q] {
        font-size: 28px;
        line-height: 1.2;
    }

    .text1[b-7uvst1nu3q] {
        font-size: 20px;
    }

    .text2[b-7uvst1nu3q],
    .fs-20[b-7uvst1nu3q] {
        font-size: 18px;
    }

    .title.fs-28[b-7uvst1nu3q] {
        font-size: 24px;
    }

    .title.fs-20[b-7uvst1nu3q] {
        font-size: 18px;
    }

    .circle-white span[b-7uvst1nu3q] {
        font-size: 26px;
    }
}

@media (max-width: 1500px) {
    .industry-cards .box[b-7uvst1nu3q] {
        min-height: 340px;
    }

    .circle-white span[b-7uvst1nu3q] {
        font-size: 24px;
    }
}

@media (max-width: 1400px) {
    .main-benefits .desc[b-7uvst1nu3q] {
        font-size: 18px;
    }

    .industry-cards .box-title[b-7uvst1nu3q] {
        font-size: 18px;
    }

    .industry-cards .box-desc[b-7uvst1nu3q] {
        font-size: 14px;
    }

    .circle-white span[b-7uvst1nu3q] {
        font-size: 22px;
    }
}

@media (max-width: 1200px) {
    .mb-104[b-7uvst1nu3q] {
        margin-bottom: 50px;
    }

    .lms-hero[b-7uvst1nu3q] {
        margin-bottom: 107px;
    }

    .left-block[b-7uvst1nu3q] {
        width: 92%;
        margin-top: 3rem;
    }

    .top-section-lms__grid[b-7uvst1nu3q] {
        grid-template-columns: minmax(0, 66.666667%) minmax(0, 33.333333%);
    }

    .three-cols[b-7uvst1nu3q] {
        gap: 16px;
    }

    .three-cols[b-7uvst1nu3q],
    .main-benefits__grid[b-7uvst1nu3q],
    .industry-cards[b-7uvst1nu3q] {
        justify-content: space-around;
    }

    .industry-cards[b-7uvst1nu3q] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .industry-cards .box--offset[b-7uvst1nu3q] {
        transform: none;
    }

    .industry-cards .box[b-7uvst1nu3q] {
        margin-bottom: 0;
    }

    .owl-carousel-client-reviews .item[b-7uvst1nu3q] {
        min-height: 520px;
    }
}

@media (max-width: 991px) {
    .top-section-lms__grid[b-7uvst1nu3q] {
        grid-template-columns: minmax(0, 66.666667%) minmax(0, 33.333333%);
    }

    .three-cols[b-7uvst1nu3q] {
        gap: 12px;
    }

    .col-text[b-7uvst1nu3q] {
        width: 33.333333%;
    }

    .col-circle[b-7uvst1nu3q] {
        width: 33.333333%;
    }

    .main-benefits__grid[b-7uvst1nu3q] {
        gap: 24px 48px;
    }

    .client-review__carousel[b-7uvst1nu3q] {
        width: min(100%, 820px);
    }

    .owl-carousel-client-reviews .item[b-7uvst1nu3q] {
        min-height: 480px;
    }
}

@media (max-width: 980px) {
    .box-info .desc[b-7uvst1nu3q],
    .user-main-name[b-7uvst1nu3q],
    .user-job[b-7uvst1nu3q] {
        font-size: 16px;
    }
}

@media (max-width: 860px) {
    .industry-cards .box[b-7uvst1nu3q] {
        min-height: 320px;
    }
}

@media (max-width: 768px) {
    .client-review__heading > .desc[b-7uvst1nu3q] {
        font-size: 12px;
    }

    .box-info .desc[b-7uvst1nu3q],
    .user-main-name[b-7uvst1nu3q],
    .user-job[b-7uvst1nu3q] {
        font-size: 12px;
    }

    .circle-white span[b-7uvst1nu3q] {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .lms-container[b-7uvst1nu3q] {
        width: calc(90% - 24px);
    }

    .mb-104[b-7uvst1nu3q] {
        margin-bottom: 40px;
    }

    .lms-hero[b-7uvst1nu3q] {
        margin-bottom: 140px;
        padding-top: 1.5rem;
    }

    .section-title[b-7uvst1nu3q] {
        font-size: 20px;
        line-height: normal;
    }

    .page-title[b-7uvst1nu3q] {
        line-height: normal;
    }

    .top-section-lms__grid[b-7uvst1nu3q] {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .top-section-lms__image-col--hero[b-7uvst1nu3q] {
        display: none;
    }

    .left-block[b-7uvst1nu3q] {
        width: 90%;
        margin-right: auto;
        margin-top: 0;
    }

    .text1[b-7uvst1nu3q] {
        line-height: normal;
    }

    .text2[b-7uvst1nu3q] {
        line-height: 40px;
    }

    .title.fs-28[b-7uvst1nu3q] {
        font-size: 20px;
    }

    .title.fs-20[b-7uvst1nu3q] {
        font-size: 16px;
        max-width: none;
    }

    .three-cols[b-7uvst1nu3q] {
        flex-direction: column;
        align-items: center;
    }

    .col-text[b-7uvst1nu3q],
    .col-circle[b-7uvst1nu3q] {
        width: 100%;
    }

    .col-text p[b-7uvst1nu3q] {
        text-align: center;
    }

    .col-text-1 .title.fs-20[b-7uvst1nu3q] {
        margin-left: auto;
        margin-right: auto;
    }

    .col-circle[b-7uvst1nu3q] {
        max-width: 380px;
    }

    .border-dashed[b-7uvst1nu3q] {
        width: 100%;
    }

    .circle-white span[b-7uvst1nu3q] {
        font-size: 18px;
    }

    .main-benefits .bg-grey[b-7uvst1nu3q] {
        min-height: auto;
        padding: 40px 0;
        background-position: center;
        background-size: cover;
    }

    .main-benefits__grid[b-7uvst1nu3q] {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .main-benefits .desc[b-7uvst1nu3q] {
        font-size: 14px;
        line-height: 1.5;
    }

    .benefit-item[b-7uvst1nu3q] {
        margin-bottom: 18px;
    }

    .industry-section__title[b-7uvst1nu3q] {
        margin-bottom: 24px;
    }

    .industry-cards[b-7uvst1nu3q] {
        display: flex;
        overflow-x: auto;
        gap: 16px;
        padding-bottom: 16px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .industry-cards[b-7uvst1nu3q]::-webkit-scrollbar {
        display: none;
    }

    .industry-cards .box[b-7uvst1nu3q] {
        flex: 0 0 min(80vw, 240px);
        width: min(80vw, 240px);
        max-width: min(80vw, 240px);
        min-height: 375px;
        padding: 16px;
        scroll-snap-align: start;
    }

    .industry-cards .box-header .box-icon[b-7uvst1nu3q] {
        margin-bottom: 13px;
        padding-bottom: 0;
    }

    .industry-cards .box-header .box-icon img[b-7uvst1nu3q] {
        width: 19px;
    }

    .box-circle[b-7uvst1nu3q] {
        right: 0;
        left: 5%;
        width: 20px;
        height: 20px;
    }

    .industry-cards .box-body[b-7uvst1nu3q] {
        min-height: 224px;
        padding-top: 24px;
    }

    .industry-cards .box-title[b-7uvst1nu3q] {
        font-size: 14px;
        height: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .industry-cards .box-desc[b-7uvst1nu3q] {
        font-size: 12px;
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
    }

    .industry-cards .action[b-7uvst1nu3q] {
        right: 2%;
        bottom: 6%;
    }

    .join-us[b-7uvst1nu3q] {
        margin-top: 40px;
    }

    .join-us .section-title[b-7uvst1nu3q] {
        margin-bottom: 12px;
    }

    .join-us .text[b-7uvst1nu3q] {
        font-size: 16px;
    }

    .join-us .btn.btn-green[b-7uvst1nu3q] {
        min-width: 168px;
        width: 100%;
        max-width: 100%;
    }

    .client-review[b-7uvst1nu3q] {
        padding-top: 40px;
    }

    .client-review .title[b-7uvst1nu3q] {
        margin-bottom: 0;
        font-size: 18px;
    }

    .client-review__carousel[b-7uvst1nu3q] {
        margin-top: 2rem;
    }

    .owl-carousel-client-reviews[b-7uvst1nu3q] {
        min-height: 290px;
        padding: 30px 15px;
    }

    .owl-carousel-client-reviews .item[b-7uvst1nu3q] {
        min-height: 520px;
        padding: 0;
    }

    .owl-carousel-client-reviews .item.active .box[b-7uvst1nu3q] {
        min-height: 380px;
    }

    .owl-carousel-client-reviews .item .box[b-7uvst1nu3q] {
        padding: 0;
    }

    .client-review__row[b-7uvst1nu3q] {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 12px;
    }

    .q-mark[b-7uvst1nu3q] {
        width: 30px;
    }

    .box-info[b-7uvst1nu3q] {
        min-height: 380px;
        padding-right: 0;
    }

    .owl-dots[b-7uvst1nu3q] {
        right: 24px;
        bottom: 20px;
    }

    .owl-dot[b-7uvst1nu3q],
    .owl-dot span[b-7uvst1nu3q] {
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 576px) {
    .learning-management-system-page .btn.btn-green[b-7uvst1nu3q] {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 440px) {
    .circle-white span[b-7uvst1nu3q] {
        font-size: 16px;
    }
}

@media (max-width: 410px) {
    .owl-carousel-client-reviews .item[b-7uvst1nu3q] {
        min-height: 600px;
    }
}

@media (max-width: 380px) {
    .owl-carousel-client-reviews .item[b-7uvst1nu3q] {
        min-height: 630px;
    }
}

@media (max-width: 360px) {
    .owl-carousel-client-reviews .item[b-7uvst1nu3q] {
        min-height: 650px;
    }
}

@media (max-width: 340px) {
    .owl-carousel-client-reviews .item[b-7uvst1nu3q] {
        min-height: 670px;
    }
}
/* /Components/Pages/LmsForConstruction.razor.rz.scp.css */
.lms-for-construction-page[b-w4jg5jk4h7] {
    background: #ffffff;
    color: #000000;
}

.lms-main[b-w4jg5jk4h7] {
    overflow-x: hidden;
    background: #ffffff;
    color: #000000;
    font-family: "Roboto", "Segoe UI", Arial, sans-serif;
}

.lms-container[b-w4jg5jk4h7] {
    width: min(90%, 1639px);
    margin: 0 auto;
}

.mb-4[b-w4jg5jk4h7] {
    margin-bottom: 1.5rem;
}

.mb-104[b-w4jg5jk4h7] {
    margin-bottom: 104px;
}

.pb-3[b-w4jg5jk4h7] {
    padding-bottom: 1rem;
}

.text-center[b-w4jg5jk4h7] {
    text-align: center;
}

.text-capitalize[b-w4jg5jk4h7] {
    text-transform: capitalize;
}

.section-title[b-w4jg5jk4h7] {
    padding-top: 20px;
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    color: #000000;
}

.top-section-lms[b-w4jg5jk4h7] {
    width: 100%;
    position: relative;
    margin-top: 0;
}

.lms-hero[b-w4jg5jk4h7] {
    margin-bottom: 202px;
}

.top-section-lms__grid[b-w4jg5jk4h7] {
    display: grid;
    grid-template-columns: minmax(0, 58.333333%) minmax(0, 41.666667%);
    align-items: center;
    margin: 0;
}

.top-section-lms__copy-col[b-w4jg5jk4h7] {
    min-width: 0;
}

.top-section-lms__image-col[b-w4jg5jk4h7] {
    display: flex;
    justify-content: flex-end;
    min-width: 0;
}

.top-section-lms__image-col img[b-w4jg5jk4h7] {
    width: 100%;
    height: auto;
}

.left-block[b-w4jg5jk4h7] {
    width: 89%;
    margin-top: 0;
    margin-left: auto;
}

.text1[b-w4jg5jk4h7] {
    margin-bottom: 24px;
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
}

.text2[b-w4jg5jk4h7] {
    max-width: 790px;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.48px;
}

.lms-inner-item .text1[b-w4jg5jk4h7] {
    text-transform: initial;
}

.lms-section--image-first .top-section-lms__copy-col[b-w4jg5jk4h7] {
    order: 2;
}

.lms-section--image-first .top-section-lms__grid[b-w4jg5jk4h7] {
    grid-template-columns: minmax(0, 41.666667%) minmax(0, 58.333333%);
}

.lms-section--image-first .top-section-lms__image-col[b-w4jg5jk4h7] {
    order: 1;
    justify-content: flex-start;
}

.three-cards-block-bg-grey[b-w4jg5jk4h7] {
    display: flex;
    align-items: flex-end;
    height: 637px;
    background-image: url("/images/services/lms/three-cards-block-bg-grey.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.three-cards-block[b-w4jg5jk4h7] {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.three-cards-block__layout[b-w4jg5jk4h7] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.three-cards-block__intro[b-w4jg5jk4h7] {
    flex: 0 0 100%;
    width: 100%;
}

.three-cards-block .text[b-w4jg5jk4h7] {
    max-width: 902px;
    margin: 0 auto 40px;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.three-cards-block__item[b-w4jg5jk4h7] {
    position: relative;
    flex: 0 0 25%;
    max-width: 318px;
    min-height: 375px;
    padding: 20px;
    border-radius: 24px 0;
    background-color: #ffffff;
    box-shadow: 0 3px 6px #0000001a;
}

.three-cards-block__item--offset[b-w4jg5jk4h7] {
    transform: translateY(45%);
}

.three-cards-block__item-icon[b-w4jg5jk4h7] {
    width: auto;
    height: auto;
    margin-bottom: 20px;
}

.three-cards-block__item h3[b-w4jg5jk4h7] {
    margin-bottom: 1rem;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}

.three-cards-block__item p[b-w4jg5jk4h7] {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
}

.arrow-up[b-w4jg5jk4h7] {
    position: absolute;
    top: 11%;
    right: -87%;
}

.arrow-down[b-w4jg5jk4h7] {
    position: absolute;
    right: -77%;
    bottom: 29%;
}

.join-us-inner-lms-landing[b-w4jg5jk4h7] {
    padding-bottom: 3rem;
}

.join-us-inner-lms-landing__content[b-w4jg5jk4h7] {
    margin: 0 auto;
    text-align: center;
}

.join-us-inner-lms-landing .section-title[b-w4jg5jk4h7] {
    margin-bottom: 24px;
}

.join-us-inner-lms-landing .text[b-w4jg5jk4h7] {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.join-us-inner-lms-landing[b-w4jg5jk4h7]  .lms-cta-button {
    min-width: 240px;
    width: 240px;
    max-width: 240px;
}

.client-review[b-w4jg5jk4h7] {
    margin-bottom: 17.3304628633vh;
    padding: 3rem 0;
}

.client-review__container[b-w4jg5jk4h7] {
    position: relative;
}

.client-review .title[b-w4jg5jk4h7] {
    margin-bottom: 48px;
    color: #000000;
    font: normal normal 600 36px "Roboto", "Segoe UI", Arial, sans-serif;
    letter-spacing: 0;
}

.client-review__heading > .desc[b-w4jg5jk4h7] {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
}

.client-review__carousel[b-w4jg5jk4h7] {
    position: relative;
    width: min(100%, 950px);
    margin: 3rem auto 0;
}

.owl-carousel-client-reviews[b-w4jg5jk4h7] {
    position: relative;
    box-sizing: border-box;
    border-radius: 60px 0;
    background-color: #f4f7fb;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.19), 0 3px 6px rgba(0, 0, 0, 0.17);
}

.owl-carousel-client-reviews[b-w4jg5jk4h7]::after {
    content: "";
    position: absolute;
    top: 99%;
    left: 6%;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    border-top: solid 50px #f4f7fb;
    border-right: solid 0 transparent;
    border-bottom: solid 0 transparent;
    border-left: solid 50px transparent;
    border-color: transparent transparent #f4f7fb #f4f7fb;
    transform: rotate(-45deg);
    transform-origin: 0 0;
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.11);
}

.owl-carousel-client-reviews .item[b-w4jg5jk4h7] {
    min-height: 480px;
    padding-top: 48px;
    padding-bottom: 40px;
}

.owl-carousel-client-reviews .item .box[b-w4jg5jk4h7] {
    padding: 0 38px;
}

.client-review__row[b-w4jg5jk4h7] {
    display: grid;
    grid-template-columns: 8.333333% minmax(0, 1fr);
    gap: 24px;
}

.q-mark[b-w4jg5jk4h7] {
    width: 36px;
    height: auto;
    margin-left: auto;
}

.box-info[b-w4jg5jk4h7] {
    position: relative;
    min-height: 392px;
    padding-right: 8%;
}

.client-review__logo-row[b-w4jg5jk4h7] {
    display: flex;
}

.box-info .client-review__logo[b-w4jg5jk4h7] {
    width: auto;
    min-height: 43px;
    margin-bottom: 24px;
}

.box-info .desc[b-w4jg5jk4h7] {
    margin-bottom: 48px;
    color: #000000;
    font-size: 20px;
    line-height: 1.45;
}

.fixed-bottom-bar[b-w4jg5jk4h7] {
    position: absolute;
    bottom: 0;
    left: 0;
}

.user-main-name[b-w4jg5jk4h7] {
    margin-bottom: 4px;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
}

.user-job[b-w4jg5jk4h7] {
    margin-bottom: 0;
    color: #000000;
    font-size: 20px;
}

.owl-dots[b-w4jg5jk4h7] {
    position: absolute;
    right: 7%;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.owl-dot[b-w4jg5jk4h7] {
    width: 13px;
    height: 13px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-color: rgba(138, 208, 35, 0.37);
    cursor: pointer;
}

.owl-dot span[b-w4jg5jk4h7] {
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: rgba(138, 208, 35, 0.37);
}

.owl-dot.active[b-w4jg5jk4h7],
.owl-dot.active span[b-w4jg5jk4h7] {
    background-color: #8ad023;
}

.owl-dot:focus-visible[b-w4jg5jk4h7] {
    outline: 2px solid #6fb10c;
    outline-offset: 3px;
}

@media (min-width: 1200px) {
    .client-review__carousel[b-w4jg5jk4h7] {
        width: 83.333333%;
        max-width: none;
    }

    .join-us-inner-lms-landing__content[b-w4jg5jk4h7] {
        width: 83.333333%;
        max-width: none;
    }
}

@media (min-width: 1400px) {
    .join-us-inner-lms-landing__content[b-w4jg5jk4h7] {
        width: 66.666667%;
    }
}

@media (max-width: 1919px) {
    .left-block[b-w4jg5jk4h7] {
        width: 92%;
    }
}

@media (max-width: 1760px) {
    .arrow-up[b-w4jg5jk4h7] {
        right: -78%;
        width: 210px;
    }

    .arrow-down[b-w4jg5jk4h7] {
        right: -72%;
        width: 210px;
    }
}

@media (max-width: 1680px) {
    .arrow-up[b-w4jg5jk4h7] {
        right: -68%;
        width: 190px;
    }

    .arrow-down[b-w4jg5jk4h7] {
        right: -64%;
        width: 190px;
    }
}

@media (max-width: 1600px) {
    .text1[b-w4jg5jk4h7] {
        font-size: 20px;
    }

    .text2[b-w4jg5jk4h7] {
        font-size: 18px;
    }

    .arrow-up[b-w4jg5jk4h7] {
        right: -57%;
        width: 170px;
    }

    .arrow-down[b-w4jg5jk4h7] {
        right: -57%;
        width: 170px;
    }
}

@media (max-width: 1500px) {
    .three-cards-block__item[b-w4jg5jk4h7] {
        max-width: 270px;
    }

    .arrow-up[b-w4jg5jk4h7],
    .arrow-down[b-w4jg5jk4h7] {
        right: -66%;
        width: 170px;
    }
}

@media (max-width: 1400px) {
    .three-cards-block .text[b-w4jg5jk4h7] {
        font-size: 18px;
    }

    .three-cards-block__item[b-w4jg5jk4h7] {
        min-height: 340px;
    }

    .arrow-up[b-w4jg5jk4h7],
    .arrow-down[b-w4jg5jk4h7] {
        right: -62%;
        width: 160px;
    }

    .three-cards-block__item-icon[b-w4jg5jk4h7] {
        max-width: 50px;
        max-height: 50px;
    }

    .three-cards-block__item h3[b-w4jg5jk4h7] {
        font-size: 18px;
    }

    .three-cards-block__item p[b-w4jg5jk4h7] {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .section-title[b-w4jg5jk4h7] {
        font-size: 28px;
    }

    .mb-104[b-w4jg5jk4h7] {
        margin-bottom: 50px;
    }

    .lms-hero[b-w4jg5jk4h7] {
        margin-bottom: 148px;
    }

    .text1[b-w4jg5jk4h7] {
        margin-bottom: 18px;
        font-size: 18px;
    }

    .text2[b-w4jg5jk4h7] {
        font-size: 16px;
    }

    .three-cards-block__layout[b-w4jg5jk4h7] {
        justify-content: space-around;
    }

    .three-cards-block__item--offset[b-w4jg5jk4h7] {
        transform: none;
    }

    .arrow-up[b-w4jg5jk4h7],
    .arrow-down[b-w4jg5jk4h7] {
        display: none;
    }

    .owl-carousel-client-reviews .item[b-w4jg5jk4h7] {
        min-height: 520px;
    }
}

@media (max-width: 991px) {
    .top-section-lms__grid[b-w4jg5jk4h7] {
        grid-template-columns: minmax(0, 66.666667%) minmax(0, 33.333333%);
    }

    .lms-section--image-first .top-section-lms__grid[b-w4jg5jk4h7] {
        grid-template-columns: minmax(0, 33.333333%) minmax(0, 66.666667%);
    }

    .three-cards-block .text[b-w4jg5jk4h7] {
        font-size: 16px;
    }

    .three-cards-block__item[b-w4jg5jk4h7] {
        flex-basis: 33.333333%;
    }

    .client-review__carousel[b-w4jg5jk4h7] {
        width: min(100%, 820px);
    }

    .owl-carousel-client-reviews .item[b-w4jg5jk4h7] {
        min-height: 480px;
    }
}

@media (max-width: 980px) {
    .box-info .desc[b-w4jg5jk4h7],
    .user-main-name[b-w4jg5jk4h7],
    .user-job[b-w4jg5jk4h7] {
        font-size: 16px;
    }
}

@media (max-width: 860px) {
    .three-cards-block__item[b-w4jg5jk4h7] {
        max-width: 240px;
    }
}

@media (max-width: 768px) {
    .client-review__heading > .desc[b-w4jg5jk4h7] {
        font-size: 12px;
    }

    .box-info .desc[b-w4jg5jk4h7],
    .user-main-name[b-w4jg5jk4h7],
    .user-job[b-w4jg5jk4h7] {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .lms-container[b-w4jg5jk4h7] {
        width: min(90%, 100%);
    }

    .mb-104[b-w4jg5jk4h7] {
        margin-bottom: 40px;
    }

    .lms-hero[b-w4jg5jk4h7] {
        margin-bottom: 140px;
    }

    .section-title[b-w4jg5jk4h7] {
        font-size: 20px;
        line-height: normal;
    }

    .top-section-lms__grid[b-w4jg5jk4h7] {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .lms-section--image-first .top-section-lms__grid[b-w4jg5jk4h7] {
        grid-template-columns: 1fr;
    }

    .lms-hero[b-w4jg5jk4h7] {
        padding-top: 1.5rem;
    }

    .left-block[b-w4jg5jk4h7] {
        width: 90%;
        margin-right: auto;
    }

    .text1[b-w4jg5jk4h7] {
        line-height: normal;
    }

    .text2[b-w4jg5jk4h7] {
        line-height: 40px;
    }

    .lms-section--image-first .top-section-lms__copy-col[b-w4jg5jk4h7],
    .lms-section--image-first .top-section-lms__image-col[b-w4jg5jk4h7] {
        order: initial;
    }

    .three-cards-block-bg-grey[b-w4jg5jk4h7] {
        height: auto;
        background-color: #f4f7fb;
        background-image: none;
        padding: 0;
    }

    .three-cards-block__layout[b-w4jg5jk4h7] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding: 0;
    }

    .three-cards-block__item[b-w4jg5jk4h7] {
        flex-basis: auto;
        width: 80%;
        max-width: 80%;
        margin-bottom: 30px;
    }

    .join-us-inner-lms-landing[b-w4jg5jk4h7] {
        padding-bottom: 1.5rem;
    }

    .client-review[b-w4jg5jk4h7] {
        padding-top: 40px;
    }

    .client-review .title[b-w4jg5jk4h7] {
        margin-bottom: 0;
        font-size: 18px;
    }

    .client-review__carousel[b-w4jg5jk4h7] {
        margin-top: 2rem;
    }

    .owl-carousel-client-reviews[b-w4jg5jk4h7] {
        min-height: 290px;
        padding: 30px 15px;
    }

    .owl-carousel-client-reviews .item[b-w4jg5jk4h7] {
        min-height: 520px;
        padding: 0;
    }

    .owl-carousel-client-reviews .item.active .box[b-w4jg5jk4h7] {
        min-height: 380px;
    }

    .owl-carousel-client-reviews .item .box[b-w4jg5jk4h7] {
        padding: 0;
    }

    .client-review__row[b-w4jg5jk4h7] {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 12px;
    }

    .q-mark[b-w4jg5jk4h7] {
        width: 30px;
    }

    .box-info[b-w4jg5jk4h7] {
        min-height: 380px;
        padding-right: 0;
    }

    .owl-dots[b-w4jg5jk4h7] {
        right: 24px;
        bottom: 20px;
    }

    .owl-dot[b-w4jg5jk4h7],
    .owl-dot span[b-w4jg5jk4h7] {
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 576px) {
    .join-us-inner-lms-landing[b-w4jg5jk4h7]  .lms-cta-button {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 410px) {
    .owl-carousel-client-reviews .item[b-w4jg5jk4h7] {
        min-height: 600px;
    }
}

@media (max-width: 380px) {
    .owl-carousel-client-reviews .item[b-w4jg5jk4h7] {
        min-height: 630px;
    }
}

@media (max-width: 360px) {
    .owl-carousel-client-reviews .item[b-w4jg5jk4h7] {
        min-height: 650px;
    }
}

@media (max-width: 340px) {
    .owl-carousel-client-reviews .item[b-w4jg5jk4h7] {
        min-height: 670px;
    }
}
/* /Components/Pages/LmsForHealthcare.razor.rz.scp.css */
.lms-for-healthcare-page[b-kx97ew8ssp] {
    background: #ffffff;
    color: #000000;
}

.lms-main[b-kx97ew8ssp] {
    overflow-x: hidden;
    background: #ffffff;
    color: #000000;
    font-family: "Roboto", "Segoe UI", Arial, sans-serif;
}

.lms-container[b-kx97ew8ssp] {
    width: calc(90% - 24px);
    max-width: 1639px;
    margin: 0 auto;
}

.mb-4[b-kx97ew8ssp] {
    margin-bottom: 1.5rem;
}

.mb-104[b-kx97ew8ssp] {
    margin-bottom: 104px;
}

.pb-3[b-kx97ew8ssp] {
    padding-bottom: 1rem;
}

.text-center[b-kx97ew8ssp] {
    text-align: center;
}

.text-capitalize[b-kx97ew8ssp] {
    text-transform: capitalize;
}

.section-title[b-kx97ew8ssp] {
    padding-top: 20px;
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    color: #000000;
}

.top-section-lms[b-kx97ew8ssp] {
    width: 100%;
    position: relative;
    margin-top: 0;
}

.lms-hero[b-kx97ew8ssp] {
    margin-bottom: 158px;
}

.top-section-lms__grid[b-kx97ew8ssp] {
    display: grid;
    grid-template-columns: minmax(0, 58.333333%) minmax(0, 41.666667%);
    align-items: center;
    margin: 0;
}

.top-section-lms__copy-col[b-kx97ew8ssp] {
    box-sizing: border-box;
    padding-right: 12px;
    padding-left: 12px;
    min-width: 0;
}

.top-section-lms__image-col[b-kx97ew8ssp] {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    padding-left: 12px;
    min-width: 0;
}

.top-section-lms__image-col img[b-kx97ew8ssp] {
    width: 100%;
    height: auto;
}

.left-block[b-kx97ew8ssp] {
    width: 89%;
    margin-top: 0;
    margin-left: auto;
}

.text1[b-kx97ew8ssp] {
    margin-bottom: 24px;
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
}

.text2[b-kx97ew8ssp] {
    max-width: 790px;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.48px;
}

.lms-inner-item .text1[b-kx97ew8ssp] {
    text-transform: initial;
}

.lms-section--image-first .top-section-lms__copy-col[b-kx97ew8ssp] {
    order: 2;
}

.lms-section--image-first .top-section-lms__grid[b-kx97ew8ssp] {
    grid-template-columns: minmax(0, 41.666667%) minmax(0, 58.333333%);
}

.lms-section--image-first .top-section-lms__image-col[b-kx97ew8ssp] {
    order: 1;
    justify-content: flex-start;
    padding-right: 12px;
    padding-left: 0;
}

.three-cards-block-bg-grey[b-kx97ew8ssp] {
    display: flex;
    align-items: flex-end;
    height: 637px;
    margin-bottom: 150px;
    background-image: url("/images/services/lms/three-cards-block-bg-grey.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.three-cards-block[b-kx97ew8ssp] {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.three-cards-block__layout[b-kx97ew8ssp] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.three-cards-block__intro[b-kx97ew8ssp] {
    flex: 0 0 100%;
    width: 100%;
}

.three-cards-block .text[b-kx97ew8ssp] {
    max-width: 902px;
    margin: 0 auto 40px;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.three-cards-block__item[b-kx97ew8ssp] {
    position: relative;
    flex: 0 0 25%;
    max-width: 318px;
    min-height: 375px;
    padding: 20px;
    border-radius: 24px 0;
    background-color: #ffffff;
    box-shadow: 0 3px 6px #0000001a;
}

.three-cards-block__item--offset[b-kx97ew8ssp] {
    transform: translateY(45%);
}

.three-cards-block__item-icon[b-kx97ew8ssp] {
    width: auto;
    height: auto;
    margin-bottom: 20px;
}

.three-cards-block__item h3[b-kx97ew8ssp] {
    margin-bottom: 1rem;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}

.three-cards-block__item p[b-kx97ew8ssp] {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
}

.arrow-up[b-kx97ew8ssp] {
    position: absolute;
    top: 11%;
    right: -87%;
}

.arrow-down[b-kx97ew8ssp] {
    position: absolute;
    right: -77%;
    bottom: 29%;
}

.join-us-inner-lms-landing[b-kx97ew8ssp] {
    padding-bottom: 3rem;
}

.join-us-inner-lms-landing__content[b-kx97ew8ssp] {
    margin: 0 auto;
    text-align: center;
}

.join-us-inner-lms-landing .section-title[b-kx97ew8ssp] {
    margin-bottom: 24px;
}

.join-us-inner-lms-landing .text[b-kx97ew8ssp] {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.join-us-inner-lms-landing[b-kx97ew8ssp]  .lms-cta-button {
    min-width: 240px;
    width: 240px;
    max-width: 240px;
}

.client-review[b-kx97ew8ssp] {
    margin-bottom: 17.3304628633vh;
    padding: 3rem 0;
}

.client-review__container[b-kx97ew8ssp] {
    position: relative;
}

.client-review .title[b-kx97ew8ssp] {
    margin-bottom: 48px;
    color: #000000;
    font: normal normal 600 36px "Roboto", "Segoe UI", Arial, sans-serif;
    letter-spacing: 0;
}

.client-review__heading > .desc[b-kx97ew8ssp] {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
}

.client-review__carousel[b-kx97ew8ssp] {
    position: relative;
    width: min(100%, 950px);
    margin: 3rem auto 0;
}

.owl-carousel-client-reviews[b-kx97ew8ssp] {
    position: relative;
    box-sizing: border-box;
    border-radius: 60px 0;
    background-color: #f4f7fb;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.19), 0 3px 6px rgba(0, 0, 0, 0.17);
}

.owl-carousel-client-reviews[b-kx97ew8ssp]::after {
    content: "";
    position: absolute;
    top: 99%;
    left: 6%;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    border-top: solid 50px #f4f7fb;
    border-right: solid 0 transparent;
    border-bottom: solid 0 transparent;
    border-left: solid 50px transparent;
    border-color: transparent transparent #f4f7fb #f4f7fb;
    transform: rotate(-45deg);
    transform-origin: 0 0;
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.11);
}

.owl-carousel-client-reviews .item[b-kx97ew8ssp] {
    min-height: 480px;
    padding-top: 48px;
    padding-bottom: 40px;
}

.owl-carousel-client-reviews .item .box[b-kx97ew8ssp] {
    padding: 0 38px;
}

.client-review__row[b-kx97ew8ssp] {
    display: grid;
    grid-template-columns: 8.333333% minmax(0, 1fr);
    gap: 24px;
}

.q-mark[b-kx97ew8ssp] {
    width: 36px;
    height: auto;
    margin-left: auto;
}

.box-info[b-kx97ew8ssp] {
    position: relative;
    min-height: 392px;
    padding-right: 8%;
}

.client-review__logo-row[b-kx97ew8ssp] {
    display: flex;
}

.box-info .client-review__logo[b-kx97ew8ssp] {
    width: auto;
    min-height: 43px;
    margin-bottom: 24px;
}

.box-info .desc[b-kx97ew8ssp] {
    margin-bottom: 48px;
    color: #000000;
    font-size: 20px;
    line-height: 1.45;
}

.fixed-bottom-bar[b-kx97ew8ssp] {
    position: absolute;
    bottom: 0;
    left: 0;
}

.user-main-name[b-kx97ew8ssp] {
    margin-bottom: 4px;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
}

.user-job[b-kx97ew8ssp] {
    margin-bottom: 0;
    color: #000000;
    font-size: 20px;
}

.owl-dots[b-kx97ew8ssp] {
    position: absolute;
    right: 7%;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.owl-dot[b-kx97ew8ssp] {
    width: 13px;
    height: 13px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-color: rgba(138, 208, 35, 0.37);
    cursor: pointer;
}

.owl-dot span[b-kx97ew8ssp] {
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: rgba(138, 208, 35, 0.37);
}

.owl-dot.active[b-kx97ew8ssp],
.owl-dot.active span[b-kx97ew8ssp] {
    background-color: #8ad023;
}

.owl-dot:focus-visible[b-kx97ew8ssp] {
    outline: 2px solid #6fb10c;
    outline-offset: 3px;
}

@media (min-width: 1200px) {
    .client-review__carousel[b-kx97ew8ssp] {
        width: 83.333333%;
        max-width: none;
    }

    .join-us-inner-lms-landing__content[b-kx97ew8ssp] {
        width: 83.333333%;
        max-width: none;
    }
}

@media (min-width: 1400px) {
    .join-us-inner-lms-landing__content[b-kx97ew8ssp] {
        width: 66.666667%;
    }
}

@media (max-width: 1919px) {
    .left-block[b-kx97ew8ssp] {
        width: 92%;
    }
}

@media (max-width: 1760px) {
    .arrow-up[b-kx97ew8ssp] {
        right: -78%;
        width: 210px;
    }

    .arrow-down[b-kx97ew8ssp] {
        right: -72%;
        width: 210px;
    }
}

@media (max-width: 1680px) {
    .arrow-up[b-kx97ew8ssp] {
        right: -68%;
        width: 190px;
    }

    .arrow-down[b-kx97ew8ssp] {
        right: -64%;
        width: 190px;
    }
}

@media (max-width: 1600px) {
    .text1[b-kx97ew8ssp] {
        font-size: 20px;
    }

    .text2[b-kx97ew8ssp] {
        font-size: 18px;
    }

    .arrow-up[b-kx97ew8ssp] {
        right: -57%;
        width: 170px;
    }

    .arrow-down[b-kx97ew8ssp] {
        right: -57%;
        width: 170px;
    }
}

@media (max-width: 1500px) {
    .three-cards-block__item[b-kx97ew8ssp] {
        max-width: 270px;
    }

    .arrow-up[b-kx97ew8ssp],
    .arrow-down[b-kx97ew8ssp] {
        right: -66%;
        width: 170px;
    }
}

@media (max-width: 1400px) {
    .three-cards-block .text[b-kx97ew8ssp] {
        font-size: 18px;
    }

    .three-cards-block__item[b-kx97ew8ssp] {
        min-height: 340px;
    }

    .arrow-up[b-kx97ew8ssp],
    .arrow-down[b-kx97ew8ssp] {
        right: -62%;
        width: 160px;
    }

    .three-cards-block__item-icon[b-kx97ew8ssp] {
        max-width: 50px;
        max-height: 50px;
    }

    .three-cards-block__item h3[b-kx97ew8ssp] {
        font-size: 18px;
    }

    .three-cards-block__item p[b-kx97ew8ssp] {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .section-title[b-kx97ew8ssp] {
        font-size: 28px;
    }

    .mb-104[b-kx97ew8ssp] {
        margin-bottom: 50px;
    }

    .lms-hero[b-kx97ew8ssp] {
        margin-bottom: 107px;
    }

    .three-cards-block-bg-grey[b-kx97ew8ssp] {
        margin-bottom: 93px;
    }

    .text1[b-kx97ew8ssp] {
        margin-bottom: 18px;
        font-size: 18px;
    }

    .text2[b-kx97ew8ssp] {
        font-size: 16px;
    }

    .three-cards-block__layout[b-kx97ew8ssp] {
        justify-content: space-around;
    }

    .three-cards-block__item--offset[b-kx97ew8ssp] {
        transform: none;
    }

    .arrow-up[b-kx97ew8ssp],
    .arrow-down[b-kx97ew8ssp] {
        display: none;
    }

    .owl-carousel-client-reviews .item[b-kx97ew8ssp] {
        min-height: 520px;
    }
}

@media (max-width: 991px) {
    .top-section-lms__grid[b-kx97ew8ssp] {
        grid-template-columns: minmax(0, 66.666667%) minmax(0, 33.333333%);
    }

    .lms-section--image-first .top-section-lms__grid[b-kx97ew8ssp] {
        grid-template-columns: minmax(0, 33.333333%) minmax(0, 66.666667%);
    }

    .three-cards-block .text[b-kx97ew8ssp] {
        font-size: 16px;
    }

    .three-cards-block__item[b-kx97ew8ssp] {
        flex-basis: 33.333333%;
    }

    .client-review__carousel[b-kx97ew8ssp] {
        width: min(100%, 820px);
    }

    .owl-carousel-client-reviews .item[b-kx97ew8ssp] {
        min-height: 480px;
    }
}

@media (max-width: 980px) {
    .box-info .desc[b-kx97ew8ssp],
    .user-main-name[b-kx97ew8ssp],
    .user-job[b-kx97ew8ssp] {
        font-size: 16px;
    }
}

@media (max-width: 860px) {
    .three-cards-block__item[b-kx97ew8ssp] {
        max-width: 240px;
    }
}

@media (max-width: 768px) {
    .client-review__heading > .desc[b-kx97ew8ssp] {
        font-size: 12px;
    }

    .box-info .desc[b-kx97ew8ssp],
    .user-main-name[b-kx97ew8ssp],
    .user-job[b-kx97ew8ssp] {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .lms-container[b-kx97ew8ssp] {
        width: calc(90% - 24px);
    }

    .mb-104[b-kx97ew8ssp] {
        margin-bottom: 40px;
    }

    .lms-hero[b-kx97ew8ssp] {
        margin-bottom: 140px;
    }

    .section-title[b-kx97ew8ssp] {
        font-size: 20px;
        line-height: normal;
    }

    .top-section-lms__grid[b-kx97ew8ssp] {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .lms-section--image-first .top-section-lms__grid[b-kx97ew8ssp] {
        grid-template-columns: 1fr;
    }

    .lms-hero[b-kx97ew8ssp] {
        padding-top: 1.5rem;
    }

    .left-block[b-kx97ew8ssp] {
        width: 90%;
        margin-right: auto;
    }

    .text1[b-kx97ew8ssp] {
        line-height: normal;
    }

    .text2[b-kx97ew8ssp] {
        line-height: 40px;
    }

    .lms-section--image-first .top-section-lms__copy-col[b-kx97ew8ssp],
    .lms-section--image-first .top-section-lms__image-col[b-kx97ew8ssp] {
        order: initial;
    }

    .three-cards-block-bg-grey[b-kx97ew8ssp] {
        height: auto;
        margin-bottom: 40px;
        background-color: #f4f7fb;
        background-image: none;
        padding: 0;
    }

    .three-cards-block__layout[b-kx97ew8ssp] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding: 0;
    }

    .three-cards-block__item[b-kx97ew8ssp] {
        flex-basis: auto;
        width: 80%;
        max-width: 80%;
        margin-bottom: 30px;
    }

    .join-us-inner-lms-landing[b-kx97ew8ssp] {
        padding-bottom: 1.5rem;
    }

    .client-review[b-kx97ew8ssp] {
        padding-top: 40px;
    }

    .client-review .title[b-kx97ew8ssp] {
        margin-bottom: 0;
        font-size: 18px;
    }

    .client-review__carousel[b-kx97ew8ssp] {
        margin-top: 2rem;
    }

    .owl-carousel-client-reviews[b-kx97ew8ssp] {
        min-height: 290px;
        padding: 30px 15px;
    }

    .owl-carousel-client-reviews .item[b-kx97ew8ssp] {
        min-height: 520px;
        padding: 0;
    }

    .owl-carousel-client-reviews .item.active .box[b-kx97ew8ssp] {
        min-height: 380px;
    }

    .owl-carousel-client-reviews .item .box[b-kx97ew8ssp] {
        padding: 0;
    }

    .client-review__row[b-kx97ew8ssp] {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 12px;
    }

    .q-mark[b-kx97ew8ssp] {
        width: 30px;
    }

    .box-info[b-kx97ew8ssp] {
        min-height: 380px;
        padding-right: 0;
    }

    .owl-dots[b-kx97ew8ssp] {
        right: 24px;
        bottom: 20px;
    }

    .owl-dot[b-kx97ew8ssp],
    .owl-dot span[b-kx97ew8ssp] {
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 576px) {
    .join-us-inner-lms-landing[b-kx97ew8ssp]  .lms-cta-button {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 410px) {
    .owl-carousel-client-reviews .item[b-kx97ew8ssp] {
        min-height: 600px;
    }
}

@media (max-width: 380px) {
    .owl-carousel-client-reviews .item[b-kx97ew8ssp] {
        min-height: 630px;
    }
}

@media (max-width: 360px) {
    .owl-carousel-client-reviews .item[b-kx97ew8ssp] {
        min-height: 650px;
    }
}

@media (max-width: 340px) {
    .owl-carousel-client-reviews .item[b-kx97ew8ssp] {
        min-height: 670px;
    }
}
/* /Components/Pages/LmsForManufacturing.razor.rz.scp.css */
.lms-for-manufacturing-page[b-5m6gurn6nj] {
    background: #ffffff;
    color: #000000;
}

.lms-main[b-5m6gurn6nj] {
    overflow-x: hidden;
    background: #ffffff;
    color: #000000;
    font-family: "Roboto", "Segoe UI", Arial, sans-serif;
}

.lms-container[b-5m6gurn6nj] {
    width: min(90%, 1639px);
    margin: 0 auto;
}

.mb-4[b-5m6gurn6nj] {
    margin-bottom: 1.5rem;
}

.mb-104[b-5m6gurn6nj] {
    margin-bottom: 104px;
}

.pb-3[b-5m6gurn6nj] {
    padding-bottom: 1rem;
}

.text-center[b-5m6gurn6nj] {
    text-align: center;
}

.text-capitalize[b-5m6gurn6nj] {
    text-transform: capitalize;
}

.section-title[b-5m6gurn6nj] {
    padding-top: 20px;
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    color: #000000;
}

.top-section-lms[b-5m6gurn6nj] {
    width: 100%;
    position: relative;
    margin-top: 0;
}

.top-section-lms__grid[b-5m6gurn6nj] {
    display: grid;
    grid-template-columns: minmax(0, 58.333333%) minmax(0, 41.666667%);
    align-items: center;
    margin: 0;
}

.top-section-lms__copy-col[b-5m6gurn6nj] {
    min-width: 0;
}

.top-section-lms__image-col[b-5m6gurn6nj] {
    display: flex;
    justify-content: flex-end;
    min-width: 0;
}

.top-section-lms__image-col img[b-5m6gurn6nj] {
    width: 100%;
    height: auto;
}

.left-block[b-5m6gurn6nj] {
    width: 89%;
    margin-top: 0;
    margin-left: auto;
}

.text1[b-5m6gurn6nj] {
    margin-bottom: 24px;
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
}

.text2[b-5m6gurn6nj] {
    max-width: 790px;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.48px;
}

.lms-inner-item .text1[b-5m6gurn6nj] {
    text-transform: initial;
}

.lms-section--image-first .top-section-lms__copy-col[b-5m6gurn6nj] {
    order: 2;
}

.lms-section--image-first .top-section-lms__grid[b-5m6gurn6nj] {
    grid-template-columns: minmax(0, 41.666667%) minmax(0, 58.333333%);
}

.lms-section--image-first .top-section-lms__image-col[b-5m6gurn6nj] {
    order: 1;
    justify-content: flex-start;
}

.three-cards-block-bg-grey[b-5m6gurn6nj] {
    display: flex;
    align-items: flex-end;
    height: 637px;
    background-image: url("/images/services/lms/three-cards-block-bg-grey.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 104px;
}

.three-cards-block[b-5m6gurn6nj] {
    width: 100%;
}

.three-cards-block__layout[b-5m6gurn6nj] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.three-cards-block__intro[b-5m6gurn6nj] {
    flex: 0 0 100%;
    width: 100%;
}

.three-cards-block .text[b-5m6gurn6nj] {
    max-width: 902px;
    margin: 0 auto 40px;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.three-cards-block__item[b-5m6gurn6nj] {
    position: relative;
    flex: 0 0 25%;
    max-width: 318px;
    min-height: 375px;
    padding: 20px;
    border-radius: 24px 0;
    background-color: #ffffff;
    box-shadow: 0 3px 6px #0000001a;
}

.three-cards-block__item--offset[b-5m6gurn6nj] {
    transform: translateY(45%);
}

.three-cards-block__item-icon[b-5m6gurn6nj] {
    width: auto;
    height: auto;
    margin-bottom: 20px;
}

.three-cards-block__item h3[b-5m6gurn6nj] {
    margin-bottom: 1rem;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}

.three-cards-block__item p[b-5m6gurn6nj] {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
}

.arrow-up[b-5m6gurn6nj] {
    position: absolute;
    top: 11%;
    right: -87%;
}

.arrow-down[b-5m6gurn6nj] {
    position: absolute;
    right: -77%;
    bottom: 29%;
}

.join-us-inner-lms-landing[b-5m6gurn6nj] {
    padding-bottom: 3rem;
}

.join-us-inner-lms-landing__content[b-5m6gurn6nj] {
    margin: 0 auto;
    text-align: center;
}

.join-us-inner-lms-landing .section-title[b-5m6gurn6nj] {
    margin-bottom: 24px;
}

.join-us-inner-lms-landing .text[b-5m6gurn6nj] {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.join-us-inner-lms-landing[b-5m6gurn6nj]  .lms-cta-button {
    min-width: 240px;
    width: 240px;
    max-width: 240px;
}

.client-review[b-5m6gurn6nj] {
    margin-bottom: 17.3304628633vh;
    padding: 3rem 0;
}

.client-review__container[b-5m6gurn6nj] {
    position: relative;
}

.client-review .title[b-5m6gurn6nj] {
    margin-bottom: 48px;
    color: #000000;
    font: normal normal 600 36px "Roboto", "Segoe UI", Arial, sans-serif;
    letter-spacing: 0;
}

.client-review__heading > .desc[b-5m6gurn6nj] {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
}

.client-review__carousel[b-5m6gurn6nj] {
    position: relative;
    width: min(100%, 950px);
    margin: 3rem auto 0;
}

.owl-carousel-client-reviews[b-5m6gurn6nj] {
    position: relative;
    box-sizing: border-box;
    border-radius: 60px 0;
    background-color: #f4f7fb;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.19), 0 3px 6px rgba(0, 0, 0, 0.17);
}

.owl-carousel-client-reviews[b-5m6gurn6nj]::after {
    content: "";
    position: absolute;
    top: 99%;
    left: 6%;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    border-top: solid 50px #f4f7fb;
    border-right: solid 0 transparent;
    border-bottom: solid 0 transparent;
    border-left: solid 50px transparent;
    border-color: transparent transparent #f4f7fb #f4f7fb;
    transform: rotate(-45deg);
    transform-origin: 0 0;
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.11);
}

.owl-carousel-client-reviews .item[b-5m6gurn6nj] {
    min-height: 480px;
    padding-top: 48px;
    padding-bottom: 40px;
}

.owl-carousel-client-reviews .item .box[b-5m6gurn6nj] {
    padding: 0 38px;
}

.client-review__row[b-5m6gurn6nj] {
    display: grid;
    grid-template-columns: 8.333333% minmax(0, 1fr);
    gap: 24px;
}

.q-mark[b-5m6gurn6nj] {
    width: 36px;
    height: auto;
    margin-left: auto;
}

.box-info[b-5m6gurn6nj] {
    position: relative;
    min-height: 392px;
    padding-right: 8%;
}

.client-review__logo-row[b-5m6gurn6nj] {
    display: flex;
}

.box-info .client-review__logo[b-5m6gurn6nj] {
    width: auto;
    min-height: 43px;
    margin-bottom: 24px;
}

.box-info .desc[b-5m6gurn6nj] {
    margin-bottom: 48px;
    color: #000000;
    font-size: 20px;
    line-height: 1.45;
}

.fixed-bottom-bar[b-5m6gurn6nj] {
    position: absolute;
    bottom: 0;
    left: 0;
}

.user-main-name[b-5m6gurn6nj] {
    margin-bottom: 4px;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
}

.user-job[b-5m6gurn6nj] {
    margin-bottom: 0;
    color: #000000;
    font-size: 20px;
}

.owl-dots[b-5m6gurn6nj] {
    position: absolute;
    right: 7%;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.owl-dot[b-5m6gurn6nj] {
    width: 13px;
    height: 13px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-color: rgba(138, 208, 35, 0.37);
    cursor: pointer;
}

.owl-dot span[b-5m6gurn6nj] {
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: rgba(138, 208, 35, 0.37);
}

.owl-dot.active[b-5m6gurn6nj],
.owl-dot.active span[b-5m6gurn6nj] {
    background-color: #8ad023;
}

.owl-dot:focus-visible[b-5m6gurn6nj] {
    outline: 2px solid #6fb10c;
    outline-offset: 3px;
}

@media (min-width: 1200px) {
    .client-review__carousel[b-5m6gurn6nj] {
        width: 83.333333%;
        max-width: none;
    }

    .join-us-inner-lms-landing__content[b-5m6gurn6nj] {
        width: 83.333333%;
        max-width: none;
    }
}

@media (min-width: 1400px) {
    .join-us-inner-lms-landing__content[b-5m6gurn6nj] {
        width: 66.666667%;
    }
}

@media (max-width: 1919px) {
    .left-block[b-5m6gurn6nj] {
        width: 92%;
    }
}

@media (max-width: 1760px) {
    .arrow-up[b-5m6gurn6nj] {
        right: -78%;
        width: 210px;
    }

    .arrow-down[b-5m6gurn6nj] {
        right: -72%;
        width: 210px;
    }
}

@media (max-width: 1680px) {
    .arrow-up[b-5m6gurn6nj] {
        right: -68%;
        width: 190px;
    }

    .arrow-down[b-5m6gurn6nj] {
        right: -64%;
        width: 190px;
    }
}

@media (max-width: 1600px) {
    .text1[b-5m6gurn6nj] {
        font-size: 20px;
    }

    .text2[b-5m6gurn6nj] {
        font-size: 18px;
    }

    .arrow-up[b-5m6gurn6nj] {
        right: -57%;
        width: 170px;
    }

    .arrow-down[b-5m6gurn6nj] {
        right: -57%;
        width: 170px;
    }
}

@media (max-width: 1500px) {
    .three-cards-block__item[b-5m6gurn6nj] {
        max-width: 270px;
    }

    .arrow-up[b-5m6gurn6nj],
    .arrow-down[b-5m6gurn6nj] {
        right: -66%;
        width: 170px;
    }
}

@media (max-width: 1400px) {
    .three-cards-block .text[b-5m6gurn6nj] {
        font-size: 18px;
    }

    .three-cards-block__item[b-5m6gurn6nj] {
        min-height: 340px;
    }

    .arrow-up[b-5m6gurn6nj],
    .arrow-down[b-5m6gurn6nj] {
        right: -62%;
        width: 160px;
    }

    .three-cards-block__item-icon[b-5m6gurn6nj] {
        max-width: 50px;
        max-height: 50px;
    }

    .three-cards-block__item h3[b-5m6gurn6nj] {
        font-size: 18px;
    }

    .three-cards-block__item p[b-5m6gurn6nj] {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .section-title[b-5m6gurn6nj] {
        font-size: 28px;
    }

    .mb-104[b-5m6gurn6nj] {
        margin-bottom: 50px;
    }

    .text1[b-5m6gurn6nj] {
        margin-bottom: 18px;
        font-size: 18px;
    }

    .text2[b-5m6gurn6nj] {
        font-size: 16px;
    }

    .three-cards-block__layout[b-5m6gurn6nj] {
        justify-content: space-around;
    }

    .three-cards-block__item--offset[b-5m6gurn6nj] {
        transform: none;
    }

    .arrow-up[b-5m6gurn6nj],
    .arrow-down[b-5m6gurn6nj] {
        display: none;
    }

    .owl-carousel-client-reviews .item[b-5m6gurn6nj] {
        min-height: 520px;
    }
}

@media (max-width: 991px) {
    .top-section-lms__grid[b-5m6gurn6nj] {
        grid-template-columns: minmax(0, 66.666667%) minmax(0, 33.333333%);
    }

    .lms-section--image-first .top-section-lms__grid[b-5m6gurn6nj] {
        grid-template-columns: minmax(0, 33.333333%) minmax(0, 66.666667%);
    }

    .three-cards-block .text[b-5m6gurn6nj] {
        font-size: 16px;
    }

    .three-cards-block__item[b-5m6gurn6nj] {
        flex-basis: 33.333333%;
    }

    .client-review__carousel[b-5m6gurn6nj] {
        width: min(100%, 820px);
    }

    .owl-carousel-client-reviews .item[b-5m6gurn6nj] {
        min-height: 480px;
    }
}

@media (max-width: 980px) {
    .box-info .desc[b-5m6gurn6nj],
    .user-main-name[b-5m6gurn6nj],
    .user-job[b-5m6gurn6nj] {
        font-size: 16px;
    }
}

@media (max-width: 860px) {
    .three-cards-block__item[b-5m6gurn6nj] {
        max-width: 240px;
    }
}

@media (max-width: 768px) {
    .client-review__heading > .desc[b-5m6gurn6nj] {
        font-size: 12px;
    }

    .box-info .desc[b-5m6gurn6nj],
    .user-main-name[b-5m6gurn6nj],
    .user-job[b-5m6gurn6nj] {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .lms-container[b-5m6gurn6nj] {
        width: min(90%, 100%);
    }

    .mb-104[b-5m6gurn6nj] {
        margin-bottom: 40px;
    }

    .section-title[b-5m6gurn6nj] {
        font-size: 20px;
        line-height: normal;
    }

    .top-section-lms__grid[b-5m6gurn6nj] {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .lms-section--image-first .top-section-lms__grid[b-5m6gurn6nj] {
        grid-template-columns: 1fr;
    }

    .lms-hero[b-5m6gurn6nj] {
        padding-top: 1.5rem;
    }

    .left-block[b-5m6gurn6nj] {
        width: 90%;
        margin-right: auto;
    }

    .text1[b-5m6gurn6nj] {
        line-height: normal;
    }

    .text2[b-5m6gurn6nj] {
        line-height: 1.7;
    }

    .lms-section--image-first .top-section-lms__copy-col[b-5m6gurn6nj],
    .lms-section--image-first .top-section-lms__image-col[b-5m6gurn6nj] {
        order: initial;
    }

    .three-cards-block-bg-grey[b-5m6gurn6nj] {
        height: auto;
        background-color: #f4f7fb;
        background-image: none;
        padding: 40px 0;
    }

    .three-cards-block__layout[b-5m6gurn6nj] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding: 0;
    }

    .three-cards-block__item[b-5m6gurn6nj] {
        flex-basis: auto;
        width: 80%;
        max-width: 80%;
        margin-bottom: 30px;
    }

    .join-us-inner-lms-landing[b-5m6gurn6nj] {
        padding-bottom: 1.5rem;
    }

    .client-review[b-5m6gurn6nj] {
        padding-top: 40px;
    }

    .client-review .title[b-5m6gurn6nj] {
        margin-bottom: 0;
        font-size: 18px;
    }

    .client-review__carousel[b-5m6gurn6nj] {
        margin-top: 2rem;
    }

    .owl-carousel-client-reviews[b-5m6gurn6nj] {
        min-height: 290px;
        padding: 30px 15px;
    }

    .owl-carousel-client-reviews .item[b-5m6gurn6nj] {
        min-height: 520px;
        padding: 0;
    }

    .owl-carousel-client-reviews .item.active .box[b-5m6gurn6nj] {
        min-height: 380px;
    }

    .owl-carousel-client-reviews .item .box[b-5m6gurn6nj] {
        padding: 0;
    }

    .client-review__row[b-5m6gurn6nj] {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 12px;
    }

    .q-mark[b-5m6gurn6nj] {
        width: 30px;
    }

    .box-info[b-5m6gurn6nj] {
        min-height: 380px;
        padding-right: 0;
    }

    .owl-dots[b-5m6gurn6nj] {
        right: 24px;
        bottom: 20px;
    }

    .owl-dot[b-5m6gurn6nj],
    .owl-dot span[b-5m6gurn6nj] {
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 576px) {
    .join-us-inner-lms-landing[b-5m6gurn6nj]  .lms-cta-button {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 410px) {
    .owl-carousel-client-reviews .item[b-5m6gurn6nj] {
        min-height: 600px;
    }
}

@media (max-width: 380px) {
    .owl-carousel-client-reviews .item[b-5m6gurn6nj] {
        min-height: 630px;
    }
}

@media (max-width: 360px) {
    .owl-carousel-client-reviews .item[b-5m6gurn6nj] {
        min-height: 650px;
    }
}

@media (max-width: 340px) {
    .owl-carousel-client-reviews .item[b-5m6gurn6nj] {
        min-height: 670px;
    }
}
/* /Components/Pages/LmsForRetail.razor.rz.scp.css */
.lms-for-retail-page[b-4p9ip9vlfk] {
    background: #ffffff;
    color: #000000;
}

.lms-main[b-4p9ip9vlfk] {
    overflow-x: hidden;
    background: #ffffff;
    color: #000000;
    font-family: "Roboto", "Segoe UI", Arial, sans-serif;
}

.lms-container[b-4p9ip9vlfk] {
    width: calc(90% - 24px);
    max-width: 1639px;
    margin: 0 auto;
}

.mb-4[b-4p9ip9vlfk] {
    margin-bottom: 1.5rem;
}

.mb-104[b-4p9ip9vlfk] {
    margin-bottom: 104px;
}

.pb-3[b-4p9ip9vlfk] {
    padding-bottom: 1rem;
}

.text-center[b-4p9ip9vlfk] {
    text-align: center;
}

.text-capitalize[b-4p9ip9vlfk] {
    text-transform: capitalize;
}

.section-title[b-4p9ip9vlfk] {
    padding-top: 20px;
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    color: #000000;
}

.top-section-lms[b-4p9ip9vlfk] {
    width: 100%;
    position: relative;
    margin-top: 0;
}

.lms-hero[b-4p9ip9vlfk] {
    margin-bottom: 146px;
}

.top-section-lms__grid[b-4p9ip9vlfk] {
    display: grid;
    grid-template-columns: minmax(0, 58.333333%) minmax(0, 41.666667%);
    align-items: center;
    margin: 0;
}

.top-section-lms__copy-col[b-4p9ip9vlfk] {
    box-sizing: border-box;
    padding-right: 12px;
    padding-left: 12px;
    min-width: 0;
}

.top-section-lms__image-col[b-4p9ip9vlfk] {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    padding-left: 12px;
    min-width: 0;
}

.top-section-lms__image-col img[b-4p9ip9vlfk] {
    width: 100%;
    height: auto;
}

.left-block[b-4p9ip9vlfk] {
    width: 89%;
    margin-top: 0;
    margin-left: auto;
}

.text1[b-4p9ip9vlfk] {
    margin-bottom: 24px;
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
}

.text2[b-4p9ip9vlfk] {
    max-width: 790px;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.48px;
}

.lms-inner-item .text1[b-4p9ip9vlfk] {
    text-transform: initial;
}

.lms-section--image-first .top-section-lms__copy-col[b-4p9ip9vlfk] {
    order: 2;
}

.lms-section--image-first .top-section-lms__grid[b-4p9ip9vlfk] {
    grid-template-columns: minmax(0, 41.666667%) minmax(0, 58.333333%);
}

.lms-section--image-first .top-section-lms__image-col[b-4p9ip9vlfk] {
    order: 1;
    justify-content: flex-start;
    padding-right: 12px;
    padding-left: 0;
}

.three-cards-block-bg-grey[b-4p9ip9vlfk] {
    display: flex;
    align-items: flex-end;
    height: 637px;
    margin-bottom: 150px;
    background-image: url("/images/services/lms/three-cards-block-bg-grey.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.three-cards-block[b-4p9ip9vlfk] {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.three-cards-block__layout[b-4p9ip9vlfk] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.three-cards-block__intro[b-4p9ip9vlfk] {
    flex: 0 0 100%;
    width: 100%;
}

.three-cards-block .text[b-4p9ip9vlfk] {
    max-width: 902px;
    margin: 0 auto 40px;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.three-cards-block__item[b-4p9ip9vlfk] {
    position: relative;
    flex: 0 0 25%;
    max-width: 318px;
    min-height: 400px;
    padding: 20px;
    border-radius: 24px 0;
    background-color: #ffffff;
    box-shadow: 0 3px 6px #0000001a;
}

.three-cards-block__item--offset[b-4p9ip9vlfk] {
    transform: translateY(45%);
}

.three-cards-block__item-icon[b-4p9ip9vlfk] {
    width: auto;
    height: auto;
    margin-bottom: 20px;
}

.three-cards-block__item h3[b-4p9ip9vlfk] {
    margin-bottom: 1rem;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}

.three-cards-block__item p[b-4p9ip9vlfk] {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
}

.arrow-up[b-4p9ip9vlfk] {
    position: absolute;
    top: 11%;
    right: -87%;
}

.arrow-down[b-4p9ip9vlfk] {
    position: absolute;
    right: -77%;
    bottom: 29%;
}

.join-us-inner-lms-landing[b-4p9ip9vlfk] {
    padding-bottom: 3rem;
}

.join-us-inner-lms-landing__content[b-4p9ip9vlfk] {
    margin: 0 auto;
    text-align: center;
}

.join-us-inner-lms-landing .section-title[b-4p9ip9vlfk] {
    margin-bottom: 24px;
}

.join-us-inner-lms-landing .text[b-4p9ip9vlfk] {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.join-us-inner-lms-landing[b-4p9ip9vlfk]  .lms-cta-button {
    min-width: 240px;
    width: 240px;
    max-width: 240px;
}

.client-review[b-4p9ip9vlfk] {
    margin-bottom: 17.3304628633vh;
    padding: 3rem 0;
}

.client-review__container[b-4p9ip9vlfk] {
    position: relative;
}

.client-review .title[b-4p9ip9vlfk] {
    margin-bottom: 48px;
    color: #000000;
    font: normal normal 600 36px "Roboto", "Segoe UI", Arial, sans-serif;
    letter-spacing: 0;
}

.client-review__heading > .desc[b-4p9ip9vlfk] {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
}

.client-review__carousel[b-4p9ip9vlfk] {
    position: relative;
    width: min(100%, 950px);
    margin: 3rem auto 0;
}

.owl-carousel-client-reviews[b-4p9ip9vlfk] {
    position: relative;
    box-sizing: border-box;
    border-radius: 60px 0;
    background-color: #f4f7fb;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.19), 0 3px 6px rgba(0, 0, 0, 0.17);
}

.owl-carousel-client-reviews[b-4p9ip9vlfk]::after {
    content: "";
    position: absolute;
    top: 99%;
    left: 6%;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    border-top: solid 50px #f4f7fb;
    border-right: solid 0 transparent;
    border-bottom: solid 0 transparent;
    border-left: solid 50px transparent;
    border-color: transparent transparent #f4f7fb #f4f7fb;
    transform: rotate(-45deg);
    transform-origin: 0 0;
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.11);
}

.owl-carousel-client-reviews .item[b-4p9ip9vlfk] {
    min-height: 480px;
    padding-top: 48px;
    padding-bottom: 40px;
}

.owl-carousel-client-reviews .item .box[b-4p9ip9vlfk] {
    padding: 0 38px;
}

.client-review__row[b-4p9ip9vlfk] {
    display: grid;
    grid-template-columns: 8.333333% minmax(0, 1fr);
    gap: 24px;
}

.q-mark[b-4p9ip9vlfk] {
    width: 36px;
    height: auto;
    margin-left: auto;
}

.box-info[b-4p9ip9vlfk] {
    position: relative;
    min-height: 392px;
    padding-right: 8%;
}

.client-review__logo-row[b-4p9ip9vlfk] {
    display: flex;
}

.box-info .client-review__logo[b-4p9ip9vlfk] {
    width: auto;
    min-height: 43px;
    margin-bottom: 24px;
}

.box-info .desc[b-4p9ip9vlfk] {
    margin-bottom: 48px;
    color: #000000;
    font-size: 20px;
    line-height: 1.45;
}

.fixed-bottom-bar[b-4p9ip9vlfk] {
    position: absolute;
    bottom: 0;
    left: 0;
}

.user-main-name[b-4p9ip9vlfk] {
    margin-bottom: 4px;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
}

.user-job[b-4p9ip9vlfk] {
    margin-bottom: 0;
    color: #000000;
    font-size: 20px;
}

.owl-dots[b-4p9ip9vlfk] {
    position: absolute;
    right: 7%;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.owl-dot[b-4p9ip9vlfk] {
    width: 13px;
    height: 13px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-color: rgba(138, 208, 35, 0.37);
    cursor: pointer;
}

.owl-dot span[b-4p9ip9vlfk] {
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: rgba(138, 208, 35, 0.37);
}

.owl-dot.active[b-4p9ip9vlfk],
.owl-dot.active span[b-4p9ip9vlfk] {
    background-color: #8ad023;
}

.owl-dot:focus-visible[b-4p9ip9vlfk] {
    outline: 2px solid #6fb10c;
    outline-offset: 3px;
}

@media (min-width: 1200px) {
    .client-review__carousel[b-4p9ip9vlfk] {
        width: 83.333333%;
        max-width: none;
    }

    .join-us-inner-lms-landing__content[b-4p9ip9vlfk] {
        width: 83.333333%;
        max-width: none;
    }
}

@media (min-width: 1400px) {
    .join-us-inner-lms-landing__content[b-4p9ip9vlfk] {
        width: 66.666667%;
    }
}

@media (max-width: 1919px) {
    .left-block[b-4p9ip9vlfk] {
        width: 92%;
    }
}

@media (max-width: 1760px) {
    .arrow-up[b-4p9ip9vlfk] {
        right: -78%;
        width: 210px;
    }

    .arrow-down[b-4p9ip9vlfk] {
        right: -72%;
        width: 210px;
    }
}

@media (max-width: 1680px) {
    .arrow-up[b-4p9ip9vlfk] {
        right: -68%;
        width: 190px;
    }

    .arrow-down[b-4p9ip9vlfk] {
        right: -64%;
        width: 190px;
    }
}

@media (max-width: 1600px) {
    .text1[b-4p9ip9vlfk] {
        font-size: 20px;
    }

    .text2[b-4p9ip9vlfk] {
        font-size: 18px;
    }

    .arrow-up[b-4p9ip9vlfk] {
        right: -57%;
        width: 170px;
    }

    .arrow-down[b-4p9ip9vlfk] {
        right: -57%;
        width: 170px;
    }
}

@media (max-width: 1500px) {
    .three-cards-block__item[b-4p9ip9vlfk] {
        max-width: 270px;
    }

    .arrow-up[b-4p9ip9vlfk],
    .arrow-down[b-4p9ip9vlfk] {
        right: -66%;
        width: 170px;
    }
}

@media (max-width: 1400px) {
    .three-cards-block .text[b-4p9ip9vlfk] {
        font-size: 18px;
    }

    .three-cards-block__item[b-4p9ip9vlfk] {
        min-height: 357px;
    }

    .arrow-up[b-4p9ip9vlfk],
    .arrow-down[b-4p9ip9vlfk] {
        right: -62%;
        width: 160px;
    }

    .three-cards-block__item-icon[b-4p9ip9vlfk] {
        max-width: 50px;
        max-height: 50px;
    }

    .three-cards-block__item h3[b-4p9ip9vlfk] {
        font-size: 18px;
    }

    .three-cards-block__item p[b-4p9ip9vlfk] {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .section-title[b-4p9ip9vlfk] {
        font-size: 28px;
    }

    .mb-104[b-4p9ip9vlfk] {
        margin-bottom: 50px;
    }

    .lms-hero[b-4p9ip9vlfk] {
        margin-bottom: 107px;
    }

    .text1[b-4p9ip9vlfk] {
        margin-bottom: 18px;
        font-size: 18px;
    }

    .text2[b-4p9ip9vlfk] {
        font-size: 16px;
    }

    .three-cards-block__layout[b-4p9ip9vlfk] {
        justify-content: space-around;
    }

    .three-cards-block__item--offset[b-4p9ip9vlfk] {
        transform: none;
    }

    .arrow-up[b-4p9ip9vlfk],
    .arrow-down[b-4p9ip9vlfk] {
        display: none;
    }

    .owl-carousel-client-reviews .item[b-4p9ip9vlfk] {
        min-height: 520px;
    }
}

@media (max-width: 991px) {
    .top-section-lms__grid[b-4p9ip9vlfk] {
        grid-template-columns: minmax(0, 66.666667%) minmax(0, 33.333333%);
    }

    .lms-section--image-first .top-section-lms__grid[b-4p9ip9vlfk] {
        grid-template-columns: minmax(0, 33.333333%) minmax(0, 66.666667%);
    }

    .three-cards-block .text[b-4p9ip9vlfk] {
        font-size: 16px;
    }

    .three-cards-block__item[b-4p9ip9vlfk] {
        flex-basis: 33.333333%;
    }

    .client-review__carousel[b-4p9ip9vlfk] {
        width: min(100%, 820px);
    }

    .owl-carousel-client-reviews .item[b-4p9ip9vlfk] {
        min-height: 480px;
    }
}

@media (max-width: 980px) {
    .box-info .desc[b-4p9ip9vlfk],
    .user-main-name[b-4p9ip9vlfk],
    .user-job[b-4p9ip9vlfk] {
        font-size: 16px;
    }
}

@media (max-width: 860px) {
    .three-cards-block__item[b-4p9ip9vlfk] {
        max-width: 240px;
    }
}

@media (max-width: 768px) {
    .client-review__heading > .desc[b-4p9ip9vlfk] {
        font-size: 12px;
    }

    .box-info .desc[b-4p9ip9vlfk],
    .user-main-name[b-4p9ip9vlfk],
    .user-job[b-4p9ip9vlfk] {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .lms-container[b-4p9ip9vlfk] {
        width: calc(90% - 24px);
    }

    .mb-104[b-4p9ip9vlfk] {
        margin-bottom: 40px;
    }

    .lms-hero[b-4p9ip9vlfk] {
        margin-bottom: 140px;
    }

    .section-title[b-4p9ip9vlfk] {
        font-size: 20px;
        line-height: normal;
    }

    .top-section-lms__grid[b-4p9ip9vlfk] {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .lms-section--image-first .top-section-lms__grid[b-4p9ip9vlfk] {
        grid-template-columns: 1fr;
    }

    .lms-hero[b-4p9ip9vlfk] {
        padding-top: 1.5rem;
    }

    .left-block[b-4p9ip9vlfk] {
        width: 90%;
        margin-right: auto;
    }

    .text1[b-4p9ip9vlfk] {
        line-height: normal;
    }

    .text2[b-4p9ip9vlfk] {
        line-height: 40px;
    }

    .lms-section--image-first .top-section-lms__copy-col[b-4p9ip9vlfk],
    .lms-section--image-first .top-section-lms__image-col[b-4p9ip9vlfk] {
        order: initial;
    }

    .three-cards-block-bg-grey[b-4p9ip9vlfk] {
        height: auto;
        background-color: #f4f7fb;
        background-image: none;
        padding: 0;
    }

    .three-cards-block__layout[b-4p9ip9vlfk] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding: 0;
    }

    .three-cards-block__item[b-4p9ip9vlfk] {
        flex-basis: auto;
        width: 80%;
        max-width: 80%;
        min-height: 340px;
        margin-bottom: 30px;
    }

    .join-us-inner-lms-landing[b-4p9ip9vlfk] {
        padding-bottom: 1.5rem;
    }

    .client-review[b-4p9ip9vlfk] {
        padding-top: 40px;
    }

    .client-review .title[b-4p9ip9vlfk] {
        margin-bottom: 0;
        font-size: 18px;
    }

    .client-review__carousel[b-4p9ip9vlfk] {
        margin-top: 2rem;
    }

    .owl-carousel-client-reviews[b-4p9ip9vlfk] {
        min-height: 290px;
        padding: 30px 15px;
    }

    .owl-carousel-client-reviews .item[b-4p9ip9vlfk] {
        min-height: 520px;
        padding: 0;
    }

    .owl-carousel-client-reviews .item.active .box[b-4p9ip9vlfk] {
        min-height: 380px;
    }

    .owl-carousel-client-reviews .item .box[b-4p9ip9vlfk] {
        padding: 0;
    }

    .client-review__row[b-4p9ip9vlfk] {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 12px;
    }

    .q-mark[b-4p9ip9vlfk] {
        width: 30px;
    }

    .box-info[b-4p9ip9vlfk] {
        min-height: 380px;
        padding-right: 0;
    }

    .owl-dots[b-4p9ip9vlfk] {
        right: 24px;
        bottom: 20px;
    }

    .owl-dot[b-4p9ip9vlfk],
    .owl-dot span[b-4p9ip9vlfk] {
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 576px) {
    .join-us-inner-lms-landing[b-4p9ip9vlfk]  .lms-cta-button {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 410px) {
    .owl-carousel-client-reviews .item[b-4p9ip9vlfk] {
        min-height: 600px;
    }
}

@media (max-width: 380px) {
    .owl-carousel-client-reviews .item[b-4p9ip9vlfk] {
        min-height: 630px;
    }
}

@media (max-width: 360px) {
    .owl-carousel-client-reviews .item[b-4p9ip9vlfk] {
        min-height: 650px;
    }
}

@media (max-width: 340px) {
    .owl-carousel-client-reviews .item[b-4p9ip9vlfk] {
        min-height: 670px;
    }
}
/* /Components/Pages/ManagementTools.razor.rz.scp.css */
.management-tools-page[b-xlrvbcs3gv] {
    overflow-x: hidden;
    background: #ffffff;
    color: #000000;
    font-family: Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.management-tools-main[b-xlrvbcs3gv] {
    display: block;
    overflow-x: hidden;
}

[b-xlrvbcs3gv] .container {
    width: min(90%, 1639px);
    margin: 0 auto;
}

.header[b-xlrvbcs3gv] {
    margin-top: 112px;
}

.header .container[b-xlrvbcs3gv] {
    padding-top: 9.907120743034056vh;
}

#myTab[b-xlrvbcs3gv] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

#myTab .nav-item[b-xlrvbcs3gv] {
    list-style: none;
}

#myTab .nav-link[b-xlrvbcs3gv] {
    font: normal normal 400 16px Roboto;
    letter-spacing: 0.16px;
    text-transform: capitalize;
    opacity: 1;
    color: rgba(33, 33, 33, 0.54);
    cursor: pointer;
    padding: 8px 30px;
}

#myTab .nav-link.active[b-xlrvbcs3gv],
#myTab .nav-link:hover[b-xlrvbcs3gv] {
    font: normal normal 500 16px Roboto;
    color: #8ad022 !important;
}

.feature-more-text[b-xlrvbcs3gv] {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
    transition:
        max-height 0.85s ease,
        opacity 0.5s ease,
        margin-top 0.5s ease;
}

.feature-more-text.expanded[b-xlrvbcs3gv] {
    max-height: 900px;
    opacity: 1;
    margin-top: 12px;
}

.content-part[b-xlrvbcs3gv] {
    padding-top: 4.3343653250774vh;
}

.content-part .feature-tab-header[b-xlrvbcs3gv] {
    letter-spacing: 0.36px;
    color: #000000;
    opacity: 1;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 12px;
}

@media (max-width: 768px) {
    .content-part .feature-tab-header[b-xlrvbcs3gv] {
        width: 65%;
    }
}

.content-part .feature-tab-header h1[b-xlrvbcs3gv] {
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 300;
}

@media (max-width: 768px) {
    .content-part .feature-tab-header h1[b-xlrvbcs3gv] {
        font-size: 16px;
        line-height: 28px;
    }
}

.content-part .container .feature[b-xlrvbcs3gv] {
    padding-bottom: 9vh;
}

main[b-xlrvbcs3gv] {
    overflow-x: hidden;
}

#myTab .feature-nav-link[b-xlrvbcs3gv] {
    background: transparent;
    border: 0;
    color: #707070;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
}

#myTab .feature-nav-link:hover[b-xlrvbcs3gv],
#myTab .feature-nav-link:focus[b-xlrvbcs3gv] {
    color: #5fcf00;
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
}

#myTab .feature-nav-link.active[b-xlrvbcs3gv] {
    color: #5fcf00;
    background: transparent;
    border: 0;
    font-weight: 500;
}

#myTab .nav-item[b-xlrvbcs3gv] {
    border: 0;
}
/* /Components/Pages/ManufacturingTraining.razor.rz.scp.css */
.manufacturing-training-page[b-6kzdqzsf7n] {
    overflow-x: hidden;
    background: #ffffff;
    color: #000000;
    font-family: Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.manufacturing-main[b-6kzdqzsf7n] {
    display: block;
    overflow-x: hidden;
}

.manufacturing-shell[b-6kzdqzsf7n] {
    width: min(calc(100% - 3rem), 1280px);
    margin: 0 auto;
}

.mb-2[b-6kzdqzsf7n] {
    margin-bottom: 0.5rem;
}

.mb-3[b-6kzdqzsf7n] {
    margin-bottom: 1rem;
}

.mb-4[b-6kzdqzsf7n] {
    margin-bottom: 1.5rem;
}

.mb-5[b-6kzdqzsf7n] {
    margin-bottom: 3rem;
}

.mb-104[b-6kzdqzsf7n] {
    margin-bottom: 104px;
}

.mb-30-tablet[b-6kzdqzsf7n] {
    margin-bottom: 30px;
}

.mb-30-mobile[b-6kzdqzsf7n] {
    margin-bottom: 0;
}

.text-center[b-6kzdqzsf7n] {
    text-align: center;
}

.fw-normal[b-6kzdqzsf7n] {
    font-weight: 400;
}

.fs-20[b-6kzdqzsf7n] {
    font-size: 20px;
}

.text-decoration-underline[b-6kzdqzsf7n] {
    text-decoration: underline;
}

.list-unstyled[b-6kzdqzsf7n] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.block--relative[b-6kzdqzsf7n] {
    position: relative;
}

.page-title[b-6kzdqzsf7n] {
    max-width: 470px;
    width: 100%;
    font-size: 36px;
    line-height: 54px;
    font-weight: 500;
    letter-spacing: 2.02px;
}

.section-title[b-6kzdqzsf7n] {
    font-size: 36px;
    line-height: 48px;
    font-weight: 300;
}

.text[b-6kzdqzsf7n] {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.48px;
}

.subtitle[b-6kzdqzsf7n] {
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0.48px;
}

.bg-grey[b-6kzdqzsf7n] {
    background: #f4f7fb;
}

.manufacturing-intro[b-6kzdqzsf7n] {
    position: relative;
}

.manufacturing-intro__grid[b-6kzdqzsf7n],
.individual-training__grid[b-6kzdqzsf7n] {
    display: grid;
    gap: 3rem;
    align-items: center;
}

.manufacturing-intro__grid[b-6kzdqzsf7n] {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: baseline;
}

.manufacturing-intro__image[b-6kzdqzsf7n] {
    display: flex;
    justify-content: center;
}

.manufacturing-intro__image img[b-6kzdqzsf7n],
.individual-training__image[b-6kzdqzsf7n] {
    width: 100%;
    height: auto;
    display: block;
}

.manufacturing-intro__text[b-6kzdqzsf7n] {
    width: 100%;
    max-width: 760px;
    justify-self: end;
}

.individual-training[b-6kzdqzsf7n] {
    margin-bottom: 72px;
}

.individual-training__shell[b-6kzdqzsf7n] {
    padding-bottom: 72px;
}

.individual-training__grid[b-6kzdqzsf7n] {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.individual-training .info-block[b-6kzdqzsf7n] {
    max-width: 582px;
}

.info-block[b-6kzdqzsf7n] {
    width: 100%;
}

.info-block .title[b-6kzdqzsf7n] {
    margin-bottom: 1rem;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}

.info-block .text[b-6kzdqzsf7n] {
    letter-spacing: 0.48px;
}

.blue-link[b-6kzdqzsf7n] {
    color: #1d5cd5;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    transition: color 180ms ease;
}

.blue-link:hover[b-6kzdqzsf7n],
.blue-link:focus-visible[b-6kzdqzsf7n] {
    color: #133256;
    outline: none;
}

.individual-training__image-wrap[b-6kzdqzsf7n] {
    position: relative;
}

.complete-plan[b-6kzdqzsf7n] {
    padding: 48px 0;
}

.complete-plan .title[b-6kzdqzsf7n] {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}

.complete-plan ul[b-6kzdqzsf7n] {
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
}

.complete-plan li[b-6kzdqzsf7n] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.complete-plan li img[b-6kzdqzsf7n] {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    margin-top: 2px;
    margin-right: 0.5rem;
}

.complete-plan li p[b-6kzdqzsf7n] {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.48px;
}

.learn-more-section[b-6kzdqzsf7n] {
    width: 50%;
    margin: 0 0 104px;
    padding: 40px 0;
}

.learn-more-section__shell[b-6kzdqzsf7n] {
    display: flex;
    justify-content: flex-start;
}

.learn-more-section .block[b-6kzdqzsf7n] {
    width: 100%;
    max-width: 760px;
    margin: 0;
    padding-left: 24px;
    background: transparent;
    box-shadow: none;
}

.learn-more-section p[b-6kzdqzsf7n] {
    margin-bottom: 1rem;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0.26px;
}

.learn-more-link[b-6kzdqzsf7n] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.learn-more-link span[b-6kzdqzsf7n] {
    color: #8ad023;
    transition: color 180ms ease;
}

.learn-more-link:hover span[b-6kzdqzsf7n],
.learn-more-link:focus-visible span[b-6kzdqzsf7n] {
    color: #6fb10c;
}

.learn-more-link img[b-6kzdqzsf7n] {
    width: 20px;
    height: 20px;
}

.circle-blue[b-6kzdqzsf7n] {
    position: absolute;
    z-index: 0;
    background-image: url("/images/services/LMS/circle.png");
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}

.manufacturing-circle-1[b-6kzdqzsf7n] {
    right: 0;
    bottom: -125px;
    width: 158px;
    height: 261px;
}

.manufacturing-circle-2[b-6kzdqzsf7n] {
    left: -56px;
    bottom: -54px;
    z-index: -2;
    width: 160px;
    height: 160px;
}

.manufacturing-circle-3[b-6kzdqzsf7n] {
    left: -86px;
    bottom: -73px;
    width: 160px;
    height: 160px;
}

.manufacturing-circle-4[b-6kzdqzsf7n] {
    right: 102px;
    bottom: -105px;
    width: 258px;
    height: 137px;
}

@media (max-width: 1600px) {
    .page-title[b-6kzdqzsf7n],
    .section-title[b-6kzdqzsf7n] {
        font-size: 28px;
        line-height: unset;
    }

    .text[b-6kzdqzsf7n] {
        font-size: 18px;
        line-height: 32px;
    }

    .subtitle[b-6kzdqzsf7n] {
        font-size: 16px;
        line-height: 40px;
    }

    .learn-more-section .block[b-6kzdqzsf7n] {
        padding-left: 40px;
    }

    .complete-plan li p[b-6kzdqzsf7n] {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 1200px) {
    .mb-104[b-6kzdqzsf7n] {
        margin-bottom: 50px;
    }

    .text[b-6kzdqzsf7n] {
        font-size: 16px;
        line-height: 24px;
    }

    .manufacturing-circle-3[b-6kzdqzsf7n] {
        width: 100px;
        height: 100px;
        left: -54px;
        bottom: -39px;
    }

    .manufacturing-circle-4[b-6kzdqzsf7n] {
        display: none;
    }
}

@media (max-width: 992px) {
    .page-title[b-6kzdqzsf7n],
    .section-title[b-6kzdqzsf7n] {
        font-size: 24px;
    }

    .manufacturing-intro__grid[b-6kzdqzsf7n],
    .individual-training__grid[b-6kzdqzsf7n] {
        gap: 2rem;
    }

    .info-block .title[b-6kzdqzsf7n] {
        font-size: 18px;
        line-height: 36px;
    }

    .blue-link[b-6kzdqzsf7n] {
        font-size: 14px;
        line-height: 30px;
    }

    .complete-plan .title[b-6kzdqzsf7n] {
        font-size: 18px;
    }

    .complete-plan li[b-6kzdqzsf7n] {
        align-items: self-start;
    }

    .learn-more-section .block[b-6kzdqzsf7n] {
        padding-left: 30px;
    }

    .learn-more-section[b-6kzdqzsf7n] {
        width: 60%;
    }

    .learn-more-section p[b-6kzdqzsf7n] {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 768px) {
    .mb-104[b-6kzdqzsf7n] {
        margin-bottom: 40px;
    }

    .text[b-6kzdqzsf7n] {
        font-size: 14px;
        line-height: 20px;
    }

    .subtitle[b-6kzdqzsf7n] {
        font-size: 14px;
        line-height: 20px;
    }

    .page-title[b-6kzdqzsf7n],
    .section-title[b-6kzdqzsf7n] {
        font-size: 18px;
    }

    .manufacturing-intro__grid[b-6kzdqzsf7n],
    .individual-training__grid[b-6kzdqzsf7n] {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.5rem;
    }

    .manufacturing-intro__text[b-6kzdqzsf7n],
    .individual-training .info-block[b-6kzdqzsf7n] {
        max-width: none;
        justify-self: stretch;
    }

    .individual-training__shell[b-6kzdqzsf7n] {
        padding-bottom: 40px;
    }

    .complete-plan[b-6kzdqzsf7n] {
        padding: 40px 0;
    }

    .complete-plan .title[b-6kzdqzsf7n] {
        font-size: 16px;
    }

    .complete-plan li img[b-6kzdqzsf7n] {
        width: 18px;
        height: 18px;
    }

    .learn-more-section[b-6kzdqzsf7n] {
        width: 100%;
    }

    .learn-more-section .block[b-6kzdqzsf7n] {
        padding-left: 0;
    }

    .learn-more-section p[b-6kzdqzsf7n] {
        font-size: 14px;
        line-height: 20px;
    }

    .manufacturing-circle-1[b-6kzdqzsf7n] {
        display: none;
    }

    .manufacturing-circle-2[b-6kzdqzsf7n] {
        width: 100px;
        height: 100px;
        left: -34px;
        bottom: -37px;
    }

    .manufacturing-circle-3[b-6kzdqzsf7n] {
        width: 100px;
        height: 100px;
        left: -54px;
        bottom: -39px;
    }
}

@media (max-width: 576px) {
    .mb-30-mobile[b-6kzdqzsf7n] {
        margin-bottom: 30px;
    }

    .manufacturing-circle-2[b-6kzdqzsf7n] {
        width: 140px;
        height: 140px;
        left: -80px;
        bottom: -183px;
    }

    .manufacturing-circle-3[b-6kzdqzsf7n] {
        width: 132px;
        height: 111px;
        left: -48px;
        bottom: -106px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .blue-link[b-6kzdqzsf7n],
    .blue-link:hover[b-6kzdqzsf7n],
    .learn-more-link span[b-6kzdqzsf7n],
    .learn-more-link:hover span[b-6kzdqzsf7n] {
        transition: none;
    }
}
/* /Components/Pages/OilAndGasComplianceTraining.razor.rz.scp.css */
.oilgas-training-page[b-h924suw6ut] {
    overflow-x: hidden;
    background: #ffffff;
    color: #000000;
    font-family: Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.oilgas-main[b-h924suw6ut] {
    display: block;
    overflow-x: hidden;
}

.oilgas-shell[b-h924suw6ut] {
    width: min(calc(100% - 10rem), 1206px);
    margin: 0 auto;
}

.mb-3[b-h924suw6ut] {
    margin-bottom: 1rem;
}

.mb-4[b-h924suw6ut] {
    margin-bottom: 1.5rem;
}

.mb-5[b-h924suw6ut] {
    margin-bottom: 3rem;
}

.mb-104[b-h924suw6ut] {
    margin-bottom: 104px;
}

.mb-30-tablet[b-h924suw6ut] {
    margin-bottom: 30px;
}

.mb-30-mobile[b-h924suw6ut] {
    margin-bottom: 0;
}

.text-center[b-h924suw6ut] {
    text-align: center;
}

.fw-normal[b-h924suw6ut] {
    font-weight: 400;
}

.fs-20[b-h924suw6ut] {
    font-size: 20px;
}

.list-unstyled[b-h924suw6ut] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.block--relative[b-h924suw6ut] {
    position: relative;
}

.page-title[b-h924suw6ut] {
    max-width: 470px;
    width: 100%;
    font-size: 36px;
    line-height: 54px;
    font-weight: 500;
    letter-spacing: 2.02px;
}

.section-title[b-h924suw6ut] {
    font-size: 36px;
    line-height: 48px;
    font-weight: 300;
}

.text[b-h924suw6ut] {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.48px;
}

.bg-grey[b-h924suw6ut] {
    background: #f4f7fb;
}

.animated-block[b-h924suw6ut] {
    overflow-x: hidden;
}

.oilgas-intro__grid[b-h924suw6ut] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.5rem;
    align-items: center;
}

.oilgas-intro__image[b-h924suw6ut] {
    display: flex;
    justify-content: center;
}

.oilgas-intro__image img[b-h924suw6ut] {
    display: block;
    width: 100%;
    height: auto;
}

.info-block[b-h924suw6ut] {
    width: 100%;
}

.oilgas-intro__text[b-h924suw6ut] {
    max-width: 771px;
}

.oilgas-subtitle[b-h924suw6ut] {
    margin-bottom: 1rem;
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
}

.oilgas-animation-block[b-h924suw6ut] {
    position: relative;
    height: 300px;
    margin-top: 260px;
    margin-bottom: 260px;
    background: #f4f7fb;
}

.oilgas-animation-block__shell[b-h924suw6ut] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}

.oilgas-animation-block .text-block[b-h924suw6ut] {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 431px;
    align-self: start;
    padding-top: 40px;
}

.oilgas-animation-block .text-block li[b-h924suw6ut] {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.oilgas-animation-block .text-block svg[b-h924suw6ut] {
    flex: 0 0 auto;
    margin-right: 14px;
}

.oilgas-animation-block .text-block span[b-h924suw6ut] {
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
}

.oilgas-animation-block .text-block span[b-h924suw6ut]::after {
    display: block;
    width: 0;
    height: 2px;
    background: #8c9096;
    content: "";
    transition: width 0.9s;
}

.oilgas-animation-block .text-block li:hover[b-h924suw6ut] {
    cursor: pointer;
}

.oilgas-animation-block .text-block li:hover span[b-h924suw6ut]::after {
    width: 100%;
}

.oilgas-animation-block .text-block li:hover .inner-dot[b-h924suw6ut] {
    opacity: 1;
}

.right-block[b-h924suw6ut] {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 600px;
    margin-left: 120px;
}

.text-icon[b-h924suw6ut] {
    position: absolute;
    z-index: 9;
    display: flex;
    width: 90px;
    height: 90px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow:
        inset 0 0 3px rgba(0, 0, 0, 0.07),
        0 3px 4px rgba(0, 0, 0, 0.07);
}

.static-icon[b-h924suw6ut] {
    width: 58%;
    height: 58%;
    fill: none;
    stroke: #00386b;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 4;
}

.text-icon.icon1[b-h924suw6ut] {
    top: -23%;
    left: 13%;
}

.text-icon.icon1 .static-icon[b-h924suw6ut] {
    stroke: #31a0d4;
}

.text-icon.icon2[b-h924suw6ut] {
    top: -4%;
    right: 34%;
}

.text-icon.icon3[b-h924suw6ut] {
    bottom: 46%;
    left: 12%;
}

.text-icon.icon4[b-h924suw6ut] {
    right: 6%;
    bottom: 34%;
}

.orbit-dot[b-h924suw6ut] {
    position: absolute;
    z-index: 8;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, #6fb10c 0 4px, transparent 4px),
        rgba(111, 177, 12, 0.197);
}

.orbit-dot.icon1[b-h924suw6ut] {
    top: -135px;
    right: 68%;
}

.orbit-dot.icon2[b-h924suw6ut] {
    top: 2px;
    right: 51%;
}

.orbit-dot.icon3[b-h924suw6ut] {
    bottom: 44%;
    left: 153px;
}

.orbit-dot.icon4[b-h924suw6ut] {
    right: 20%;
    bottom: 195px;
}

.big-circle[b-h924suw6ut] {
    position: absolute;
    top: -25%;
    display: flex;
    width: 100%;
    max-width: 600px;
    height: 600px;
    align-items: center;
    justify-content: center;
    border: 1px solid #6fb10c;
    border-radius: 50%;
}

.medium-circle[b-h924suw6ut] {
    display: flex;
    width: 100%;
    max-width: 450px;
    height: 450px;
    align-items: center;
    justify-content: center;
    border: 2px dashed #6fb10c;
    border-radius: 50%;
    opacity: 0.65;
}

.small-circle[b-h924suw6ut] {
    width: 100%;
    max-width: 280px;
    height: 280px;
    border: 1px solid #6fb10c;
    border-radius: 50%;
}

.circle-blue[b-h924suw6ut] {
    position: absolute;
    z-index: 0;
    background-image: url("/images/services/LMS/circle.png");
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}

.oilgas-circle-1[b-h924suw6ut] {
    bottom: -73px;
    left: -86px;
    width: 160px;
    height: 160px;
}

.oilgas-circle-2[b-h924suw6ut] {
    right: 102px;
    bottom: -105px;
    width: 258px;
    height: 137px;
}

@media (max-width: 1600px) {
    .page-title[b-h924suw6ut],
    .section-title[b-h924suw6ut] {
        font-size: 28px;
        line-height: unset;
    }

    .text[b-h924suw6ut] {
        font-size: 18px;
        line-height: 32px;
    }

    .oilgas-subtitle[b-h924suw6ut] {
        font-size: 18px;
        line-height: 26px;
    }

    .oilgas-animation-block .text-block[b-h924suw6ut] {
        padding-top: 60px;
    }

    .right-block[b-h924suw6ut] {
        margin-left: 50px;
    }
}

@media (max-width: 1500px) {
    .right-block[b-h924suw6ut] {
        margin-left: 0;
    }
}

@media (max-width: 1400px) {
    .oilgas-animation-block[b-h924suw6ut] {
        margin-bottom: 200px;
    }

    .right-block[b-h924suw6ut],
    .big-circle[b-h924suw6ut] {
        max-width: 530px;
        height: 530px;
    }

    .big-circle[b-h924suw6ut] {
        top: -22%;
    }

    .medium-circle[b-h924suw6ut] {
        max-width: 400px;
        height: 400px;
    }

    .small-circle[b-h924suw6ut] {
        max-width: 250px;
        height: 250px;
    }

    .text-icon[b-h924suw6ut] {
        width: 70px;
        height: 70px;
    }

    .text-icon.icon1[b-h924suw6ut] {
        top: -19%;
    }

    .text-icon.icon2[b-h924suw6ut] {
        top: 0;
    }

    .text-icon.icon3[b-h924suw6ut] {
        bottom: 47%;
    }

    .text-icon.icon4[b-h924suw6ut] {
        right: 5%;
    }

    .orbit-dot.icon1[b-h924suw6ut] {
        top: -100px;
        right: 70%;
    }

    .orbit-dot.icon2[b-h924suw6ut] {
        top: 15px;
        right: 49%;
    }

    .orbit-dot.icon3[b-h924suw6ut] {
        bottom: 43%;
        left: 120px;
    }

    .orbit-dot.icon4[b-h924suw6ut] {
        right: 17%;
        bottom: 166px;
    }
}

@media (max-width: 1200px) {
    .mb-104[b-h924suw6ut] {
        margin-bottom: 50px;
    }

    .text[b-h924suw6ut] {
        font-size: 16px;
        line-height: 24px;
    }

    .oilgas-subtitle[b-h924suw6ut] {
        font-size: 16px;
        line-height: 26px;
    }

    .oilgas-animation-block[b-h924suw6ut] {
        height: 250px;
        margin-top: 200px;
        margin-bottom: 150px;
    }

    .oilgas-animation-block .text-block[b-h924suw6ut] {
        padding-top: 40px;
    }

    .right-block[b-h924suw6ut],
    .big-circle[b-h924suw6ut] {
        max-width: 470px;
        height: 470px;
    }

    .medium-circle[b-h924suw6ut] {
        max-width: 350px;
        height: 350px;
    }

    .small-circle[b-h924suw6ut] {
        max-width: 220px;
        height: 220px;
    }

    .text-icon.icon1[b-h924suw6ut] {
        top: -22%;
    }

    .text-icon.icon2[b-h924suw6ut] {
        top: 2%;
    }

    .text-icon.icon3[b-h924suw6ut] {
        bottom: 53%;
    }

    .text-icon.icon4[b-h924suw6ut] {
        right: 16%;
        bottom: 41%;
    }

    .orbit-dot.icon1[b-h924suw6ut] {
        top: -111px;
        right: 69%;
    }

    .orbit-dot.icon2[b-h924suw6ut] {
        top: 4px;
        right: 47%;
    }

    .orbit-dot.icon3[b-h924suw6ut] {
        bottom: 50%;
        left: 122px;
    }

    .orbit-dot.icon4[b-h924suw6ut] {
        right: 30%;
        bottom: 211px;
    }

    .oilgas-circle-1[b-h924suw6ut] {
        bottom: -39px;
        left: -54px;
        width: 100px;
        height: 100px;
    }

    .oilgas-circle-2[b-h924suw6ut] {
        display: none;
    }
}

@media (max-width: 992px) {
    .oilgas-shell[b-h924suw6ut] {
        width: min(calc(100% - 6.5rem), 720px);
    }

    .page-title[b-h924suw6ut],
    .section-title[b-h924suw6ut] {
        font-size: 24px;
    }

    .oilgas-intro__grid[b-h924suw6ut] {
        gap: 2rem;
    }

    .oilgas-animation-block[b-h924suw6ut] {
        height: 200px;
        margin-top: 125px;
        margin-bottom: 130px;
    }

    .oilgas-animation-block__shell[b-h924suw6ut] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .oilgas-animation-block .text-block[b-h924suw6ut] {
        padding-top: 30px;
    }

    .oilgas-animation-block .text-block span[b-h924suw6ut] {
        font-size: 18px;
        line-height: 20px;
    }

    .right-block[b-h924suw6ut],
    .big-circle[b-h924suw6ut] {
        max-width: 330px;
        height: 330px;
    }

    .big-circle[b-h924suw6ut] {
        top: -12%;
    }

    .medium-circle[b-h924suw6ut] {
        max-width: 260px;
        height: 260px;
    }

    .small-circle[b-h924suw6ut] {
        max-width: 180px;
        height: 180px;
    }

    .text-icon[b-h924suw6ut] {
        width: 55px;
        height: 55px;
    }

    .text-icon.icon1[b-h924suw6ut] {
        top: -13%;
    }

    .text-icon.icon2[b-h924suw6ut] {
        top: 4%;
    }

    .text-icon.icon3[b-h924suw6ut] {
        bottom: 30%;
    }

    .text-icon.icon4[b-h924suw6ut] {
        bottom: 12%;
    }

    .orbit-dot.icon1[b-h924suw6ut] {
        top: -40px;
        right: 63%;
    }

    .orbit-dot.icon2[b-h924suw6ut] {
        top: 28px;
        right: 53%;
    }

    .orbit-dot.icon3[b-h924suw6ut] {
        bottom: 26%;
        left: 88px;
    }

    .orbit-dot.icon4[b-h924suw6ut] {
        right: 33%;
        bottom: 37px;
    }
}

@media (max-width: 768px) {
    .oilgas-shell[b-h924suw6ut] {
        width: calc(100% - 4rem);
    }

    .mb-104[b-h924suw6ut] {
        margin-bottom: 40px;
    }

    .text[b-h924suw6ut] {
        font-size: 14px;
        line-height: 20px;
    }

    .page-title[b-h924suw6ut],
    .section-title[b-h924suw6ut] {
        font-size: 18px;
    }

    .oilgas-intro__grid[b-h924suw6ut] {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.5rem;
    }

    .oilgas-animation-block .text-block span[b-h924suw6ut] {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 576px) {
    .mb-30-mobile[b-h924suw6ut] {
        margin-bottom: 30px;
    }

    .oilgas-animation-block[b-h924suw6ut] {
        height: 160px;
        margin-top: 40px;
        margin-bottom: 380px;
    }

    .oilgas-animation-block__shell[b-h924suw6ut] {
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
    }

    .oilgas-animation-block .text-block li[b-h924suw6ut] {
        margin-bottom: 10px;
    }

    .oilgas-animation-block .text-block svg[b-h924suw6ut] {
        width: 12px;
        margin-right: 8px;
    }

    .right-block[b-h924suw6ut] {
        max-width: 300px;
        height: 300px;
        margin: 0 auto;
    }

    .big-circle[b-h924suw6ut] {
        top: 0;
        max-width: 300px;
        height: 300px;
        margin-top: 230px;
    }

    .medium-circle[b-h924suw6ut] {
        max-width: 230px;
        height: 230px;
    }

    .small-circle[b-h924suw6ut] {
        max-width: 150px;
        height: 150px;
    }

    .text-icon.icon1[b-h924suw6ut] {
        top: 57%;
    }

    .text-icon.icon2[b-h924suw6ut] {
        top: 75%;
    }

    .text-icon.icon3[b-h924suw6ut] {
        bottom: -32%;
    }

    .text-icon.icon4[b-h924suw6ut] {
        bottom: -46%;
    }

    .orbit-dot.icon1[b-h924suw6ut] {
        top: 56%;
    }

    .orbit-dot.icon2[b-h924suw6ut] {
        top: 78%;
    }

    .orbit-dot.icon3[b-h924suw6ut] {
        bottom: -36.5%;
    }

    .orbit-dot.icon4[b-h924suw6ut] {
        bottom: -47%;
    }

    .oilgas-circle-1[b-h924suw6ut] {
        bottom: -106px;
        left: -48px;
        width: 132px;
        height: 111px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .oilgas-animation-block .text-block span[b-h924suw6ut]::after {
        transition: none;
    }
}
/* /Components/Pages/OurClients.razor.rz.scp.css */
.our-clients-page[b-2381mtr5uj] {
    background: #ffffff;
}

.our-clients-main[b-2381mtr5uj] {
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.ourclients-page[b-2381mtr5uj] {
    margin: 160px 0 104px;
    background: #ffffff;
}

.our-clients-intro[b-2381mtr5uj] {
    max-width: 900px;
    margin: 0 auto 56px;
    text-align: center;
}

.our-clients-intro h1[b-2381mtr5uj] {
    margin: 0 0 22px;
    color: #000000;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 500;
}

.our-clients-intro p[b-2381mtr5uj] {
    margin: 0;
    color: #4b5563;
    font-size: 18px;
    line-height: 1.65;
}

.our-clients-logo-strip[b-2381mtr5uj] {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    align-items: center;
    gap: 28px;
    max-width: 1180px;
    margin: 0 auto;
}

.our-clients-logo-item[b-2381mtr5uj] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 76px;
}

.our-clients-logo-item img[b-2381mtr5uj] {
    display: block;
    max-width: 100%;
    max-height: 64px;
    object-fit: contain;
}

.our-clients-testimonials[b-2381mtr5uj] {
    padding: 0 0 104px;
    background: #ffffff;
}

.our-clients-testimonials-header[b-2381mtr5uj] {
    margin: 0 0 48px;
    text-align: left;
}

.our-clients-testimonials-header h2[b-2381mtr5uj] {
    margin: 0 0 12px;
    color: #000000;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 300;
}

.our-clients-testimonials-header p[b-2381mtr5uj] {
    margin: 0;
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
    line-height: 1.5;
}

.our-clients-testimonial-carousel[b-2381mtr5uj] {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
}

.our-clients-testimonial-card[b-2381mtr5uj] {
    position: relative;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    column-gap: 24px;
    align-items: start;
    width: 100%;
    min-height: 480px;
    margin: 0 auto;
    padding: 48px 38px 88px;
    background-color: #f4f7fb;
    border-radius: 60px 0px;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.19), 0px 3px 6px rgba(0, 0, 0, 0.17);
    overflow: visible;
}

.our-clients-testimonial-card[b-2381mtr5uj]::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    bottom: -2em;
    left: 6%;
    top: 99%;
    border-top: solid 50px #f4f7fb;
    border-left: solid 50px transparent;
    border-right: solid 0px transparent;
    border-color: transparent transparent #f4f7fb #f4f7fb;
    border-color: transparent transparent #F4F7FB #F4F7FB;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.11);
}

.testimonial-quote-icon[b-2381mtr5uj] {
    grid-column: 1;
    justify-self: end;
    margin: 0;
    padding-top: 4px;
}

.testimonial-quote-icon img[b-2381mtr5uj] {
    display: block;
    width: 36px;
    height: auto;
    opacity: 0.65;
}

.testimonial-content[b-2381mtr5uj] {
    grid-column: 2;
    min-width: 0;
    display: flex;
    flex-direction: column;
    min-height: 380px;
    padding-bottom: 16px;
}

.testimonial-company-logo[b-2381mtr5uj] {
    display: block;
    max-width: 220px;
    max-height: 43px;
    width: auto;
    object-fit: contain;
    margin: 0 0 24px;
}

.testimonial-heading[b-2381mtr5uj] {
    margin: 0 0 18px;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.testimonial-content p[b-2381mtr5uj] {
    margin: 0 0 48px;
    color: #000000;
    font-size: 20px;
    line-height: 1.65;
}

.testimonial-attribution[b-2381mtr5uj] {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.testimonial-attribution strong[b-2381mtr5uj],
.testimonial-attribution span[b-2381mtr5uj] {
    display: block;
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
}

.testimonial-attribution strong[b-2381mtr5uj] {
    font-weight: 700;
}

.testimonial-attribution span[b-2381mtr5uj] {
    white-space: pre-line;
}

.testimonial-dots[b-2381mtr5uj] {
    position: absolute;
    right: 58px;
    bottom: 34px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
}

.testimonial-dot[b-2381mtr5uj] {
    width: 13px;
    height: 13px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(138, 208, 35, 0.37);
    cursor: pointer;
}

.testimonial-dot.active[b-2381mtr5uj] {
    background: rgb(138, 208, 35);
}

.testimonial-dot:focus-visible[b-2381mtr5uj] {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

.testimonial-placeholder[b-2381mtr5uj] {
    margin: 0;
    color: #707070;
    font-size: 17px;
    line-height: 1.65;
}

@media (min-width: 769px) and (max-width: 1100px) {
    .our-clients-logo-strip[b-2381mtr5uj] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        max-width: 720px;
    }
}

@media (max-width: 1300px) {
    .our-clients-testimonial-card[b-2381mtr5uj] {
        min-height: 520px;
    }
}

@media (max-width: 991px) {
    .our-clients-testimonial-card[b-2381mtr5uj] {
        min-height: 480px;
    }
}

@media (max-width: 768px) {
    .ourclients-page[b-2381mtr5uj] {
        margin: 110px 0 10px;
    }

    .our-clients-intro[b-2381mtr5uj] {
        margin-bottom: 36px;
    }

    .our-clients-intro h1[b-2381mtr5uj] {
        font-size: 30px;
    }

    .our-clients-intro p[b-2381mtr5uj] {
        font-size: 16px;
    }

    .our-clients-logo-strip[b-2381mtr5uj] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
        max-width: 420px;
    }

    .our-clients-logo-item[b-2381mtr5uj] {
        min-height: 68px;
    }

    .our-clients-logo-item img[b-2381mtr5uj] {
        max-height: 58px;
    }

    .our-clients-testimonials[b-2381mtr5uj] {
        padding-bottom: 64px;
    }

    .our-clients-testimonials-header[b-2381mtr5uj] {
        margin-bottom: 36px;
    }

    .our-clients-testimonials-header h2[b-2381mtr5uj] {
        font-size: 30px;
    }

    .our-clients-testimonials-header p[b-2381mtr5uj] {
        font-size: 16px;
    }

    .our-clients-testimonial-card[b-2381mtr5uj] {
        grid-template-columns: 42px minmax(0, 1fr);
        column-gap: 18px;
        min-height: 520px;
        padding: 36px 24px 76px;
    }

    .testimonial-quote-icon img[b-2381mtr5uj] {
        width: 28px;
    }

    .testimonial-content[b-2381mtr5uj] {
        min-height: 0;
        padding-bottom: 0;
    }

    .testimonial-company-logo[b-2381mtr5uj] {
        max-height: 36px;
        margin-bottom: 18px;
    }

    .testimonial-heading[b-2381mtr5uj] {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .testimonial-content p[b-2381mtr5uj] {
        font-size: 12px;
        line-height: 1.55;
        margin-bottom: 24px;
    }

    .testimonial-attribution strong[b-2381mtr5uj],
    .testimonial-attribution span[b-2381mtr5uj] {
        font-size: 12px;
        line-height: 1.45;
    }

    .testimonial-dots[b-2381mtr5uj] {
        right: 24px;
        bottom: 22px;
        gap: 4px;
    }

    .testimonial-dot[b-2381mtr5uj] {
        width: 8px;
        height: 8px;
    }

    .our-clients-testimonial-card[b-2381mtr5uj]::after {
        left: 42px;
        bottom: -20px;
        border-top-width: 20px;
        border-left-width: 20px;
        box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.11);
    }
}

@media (max-width: 576px) {
    .our-clients-testimonial-card[b-2381mtr5uj] {
        min-height: 520px;
    }
}

@media (max-width: 410px) {
    .our-clients-testimonial-card[b-2381mtr5uj] {
        min-height: 600px;
    }
}

@media (max-width: 380px) {
    .our-clients-testimonial-card[b-2381mtr5uj] {
        min-height: 630px;
    }
}

@media (max-width: 360px) {
    .our-clients-testimonial-card[b-2381mtr5uj] {
        min-height: 650px;
    }
}

@media (max-width: 340px) {
    .our-clients-testimonial-card[b-2381mtr5uj] {
        min-height: 670px;
    }
}
/* /Components/Pages/PrivacyPolicy.razor.rz.scp.css */
.privacy-content[b-k4l8aodoqg] {
    max-width: 1040px;
    margin: 0 auto;
    padding: 4rem 1.5rem;
    color: #23313c;
    line-height: 1.7;
}

.privacy-content h1[b-k4l8aodoqg] { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 2rem; }
.privacy-content h2[b-k4l8aodoqg] { font-size: 1.5rem; margin-top: 2.5rem; }
.privacy-content p[b-k4l8aodoqg], .privacy-content ul[b-k4l8aodoqg] { margin-bottom: 1rem; }
.privacy-content a[b-k4l8aodoqg] { color: #167049; }
/* /Components/Pages/ScheduleDemo.razor.rz.scp.css */
.schedule-demo-page[b-pn7mtga515] {
    overflow-x: hidden;
    background: #f8fafc;
    color: #020617;
}

.schedule-demo-main[b-pn7mtga515] {
    display: block;
}

.schedule-demo-hero[b-pn7mtga515] {
    padding: 3rem 0;
}

.schedule-demo-shell[b-pn7mtga515] {
    width: min(1280px, calc(100% - 3rem));
    margin: 0 auto;
}

.schedule-demo-hero__grid[b-pn7mtga515] {
    display: grid;
    gap: 3rem;
    align-items: start;
}

.schedule-demo-hero__left[b-pn7mtga515] {
    padding-top: 0.5rem;
}

.schedule-demo-hero__left-inner[b-pn7mtga515] {
    max-width: 28rem;
}

.schedule-demo-hero__title[b-pn7mtga515],
.schedule-demo-hero__heading-title[b-pn7mtga515] {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.025em;
    color: #020617;
}

.schedule-demo-hero__text[b-pn7mtga515],
.schedule-demo-hero__heading-text[b-pn7mtga515] {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.75rem;
    color: #64748b;
}

.schedule-demo-hero__email[b-pn7mtga515] {
    color: #0369a1;
}

.schedule-demo-button[b-pn7mtga515] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    transition: background-color 180ms ease;
}

.schedule-demo-button:focus-visible[b-pn7mtga515] {
    outline: none;
}

.schedule-demo-button--hero[b-pn7mtga515] {
    margin-top: 1.25rem;
    height: 2.75rem;
    background: #0369a1;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0 1.5rem;
}

.schedule-demo-button--hero:hover[b-pn7mtga515],
.schedule-demo-button--hero:focus-visible[b-pn7mtga515] {
    background: #075985;
}

.schedule-demo-hero__heading[b-pn7mtga515] {
    padding-bottom: 1.25rem;
}

.schedule-demo-success[b-pn7mtga515] {
    display: grid;
    justify-items: center;
    gap: 1rem;
    max-width: 34rem;
    margin: 0 auto;
    padding: 2.5rem 1.5rem;
    border: 1px solid #dbeafe;
    border-radius: 1.5rem;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
    text-align: center;
}

.schedule-demo-success__icon[b-pn7mtga515] {
    display: grid;
    place-items: center;
    width: 4rem;
    height: 4rem;
    border-radius: 999px;
    background: #dcfce7;
    color: #15803d;
}

.schedule-demo-success__icon svg[b-pn7mtga515] {
    width: 2rem;
    height: 2rem;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.5;
}

.schedule-demo-success__title[b-pn7mtga515] {
    margin: 0;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.025em;
    color: #020617;
}

.schedule-demo-success__message[b-pn7mtga515] {
    margin: 0;
    max-width: 29rem;
    font-size: 1rem;
    line-height: 1.75rem;
    color: #475569;
}

.schedule-demo-success__button[b-pn7mtga515] {
    margin-top: 0.5rem;
    min-width: 12rem;
    background: #0369a1;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0 1.5rem;
}

.schedule-demo-success__button:hover[b-pn7mtga515],
.schedule-demo-success__button:focus-visible[b-pn7mtga515] {
    background: #075985;
}

.schedule-demo-form[b-pn7mtga515] {
    display: grid;
    gap: 1rem;
}

.schedule-demo-form__row[b-pn7mtga515] {
    display: grid;
    gap: 1rem;
}

.schedule-demo-form__field[b-pn7mtga515] {
    display: grid;
    gap: 0.375rem;
}

.schedule-demo-form__label[b-pn7mtga515] {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    color: #020617;
}

.schedule-demo-form__required[b-pn7mtga515] {
    color: #ef4444;
}

.schedule-demo-form__control[b-pn7mtga515] {
    position: relative;
}

.schedule-demo-form__icon[b-pn7mtga515] {
    pointer-events: none;
    position: absolute;
    left: 0.75rem;
    top: 50%;
    width: 1rem;
    height: 1rem;
    transform: translateY(-50%);
    color: #94a3b8;
}

.schedule-demo-form__input[b-pn7mtga515],
.schedule-demo-form__select[b-pn7mtga515] {
    width: 100%;
    height: 2.75rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.75rem;
    background: #ffffff;
    color: #020617;
    font-size: 0.9375rem;
    line-height: 1.5;
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.schedule-demo-form__input[b-pn7mtga515] {
    padding: 0 1rem 0 2.5rem;
}

.schedule-demo-form__select[b-pn7mtga515] {
    appearance: auto;
    padding: 0 1rem;
}

.schedule-demo-form__input[b-pn7mtga515]::placeholder {
    color: #94a3b8;
}

.schedule-demo-form__input:focus[b-pn7mtga515],
.schedule-demo-form__select:focus[b-pn7mtga515] {
    outline: none;
    border-color: #bae6fd;
    box-shadow: 0 0 0 2px rgba(186, 230, 253, 0.75);
}

.schedule-demo-form__note[b-pn7mtga515] {
    padding-top: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #64748b;
}

.schedule-demo-form__note-link[b-pn7mtga515] {
    color: #0369a1;
}

.schedule-demo-form__status[b-pn7mtga515] {
    margin: 0.25rem 0 0;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #475569;
}

.schedule-demo-form__status--error[b-pn7mtga515] {
    color: #b91c1c;
}

.schedule-demo-form__status--success[b-pn7mtga515] {
    color: #166534;
}

.schedule-demo-form__submit-row[b-pn7mtga515] {
    padding-top: 0.25rem;
    text-align: right;
}

.schedule-demo-button--submit[b-pn7mtga515] {
    min-width: 11.25rem;
    height: 2.75rem;
    background: #0369a1;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0 1.5rem;
}

.schedule-demo-button--submit:hover[b-pn7mtga515],
.schedule-demo-button--submit:focus-visible[b-pn7mtga515] {
    background: #075985;
}

.schedule-demo-button--submit:disabled[b-pn7mtga515] {
    cursor: wait;
    opacity: 0.72;
}

@media (min-width: 640px) {
    .schedule-demo-form__row--two[b-pn7mtga515] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .schedule-demo-shell[b-pn7mtga515] {
        width: min(1280px, calc(100% - 4rem));
    }

    .schedule-demo-hero[b-pn7mtga515] {
        padding: 4rem 0;
    }

    .schedule-demo-hero__grid[b-pn7mtga515] {
        grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1fr);
        gap: 4rem;
    }

    .schedule-demo-hero__left[b-pn7mtga515] {
        padding-top: 1rem;
    }
}
/* /Components/Pages/SmartSummit2026.razor.rz.scp.css */
/* Smart Summit 2026 page styles, derived from the approved mockup. */
:root[b-7gkp0f3p7h]{--navy:#0a2947;--navy-deep:#061a30;--blue:#167bc1;--blue-bright:#08a5e9;--blue-soft:#dcecf7;--lime:#72c936;--ink:#12243a;--muted:#536477;--paper:#fbfcfe;--sand:#f3f5f6;--line:#0a294726;--radius:22px}*[b-7gkp0f3p7h]{box-sizing:border-box}html[b-7gkp0f3p7h]{scroll-behavior:smooth}body[b-7gkp0f3p7h]{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.55}a[b-7gkp0f3p7h]{color:inherit;text-decoration:none}img[b-7gkp0f3p7h]{max-width:100%;display:block}.container[b-7gkp0f3p7h]{width:min(1180px,100% - 48px);margin:0 auto}.site-header[b-7gkp0f3p7h]{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fbfcfee8;border-bottom:1px solid #0a29471a;position:sticky;top:0}.site-header__inner[b-7gkp0f3p7h]{justify-content:space-between;align-items:center;gap:28px;min-height:88px;display:flex}.brand img[b-7gkp0f3p7h]{width:172px;height:auto}.site-nav[b-7gkp0f3p7h]{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:28px;margin-left:auto;font-size:.82rem;font-weight:700;display:flex}.site-nav a[b-7gkp0f3p7h],.text-link[b-7gkp0f3p7h],.arrow-link[b-7gkp0f3p7h],.site-footer a[b-7gkp0f3p7h]{transition:color .18s,opacity .18s}.site-nav a:hover[b-7gkp0f3p7h],.text-link:hover[b-7gkp0f3p7h],.arrow-link:hover[b-7gkp0f3p7h],.site-footer a:hover[b-7gkp0f3p7h]{color:var(--blue)}.button[b-7gkp0f3p7h]{border:1px solid var(--blue);background:var(--blue);color:#fff;letter-spacing:.06em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;gap:14px;min-height:54px;padding:0 24px;font-size:.84rem;font-weight:800;transition:transform .18s,background .18s,box-shadow .18s;display:inline-flex;box-shadow:0 12px 24px #167bc12e}.button:hover[b-7gkp0f3p7h]{background:var(--navy);border-color:var(--navy);transform:translateY(-2px);box-shadow:0 16px 26px #0a294733}.button--small[b-7gkp0f3p7h]{min-height:42px;box-shadow:none;padding:0 18px;font-size:.73rem}.button--light[b-7gkp0f3p7h]{color:var(--navy);box-shadow:none;background:#fff;border-color:#fff}.button--light:hover[b-7gkp0f3p7h]{border-color:var(--lime);background:var(--lime);color:var(--navy)}.hero[b-7gkp0f3p7h]{background:linear-gradient(120deg,#f9fbfd 0%,#eef6fb 54%,#dcecf7 100%);min-height:650px;position:relative;overflow:hidden}.hero[b-7gkp0f3p7h]:after{content:"";background:#167bc114;border-radius:50%;width:72%;height:80%;position:absolute;bottom:-32%;right:-10%}.hero__grid[b-7gkp0f3p7h]{opacity:.72;pointer-events:none;position:absolute;inset:0}.hero__grid-line[b-7gkp0f3p7h]{background:#167bc12e;width:70vw;height:1px;position:absolute;right:-8vw;transform:rotate(-18deg)}.hero__grid-line--one[b-7gkp0f3p7h]{top:23%}.hero__grid-line--two[b-7gkp0f3p7h]{background:#72c93680;top:38%}.hero__grid-line--three[b-7gkp0f3p7h]{top:53%}.hero__inner[b-7gkp0f3p7h]{z-index:1;grid-template-columns:minmax(0,1.05fr) minmax(370px,.95fr);align-items:center;gap:48px;min-height:650px;padding-top:50px;padding-bottom:48px;display:grid;position:relative}.eyebrow[b-7gkp0f3p7h]{color:var(--navy);letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px;font-size:.72rem;font-weight:800;line-height:1.3}.eyebrow--blue[b-7gkp0f3p7h]{color:var(--blue)}.eyebrow--lime[b-7gkp0f3p7h]{color:var(--lime)}h1[b-7gkp0f3p7h],h2[b-7gkp0f3p7h],h3[b-7gkp0f3p7h],p[b-7gkp0f3p7h]{margin-top:0}h1[b-7gkp0f3p7h],h2[b-7gkp0f3p7h],h3[b-7gkp0f3p7h]{color:var(--navy);letter-spacing:-.045em}h1[b-7gkp0f3p7h]{text-transform:uppercase;max-width:760px;margin-bottom:28px;font-size:clamp(3.5rem,4.7vw,4.3rem);line-height:.94}.hero__headline-line[b-7gkp0f3p7h]{white-space:nowrap;display:block}h1 em[b-7gkp0f3p7h],h2 em[b-7gkp0f3p7h]{color:var(--blue);font-style:normal}h2[b-7gkp0f3p7h]{margin-bottom:20px;font-size:clamp(2.5rem,5vw,4.7rem);line-height:.98}h3[b-7gkp0f3p7h]{margin-bottom:10px;font-size:1.27rem;line-height:1.06}p[b-7gkp0f3p7h]{color:var(--muted)}.hero__lede[b-7gkp0f3p7h]{max-width:580px;color:var(--ink);margin-bottom:30px;font-size:1.14rem;line-height:1.55}.hero__actions[b-7gkp0f3p7h]{flex-wrap:wrap;align-items:center;gap:24px;margin-bottom:45px;display:flex}.text-link[b-7gkp0f3p7h]{color:var(--navy);letter-spacing:.04em;text-transform:uppercase;font-size:.86rem;font-weight:800}.text-link span[b-7gkp0f3p7h]{color:var(--blue);margin-left:8px;font-size:1.1rem;display:inline-block}.hero__meta[b-7gkp0f3p7h]{border-top:1px solid var(--line);flex-wrap:wrap;gap:34px;padding-top:22px;display:flex}.hero__meta>div[b-7gkp0f3p7h]{gap:3px;display:grid}.hero__meta-label[b-7gkp0f3p7h]{color:var(--blue);letter-spacing:.14em;text-transform:uppercase;font-size:.69rem;font-weight:800}.hero__meta strong[b-7gkp0f3p7h]{color:var(--navy);font-size:.96rem}.hero__meta small[b-7gkp0f3p7h]{color:var(--muted);font-size:.81rem}.hero__visual[b-7gkp0f3p7h]{place-items:center;min-height:540px;display:grid;position:relative}.hero__visual[b-7gkp0f3p7h]:before{content:"";border:1px solid #167bc154;border-radius:50%;width:min(440px,90%);height:min(440px,90%);position:absolute;top:10%;right:10%}.hero__orbit[b-7gkp0f3p7h]{border:1px solid #0a29473d;border-radius:50%;position:absolute;transform:rotate(-25deg)}.hero__orbit--one[b-7gkp0f3p7h]{width:520px;height:220px}.hero__orbit--two[b-7gkp0f3p7h]{width:280px;height:500px}.hero__visual-card[b-7gkp0f3p7h]{z-index:2;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#ffffffc7;border:1px solid #ffffffe0;border-radius:28px;justify-items:center;width:min(390px,82%);padding:24px 24px 28px;display:grid;position:relative;transform:rotate(3deg);box-shadow:0 24px 50px #0a294724}.hero__visual-card img[b-7gkp0f3p7h]{width:245px;margin-bottom:10px}.hero__visual-caption[b-7gkp0f3p7h]{border-top:1px solid var(--line);text-align:center;gap:2px;width:100%;padding-top:19px;display:grid}.hero__visual-caption span[b-7gkp0f3p7h]{color:var(--blue);letter-spacing:.15em;text-transform:uppercase;font-size:.68rem;font-weight:800}.hero__visual-caption strong[b-7gkp0f3p7h]{color:var(--navy);font-size:1.3rem}.hero__visual-caption small[b-7gkp0f3p7h]{color:var(--muted)}.hero__stamp[b-7gkp0f3p7h]{z-index:3;background:var(--lime);color:var(--navy);letter-spacing:.13em;padding:11px 14px;font-size:.65rem;font-weight:900;position:absolute;bottom:7%;right:2%;transform:rotate(-7deg)}.section[b-7gkp0f3p7h]{padding:80px 0}.intro__layout[b-7gkp0f3p7h],.audience__layout[b-7gkp0f3p7h],.faq__layout[b-7gkp0f3p7h]{grid-template-columns:.9fr 1.1fr;align-items:start;gap:100px;display:grid}.intro h2[b-7gkp0f3p7h],.audience h2[b-7gkp0f3p7h],.faq h2[b-7gkp0f3p7h]{max-width:540px}.intro__body[b-7gkp0f3p7h],.audience__content[b-7gkp0f3p7h]{max-width:590px}.lead[b-7gkp0f3p7h]{color:var(--ink);font-size:1.24rem;line-height:1.5}.intro__body .arrow-link[b-7gkp0f3p7h]{margin-top:16px}.fit[b-7gkp0f3p7h]{background:#fff;border-top:1px solid #0a294714;padding-top:72px;padding-bottom:76px}.fit__intro[b-7gkp0f3p7h]{grid-template-columns:minmax(0,1fr) minmax(320px,.7fr);align-items:center;gap:56px;margin-bottom:42px;display:grid}.fit__intro h2[b-7gkp0f3p7h]{max-width:640px;margin-bottom:0}.fit__intro-body[b-7gkp0f3p7h]{max-width:610px;color:var(--ink);margin:20px 0 0;font-size:1.06rem}.fit__brief[b-7gkp0f3p7h]{border:1px solid var(--navy);background:var(--navy);color:#fff;min-height:226px;box-shadow:12px 12px 0 var(--blue-soft);border-radius:14px;flex-direction:column;align-items:flex-start;padding:28px 30px;display:flex;position:relative;overflow:hidden}.fit__brief[b-7gkp0f3p7h]:before{background:var(--blue);content:"";width:106px;height:106px;position:absolute;top:-34px;right:-34px;transform:rotate(16deg)}.fit__brief[b-7gkp0f3p7h]:after{border:2px solid var(--lime);content:"";width:46px;height:46px;position:absolute;bottom:25px;right:19px;transform:rotate(45deg)}.fit__brief-topline[b-7gkp0f3p7h],.fit__brief-footer[b-7gkp0f3p7h],.fit__brief strong[b-7gkp0f3p7h]{z-index:1;position:relative}.fit__brief-topline[b-7gkp0f3p7h]{color:var(--lime);letter-spacing:.12em;text-transform:uppercase;font-size:.64rem;font-weight:900}.fit__brief strong[b-7gkp0f3p7h]{letter-spacing:-.045em;max-width:300px;margin-top:24px;font-size:clamp(1.75rem,2.5vw,2.25rem);line-height:.98}.fit__brief-footer[b-7gkp0f3p7h]{color:#ffffffc7;max-width:220px;margin-top:auto;font-size:.72rem;font-weight:700;line-height:1.35}.fit__content[b-7gkp0f3p7h]{grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);align-items:stretch;gap:28px;display:grid}.fit__label[b-7gkp0f3p7h]{color:var(--blue);letter-spacing:.15em;text-transform:uppercase;margin-bottom:15px;font-size:.68rem;font-weight:900}.fit__role-grid[b-7gkp0f3p7h]{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.fit__role[b-7gkp0f3p7h]{border:1px solid var(--line);background:var(--paper);border-radius:16px;min-height:168px;padding:21px 21px 18px}.fit__role h3[b-7gkp0f3p7h]{margin-bottom:8px;font-size:1.04rem}.fit__role p[b-7gkp0f3p7h]{margin:0;font-size:.88rem;line-height:1.46}.fit__questions[b-7gkp0f3p7h]{background:var(--navy);border-radius:18px;flex-direction:column;padding:25px 26px;display:flex}.fit__questions .fit__label[b-7gkp0f3p7h]{color:var(--lime)}.fit__questions ul[b-7gkp0f3p7h]{gap:14px;margin:3px 0 22px;padding:0;list-style:none;display:grid}.fit__questions li[b-7gkp0f3p7h]{color:#fff;gap:10px;font-size:.92rem;font-weight:700;line-height:1.4;display:flex}.fit__questions li[b-7gkp0f3p7h]:before{color:var(--lime);content:"?";flex:none;font-weight:900}.fit__answer[b-7gkp0f3p7h]{color:#ffffffc7;border-top:1px solid #ffffff38;margin:auto 0 0;padding-top:17px;font-size:.9rem;line-height:1.46}.arrow-link[b-7gkp0f3p7h]{color:var(--blue);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:12px;font-size:.81rem;font-weight:800;display:inline-flex}.arrow-link__arrow[b-7gkp0f3p7h]{font-size:1.25rem;line-height:.7}.section--blue[b-7gkp0f3p7h]{background:var(--blue);position:relative;overflow:hidden}.section--blue[b-7gkp0f3p7h]:after{content:"";border:1px solid #ffffff2e;border-radius:50%;width:55%;height:90%;position:absolute;bottom:-50%;right:-10%}.section--blue .container[b-7gkp0f3p7h],.section--navy .container[b-7gkp0f3p7h]{z-index:1;position:relative}.section-heading[b-7gkp0f3p7h]{grid-template-columns:minmax(0,1fr) minmax(280px,.6fr);align-items:end;gap:80px;margin-bottom:42px;display:grid}.section-heading h2[b-7gkp0f3p7h]{margin-bottom:0}.section-heading>p[b-7gkp0f3p7h]{margin-bottom:8px}.section-heading--light h2[b-7gkp0f3p7h],.section-heading--light p[b-7gkp0f3p7h]{color:#fff}.section-heading--light h2 em[b-7gkp0f3p7h]{color:var(--lime)}.challenge-section .section-heading[b-7gkp0f3p7h]{align-items:center}.challenge__side[b-7gkp0f3p7h]{border-left:1px solid #fff6;gap:18px;min-width:0;padding:8px 0 8px 24px;display:grid}.challenge__side>p[b-7gkp0f3p7h]{max-width:360px;margin:0}.challenge__path[b-7gkp0f3p7h]{border-bottom:3px solid var(--lime);background:#ffffff1f;border-radius:8px;width:min(100%,340px);padding:15px 16px 17px}.challenge__path-title[b-7gkp0f3p7h]{color:var(--lime);letter-spacing:.12em;text-transform:uppercase;margin-bottom:9px;font-size:.6rem;font-weight:900;display:block}.challenge__path strong[b-7gkp0f3p7h]{color:#fff;letter-spacing:-.02em;font-size:1rem;line-height:1.26;display:block}.challenge-grid[b-7gkp0f3p7h]{z-index:1;grid-template-columns:repeat(5,1fr);gap:12px;display:grid;position:relative}.challenge-card[b-7gkp0f3p7h]{border-radius:var(--radius);background:#061a3070;border:1px solid #ffffff47;min-height:250px;padding:22px 18px 24px;transition:background .18s,transform .18s}.challenge-card:hover[b-7gkp0f3p7h]{background:var(--navy);transform:translateY(-5px)}.challenge-card__number[b-7gkp0f3p7h]{background:var(--lime);width:38px;height:38px;color:var(--navy);border-radius:50%;place-items:center;margin-bottom:45px;font-size:.72rem;font-weight:900;display:inline-grid}.challenge-card h3[b-7gkp0f3p7h],.challenge-card p[b-7gkp0f3p7h]{color:#fff}.challenge-card p[b-7gkp0f3p7h]{margin-bottom:0;font-size:.9rem;line-height:1.45}.experience[b-7gkp0f3p7h]{background:#fff}.steps-grid[b-7gkp0f3p7h]{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.step-card[b-7gkp0f3p7h]{padding:0 8px 0 0;position:relative}.step-card__topline[b-7gkp0f3p7h]{align-items:center;gap:12px;margin-bottom:37px;display:flex}.step-card__topline span[b-7gkp0f3p7h]{background:var(--blue-soft);width:46px;height:46px;color:var(--blue);border-radius:50%;place-items:center;font-size:.78rem;font-weight:900;display:inline-grid}.step-card__topline i[b-7gkp0f3p7h]{background:var(--line);width:100%;height:1px}.step-card p[b-7gkp0f3p7h]{max-width:230px;margin-bottom:0;font-size:.94rem}.section--sand[b-7gkp0f3p7h]{background:var(--sand)}.workbook__layout[b-7gkp0f3p7h]{grid-template-columns:minmax(330px,.9fr) minmax(0,1.1fr);align-items:center;gap:110px;display:grid}.workbook__visual[b-7gkp0f3p7h]{background:var(--navy);border-radius:28px;place-items:center;min-height:430px;display:grid;position:relative;overflow:hidden}.workbook__visual[b-7gkp0f3p7h]:before,.workbook__visual[b-7gkp0f3p7h]:after{content:"";border:1px solid #ffffff2e;border-radius:50%;width:440px;height:440px;position:absolute}.workbook__visual[b-7gkp0f3p7h]:before{transform:translate(-32%,27%)}.workbook__visual[b-7gkp0f3p7h]:after{transform:translate(34%,-25%)}.workbook__label[b-7gkp0f3p7h]{z-index:1;color:var(--lime);letter-spacing:.16em;font-size:.7rem;font-weight:900;position:absolute;top:26px;left:28px}.workbook__paper[b-7gkp0f3p7h]{z-index:1;background:#fff;gap:16px;width:69%;min-height:294px;padding:31px 28px;display:grid;position:relative;transform:rotate(-6deg);box-shadow:22px 24px #72c936c7}.workbook__paper-kicker[b-7gkp0f3p7h],.workbook__paper-note[b-7gkp0f3p7h]{color:var(--blue);letter-spacing:.16em;text-transform:uppercase;font-size:.65rem;font-weight:900}.workbook__paper strong[b-7gkp0f3p7h]{color:var(--navy);letter-spacing:-.07em;font-size:clamp(2.4rem,5vw,4rem);line-height:.9}.workbook__paper-line[b-7gkp0f3p7h]{background:var(--lime);width:80%;height:4px;margin-top:16px}.workbook__copy h2[b-7gkp0f3p7h]{max-width:600px}.workbook__copy .lead[b-7gkp0f3p7h]{max-width:610px}.check-list[b-7gkp0f3p7h]{gap:14px;margin:27px 0 0;padding:0;list-style:none;display:grid}.check-list li[b-7gkp0f3p7h]{color:var(--ink);align-items:flex-start;gap:11px;font-weight:700;display:flex}.check-list li[b-7gkp0f3p7h]:before{background:var(--lime);width:22px;height:22px;color:var(--navy);content:"✓";border-radius:50%;flex:0 0 22px;place-items:center;font-size:.75rem;font-weight:900;display:inline-grid}.audience[b-7gkp0f3p7h]{background:var(--paper)}.audience__content>p[b-7gkp0f3p7h]{max-width:530px;font-size:1.18rem}.audience__list[b-7gkp0f3p7h]{flex-wrap:wrap;gap:9px;margin-top:28px;display:flex}.audience__list span[b-7gkp0f3p7h]{border:1px solid var(--line);color:var(--navy);border-radius:999px;padding:8px 13px;font-size:.86rem;font-weight:700}.section--navy[b-7gkp0f3p7h]{background:var(--navy);position:relative;overflow:hidden}.section--navy[b-7gkp0f3p7h]:before{content:"";border:1px solid #ffffff21;border-radius:50%;width:62vw;height:62vw;position:absolute;top:-35%;right:-10%}.details__layout[b-7gkp0f3p7h]{grid-template-columns:1fr .78fr;align-items:center;gap:110px;display:grid}.details h2[b-7gkp0f3p7h],.details p[b-7gkp0f3p7h]{color:#fff}.details h2[b-7gkp0f3p7h]{margin-bottom:28px}.details__copy>p:not(.eyebrow)[b-7gkp0f3p7h]{color:#ffffffbf;max-width:520px;margin-bottom:31px;font-size:1.08rem}.details__fine-print[b-7gkp0f3p7h]{max-width:460px;margin-top:22px;margin-bottom:0;color:#ffffff8c!important;font-size:.79rem!important}.details-card[b-7gkp0f3p7h]{background:#ffffff14;border:1px solid #ffffff40;border-radius:24px;padding:14px 28px}.details-card__row[b-7gkp0f3p7h]{border-bottom:1px solid #ffffff2e;gap:5px;padding:24px 0;display:grid}.details-card__row:last-child[b-7gkp0f3p7h]{border-bottom:0}.details-card__row span[b-7gkp0f3p7h]{color:var(--lime);letter-spacing:.16em;text-transform:uppercase;font-size:.67rem;font-weight:900}.details-card__row strong[b-7gkp0f3p7h]{color:#fff;font-size:1.18rem}.details-card__row small[b-7gkp0f3p7h]{color:#ffffffa6;font-size:.9rem}.details-card__location[b-7gkp0f3p7h]{text-underline-offset:3px;-webkit-text-decoration:underline #72c936b8;text-decoration:underline #72c936b8;text-decoration-thickness:1px}.faq[b-7gkp0f3p7h]{background:#fff}.faq__list[b-7gkp0f3p7h]{border-top:1px solid var(--line)}.faq details[b-7gkp0f3p7h]{border-bottom:1px solid var(--line)}.faq summary[b-7gkp0f3p7h]{color:var(--navy);cursor:pointer;justify-content:space-between;align-items:center;gap:20px;padding:22px 0;font-size:1.12rem;font-weight:800;list-style:none;display:flex}.faq summary[b-7gkp0f3p7h]::-webkit-details-marker{display:none}.faq summary[b-7gkp0f3p7h]:after{color:var(--blue);content:"+";font-size:1.6rem;font-weight:400}.faq details[open] summary[b-7gkp0f3p7h]:after{content:"−"}.faq details p[b-7gkp0f3p7h]{max-width:650px;margin-bottom:0;padding:0 40px 23px 0}.site-footer[b-7gkp0f3p7h]{background:#f0f4f7;padding:30px 0}.site-footer__inner[b-7gkp0f3p7h]{justify-content:space-between;align-items:center;gap:28px;display:flex}.site-footer img[b-7gkp0f3p7h]{width:140px;height:auto}.site-footer p[b-7gkp0f3p7h]{margin:0 auto 0 0;font-size:.84rem}.site-footer a[b-7gkp0f3p7h]{color:var(--blue);letter-spacing:.1em;text-transform:uppercase;font-size:.78rem;font-weight:900}@media (max-width:980px){.site-nav[b-7gkp0f3p7h]{display:none}.hero__inner[b-7gkp0f3p7h],.workbook__layout[b-7gkp0f3p7h],.details__layout[b-7gkp0f3p7h]{grid-template-columns:1fr}.hero__inner[b-7gkp0f3p7h]{gap:30px;padding-top:70px}.hero__visual[b-7gkp0f3p7h]{min-height:470px}.hero__visual[b-7gkp0f3p7h]:before{top:5%}.intro__layout[b-7gkp0f3p7h],.audience__layout[b-7gkp0f3p7h],.faq__layout[b-7gkp0f3p7h],.fit__intro[b-7gkp0f3p7h]{gap:50px}.fit__intro[b-7gkp0f3p7h]{grid-template-columns:minmax(0,1fr) minmax(260px,.65fr);gap:36px}.fit__content[b-7gkp0f3p7h]{grid-template-columns:1fr}.challenge-grid[b-7gkp0f3p7h]{grid-template-columns:repeat(3,1fr)}.challenge-card:last-child[b-7gkp0f3p7h]{grid-column:span 3;min-height:auto}.steps-grid[b-7gkp0f3p7h]{grid-template-columns:repeat(2,1fr);gap:42px 24px}.step-card__topline i[b-7gkp0f3p7h]{display:none}.workbook__layout[b-7gkp0f3p7h]{gap:52px}.workbook__visual[b-7gkp0f3p7h]{max-width:520px;min-height:360px}.details__layout[b-7gkp0f3p7h]{gap:54px}}@media (max-width:640px){.container[b-7gkp0f3p7h]{width:min(100% - 32px,1180px)}.site-header__inner[b-7gkp0f3p7h]{gap:12px;min-height:72px}.brand img[b-7gkp0f3p7h]{width:132px}.button--small[b-7gkp0f3p7h]{min-height:38px;padding:0 13px;font-size:.62rem}.hero[b-7gkp0f3p7h],.hero__inner[b-7gkp0f3p7h]{min-height:auto}.hero__inner[b-7gkp0f3p7h]{padding-top:64px;padding-bottom:54px}h1[b-7gkp0f3p7h]{font-size:clamp(2.25rem,10.5vw,3rem)}h2[b-7gkp0f3p7h]{font-size:clamp(2.45rem,13vw,4rem)}.hero__lede[b-7gkp0f3p7h]{font-size:1rem}.hero__actions[b-7gkp0f3p7h]{flex-direction:column;align-items:flex-start;gap:18px;margin-bottom:34px}.hero__meta[b-7gkp0f3p7h]{gap:18px}.hero__meta>div[b-7gkp0f3p7h]{min-width:140px}.hero__visual[b-7gkp0f3p7h]{min-height:400px}.hero__visual-card[b-7gkp0f3p7h]{width:min(340px,91%)}.hero__visual-card img[b-7gkp0f3p7h]{width:200px}.hero__orbit--one[b-7gkp0f3p7h]{width:400px;height:170px}.hero__orbit--two[b-7gkp0f3p7h]{width:220px;height:390px}.hero__stamp[b-7gkp0f3p7h]{font-size:.58rem;bottom:2%;right:0}.section[b-7gkp0f3p7h]{padding:62px 0}.intro__layout[b-7gkp0f3p7h],.audience__layout[b-7gkp0f3p7h],.faq__layout[b-7gkp0f3p7h],.section-heading[b-7gkp0f3p7h],.fit__intro[b-7gkp0f3p7h]{grid-template-columns:1fr;gap:28px}.section-heading[b-7gkp0f3p7h]{margin-bottom:38px}.fit[b-7gkp0f3p7h]{padding-top:60px;padding-bottom:64px}.fit__intro[b-7gkp0f3p7h]{margin-bottom:31px}.fit__brief[b-7gkp0f3p7h]{min-height:206px;padding:25px}.fit__brief strong[b-7gkp0f3p7h]{font-size:1.85rem}.challenge__side[b-7gkp0f3p7h]{border-top:1px solid #fff6;border-left:0;padding:18px 0 0}.fit__role-grid[b-7gkp0f3p7h]{grid-template-columns:1fr}.fit__role[b-7gkp0f3p7h]{min-height:auto}.challenge-grid[b-7gkp0f3p7h]{grid-template-columns:repeat(2,1fr)}.challenge-card[b-7gkp0f3p7h]{min-height:235px}.challenge-card:last-child[b-7gkp0f3p7h]{grid-column:span 2}.challenge-card__number[b-7gkp0f3p7h]{margin-bottom:30px}.steps-grid[b-7gkp0f3p7h]{grid-template-columns:1fr;gap:34px}.step-card[b-7gkp0f3p7h]{padding-right:0}.step-card__topline[b-7gkp0f3p7h]{margin-bottom:18px}.workbook__layout[b-7gkp0f3p7h]{grid-template-columns:1fr;gap:42px}.workbook__visual[b-7gkp0f3p7h]{min-height:310px}.workbook__paper[b-7gkp0f3p7h]{min-height:230px;padding:23px 22px;box-shadow:15px 17px #72c936c7}.details-card[b-7gkp0f3p7h]{padding:8px 21px}.site-footer__inner[b-7gkp0f3p7h]{flex-direction:column;align-items:flex-start;gap:14px}.site-footer p[b-7gkp0f3p7h]{margin:0}}

.smart-summit-page[b-7gkp0f3p7h] {
    --navy: #0a2947;
    --navy-deep: #061a30;
    --blue: #167bc1;
    --blue-bright: #08a5e9;
    --blue-soft: #dcecf7;
    --lime: #72c936;
    --ink: #12243a;
    --muted: #536477;
    --paper: #fbfcfe;
    --sand: #f3f5f6;
    --line: #0a294726;
    --radius: 22px;
    background: var(--paper);
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.55;
    min-height: 100vh;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.smart-summit-page *[b-7gkp0f3p7h],
.smart-summit-page *[b-7gkp0f3p7h]::before,
.smart-summit-page *[b-7gkp0f3p7h]::after {
    box-sizing: border-box;
}

.smart-summit-page h1:focus:not(:focus-visible)[b-7gkp0f3p7h] {
    outline: none;
}

.smart-summit-page img[b-7gkp0f3p7h] {
    height: auto;
}

.smart-summit-page h1[b-7gkp0f3p7h],
.smart-summit-page h2[b-7gkp0f3p7h],
.smart-summit-page h3[b-7gkp0f3p7h] {
    font-weight: 400;
}

.smart-summit-page small[b-7gkp0f3p7h] {
    font-size: 80%;
}

.smart-summit-page .button[b-7gkp0f3p7h] {
    line-height: 1.55;
}
/* /Components/Shared/DentalPageHero.razor.rz.scp.css */
.dental-hero[b-8u8zr6iels] {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(14, 165, 233, 0.12), transparent 32%),
        radial-gradient(circle at left, rgba(2, 132, 199, 0.08), transparent 28%),
        #ffffff;
}

.dental-hero__shell[b-8u8zr6iels] {
    width: min(100% - 2rem, 1280px);
    margin: 0 auto;
}

.dental-hero__grid[b-8u8zr6iels] {
    display: grid;
    gap: 3rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    align-items: center;
}

.dental-hero__copy[b-8u8zr6iels] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dental-hero__pill[b-8u8zr6iels] {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    border: 1px solid #bae6fd;
    border-radius: 999px;
    background: #f0f9ff;
    padding: 0.35rem 0.75rem;
    color: #0369a1;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.dental-hero h1[b-8u8zr6iels] {
    max-width: 48rem;
    margin: 1.25rem 0 0;
    color: #020617;
    font-size: clamp(2.25rem, 5vw, 4rem);
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.055em;
}

.dental-hero__copy > p:not(.dental-hero__pill)[b-8u8zr6iels] {
    max-width: 42rem;
    margin: 1.5rem 0 0;
    color: #475569;
    font-size: 1.125rem;
    line-height: 1.8;
}

.dental-hero__actions[b-8u8zr6iels] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 2rem;
}

.dental-hero__button[b-8u8zr6iels] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    border-radius: 999px;
    padding: 0 1.5rem;
    font-size: 0.875rem;
    font-weight: 800;
    text-decoration: none;
    transition:
        transform 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        color 180ms ease,
        box-shadow 180ms ease;
}

.dental-hero__button:hover[b-8u8zr6iels],
.dental-hero__button:focus-visible[b-8u8zr6iels] {
    transform: translateY(-2px);
    outline: none;
}

.dental-hero__button--primary[b-8u8zr6iels] {
    border: 1px solid #0284c7;
    background: #0284c7;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(2, 132, 199, 0.2);
}

.dental-hero__button--primary:hover[b-8u8zr6iels],
.dental-hero__button--primary:focus-visible[b-8u8zr6iels] {
    background: #0369a1;
    border-color: #0369a1;
}

.dental-hero__button--secondary[b-8u8zr6iels] {
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #1e293b;
}

.dental-hero__button--secondary:hover[b-8u8zr6iels],
.dental-hero__button--secondary:focus-visible[b-8u8zr6iels] {
    background: #f1f5f9;
}

.dental-hero__image-card[b-8u8zr6iels] {
    overflow: hidden;
    border-radius: 2rem;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
}

.dental-hero__image[b-8u8zr6iels] {
    display: block;
    width: 100%;
    height: clamp(24rem, 60vw, 34rem);
    object-fit: cover;
    object-position: center;
}

.dental-hero__info-card[b-8u8zr6iels] {
    border: 1px solid #e2e8f0;
    border-radius: 2rem;
    background: #0f172a;
    color: #ffffff;
    padding: 2rem;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.dental-hero__info-card h2[b-8u8zr6iels] {
    margin: 0;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 600;
}

.dental-hero__info-list[b-8u8zr6iels] {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
}

.dental-hero__info-item[b-8u8zr6iels] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1rem;
}

.dental-hero__info-item:last-child[b-8u8zr6iels] {
    border-bottom: 0;
    padding-bottom: 0;
}

.dental-hero__info-item span[b-8u8zr6iels] {
    display: block;
    height: 0.625rem;
    width: 0.625rem;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #7dd3fc;
}

.dental-hero__info-item p[b-8u8zr6iels] {
    margin: 0;
    color: #f1f5f9;
    font-size: 0.875rem;
    line-height: 1.6;
}

.dental-hero__audience-card[b-8u8zr6iels] {
    margin-top: 2rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.05);
    padding: 1.25rem;
}

.dental-hero__audience-card h3[b-8u8zr6iels] {
    margin: 0;
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 500;
}

.dental-hero__audience-card p[b-8u8zr6iels] {
    margin: 0.75rem 0 0;
    color: #cbd5e1;
    font-size: 0.875rem;
    line-height: 1.75;
}

@media (min-width: 640px) {
    .dental-hero__actions[b-8u8zr6iels] {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (min-width: 1024px) {
    .dental-hero__grid[b-8u8zr6iels] {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    }

    .dental-hero__image[b-8u8zr6iels] {
        height: 24rem;
    }

    .dental-hero__image-card--short .dental-hero__image[b-8u8zr6iels] {
        height: 20rem;
    }

    .dental-hero__image-card--tall .dental-hero__image[b-8u8zr6iels] {
        height: 30rem;
    }
}
/* /Components/Shared/FaqSection.razor.rz.scp.css */
.faq-section[b-zrxp1bje17] {
    background: #f1f5f9;
    padding: 5rem 0;
}

.faq-section--white[b-zrxp1bje17] {
    background: #ffffff;
}

.faq-section__shell[b-zrxp1bje17] {
    width: min(100% - 2rem, 64rem);
    margin: 0 auto;
}

.faq-section__heading[b-zrxp1bje17] {
    text-align: center;
}

.faq-section__heading h2[b-zrxp1bje17] {
    margin: 0;
    color: #020617;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.045em;
}

.faq-section__list[b-zrxp1bje17] {
    margin-top: 3rem;
    border-top: 1px solid #cbd5e1;
    border-bottom: 1px solid #cbd5e1;
}

.faq-section__item[b-zrxp1bje17] {
    padding: 1.5rem 0;
}

.faq-section__item + .faq-section__item[b-zrxp1bje17] {
    border-top: 1px solid #cbd5e1;
}

.faq-section__button[b-zrxp1bje17] {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    border: 0;
    background: transparent;
    padding: 0;
    text-align: left;
    cursor: pointer;
}

.faq-section__button h3[b-zrxp1bje17] {
    margin: 0;
    color: #020617;
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 500;
}

.faq-section__icon[b-zrxp1bje17] {
    display: flex;
    height: 2rem;
    width: 2rem;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 2rem;
    line-height: 1;
    transition: color 180ms ease;
}

.faq-section__button:hover .faq-section__icon[b-zrxp1bje17],
.faq-section__button:focus-visible .faq-section__icon[b-zrxp1bje17] {
    color: #0369a1;
}

.faq-section__button:focus-visible[b-zrxp1bje17] {
    outline: 2px solid #7dd3fc;
    outline-offset: 0.35rem;
    border-radius: 0.5rem;
}

.faq-section__answer[b-zrxp1bje17] {
    margin-top: 1rem;
    max-width: 56rem;
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.75;
}

.faq-section__answer p[b-zrxp1bje17] {
    margin: 0;
}

.faq-section__link[b-zrxp1bje17] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.75rem;
    color: #0284c7;
    font-size: 0.875rem;
    font-weight: 800;
    text-decoration: none;
}

.faq-section__link:hover[b-zrxp1bje17],
.faq-section__link:focus-visible[b-zrxp1bje17] {
    color: #0369a1;
    text-decoration: underline;
    text-underline-offset: 0.25rem;
    outline: none;
}
/* /Components/Shared/Features/FeatureTabSection.razor.rz.scp.css */
.feature-item[b-mwptcc5ytm] {
    display: flex;
    flex-wrap: wrap;
    padding-top: 9vh;
    padding-bottom: 9vh;
}

.feature-item:not(:last-child)[b-mwptcc5ytm] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.feature-item > [class*="col-"][b-mwptcc5ytm] {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
}

.feature-item > .col-11[b-mwptcc5ytm] {
    width: 91.66666667%;
    max-width: 91.66666667%;
}

.feature-item > .col-12[b-mwptcc5ytm] {
    width: 100%;
    max-width: 100%;
}

.feature-item > .order-1[b-mwptcc5ytm] {
    order: 1;
}

.feature-item > .order-2[b-mwptcc5ytm] {
    order: 2;
}

.feature-item > .text-center[b-mwptcc5ytm] {
    text-align: center;
}

.feature-item > .my-auto[b-mwptcc5ytm] {
    margin-top: auto;
    margin-bottom: auto;
}

.feature-item > .img-fluid[b-mwptcc5ytm] {
    height: auto;
}

.feature-item[b-mwptcc5ytm]  .feature-title {
    text-align: left;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.24px;
    color: #000000;
    opacity: 1;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .feature-item[b-mwptcc5ytm]  .feature-title {
        font-size: 16px;
    }
}

.feature-item[b-mwptcc5ytm]  .feature-subtitle {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.16px;
    color: #000000;
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .feature-item[b-mwptcc5ytm]  .feature-subtitle {
        font-size: 14px;
    }
}

.feature-item[b-mwptcc5ytm]  .feature-text {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.34px;
    color: rgba(0, 0, 0, 0.54);
}

.feature-item[b-mwptcc5ytm]  .feature-img {
    max-width: 300px;
    min-width: 250px;
}

.feature-animate[b-mwptcc5ytm] {
    opacity: 1;
    transform: translateX(0);
    transition:
        opacity 0.85s ease,
        transform 0.85s ease;
    will-change: opacity, transform;
}

.feature-item > .feature-animate + .feature-animate[b-mwptcc5ytm] {
    transition-delay: 0.08s;
}

.feature-animate.feature-animate-ready[data-aos="fade-right"][b-mwptcc5ytm] {
    opacity: 0;
    transform: translateX(-32px);
}

.feature-animate.feature-animate-ready[data-aos="fade-left"][b-mwptcc5ytm] {
    opacity: 0;
    transform: translateX(32px);
}

.feature-animate.feature-animate-ready.is-visible[b-mwptcc5ytm] {
    opacity: 1;
    transform: translateX(0);
}

.feature-item[b-mwptcc5ytm]  .feature-more-text {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
    transition:
        max-height 0.85s ease,
        opacity 0.5s ease,
        margin-top 0.5s ease;
}

.feature-item[b-mwptcc5ytm]  .feature-more-text.expanded {
    max-height: 900px;
    opacity: 1;
    margin-top: 12px;
}

.feature-item[b-mwptcc5ytm]  .learn-more {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    appearance: none;
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 16px;
    font: inherit;
    padding-right: 10px;
    text-align: left;
    white-space: nowrap;
}

.feature-item[b-mwptcc5ytm]  .learn-more:focus-visible {
    outline: none;
}

.feature-item[b-mwptcc5ytm]  .hover-green {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

.feature-item[b-mwptcc5ytm]  .hover-green img {
    margin-top: -3px;
    width: 20px;
    height: 20px;
    filter: invert(57%) sepia(1%) saturate(0%) hue-rotate(305deg) brightness(164%) contrast(92%);
}

.feature-item[b-mwptcc5ytm]  .hover-green:hover {
    color: #8ad022 !important;
}

.feature-item[b-mwptcc5ytm]  .hover-green:hover img {
    filter: none;
}

@media (min-width: 768px) {
    .feature-item > .col-md-3[b-mwptcc5ytm] {
        width: 25%;
        max-width: 25%;
    }

    .feature-item > .col-md-6[b-mwptcc5ytm] {
        width: 50%;
        max-width: 50%;
    }

    .feature-item > .offset-md-3[b-mwptcc5ytm] {
        margin-left: 25%;
    }

    .feature-item > .order-md-1[b-mwptcc5ytm] {
        order: 1;
    }

    .feature-item > .order-md-2[b-mwptcc5ytm] {
        order: 2;
    }

    .feature-item > .text-md-start[b-mwptcc5ytm] {
        text-align: left;
    }

    .feature-item > .text-md-end[b-mwptcc5ytm] {
        text-align: right;
    }

    .feature-item > .ps-md-0[b-mwptcc5ytm] {
        padding-left: 0;
    }

    .feature-item > .pe-md-0[b-mwptcc5ytm] {
        padding-right: 0;
    }
}

@media (min-width: 1400px) {
    .feature-item > .col-xxl-3[b-mwptcc5ytm] {
        width: 25%;
        max-width: 25%;
    }

    .feature-item > .col-xxl-6[b-mwptcc5ytm] {
        width: 50%;
        max-width: 50%;
    }

    .feature-item > .offset-xxl-3[b-mwptcc5ytm] {
        margin-left: 25%;
    }
}

@media (max-width: 768px) {
    .feature-item[b-mwptcc5ytm]  .feature-img {
        max-width: 220px !important;
        min-width: 180px !important;
        margin-bottom: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .feature-animate[b-mwptcc5ytm],
    .feature-animate.feature-animate-ready[b-mwptcc5ytm],
    .feature-item[b-mwptcc5ytm]  .feature-more-text {
        transition: none;
        transition-delay: 0s;
    }

    .feature-animate.feature-animate-ready[b-mwptcc5ytm] {
        opacity: 1;
        transform: translateX(0);
    }
}
/* /Components/Shared/Mvc/MvcBenefitsGrid.razor.rz.scp.css */
.main-benefits[b-9k9jtp8i12] {
    position: relative;
    margin-bottom: 70px;
}

.section-title[b-9k9jtp8i12] {
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 48px;
    font-weight: 300;
}

.mb-5[b-9k9jtp8i12] {
    margin-bottom: 3rem;
}

.mb-104[b-9k9jtp8i12] {
    margin-bottom: 104px;
}

.main-benefits__grid[b-9k9jtp8i12] {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1.5rem;
    justify-items: center;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.main-benefits[b-9k9jtp8i12]  .box {
    display: flex;
    min-height: 375px;
    width: 100%;
    max-width: 317px;
    flex-direction: column;
    padding: 24px 16px 24px 24px;
    border-radius: 24px 0;
    background-color: #ffffff;
    box-shadow:
        inset 0 0 3px rgba(0, 0, 0, 0.07),
        0 3px 4px rgba(0, 0, 0, 0.07);
}

.main-benefits-oilgas[b-9k9jtp8i12]  .box {
    height: 375px;
    max-width: none;
}

.main-benefits[b-9k9jtp8i12]  .box-header {
    height: 60px;
    margin-bottom: 24px;
}

.main-benefits[b-9k9jtp8i12]  .box-circle {
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.main-benefits-health[b-9k9jtp8i12]  .box-circle {
    background-color: #7fa83d;
}

.main-benefits-construction[b-9k9jtp8i12]  .box-circle {
    background-color: #41868f;
}

.main-benefits-manufacturing[b-9k9jtp8i12]  .box-circle {
    background-color: #e67228;
}

.main-benefits-oilgas[b-9k9jtp8i12]  .box-circle {
    background-color: #00386b;
}

.main-benefits[b-9k9jtp8i12]  .box-body .title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.main-benefits[b-9k9jtp8i12]  .box-body p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
}

.main-benefits-health .main-benefits__grid[b-9k9jtp8i12] {
    justify-items: stretch;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.main-benefits-oilgas .main-benefits__grid[b-9k9jtp8i12] {
    grid-template-columns: repeat(3, minmax(0, 283px));
    justify-content: center;
}

.bg-grey[b-9k9jtp8i12] {
    height: 336px;
    margin-top: -240px;
    background: #f4f7fb;
}

@media (max-width: 1600px) {
    .section-title[b-9k9jtp8i12] {
        font-size: 28px;
        line-height: unset;
    }
}

@media (max-width: 1200px) {
    .mb-104[b-9k9jtp8i12] {
        margin-bottom: 50px;
    }
}

@media (max-width: 992px) {
    .section-title[b-9k9jtp8i12] {
        font-size: 24px;
    }

    .main-benefits__grid[b-9k9jtp8i12],
    .main-benefits-health .main-benefits__grid[b-9k9jtp8i12] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .main-benefits-oilgas .main-benefits__grid[b-9k9jtp8i12] {
        grid-template-columns: repeat(2, 317px);
        column-gap: 52px;
        row-gap: 30px;
    }

    .main-benefits-construction[b-9k9jtp8i12]  .box-3,
    .main-benefits-manufacturing[b-9k9jtp8i12]  .box-3,
    .main-benefits-oilgas[b-9k9jtp8i12]  .box-3 {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .mb-104[b-9k9jtp8i12] {
        margin-bottom: 40px;
    }

    .section-title[b-9k9jtp8i12] {
        font-size: 18px;
    }

    .bg-grey[b-9k9jtp8i12] {
        display: none;
    }

    .main-benefits__grid[b-9k9jtp8i12],
    .main-benefits-health .main-benefits__grid[b-9k9jtp8i12],
    .main-benefits-oilgas .main-benefits__grid[b-9k9jtp8i12] {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.5rem;
    }

    .main-benefits[b-9k9jtp8i12]  .box {
        width: 100%;
        max-width: none;
        min-height: auto;
        padding: 16px;
    }

    .main-benefits-oilgas[b-9k9jtp8i12]  .box {
        height: auto;
    }

    .main-benefits[b-9k9jtp8i12]  .box-header {
        height: 45px;
        margin-bottom: 12px;
    }

    .main-benefits[b-9k9jtp8i12]  .box-circle {
        width: 45px;
        height: 45px;
    }

    .main-benefits[b-9k9jtp8i12]  .box-circle svg {
        width: 50%;
        height: auto;
    }

    .main-benefits[b-9k9jtp8i12]  .box-body .title,
    .main-benefits[b-9k9jtp8i12]  .box-body p {
        font-size: 14px;
    }
}
/* /Components/Shared/Mvc/MvcButton.razor.rz.scp.css */
.mvc-btn[b-406uwx7i0k] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 168px;
    width: 100%;
    height: 48px;
    padding: 11px 16px;
    border: 1px solid transparent;
    border-radius: 28px 28px 0 28px;
    cursor: pointer;
    text-decoration: none;
    transition:
        background-color 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease,
        color 180ms ease;
}

.mvc-btn--green[b-406uwx7i0k] {
    background-color: #8ad023;
    border-color: #8ad023;
    color: #ffffff;
}

.mvc-btn--green:hover[b-406uwx7i0k],
.mvc-btn--green:focus-visible[b-406uwx7i0k] {
    background-color: #6fb10c;
    border-color: transparent;
    outline: none;
}

.mvc-btn--light-green[b-406uwx7i0k] {
    background-color: transparent;
    border-color: #8ad023;
    color: #000000;
    box-shadow: 0 2px 2px #ffffff;
}

.mvc-btn--light-green:hover[b-406uwx7i0k],
.mvc-btn--light-green:focus-visible[b-406uwx7i0k] {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    border-color: #8ad023;
    outline: none;
}

.mb-30-tablet[b-406uwx7i0k] {
    margin-bottom: 30px;
}

.mb-30-mobile[b-406uwx7i0k] {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .mvc-btn[b-406uwx7i0k] {
        max-width: 202px;
        width: 201px;
    }
}

@media (max-width: 768px) {
    .mvc-btn[b-406uwx7i0k] {
        width: 200px;
    }
}

@media (max-width: 576px) {
    .mvc-btn--mobile-full[b-406uwx7i0k] {
        width: 100%;
    }

    .mb-30-mobile[b-406uwx7i0k] {
        margin-bottom: 30px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mvc-btn[b-406uwx7i0k],
    .mvc-btn:hover[b-406uwx7i0k],
    .mvc-btn:focus-visible[b-406uwx7i0k] {
        transition: none;
    }
}
/* /Components/Shared/Mvc/MvcHeroBanner.razor.rz.scp.css */
.top-banner[b-wbp8ghq1ya] {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 800px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-banner-health[b-wbp8ghq1ya] {
    background-image: url("/images/services/healthcare/top-banner.png");
    background-position: 100% center;
}

.top-banner-construction[b-wbp8ghq1ya] {
    background-image: url("/images/services/construction/top-banner.png");
    background-position-y: -120px;
}

.top-banner-manufacturing[b-wbp8ghq1ya] {
    background-image: url("/images/services/manufacturing/top-banner.png");
    background-position: -135px center;
}

.top-banner-oilgas[b-wbp8ghq1ya] {
    background-image: url("/images/services/oil-gas/top-banner.png");
    background-position: 40% center;
}

.top-banner__shell[b-wbp8ghq1ya] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    width: min(calc(100% - 3rem), 1280px);
    height: 100%;
    margin: 0 auto;
}

.top-banner-oilgas .top-banner__shell[b-wbp8ghq1ya] {
    width: 100%;
    margin: 0;
}

.left-block[b-wbp8ghq1ya] {
    width: min(100%, 650px);
    max-width: 650px;
    padding: 93px 65px 93px 150px;
    background-color: rgba(255, 255, 255, 0.9);
}

.top-banner-oilgas .left-block[b-wbp8ghq1ya] {
    width: 58.333333%;
    max-width: none;
    min-height: 400px;
}

.page-title[b-wbp8ghq1ya] {
    max-width: 470px;
    width: 100%;
    font-size: 36px;
    line-height: 54px;
    font-weight: 500;
    letter-spacing: 2.02px;
}

.top-banner-health .page-title[b-wbp8ghq1ya] {
    max-width: 530px;
}

.mb-4[b-wbp8ghq1ya] {
    margin-bottom: 1.5rem;
}

.mb-104[b-wbp8ghq1ya] {
    margin-bottom: 104px;
}

.top-banner[b-wbp8ghq1ya]  .text {
    margin-bottom: 48px;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.48px;
}

.top-banner[b-wbp8ghq1ya]  .subtitle {
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0.48px;
}

.top-banner__actions[b-wbp8ghq1ya] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2.25rem;
}

.top-banner-health .top-banner__actions[b-wbp8ghq1ya] {
    flex-wrap: nowrap;
    gap: 2rem;
}

@media (max-width: 1600px) {
    .page-title[b-wbp8ghq1ya] {
        font-size: 28px;
        line-height: unset;
    }

    .top-banner-manufacturing[b-wbp8ghq1ya] {
        background-position-x: -450px;
    }

    .left-block[b-wbp8ghq1ya] {
        padding-left: 90px;
    }

    .top-banner[b-wbp8ghq1ya]  .text {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 32px;
    }

    .top-banner[b-wbp8ghq1ya]  .subtitle {
        font-size: 16px;
        line-height: 40px;
    }

    .top-banner-oilgas[b-wbp8ghq1ya]  .subtitle {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 1400px) {
    .left-block[b-wbp8ghq1ya] {
        padding: 50px 90px;
    }
}

@media (max-width: 1200px) {
    .mb-104[b-wbp8ghq1ya] {
        margin-bottom: 50px;
    }

    .top-banner[b-wbp8ghq1ya] {
        height: 700px;
    }

    .top-banner-manufacturing[b-wbp8ghq1ya] {
        background-position-x: -559px;
    }

    .left-block[b-wbp8ghq1ya] {
        padding: 32px 50px 32px 70px;
    }

    .top-banner-oilgas .left-block[b-wbp8ghq1ya] {
        width: 66.666667%;
        min-height: 300px;
    }

    .top-banner[b-wbp8ghq1ya]  .text {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .top-banner-oilgas[b-wbp8ghq1ya]  .subtitle {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 992px) {
    .page-title[b-wbp8ghq1ya] {
        font-size: 24px;
    }

    .top-banner-oilgas .top-banner__shell[b-wbp8ghq1ya] {
        width: 100%;
    }

    .top-banner-oilgas .left-block[b-wbp8ghq1ya] {
        width: 75%;
    }
}

@media (max-width: 768px) {
    .mb-104[b-wbp8ghq1ya] {
        margin-bottom: 40px;
    }

    .page-title[b-wbp8ghq1ya] {
        font-size: 18px;
    }

    .top-banner-health[b-wbp8ghq1ya],
    .top-banner-manufacturing[b-wbp8ghq1ya],
    .top-banner-oilgas[b-wbp8ghq1ya] {
        height: 500px;
    }

    .top-banner-construction[b-wbp8ghq1ya] {
        height: 600px;
        background-position-x: unset;
        background-size: 100% 100%;
    }

    .top-banner-manufacturing[b-wbp8ghq1ya] {
        background-position: 100% 100%;
    }

    .top-banner-manufacturing .page-title[b-wbp8ghq1ya] {
        max-width: unset;
    }

    .top-banner-health[b-wbp8ghq1ya] {
        margin-bottom: 350px;
    }

    .top-banner-health .left-block[b-wbp8ghq1ya] {
        margin-top: 120px;
    }

    .top-banner-manufacturing .left-block[b-wbp8ghq1ya] {
        margin-top: 200px;
    }

    .top-banner-oilgas .left-block[b-wbp8ghq1ya] {
        width: 75%;
        min-height: auto;
        margin-top: 250px;
    }

    .left-block[b-wbp8ghq1ya] {
        padding: 25px;
    }

    .top-banner[b-wbp8ghq1ya]  .text,
    .top-banner[b-wbp8ghq1ya]  .subtitle {
        font-size: 14px;
        line-height: 20px;
    }

    .top-banner__actions[b-wbp8ghq1ya] {
        gap: 0.75rem;
    }
}

@media (max-width: 576px) {
    .top-banner[b-wbp8ghq1ya] {
        align-items: flex-start;
        height: 188px;
        overflow: visible;
        background-size: cover;
    }

    .top-banner-health[b-wbp8ghq1ya] {
        height: auto;
        margin-bottom: 40px;
    }

    .top-banner-construction[b-wbp8ghq1ya] {
        background-position-y: -25px;
        margin-bottom: 370px;
    }

    .top-banner-manufacturing[b-wbp8ghq1ya] {
        margin-bottom: 400px;
    }

    .top-banner-oilgas[b-wbp8ghq1ya] {
        margin-bottom: 160px;
    }

    .top-banner__shell[b-wbp8ghq1ya] {
        align-items: flex-start;
    }

    .top-banner-health .left-block[b-wbp8ghq1ya] {
        margin-top: 120px;
    }

    .top-banner-construction .left-block[b-wbp8ghq1ya] {
        margin-top: 550px;
    }

    .top-banner-manufacturing .left-block[b-wbp8ghq1ya] {
        margin-top: 570px;
    }

    .top-banner-oilgas .left-block[b-wbp8ghq1ya] {
        width: 100%;
        margin-top: 250px;
    }

    .top-banner__actions[b-wbp8ghq1ya] {
        flex-direction: column;
        align-items: flex-start;
    }

    .top-banner-health .top-banner__actions[b-wbp8ghq1ya] {
        align-items: stretch;
    }
}
/* /Components/Shared/Mvc/MvcPricingCard.razor.rz.scp.css */
.block[b-dmjdeh5hqk] {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin: auto;
    padding: 24px 0 36px;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 1px 4px #bdbdbd;
    transition: all 0.5s ease;
}

.title[b-dmjdeh5hqk] {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}

.title-border[b-dmjdeh5hqk] {
    width: 105px;
    height: 2px;
    margin: auto;
    margin-bottom: 12px;
    border: 0;
    border-radius: 10px;
    opacity: 1;
}

.purple-border[b-dmjdeh5hqk] {
    background-color: #8622d0;
}

.blue-border[b-dmjdeh5hqk] {
    background-color: #14b6de;
}

.block__info[b-dmjdeh5hqk] {
    margin: 0 24px 48px;
    border-bottom: 1px solid #dbdbdb;
}

.block__info--padded[b-dmjdeh5hqk] {
    padding: 31px 0 20px;
}

.price[b-dmjdeh5hqk] {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.price[b-dmjdeh5hqk]  .fw-normal {
    font-weight: 400;
}

.user[b-dmjdeh5hqk] {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.16px;
}

.btn-block[b-dmjdeh5hqk] {
    display: flex;
    justify-content: center;
}

.block-blue-active[b-dmjdeh5hqk] {
    border: 1px solid #14b6de;
}

.block-purple:hover[b-dmjdeh5hqk] {
    border: 1px solid #8622d0;
}

.block-blue:hover[b-dmjdeh5hqk] {
    border: 1px solid #14b6de;
}

.block-blue-active .btn-block[b-dmjdeh5hqk]  .mvc-btn--light-green,
.block-purple:hover .btn-block[b-dmjdeh5hqk]  .mvc-btn--light-green {
    background-color: #6fb10c;
    color: #ffffff;
}

@media (max-width: 1200px) {
    .title[b-dmjdeh5hqk] {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .block[b-dmjdeh5hqk] {
        margin-bottom: 40px;
        padding: 24px 0;
    }

    .price[b-dmjdeh5hqk],
    .user[b-dmjdeh5hqk] {
        font-size: 14px;
    }
}
/* /Components/Shared/Mvc/MvcPricingCards.razor.rz.scp.css */
.pricing-plans[b-r4lv3yzg6k] {
    position: relative;
}

.section-title[b-r4lv3yzg6k] {
    margin-bottom: 55px;
    font-size: 36px;
    line-height: 48px;
    font-weight: 300;
}

.mb-104[b-r4lv3yzg6k] {
    margin-bottom: 104px;
}

.pricing-plans__grid[b-r4lv3yzg6k] {
    display: grid;
    min-height: 400px;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    grid-template-columns: repeat(2, minmax(0, 350px));
}

.pricing-plans-health .pricing-plans__grid[b-r4lv3yzg6k] {
    gap: 2rem;
}

.pricing-plans-oilgas .pricing-plans__grid[b-r4lv3yzg6k] {
    gap: 162px;
}

.pricing-plans-health[b-r4lv3yzg6k]  .block-purple:hover,
.pricing-plans-health[b-r4lv3yzg6k]  .block-blue:hover {
    border: 1px solid transparent;
}

@media (max-width: 1600px) {
    .section-title[b-r4lv3yzg6k] {
        font-size: 28px;
        line-height: unset;
    }
}

@media (max-width: 1200px) {
    .mb-104[b-r4lv3yzg6k] {
        margin-bottom: 50px;
    }
}

@media (max-width: 992px) {
    .section-title[b-r4lv3yzg6k] {
        font-size: 24px;
    }

    .pricing-plans__grid[b-r4lv3yzg6k] {
        gap: 2rem;
    }

    .pricing-plans-oilgas .pricing-plans__grid[b-r4lv3yzg6k] {
        grid-template-columns: repeat(2, minmax(0, 345px));
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .mb-104[b-r4lv3yzg6k] {
        margin-bottom: 40px;
    }

    .section-title[b-r4lv3yzg6k] {
        font-size: 18px;
    }

    .pricing-plans__grid[b-r4lv3yzg6k],
    .pricing-plans-oilgas .pricing-plans__grid[b-r4lv3yzg6k] {
        min-height: auto;
        grid-template-columns: minmax(0, 1fr);
        gap: 1.5rem;
    }
}
/* /Components/Shared/RelatedTakeawaysSection.razor.rz.scp.css */
.related-takeaways[b-88oothcf81] {
    background: #f1f5f9;
    padding: 5rem 0;
}

.related-takeaways__shell[b-88oothcf81] {
    width: min(100% - 2rem, 1280px);
    margin: 0 auto;
}

.related-takeaways__grid[b-88oothcf81] {
    display: grid;
    gap: 2.5rem;
    align-items: center;
}

.related-takeaways__copy h2[b-88oothcf81] {
    margin: 0;
    color: #020617;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.045em;
}

.related-takeaways__copy p[b-88oothcf81] {
    margin: 1.25rem 0 0;
    color: #64748b;
    font-size: 1.125rem;
    line-height: 1.8;
}

.related-takeaways__card[b-88oothcf81] {
    border-radius: 2rem;
    background: #0f172a;
    color: #ffffff;
    padding: 2rem;
    box-shadow: 0 25px 50px rgba(15, 23, 42, 0.16);
}

.related-takeaways__label[b-88oothcf81] {
    color: #7dd3fc;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.related-takeaways__links[b-88oothcf81] {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.related-takeaways__link[b-88oothcf81] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1rem;
    color: #f1f5f9;
    font-size: 0.875rem;
    line-height: 1.5;
    text-decoration: none;
    transition: color 180ms ease;
}

.related-takeaways__link:last-child[b-88oothcf81] {
    border-bottom: 0;
    padding-bottom: 0;
}

.related-takeaways__link span:first-child[b-88oothcf81] {
    display: block;
    height: 0.625rem;
    width: 0.625rem;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #7dd3fc;
}

.related-takeaways__link:hover[b-88oothcf81],
.related-takeaways__link:focus-visible[b-88oothcf81] {
    color: #bae6fd;
    outline: none;
}

@media (min-width: 1024px) {
    .related-takeaways__grid[b-88oothcf81] {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    }
}
