/* /Components/Home/PageHeroComponent.razor.rz.scp.css */
.home-hero[b-t69hhytl6g] {
    overflow: hidden;
}

.logo-orange[b-t69hhytl6g] {
    color: #f7941d;
}

.logo-blue[b-t69hhytl6g] {
    color: blue;
/*    color: #00aeef;  */
}

.home-hero-image[b-t69hhytl6g] {
    position: relative;
    max-width: 46rem;
    margin-inline: auto;
    padding: 1rem 0.75rem 1.75rem 1rem;
    isolation: isolate;
}

    .home-hero-image[b-t69hhytl6g]::before {
        content: "";
        position: absolute;
        inset: 7% 1% 4% 9%;
        background: linear-gradient(140deg, rgba(var(--bs-primary-rgb), 0.16), rgba(13, 110, 253, 0.04) 55%, rgba(255, 193, 7, 0.2));
        border-radius: 32% 68% 58% 42% / 42% 30% 70% 58%;
        transform: rotate(-7deg);
        z-index: -2;
    }

    .home-hero-image[b-t69hhytl6g]::after {
        content: "";
        position: absolute;
        inset: auto auto 0.5rem 0;
        width: 10rem;
        height: 10rem;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.95) 0%, rgba(var(--bs-primary-rgb), 0.12) 55%, rgba(var(--bs-primary-rgb), 0) 72%);
        z-index: -1;
    }

    .home-hero-image[b-t69hhytl6g]  picture {
        display: block;
    }

    .home-hero-image[b-t69hhytl6g]  .hero-photo {
        display: block;
        width: 100%;
        aspect-ratio: 5 / 4;
        object-fit: cover;
        object-position: 58% center;
        border: 0.5rem solid rgba(255, 255, 255, 0.92);
        border-radius: 28% 72% 66% 34% / 32% 30% 70% 68%;
        box-shadow: 0 1.75rem 4rem rgba(15, 23, 42, 0.18);
        transform: rotate(2deg);
    }

@media (max-width: 991.98px) {
    .home-hero-image[b-t69hhytl6g] {
        padding: 0.5rem 0.25rem 1.25rem;
    }

        .home-hero-image[b-t69hhytl6g]::before {
            inset: 4% 0 6% 4%;
            transform: rotate(-4deg);
        }

        .home-hero-image[b-t69hhytl6g]  .hero-photo {
            aspect-ratio: 4 / 3;
            border-radius: 1.75rem 4.5rem 2rem 4rem;
            transform: rotate(1deg);
        }
}
/* /Components/Home/ServicesComponent.razor.rz.scp.css */
.logo-orange[b-5pezwjrh8e] {
    color: #f7941d;
}

.logo-blue[b-5pezwjrh8e] {
    color: blue;
/*    color: #00aeef; */
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-437xc9hi7p] {
    position: relative;
    display: flex;
    flex-direction: column;
}

/* Skip Links Accessibility Enhancement */
.skip-links[b-437xc9hi7p] {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 9999;
}

.skip-link[b-437xc9hi7p] {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 0 0 4px 0;
    font-weight: bold;
}

.skip-link:focus[b-437xc9hi7p] {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 10000;
}

main[b-437xc9hi7p] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-437xc9hi7p] {
    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-437xc9hi7p] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Blog/BlogPage.razor.rz.scp.css */
.blog-header-bg-top[b-o0moafrhil] {
    object-position: top center;
}
/* /Components/Pages/Trainings/DatesComponent.razor.rz.scp.css */
.offer-button-image[b-e7jv4n1tn8] {
    height: 2.5rem;
}

.offer-button-text[b-e7jv4n1tn8] {
    font-size: 0.8rem;
    white-space: nowrap;
    pointer-events: none;
    transform: translate(-58%, -50%);
}
/* /Components/Shared/WorkshopProcessComponent.razor.rz.scp.css */
@media (min-width: 992px) {
    .process-step[b-zkymmw7fft] {
        position: relative;
    }

        .process-step:not(:last-child)[b-zkymmw7fft]::after {
            content: "";
            position: absolute;
            top: 50%;
            right: -12px;
            width: 24px;
            border-top: 2px dashed var(--bs-primary);
            opacity: .45;
            transform: translateY(-50%);
            pointer-events: none;
        }
}
