/* _content/Samplator/Components/Footer.razor.rz.scp.css */
footer[b-xp31omzebo]{
    background-color: #3C3956;
    color: white;
}
.footer-columns[b-xp31omzebo]{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3.6rem 0rem;

    @media (max-width: 768px) {
        flex-direction: column;
        gap: 2rem;[b-xp31omzebo]
    }
}
.footer-img[b-xp31omzebo]{
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}
.footer-text[b-xp31omzebo]{
    font-size: 20px;
    line-height: 150%;
    vertical-align: middle;
    color: white;
}
/* _content/Samplator/Components/Header.razor.rz.scp.css */
.header[b-5qro4z6gns]{
    display: flex;
    justify-content: center;
    margin-bottom: 4rem;
}
/* _content/Samplator/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-rrdpe7j3jb] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-rrdpe7j3jb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Samplator/Components/Pages/Home.razor.rz.scp.css */
.header-section[b-tg9v1cin56] {
    background: #3C3956;
    border-bottom-left-radius: 50% 10%;
    border-bottom-right-radius: 50% 10%;
    padding-top: 4rem;

    @media (max-width: 768px) {
        border-bottom-left-radius: 50% 1%;
        border-bottom-right-radius: 50% 1%;[b-tg9v1cin56]
    }
}
.head-section[b-tg9v1cin56] {
    padding-bottom: 6rem;
}
.home-columns[b-tg9v1cin56] {
    display: flex;
    align-items: center;
}

.home-column-track[b-tg9v1cin56] {
    flex: 1;
}

.home-column[b-tg9v1cin56] {
    flex: 1;
}

[b-tg9v1cin56] #scene-1 {
    width: 100% !important;
    height: auto !important;
    border-radius: 0.5rem;
}
.home-title[b-tg9v1cin56]{
    font-weight: 700;
    font-size: 72px;
    line-height: 120%;
    vertical-align: middle;
    padding: 20px;
    color: white;
}
.home-title-sub[b-tg9v1cin56] {
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    vertical-align: middle;
    padding: 16px;
    color: white;
}
.threediv[b-tg9v1cin56] {
    width: 100%;
}
.container[b-tg9v1cin56] {
    padding-bottom: 8rem;
}

.container a[b-tg9v1cin56] {
    color: white;
    text-decoration: underline;
    transition: all 0.2s ease;
}

.container a:hover[b-tg9v1cin56] {
        text-decoration: none;
    }

.promo-columns[b-tg9v1cin56] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;

    @media (max-width: 768px) {
        grid-template-columns: 1fr;[b-tg9v1cin56]
    }
}
.promo-img[b-tg9v1cin56]{
    width: 100%;
    height: auto;
    max-width: 370px;
}
.promo-colum[b-tg9v1cin56] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}
.promo-text[b-tg9v1cin56]{
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #3C3956;
}
.promo-section[b-tg9v1cin56], .demo-section[b-tg9v1cin56], .project-section[b-tg9v1cin56] {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 6rem;
    padding-right: 6rem;

    @media (max-width: 768px) {
        padding-left: 2.4rem;
        padding-right: 2.4rem;[b-tg9v1cin56]
    }
}
.demo-title[b-tg9v1cin56] {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    vertical-align: middle;
    color: #3C3956;
    margin-bottom: 3.2rem
}
.demo-text[b-tg9v1cin56] {
    font-size: 20px;
    line-height: 120%;
    vertical-align: middle;
    color: #3C3956;
    margin-bottom: 1rem;
}
.demo-card[b-tg9v1cin56] {
    display: flex;
    flex-direction: column;
    height: 100%;
}
    .demo-card a[b-tg9v1cin56] {
        text-decoration: none;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

.demo-columns[b-tg9v1cin56] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    align-items: start;

    @media (max-width: 768px) {
        grid-template-columns: 1fr;[b-tg9v1cin56]
    }
}

.demo-column[b-tg9v1cin56] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.demo-img[b-tg9v1cin56] {
    width: 100%;
    object-fit: cover;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.demo-info[b-tg9v1cin56] {
    padding: 2.5rem 3.2rem;
    height: 100%;
    background: #F4F4F4;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    transition: background-color 0.3s ease;
    word-break: break-word; 
    overflow-wrap: break-word;
    white-space: normal;

    @media (max-width: 768px) {
        padding: 1.5rem 2.5rem;[b-tg9v1cin56]
    }
}
.demo-info:hover[b-tg9v1cin56] {
    background-color: #e0e0e0;
}

.demo-info__title[b-tg9v1cin56] {
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    vertical-align: middle;
    color: #3C3956;
    margin-bottom: 1.7rem;
}
.demo-info__text[b-tg9v1cin56] {
    font-size: 16px;
    line-height: 100%;
    vertical-align: middle;
    color: #3C3956;
    line-height: 22px;
}
.project-title[b-tg9v1cin56]{
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    vertical-align: middle;
    color: #3C3956;
    margin-bottom: 1rem
}
.project-text[b-tg9v1cin56]{
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    vertical-align: middle;
    color: #3C3956;
    margin-bottom: 1rem;
}
.project-module1__columns[b-tg9v1cin56], .project-module2__columns[b-tg9v1cin56] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3rem;
}
.project-module1__column[b-tg9v1cin56], .project-module2__column[b-tg9v1cin56] {
    flex: 1;
}
.project-img[b-tg9v1cin56] {
    width: 100%;
    height: auto;
}
.project-module1__title[b-tg9v1cin56]{
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    vertical-align: middle;
    color: #3C3956;
    margin-bottom: 1rem;
}
.project-module2__title[b-tg9v1cin56]{
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    vertical-align: middle;
    color: white;
    margin-bottom: 1rem;
}
.project-module1__text[b-tg9v1cin56]{
    font-size: 16px;
    line-height: 100%;
    vertical-align: middle;
    color: #3C3956;
    line-height: 22px;
}
.project-module2__text[b-tg9v1cin56]{
    font-size: 16px;
    line-height: 100%;
    vertical-align: middle;
    color: white;
    line-height: 22px;
}
.project-module1[b-tg9v1cin56] {
    background: #4EF2A3;
    margin-left: calc(-1.1 * 5rem);
    padding: 2rem;
    background-color: #4EF2A3;
    border-top-right-radius: 14rem;
    border-bottom-right-radius: 14rem;
    margin-top: 3rem;
}
.project-module2[b-tg9v1cin56] {
    background: #3C3956;
    margin-right: calc(-1.1 * 5rem);
    padding: 2rem;
    background-color: #3C3956;
    border-top-left-radius: 14rem;
    border-bottom-left-radius: 14rem;
    margin-top: 3rem;
}

@media (max-width: 800px) {
    .home-columns.secondary[b-tg9v1cin56] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* _content/Samplator/Components/Samplator_Viewer_001.razor.rz.scp.css */
body[b-f9ii5613tt] {
}
