/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-9i7ptur9r2] {
    position: relative;
    display: flex;
    flex-direction: column;
    /*1 line added*/
    background-color: #FFDA9B;
}

main[b-9i7ptur9r2] {
    flex: 1;
    /*1 line added*/
    background-color: #FFDA9B;
}

body[b-9i7ptur9r2] {
    background-color: #FFDA9B;
}

.content[b-9i7ptur9r2] {
    /*1 line added*/
    background-color: #FFDA9B;
}

.Body[b-9i7ptur9r2] {
    background-color: #FFDA9B;
}

.sidebar[b-9i7ptur9r2] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-image: linear-gradient(180deg, #ffd285 2%, rgb(79, 79, 79) 85%);
}

.top-row[b-9i7ptur9r2] {
    /*background-color: #f7f7f7;*/
    background-color: #CCA86C;
    /*border-bottom: 1px solid #d6d5d5;*/
    border-bottom: 2px solid rgb(79, 79, 79);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9i7ptur9r2]  a, .top-row[b-9i7ptur9r2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-9i7ptur9r2]  a:hover, .top-row[b-9i7ptur9r2]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-9i7ptur9r2]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-9i7ptur9r2] {
        justify-content: space-between;
        /*1 line added*/
        display: none;
    }

    .top-row[b-9i7ptur9r2]  a, .top-row[b-9i7ptur9r2]  .btn-link {
        margin-left: 0;
    }

    /*4 lines added*/
    .sidebar[b-9i7ptur9r2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
}

@media (min-width: 641px) and (min-height: 641px) {
    .page[b-9i7ptur9r2] {
        flex-direction: row;
    }

    .sidebar[b-9i7ptur9r2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9i7ptur9r2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-9i7ptur9r2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    /*.top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/
}

@media (min-width: 641px) and (max-height: 640.98px) {
    .page[b-9i7ptur9r2] {
        flex-direction: row;
    }

    .sidebar[b-9i7ptur9r2] {
        width: 200px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9i7ptur9r2] {
        position: initial;
        top: 0;
        z-index: 1;
    }

        .top-row[b-9i7ptur9r2]  a, .top-row[b-9i7ptur9r2]  .btn-link {
            /*white-space: nowrap;*/
            /*margin-left: 0rem;*/
            /*text-decoration: none;*/

            flex: 1;
            text-align: right;
            width: 0;
        }
}

#blazor-error-ui[b-9i7ptur9r2] {
    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-9i7ptur9r2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-gnikes3o3i] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
    z-index: 1;
}

.navbar-toggler:checked[b-gnikes3o3i] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-gnikes3o3i] {
    min-height: 3.5rem;
    /*background-color: rgba(0,0,0,0.4);*/
    background-color: rgba(0,0,0,0.2);
    z-index: 1;
}

/*4 lines added*/
.navbar-toggler:checked ~ .top-row[b-gnikes3o3i] {
    height: 3.5rem;
    background-color: #ffffff;
}

.navbar-brand[b-gnikes3o3i] {
    /*font-size: 1.1rem;*/
    font-size: 1.1rem;
    /*1 line added*/
    /*color: #ffffff;*/
}

.bi[b-gnikes3o3i] {
    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-gnikes3o3i] {
    /*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");*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' 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-gnikes3o3i] {
    /*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");*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' 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-gnikes3o3i] {
    /*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");*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' 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-background {
    background-image: image-set(images/background_black_fill.svg);
}*/

.material-symbols-outlined[b-gnikes3o3i] {
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 40;
    color: black;
    width: 22px;
    height: 22px;
}

.nav-item[b-gnikes3o3i] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-gnikes3o3i] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-gnikes3o3i] {
        padding-bottom: 1rem;
    }

    .nav-item[b-gnikes3o3i]  .nav-link {
        /*color: #d7d7d7;*/
        color: #000000;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-gnikes3o3i]  a.active {
        background-color: rgba(255,255,255,0.37);
        /*color: white;*/
        /*color: rgb(79, 79, 79);*/
        color: rgb(54, 54, 54);
    }

    .nav-item[b-gnikes3o3i]  .nav-link:hover {
        background-color: rgba(255,255,255,0.12);
        /*color: white;*/
        color: rgb(79, 79, 79);
    }

.nav-scrollable[b-gnikes3o3i] {
    display: none;
    z-index: 1;
}

.navbar-toggler:checked ~ .nav-scrollable[b-gnikes3o3i] {
    display: block;
}

/*5 lines added*/
@media (max-width: 640.98px) {
    .navbar-toggler:checked[b-gnikes3o3i] {
        background-color: rgba(255, 255, 255, 0.37);
    }

    .navbar-brand[b-gnikes3o3i] {
        color: #ffffff;
    }

    .bi-house-door-fill-nav-menu[b-gnikes3o3i] {
        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-gnikes3o3i] {
        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-gnikes3o3i] {
        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");
    }

    .material-symbols-outlined[b-gnikes3o3i] {
        color: white;
    }

    .nav-item[b-gnikes3o3i]  .nav-link {
        /*color: #d7d7d7;*/
        color: #ffffff;
    }

    .nav-item[b-gnikes3o3i]  a.active {
        background-color: rgba(255,255,255,0.25);
        /*color: white;*/
        color: rgb(255, 255, 255);
    }

    .nav-item[b-gnikes3o3i]  .nav-link:hover {
        background-color: rgba(255,255,255,0.12);
        /*color: white;*/
        color: rgb(230, 230, 230);
    }
}

@media (min-width: 641px) and (min-height: 641px) {
    .navbar-toggler[b-gnikes3o3i] {
        display: none;
    }

    .nav-scrollable[b-gnikes3o3i] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    /*4 lines added*/
    .top-row[b-gnikes3o3i] {
        background-color: #CCA86C;
        border-bottom: 2px solid rgb(79, 79, 79);
    }

    /*3 lines added*/
    .navbar-brand[b-gnikes3o3i] {
        color: #000000;
    }
}

@media (min-width: 641px) and (max-height: 640.98px) {
    .navbar-toggler[b-gnikes3o3i] {
        display: none;
    }

    .nav-scrollable[b-gnikes3o3i] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .top-row[b-gnikes3o3i] {
        /*min-height: 3.5rem;*/

        /*background-color: #CCA86C;
        border-bottom: 2px solid rgb(79, 79, 79);*/
        background-color: #CCA86C;
        border-bottom: 2px solid rgb(79, 79, 79);
        padding-right: 1rem;
    }

    .navbar-brand[b-gnikes3o3i] {
        /*font-size: 1.1rem;*/
        font-size: 1.1rem;
        /*1 line added*/
        /*color: #ffffff;*/
        line-height: 1.1rem;
        text-wrap: wrap;
        padding: 0px;
        margin: 0px;
        text-align: center;
        color: #000000;
    }

    .nav-item[b-gnikes3o3i]  .nav-link {
        /*color: #d7d7d7;*/
        /*color: #000000;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;*/
        line-height: 1.2rem;
        /*width: 100%;*/
    }
}
/* /Pages/Background.razor.rz.scp.css */
title[b-4t1e01b0sd] {
}

*[b-4t1e01b0sd] {
    box-sizing: border-box;
}

body[b-4t1e01b0sd] {
    background-color: #FFDA9B;
}

#div-body[b-4t1e01b0sd] {
    background-color: #FFDA9B;
    z-index: 0;
}

#header[b-4t1e01b0sd] {
    width: 100%;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #CCA86C;
}

    #header h1[b-4t1e01b0sd] {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0%;
    }

#content[b-4t1e01b0sd] {
    /*width: 75%;*/
    display: block;
    flex-direction: row;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /*align-content: center;*/
    align-self: center;
    z-index: 0;
}




.text-class[b-4t1e01b0sd] {
    margin: 20px 8vw 40px 8vw;
    text-align: center;
}

.title-container-class[b-4t1e01b0sd] {
    display: flex;
    padding: 2vw;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #FFDA9B;
    align-content: center;
    align-self: center;
    justify-content: center;
}

.title-class[b-4t1e01b0sd] {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0%;
}


.image-div[b-4t1e01b0sd], .image-div-alt[b-4t1e01b0sd] {
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
    /*width: 46%;*/
    visibility: initial;
    transition: width 0.3s, height 0.3s, visibility 0s linear 0.3s;
}

    .image-div img[b-4t1e01b0sd], .image-div-alt img[b-4t1e01b0sd] {
        width: 100%
    }

    .image-div.large[b-4t1e01b0sd], .image-div-alt.large[b-4t1e01b0sd] {
        width: 100%;
        /*width: 60vw;*/
        margin-left: auto;
        margin-right: auto;
        visibility: initial;
        transition: width 0.3s, height 0.3s, margin 0s, visibility 0s linear 0s;
    }

/*#background-info-2 {
    width: 46%;
}*/

.background-info.wide[b-4t1e01b0sd], .background-info-alt.wide[b-4t1e01b0sd] {
    width: auto;
    /*margin-left: 2%;
        margin-right: 2%;*/
    margin-left: auto;
    margin-right: auto;
    visibility: initial;
    transition: width 0s, height 0s, visibility 0s linear 0s;
}


.image-container-class[b-4t1e01b0sd], .image-container-class-alt[b-4t1e01b0sd] {
    /*width: 90%;*/
    margin-left: auto;
    margin-right: auto;
    align-self: center;
}

.background-info[b-4t1e01b0sd], .background-info-alt[b-4t1e01b0sd] {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.background-info ul[b-4t1e01b0sd], .background-info-alt ul[b-4t1e01b0sd] {
    align-self: start;
    text-align: start;
}

.background-info p[b-4t1e01b0sd], .background-info-alt p[b-4t1e01b0sd] {
    text-align: start;
}

.last-p[b-4t1e01b0sd] {
    margin-bottom: 0%;
    padding-bottom: 0%;
}





#socials[b-4t1e01b0sd] {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-content: center;
    background-color: transparent;
}

.link-class[b-4t1e01b0sd] {
    margin-left: 13px;
    margin-right: 13px;
    justify-self: center;
    align-self: center;
}

#footer[b-4t1e01b0sd] {
    width: 100%;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #FFDA9B;
}




@media (max-width: 640.98px), (min-width: 641px) and (max-height: 640.98px) {
    .text-class[b-4t1e01b0sd], .background-paragraph[b-4t1e01b0sd], .background-list-item[b-4t1e01b0sd] {
        font-size: 14pt;
    }

    .text-class[b-4t1e01b0sd] {
        margin: 10px 8vw 35px 8vw;
        text-align: center;
    }

    .title-container-class[b-4t1e01b0sd] {
        padding: 3vw;
    }

    /*#image-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-content: center;
    }*/

    .image-container-class[b-4t1e01b0sd], .image-container-class-alt[b-4t1e01b0sd] {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-content: center;
    }

    .image-div[b-4t1e01b0sd], .image-div-alt[b-4t1e01b0sd] {
        margin-top: 6%;
        margin-bottom: 1%;
        width: 86%;
        align-self: center;
    }

    /*#img-3 {
        margin-top: 1%;
    }*/

    .image-div:not(.background-info)[b-4t1e01b0sd], .image-div-alt:not(.background-info-alt)[b-4t1e01b0sd] {
        margin-top: 1%;
    }

    .background-info[b-4t1e01b0sd], .background-info-alt[b-4t1e01b0sd] {
        margin-top: 30px;
        margin-bottom: 0px;
    }

        .background-info ul[b-4t1e01b0sd], .background-info-alt ul[b-4t1e01b0sd] {
            align-self: center;
            text-align: start;
        }

        .background-info p[b-4t1e01b0sd], .background-info-alt p[b-4t1e01b0sd] {
            text-align: center;
        }

    #background-info-2[b-4t1e01b0sd] {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

    #background-info-3[b-4t1e01b0sd] {
        margin-bottom: 20px;
    }

        .background-info.wide[b-4t1e01b0sd], .background-info-alt.wide[b-4t1e01b0sd] {
            width: 86%;
            margin-left: 2%;
            margin-right: 2%;
            visibility: initial;
            transition: width 0s, height 0s, visibility 0s linear 0s;
        }


    .background-unordered-list[b-4t1e01b0sd] {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 641px) and (min-height: 641px) {
    .text-class[b-4t1e01b0sd], .background-paragraph[b-4t1e01b0sd], .background-list-item[b-4t1e01b0sd] {
        font-size: 16pt;
    }

    #background-unordered-list-1[b-4t1e01b0sd] {
        margin-bottom: 3vw;
    }

    #background-unordered-list-2[b-4t1e01b0sd], #background-unordered-list-3[b-4t1e01b0sd] {
        margin-top: 1.5vw;
    }

    /*#background-info-2 {
        transition: width 0.5s, margin 0.5s;
        transition-delay: 3s;
    }*/

    /*#image-container {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
    }*/

    .image-container-class[b-4t1e01b0sd] {
        width: 90%;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .image-container-class-alt[b-4t1e01b0sd] {
        width: 90%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

        .image-container-class-alt.flipped[b-4t1e01b0sd] {
            flex-direction: column;
        }

    #image-container-3[b-4t1e01b0sd] {
        margin-bottom: 20px;
    }

    .image-div[b-4t1e01b0sd], .image-div-alt[b-4t1e01b0sd] {
        margin-top: 2%;
        margin-bottom: 2%;
        width: 46%;
    }

        .image-div.large[b-4t1e01b0sd], .image-div-alt.large[b-4t1e01b0sd] {
            width: 50vw;
        }

    /*#img-1 {
        justify-self: flex-end;
        margin-left: auto;
    }*/
    /*#img-3 {
        justify-self: flex-end;
        align-self: center;
        margin-left: auto;
    }*/

        .image-div:not(.background-info)[b-4t1e01b0sd] {
            justify-self: flex-end;
            align-self: center;
            margin-left: auto;
        }

        .image-div-alt:not(.background-info-alt)[b-4t1e01b0sd] {
            justify-self: flex-start;
            align-self: center;
            margin-right: auto;
        }

        .background-info[b-4t1e01b0sd] {
            justify-self: flex-start;
            align-self: center;
            margin-right: auto;
        }

        .background-info-alt[b-4t1e01b0sd] {
            justify-self: flex-end;
            align-self: center;
            margin-left: auto;
        }
}



@media (hover: hover) and (pointer: fine) {
    .image-div:not(.background-info):hover[b-4t1e01b0sd], .image-div-alt:not(.background-info-alt):hover[b-4t1e01b0sd] {
        background-color: rgb(0, 0, 0, 0.2);
        box-shadow: 0 0 10px 10px rgb(0, 0, 0, 0.4);
        /*transform: translateZ(5px);*/
        cursor: pointer;
    }
}

@media (hover: none) {
    .image-div:hover[b-4t1e01b0sd], .image-div-alt:hover[b-4t1e01b0sd] {
        background-color: rgb(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgb(0, 0, 0, 0);
        /*transform: translateZ(5px);*/
        cursor: default;
    }
}
/* /Pages/CHC_Home.razor.rz.scp.css */

title[b-4sep3bnw1m] {
}

*[b-4sep3bnw1m] {
    box-sizing: border-box;
}

body[b-4sep3bnw1m] {
    background-color: #FFDA9B;
}

#div-body[b-4sep3bnw1m] {
    background-color: #FFDA9B;
}

#header[b-4sep3bnw1m] {
    width: 100%;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #CCA86C;
}

    #header h1[b-4sep3bnw1m] {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0%;
    }

#container[b-4sep3bnw1m] {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*#sidebar {
    width: 25%;
    padding-top: 16px;
    padding-left: 10px;
    padding-right: 10px;
    height: min-content;
    background-color: #FFDA9B;
}

    #sidebar a {
        text-wrap-mode: wrap;
        text-wrap-style: pretty;
        word-wrap: break-word;
        display: block;
        margin-block-start: 0px;
        margin-block-end: 16px;
        text-decoration: none;
        color: #ffffff;
        background-color: #CCA86C;
        padding: 5px;
        border-left: 5px solid #ffffff;
    }*/

#content[b-4sep3bnw1m] {
    /*width: 75%;*/
    width: 100%;
    padding: 20px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /*align-content: center;*/
    align-self: center;
}

#text-container[b-4sep3bnw1m] {
    /*margin-top: 1%;
    margin-bottom: 1%;*/
    margin: 20px 4vw 20px 4vw;
}

#image-container[b-4sep3bnw1m] {
    /*width: 90%;*/
    margin-left: auto;
    margin-right: auto;
    align-self: center;
}

    /*#image-container.has-large-child .image-div:not(.large) {
        display: none;
    }*/

.image-div[b-4sep3bnw1m] {
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
    /*width: 46%;*/
    visibility: initial;
    transition: width 0.3s, height 0.3s, visibility 0s linear 0.3s;
}

    .image-div.large[b-4sep3bnw1m] {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        visibility: initial;
        transition: width 0.3s, height 0.3s, visibility 0s linear 0s;
    }

#background-info.wide[b-4sep3bnw1m] {
    /*width: 100%;
        margin-left: 2%;
        margin-right: 2%;*/
    width: auto;
    margin-left: auto;
    margin-right: auto;
    visibility: initial;
    transition: width 0s, height 0s, visibility 0s linear 0s;
}

    .image-div.not-large[b-4sep3bnw1m] {
        display: none;
    }

    /*#img-1 {
        align-self: flex-end;
        margin-left: auto;
    }*/

        .image-div img[b-4sep3bnw1m] {
            width: 100%
        }

    /*#content p {
        margin-left: auto;
        margin-right: auto;
    }*/

    #content[b-4sep3bnw1m]  a, #content[b-4sep3bnw1m]  .btn-link {
        white-space: nowrap;
        /*margin-left: 1.5rem;*/
        margin-left: auto;
        margin-right: auto;
        text-decoration: none;
    }

        #content[b-4sep3bnw1m]  a:hover, #content[b-4sep3bnw1m]  .btn-link:hover {
            text-decoration: underline;
        }

        #content[b-4sep3bnw1m]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

#message-border[b-4sep3bnw1m] {
    display: flex;
    padding: 3vw;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #FFDA9B;
    align-content: center;
    align-self: center;
    justify-content: center;
}

#background-title[b-4sep3bnw1m] {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0%;
}

#image-container-1[b-4sep3bnw1m] {
    /*width: 90%;*/
    margin-left: auto;
    margin-right: auto;
    align-self: center;
}

#background-info[b-4sep3bnw1m] {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

/*.image-div h4 {
    text-align: center;
    margin-bottom: 20px;
}*/

.image-div p[b-4sep3bnw1m] {
    text-align: start;
    font-size: 14pt;
}

#last-p[b-4sep3bnw1m] {
    margin-bottom: 0%;
    padding-bottom: 0%;
}

#socials[b-4sep3bnw1m] {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-content: center;
    background-color: transparent;
}

/*.logo {
    margin-left: 10px;
    margin-right: 10px;
    justify-self: center;
    align-self: center;
}

#icon-1 {
    padding-top: 8px;
    padding-bottom: 3px;
}*/

.link-class[b-4sep3bnw1m] {
    margin-left: 13px;
    margin-right: 13px;
    justify-self: center;
    align-self: center;
}

#footer[b-4sep3bnw1m] {
    width: 100%;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /*    background-color: #CCA86C;
*/
    background-color: #FFDA9B;
}

@media (max-width: 640.98px), (min-width: 641px) and (max-height: 640.98px) {
    #text-container[b-4sep3bnw1m] {
        margin: 10px 4vw 10px 4vw;
    }

    .text-div[b-4sep3bnw1m], .text-a[b-4sep3bnw1m], .image-div p[b-4sep3bnw1m] {
        font-size: 14pt;
    }

    #message-border[b-4sep3bnw1m] {
        padding: 4vw;
    }

    #image-container[b-4sep3bnw1m] {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-content: center;
    }

    #image-container-1[b-4sep3bnw1m] {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-content: center;
    }

    .image-div[b-4sep3bnw1m] {
        margin-top: 6%;
        margin-bottom: 1%;
        width: 86%;
        align-self: center;
    }

    #img-0[b-4sep3bnw1m] {
        margin-top: 30px;
    }

    #img-1[b-4sep3bnw1m] {
        /*align-self: start;
        margin-left: 2%;*/
    }

    #img-3[b-4sep3bnw1m] {
        margin-top: 1%;
    }

    #background-info[b-4sep3bnw1m] {
        margin-top: 30px;
        margin-bottom: 30px;
    }

        #background-info.wide[b-4sep3bnw1m] {
            width: 86%;
            margin-left: 2%;
            margin-right: 2%;
            visibility: initial;
            transition: width 0s, height 0s, visibility 0s linear 0s;
        }
}

@media (min-width: 641px) and (min-height: 641px) {
    .text-div[b-4sep3bnw1m], .text-a[b-4sep3bnw1m] {
        font-size: 16pt;
    }

    #image-container[b-4sep3bnw1m] {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
    }

    #image-container-1[b-4sep3bnw1m] {
        width: 90%;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .image-div[b-4sep3bnw1m] {
        margin-top: 2%;
        margin-bottom: 2%;
        width: 46%;
    }

        .image-div.large[b-4sep3bnw1m] {
            width: 55vw;
        }

    #img-1[b-4sep3bnw1m] {
        justify-self: flex-end;
        margin-left: auto;
    }

    #img-3[b-4sep3bnw1m] {
        justify-self: flex-end;
        align-self: center;
        margin-left: auto;
    }

    #background-info[b-4sep3bnw1m] {
        justify-self: flex-start;
        align-self: center;
        margin-right: auto;
    }
}



@media (hover: hover) and (pointer: fine) {
    .image-div:not(#background-info):hover[b-4sep3bnw1m] {
        background-color: rgb(0, 0, 0, 0.2);
        box-shadow: 0 0 10px 10px rgb(0, 0, 0, 0.4);
        /*transform: translateZ(5px);*/
        cursor: pointer;
    }
}

@media (hover: none) {
    .image-div:hover[b-4sep3bnw1m] {
        background-color: rgb(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgb(0, 0, 0, 0);
        /*transform: translateZ(5px);*/
        cursor: default;
    }
}
/* /Pages/Coming_soon.razor.rz.scp.css */

title[b-962js8znww] {
}

*[b-962js8znww] {
    box-sizing: border-box;
}

html[b-962js8znww], body[b-962js8znww] {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
}

body[b-962js8znww] {
    background-color: #FFDA9B;
    /*min-height: 100vh;*/
}

#div-body[b-962js8znww] {
    background-color: #FFDA9B;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 8%;
    padding-right: 8%;
}

#header[b-962js8znww], #content[b-962js8znww] {
    padding: 20px;
}

/*#header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #CCA86C;
}*/

#container[b-962js8znww] {
    display: flex;
    /*width: 100%;*/
    margin-left: auto;
    margin-right: auto;
}

/*#sidebar {
    width: 25%;
    padding-top: 16px;
    padding-left: 10px;
    padding-right: 10px;
    height: min-content;*/
    /*background-color: #ffd285;*/
    /*background-color: #FFDA9B;
}

    #sidebar a {
        text-wrap-mode: wrap;
        text-wrap-style: pretty;
        word-wrap: break-word;
        display: block;
        margin-block-start: 0px;
        margin-block-end: 16px;
        text-decoration: none;
        color: #ffffff;
        background-color: #CCA86C;
        padding: 5px;
        border-left: 5px solid #ffffff;
    }*/

#content[b-962js8znww] {
    /*width: 75%;*/
    /*width: 100%;*/
    /*background-color: #ffffff;*/
}

#message-border[b-962js8znww] {
    padding: 3%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 0px;
    background-color: #ffffff;
}

#message0[b-962js8znww] {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0%;
}

#socials[b-962js8znww] {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-content: center;
    background-color: transparent;
}

.link-class[b-962js8znww] {
    margin-left: 13px;
    margin-right: 13px;
    justify-self: center;
    align-self: center;
}

#footer[b-962js8znww] {
    width: 100%;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /*    background-color: #CCA86C;
*/
    background-color: #FFDA9B;
    align-self: end;
}
/* /Pages/Gallery.razor.rz.scp.css */
title[b-1yql65eeta] {
}

*[b-1yql65eeta] {
    box-sizing: border-box;
}

body[b-1yql65eeta] {
    background-color: #FFDA9B;
}

#div-body[b-1yql65eeta] {
    background-color: #FFDA9B;
    z-index: 0;
}

#header[b-1yql65eeta] {
    width: 100%;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #CCA86C;
}

    #header h1[b-1yql65eeta] {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0%;
    }


#content[b-1yql65eeta] {
    /*width: 75%;*/
    display: block;
    flex-direction: row;
    width: 100%;
    height: 100%;
    padding: 20px;
    /*background-color: #FFDA9B;*/
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /*align-content: center;*/
    align-self: center;
    z-index: 0;
}






.row > .column[b-1yql65eeta] {
    padding: 0 8px;
}

.row[b-1yql65eeta]:after {
    content: "";
    display: table;
    clear: both;
}

#column-container[b-1yql65eeta] {
    display: flex;
    flex-direction:row;
    justify-content: start;
    align-items: center;
    justify-self: center;
    align-self: center;
    margin-bottom: 2vh;
    margin-left: 2vh;
    margin-right: 2vh;
    overflow-x: auto;
    overflow-y: hidden;
}

/* Create four equal columns that floats next to eachother */
.column[b-1yql65eeta] {
    /*float: left;*/
    /*width: 25%;*/
    padding-left: 10px;
    padding-right: 10px;
    flex-shrink: 0;
}

/* The Modal (background) */
.modal[b-1yql65eeta] {
    /*display: none;*/
    display: block;
    /*position: fixed;*/
    position: static;
    /*z-index: 1;*/
    z-index: 0;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    padding: 10px;
    /*left: 0;
    top: 0;*/
    width: 100%;
    height: 100%;
    min-height: 350px;
    max-height: 100vh;
    /*overflow: auto;*/
    /*overflow: hidden;*/
    /*background-color: black;*/
    background-color: transparent;
}

/* Modal Content */
.modal-content[b-1yql65eeta] {
    position: relative;
    /*background-color: #fefefe;*/
    background-color: rgb(79, 79, 79);
    margin: auto;
    padding: 0;
    width: 100%;
    /*max-width: 1500px;*/
    min-height: 350px;
    max-height: 100%;
    z-index: 0;
    border: none;
}

/* The Close Button */
/*.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }*/

/* Hide the slides by default */
.mySlides[b-1yql65eeta] {
    display: none;
    max-height: 80vh;
    margin-top: 2vh;
    margin-left: 2vh;
    margin-right: 2vh;
}

#slide-1[b-1yql65eeta] {
    display: block;
}

img.img-slide[b-1yql65eeta] {
    min-height: 240px;
    max-height: 72vh;
    max-width: 100%;
    overflow: auto;
}

/* Next & previous buttons */
.prev[b-1yql65eeta],
.next[b-1yql65eeta] {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 32px;
    margin-top: -100px;
    margin-left: 0vh;
    margin-right: 0vh;
    color: white;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next[b-1yql65eeta] {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    /*.prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }*/

/* Number text (1/3 etc) */
.numbertext[b-1yql65eeta] {
    display: none;
    /*color: #f2f2f2;*/
    color: black;
    font-size: 24px;
    padding: 4px 8px;
    position: absolute;
    top: 0;
}

/* Caption text */
.caption-container[b-1yql65eeta] {
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: green;*/
    background-color: transparent;
    color: white;
    min-height: 20px;
    height: 3vh;
    max-height: 5vh;
}

#caption[b-1yql65eeta] {
/*    align-self: center;
    justify-self: center;*/
    margin-top: auto;
    margin-bottom: auto;
    font-size: 16px;
}

img.demo[b-1yql65eeta] {
    /*width: 100%;*/
    min-height: 30px;
    /*min-width: 40px;*/
    height: 7vh;
    max-height: 8vh;
    opacity: 0.5;
    max-width: 100%;
    flex-shrink: 0;
}

/*img.active,
.demo:hover {
    opacity: 1;
}*/
img.active[b-1yql65eeta] {
    opacity: 1;
}

img.hover-shadow[b-1yql65eeta] {
    transition: 0.3s;
}

/*.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}*/






#socials[b-1yql65eeta] {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-content: center;
    background-color: transparent;
}

.link-class[b-1yql65eeta] {
    margin-left: 13px;
    margin-right: 13px;
    justify-self: center;
    align-self: center;
}

#footer[b-1yql65eeta] {
    width: 100%;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #FFDA9B;
}



@media (max-width: 640.98px) {
    .modal[b-1yql65eeta] {
        min-height: 260px;
    }

    .modal-content[b-1yql65eeta] {
        min-height: 260px;
    }

    .mySlides[b-1yql65eeta] {
        max-height: 80vh;
        margin-top: 0vh;
        margin-left: 0vh;
        margin-right: 0vh;
    }

    img.img-slide[b-1yql65eeta] {
        min-height: 150px;
        /*max-height: 72vh;*/
        max-height: 100%;
        max-width: 100%;
        overflow: auto;
    }

    .modal[b-1yql65eeta] {
        padding: 0px;
    }

    /*#column-container {
        justify-content: start;
    }*/
}

@media (min-width: 641px) and (max-height: 640.98px) {
    /*.mySlides {
        max-height: 80vh;
        margin-top: 0vh;
        margin-left: 0vh;
        margin-right: 0vh;
    }

    img.img-slide {
        min-height: 180px;*/
        /*max-height: 72vh;*/
        /*max-height: 100%;
        max-width: 100%;
        overflow: auto;
    }*/

    .prev[b-1yql65eeta], .next[b-1yql65eeta] {
        margin-top: -90px;
    }

    .modal[b-1yql65eeta] {
        min-height: 260px;
    }

    .modal-content[b-1yql65eeta] {
        min-height: 260px;
    }

    .mySlides[b-1yql65eeta] {
        margin-top: 0vh;
        margin-left: 0vh;
        margin-right: 0vh;
    }

    img.img-slide[b-1yql65eeta] {
        min-height: 150px;
    }

    .modal[b-1yql65eeta] {
        padding: 0px;
    }
}



    @media (hover: hover) and (pointer: fine) {
        .prev:hover[b-1yql65eeta],
        .next:hover[b-1yql65eeta] {
            background-color: rgba(0, 0, 0, 0.8);
        }

        .demo:hover[b-1yql65eeta] {
            opacity: 1;
            cursor: pointer;
        }

        .hover-shadow:hover[b-1yql65eeta] {
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        }
    }

    @media (hover: none) {
        .prev:hover[b-1yql65eeta],
        .next:hover[b-1yql65eeta] {
            background-color: rgba(0, 0, 0, 0);
        }

        .demo:hover[b-1yql65eeta] {
            opacity: 0.5;
            cursor: default;
        }

        .hover-shadow:hover[b-1yql65eeta] {
            box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);
        }
    }
