/* /Components/CookieConsent.razor.rz.scp.css */
.cookie-consent-banner[b-uzz828ufrj] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    animation: slideUp-b-uzz828ufrj 0.5s ease-out;
}

@keyframes slideUp-b-uzz828ufrj {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
}

.cookie-consent-banner a[b-uzz828ufrj] {
    text-decoration: underline;
}

.cookie-consent-banner a:hover[b-uzz828ufrj] {
    color: #fff !important;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-x9v8088sym] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.skip-link[b-x9v8088sym] {
    position: absolute;
    top: -40px;
    left: 0;
    background: #1b6ec2;
    color: white;
    padding: 8px;
    z-index: 100;
    transition: top 0.2s;
}

.skip-link:focus[b-x9v8088sym] {
    top: 0;
}

main[b-x9v8088sym] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.content[b-x9v8088sym] {
    flex: 1;
}

.footer[b-x9v8088sym] {
    background-color: #f7f7f7;
    border-top: 1px solid #d6d5d5;
}

.sidebar[b-x9v8088sym] {
    background-image: linear-gradient(180deg, rgb(85 23 23) 70%, rgb(219 189 152) 100%);
}

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

.top-row-logo[b-x9v8088sym] {
    height: 5rem;
    width: auto;
    align-content:stretch;
}

.top-row-links[b-x9v8088sym] {
    display: flex;
    align-items: center;
}

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

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

@media (max-width: 640.98px) {
    .top-row-links a[b-x9v8088sym], .top-row-links .btn-link[b-x9v8088sym] {
        margin-left: 0.75rem;
    }
}

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

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

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

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

    .top-row[b-x9v8088sym], article[b-x9v8088sym], [b-x9v8088sym] .ad-pane {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-4o3ywsns6j] {
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0.5rem;
}

.navbar-toggler:focus[b-4o3ywsns6j] {
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

.navbar-toggler-icon[b-4o3ywsns6j] {
    filter: invert(1);
}

.top-row[b-4o3ywsns6j] {
    min-height: 3.5rem;
    background-color: rgb(85 23 23);
}

.navbar-brand[b-4o3ywsns6j] {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
}

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

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

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

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

.bi-book-nav-menu[b-4o3ywsns6j] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-book' viewBox='0 0 16 16'%3E%3Cpath d='M1 2.828c.885-.37 2.154-.769 3.388-.893 1.33-.134 2.458.063 3.112.752v9.746c-.935-.53-2.12-.603-3.213-.493-1.18.12-2.37.461-3.287.811V2.828zm7.5.141c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492V2.969zM8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783z'/%3E%3C/svg%3E");
}

.bi-info-circle-nav-menu[b-4o3ywsns6j] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-info-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 1 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 1 0 0 16z'/%3E%3Cpath d='m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z'/%3E%3C/svg%3E");
}

.bi-envelope-nav-menu[b-4o3ywsns6j] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-envelope' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2zm13 2.383-4.708 2.825L15 11.105V5.383zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741zM1 11.105l4.708-2.897L1 5.383v5.722z'/%3E%3C/svg%3E");
}

.bi-chevron-down[b-4o3ywsns6j] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    transition: transform 0.3s ease;
    width: 0.8rem;
    height: 0.8rem;
}

.bi-chevron-down.rotate[b-4o3ywsns6j] {
    transform: rotate(180deg);
}

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

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

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

.nav-item[b-4o3ywsns6j]  a, .nav-item .clickable[b-4o3ywsns6j] {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    cursor: pointer;
    text-decoration: none;
}

.nav-item .clickable:hover[b-4o3ywsns6j] {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-item.sub-item[b-4o3ywsns6j] {
    font-size: 0.8rem;
    padding-bottom: 0.2rem;
}

.nav-item.sub-item[b-4o3ywsns6j]  a {
    height: 2rem;
    line-height: 2rem;
    padding-left: 1rem;
}

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

.nav-item[b-4o3ywsns6j]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

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

    .top-row[b-4o3ywsns6j] {
        display: none;
    }

    .collapse[b-4o3ywsns6j] {
        display: block;
    }

    .nav-scrollable[b-4o3ywsns6j] {
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/BlogPostPage.razor.rz.scp.css */

.blog-content[b-g2pn59m6ub] {
    font-style: normal;
    color: #222;
    border-bottom: 2px solid #ddd;
    padding-bottom: 25em;
}



h1.fw-bold[b-g2pn59m6ub] {
    font-size: 3em;
    font-weight: 400;
}

.lead[b-g2pn59m6ub] {
    font-size: 1em;
    font-weight: 600;
    border: 1px solid black;
    padding: 1rem;
}
