/* _content/CKHub/Components/Layout/Footer.razor.rz.scp.css */
.ck-comp-1[b-hh0qrurge7] {
    display: grid;
    grid-template-rows: auto auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
}

.ck-comp-1-1[b-hh0qrurge7] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
}

.ck-comp-1-2[b-hh0qrurge7] {
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 3rem;
}

.ck-comp-profile-image[b-hh0qrurge7] {
    display: flex;
    align-content: center;
    justify-content: center;
    justify-items: center;
    margin-bottom: 1rem;
}

    .ck-comp-profile-image img[b-hh0qrurge7] {
        width: 225px;
        height: auto;
        clip-path: circle();
    }

.ck-comp-profile-name[b-hh0qrurge7] {
    display: flex;
    align-content: center;
    justify-content: center;
    justify-items: center;
    margin-bottom: 0.15rem;
}

    .ck-comp-profile-name span[b-hh0qrurge7] {
        font-size: 1.2rem;
    }

.ck-comp-profile-info[b-hh0qrurge7] {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.ck-comp-profile-info a[b-hh0qrurge7] {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    font-size: 1.05rem;
}

.ck-comp-1-1-2[b-hh0qrurge7] {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

    .ck-comp-1-1-2 img[b-hh0qrurge7] {
        width: auto;
        height: 150px;
    }

.ck-copyright-txt[b-hh0qrurge7] {
    font-size: 0.8rem;
}


@media (max-width: 1200px) {
    .ck-comp-profile-image img[b-hh0qrurge7] {
        width: 170px;
    }

    .ck-comp-1-1-2 img[b-hh0qrurge7] {
        height: 100px;
    }

    .ck-comp-profile-name span[b-hh0qrurge7] {
        font-size: 1rem;
    }

    .ck-comp-profile-info a[b-hh0qrurge7] {
        font-size: 0.95rem;
    }
}

@media (max-width: 600px) {
    .ck-comp-profile-image img[b-hh0qrurge7] {
        width: 130px;
    }

    .ck-comp-1-1-2 img[b-hh0qrurge7] {
        height: 85px;
    }

    .ck-comp-profile-name span[b-hh0qrurge7] {
        font-size: 0.85rem;
    }

    .ck-comp-profile-info a[b-hh0qrurge7] {
        font-size: 0.8rem;
        margin-left: 0.2rem;
        margin-right: 0.2rem;
    }
}

@media (max-width: 400px) {
    .ck-comp-profile-image img[b-hh0qrurge7] {
        width: 100px;
    }

    .ck-comp-1-1-2 img[b-hh0qrurge7] {
        height: 70px;
    }

    .ck-comp-profile-name span[b-hh0qrurge7] {
        font-size: 0.85rem;
    }

    .ck-comp-profile-info a[b-hh0qrurge7] {
        font-size: 0.8rem;
        margin-left: 0.2rem;
        margin-right: 0.2rem;
    }
}

/*x-small*/
@media (max-width: 350px) {
    .ck-comp-profile-image img[b-hh0qrurge7] {
        width: 90px;
    }

    .ck-comp-1-1-2 img[b-hh0qrurge7] {
        height: 50px;
    }

    .ck-comp-profile-name span[b-hh0qrurge7] {
        font-size: 0.7rem;
    }

    .ck-comp-profile-info a[b-hh0qrurge7] {
        font-size: 0.8rem;
        margin-left: 0.2rem;
        margin-right: 0.2rem;
    }
}
/* _content/CKHub/Components/Layout/MainLayout.razor.rz.scp.css */
.ck-comp-page[b-f0rcsi60j3] {
    display: grid;
    grid-template-columns: minmax(250px, 2.5fr) 10fr;
    height: 100vh;
}

    .ck-comp-page button[b-f0rcsi60j3] {
        display: none;
    }

.ck-comp-menu[b-f0rcsi60j3] {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url("assets/images/home/side-motif.png");
    transition: width 0.25s ease-in-out;
    min-width: 0px;
    height: 100vh;
    height: 100dvh;
}

.ck-comp-page-container[b-f0rcsi60j3] {
    max-height: 100vh;
    max-height: 100dvh;
    overflow: auto;
}

.ck-comp-page-content[b-f0rcsi60j3] {
    min-height: 100vh;
    min-height: 100dvh;
}

@media (max-width: 950px) {
    .ck-comp-page[b-f0rcsi60j3] {
        grid-template-columns: 1fr;
    }

        .ck-comp-page button[b-f0rcsi60j3] {
            display: block;
            position: absolute;
            left: 0.5rem;
            top: 0.5rem;
            z-index: 2000;
        }

    .ck-comp-menu[b-f0rcsi60j3] {
        z-index: 1000;
        position: absolute;
        width: 0px;
    }

    .ck-comp-menu-show[b-f0rcsi60j3] {
        width: 75vw;
    }
}

#blazor-error-ui[b-f0rcsi60j3] {
    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-f0rcsi60j3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/CKHub/Components/Layout/NavMenu.razor.rz.scp.css */

.ck-bi[b-cqv27gdur9] {
    font-size: 1.25rem;
    margin-right: 0.75rem;
}

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

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

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

    .nav-item[b-cqv27gdur9]  .nav-link {
        color: var(--primary-fg-colour-mid);
        background: var(--primary-bg-colour-mid);
        opacity: 0.85;
        backdrop-filter: blur(2px);
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-cqv27gdur9]  a.active {
        background-color: var(--secondary-bg-colour-dark);
        color: var(--secondary-fg-colour-dark);
        opacity: 1;
        backdrop-filter: none;
    }

    .nav-item[b-cqv27gdur9]  .nav-link:hover {
        color: var(--primary-fg-colour-dark);
        background: var(--primary-bg-colour-dark);
        opacity: 1;
        backdrop-filter: none;
    }
/* _content/CKHub/Components/Layout/NavMenuSideBar.razor.rz.scp.css */
.ck-nav-menu[b-tssnwasb50] {
    display: grid;
    grid-template-rows: auto 1fr;
    max-height: 100vh;
    max-height: 100dvh;
}

.ck-nav-menu-brand[b-tssnwasb50] {
    aspect-ratio: 4 / 3;
    background-color: rgba(255,236,232,0.75);
    backdrop-filter: blur(1px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
    width: 100%;
    max-height: 40dvh;
    max-height: 40vh;
}

    .ck-nav-menu-brand img[b-tssnwasb50] {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.ck-nav-container[b-tssnwasb50] {
    max-height: 100%;
    overflow-y: auto;
}

.navbar-brand[b-tssnwasb50] {
    font-size: 1.1rem;
}
/* _content/CKHub/Components/Pages/About.razor.rz.scp.css */
.ck-comp-section-container[b-u6ilzlu2uu] {
    display: grid;
    grid-template-columns: 4fr 6fr;
}

.ck-comp-section-container-brand[b-u6ilzlu2uu] {
    display: grid;
    grid-template-rows: 1fr auto;
}

.ck-comp-section-container-brand-image[b-u6ilzlu2uu] {
    aspect-ratio: 4 / 3;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
}

.ck-comp-section-container-brand-links[b-u6ilzlu2uu] {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-content: start;
    text-align: start;
}

.ck-colour-1[b-u6ilzlu2uu] {
    background-color: #D4EBD1;
}

.ck-colour-2[b-u6ilzlu2uu] {
    background-color: #EBD4D1;
}

.ck-brand-link-container[b-u6ilzlu2uu] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ck-brand-link-icon-container[b-u6ilzlu2uu] {
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem;
    width: 2rem;
    height: 2rem;
    margin-right: .5rem;
}
/* _content/CKHub/Components/Pages/Home.razor.rz.scp.css */
.ck-comp-section-name[b-be1hdlcilu] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
}

.ck-comp-section-name-col-1[b-be1hdlcilu] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.ck-comp-section-name-col-2[b-be1hdlcilu] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ck-comp-first-name[b-be1hdlcilu] {
    font-size: 3.5rem;
    line-height: 3.5rem;
}

.ck-comp-last-name[b-be1hdlcilu] {
    font-size: 2rem;
    line-height: 2rem;
}

.ck-comp-section-name-sep[b-be1hdlcilu] {
    display: flex;
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
    width: 80px;
    height: auto;
    margin: 1rem;
}

.ck-comp-section-subheading[b-be1hdlcilu] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ck-comp-hero-img[b-be1hdlcilu] {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 70vh;
    max-height: 70dvh;
    overflow: hidden;
}

    .ck-comp-hero-img img[b-be1hdlcilu] {
        height: 100%;
        width: auto;
        max-height: 70vh;
    }

.ck-comp-section-1[b-be1hdlcilu] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ck-comp-section-1-1[b-be1hdlcilu] {
    font-size: 2rem;
}

.ck-comp-section-1-2[b-be1hdlcilu] {
    font-size: 4.5rem;
}

.ck-comp-section-1-3[b-be1hdlcilu] {
    font-size: 1.5rem;
}

.ck-comp-section-1-4[b-be1hdlcilu] {
    font-size: 2rem;
}

.ck-comp-section-1-3-hdr[b-be1hdlcilu] {
    font-size: 2rem;
}

.ck-comp-section-1-3-ftr[b-be1hdlcilu] {
    font-size: 1.5rem;
}

.ck-comp-section-1-3-2[b-be1hdlcilu] {
    flex-direction: row;
}

.ck-comp-section-1-3-2-date-heading[b-be1hdlcilu] {
    font-size: 1.2rem;
    line-height: 1.2rem;
}

.ck-comp-section-1-3-2-date[b-be1hdlcilu] {
    font-size: 4.25rem;
    line-height: 4.25rem;
}

.ck-comp-section-2-1[b-be1hdlcilu], .ck-comp-section-2-2[b-be1hdlcilu] {
    font-size: 3rem;
}

.ck-comp-section-2-3[b-be1hdlcilu] {
    font-size: 1.2rem;
}

.ck-comp-section-1-4[b-be1hdlcilu] {
    background: url("assets/images/home/dancing-shoes.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    backdrop-filter: blur(1px);
    min-height: 500px;
    font-size: 4rem;
}

.countdown-sep[b-be1hdlcilu] {
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

/*medium*/
@media (max-width: 950px) {
    .ck-comp-first-name[b-be1hdlcilu] {
        font-size: 3rem;
        line-height: 3rem;
    }

    .ck-comp-last-name[b-be1hdlcilu] {
        font-size: 2rem;
        line-height: 2rem;
    }

    .ck-comp-section-name-sep[b-be1hdlcilu] {
        width: 60px;
    }

    .ck-comp-hero-img[b-be1hdlcilu] {
        max-height: 60vh;
    }

        .ck-comp-hero-img img[b-be1hdlcilu] {
            max-height: 60vh;
        }

    .ck-comp-section-1-1[b-be1hdlcilu] {
        font-size: 1.7rem;
    }

    .ck-comp-section-1-2[b-be1hdlcilu] {
        font-size: 3rem;
    }

    .ck-comp-section-1-3[b-be1hdlcilu] {
        font-size: 1.25rem;
    }

    .ck-comp-section-2-1[b-be1hdlcilu], .ck-comp-section-2-2[b-be1hdlcilu] {
        font-size: 2.5rem;
    }

    .ck-comp-section-2-3[b-be1hdlcilu] {
        font-size: 1.25rem;
    }


/*    .ck-comp-section-1-3 {
        font-size: 1.5rem;
    }*/

    .ck-comp-section-1-3-hdr[b-be1hdlcilu] {
        font-size: 1.5rem;
    }

    .ck-comp-section-1-3-ftr[b-be1hdlcilu] {
        font-size: 1.25rem;
    }

    .ck-comp-section-1-3-2-date-heading[b-be1hdlcilu] {
        font-size: 1rem;
        line-height: 1rem;
    }

    .ck-comp-section-1-3-2-date[b-be1hdlcilu] {
        font-size: 3rem;
        line-height: 3rem;
    }

    .countdown-sep[b-be1hdlcilu] {
        font-size: 1.5rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

/*small*/
@media (max-width: 500px) {
    .ck-comp-first-name[b-be1hdlcilu] {
        font-size: 2rem;
        line-height: 2rem;
    }

    .ck-comp-last-name[b-be1hdlcilu] {
        font-size: 1rem;
        line-height: 1rem;
    }

    .ck-comp-section-name-sep[b-be1hdlcilu] {
        width: 30px;
        margin: 0.5rem;
    }

    .ck-comp-hero-img[b-be1hdlcilu] {
        max-height: 50vh;
    }

        .ck-comp-hero-img img[b-be1hdlcilu] {
            max-height: 50vh;
        }

    .ck-comp-section-1-1[b-be1hdlcilu] {
        font-size: 1.25rem;
    }

    .ck-comp-section-1-2[b-be1hdlcilu] {
        font-size: 2rem;
    }

    .ck-comp-section-1-3[b-be1hdlcilu] {
        font-size: 1rem;
    }

    .ck-comp-section-2-1[b-be1hdlcilu], .ck-comp-section-2-2[b-be1hdlcilu] {
        font-size: 2rem;
    }

    .ck-comp-section-2-3[b-be1hdlcilu] {
        font-size: 1rem;
    }


    .ck-comp-section-1-3-hdr[b-be1hdlcilu] {
        font-size: 1.25rem;
    }

    .ck-comp-section-1-3-ftr[b-be1hdlcilu] {
        font-size: 1rem;
    }

    .ck-comp-section-1-3-2-date-heading[b-be1hdlcilu] {
        font-size: 0.75rem;
        line-height: 0.75rem;
    }

    .ck-comp-section-1-3-2-date[b-be1hdlcilu] {
        font-size: 2rem;
        line-height: 2rem;
    }
}

/*x-small*/
@media (max-width: 350px) {
    .ck-comp-first-name[b-be1hdlcilu] {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    .ck-comp-last-name[b-be1hdlcilu] {
        font-size: 0.8rem;
        line-height: 0.8rem;
    }

    .ck-comp-section-name-sep[b-be1hdlcilu] {
        width: 25px;
        margin: 0.5rem;
    }

    .ck-comp-section-1-1[b-be1hdlcilu] {
        font-size: 1rem;
    }

    .ck-comp-section-1-2[b-be1hdlcilu] {
        font-size: 1.5rem;
    }

    .ck-comp-section-1-3[b-be1hdlcilu] {
        font-size: 0.95rem;
    }

    .ck-comp-section-2-1[b-be1hdlcilu], .ck-comp-section-2-2[b-be1hdlcilu] {
        font-size: 1.5rem;
    }

    .ck-comp-section-2-3[b-be1hdlcilu] {
        font-size: 1rem;
    }



    .ck-comp-section-1-3-hdr[b-be1hdlcilu] {
        font-size: 1.25rem;
    }

    .ck-comp-section-1-3-ftr[b-be1hdlcilu] {
        font-size: 1rem;
    }

    .ck-comp-section-1-3-2-date-heading[b-be1hdlcilu] {
        font-size: 0.65rem;
        line-height: 0.65rem;
    }

    .ck-comp-section-1-3-2-date[b-be1hdlcilu] {
        font-size: 1.25rem;
        line-height: 1.25rem;
    }
}
/* _content/CKHub/Components/Pages/Moments.razor.rz.scp.css */
.ck-comp-container[b-cysh4wdqaw] {
    width: 100%;
    height: 100vh;
    padding: 1rem;
}

    .ck-comp-container .ck-comp-master-image[b-cysh4wdqaw] {
        position: relative;
        width: 100%;
        height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: 1s ease-in-out;
        background-position: center;
        background-size: cover;
        box-shadow: 0 30px 50px #dbdbdb;
        border-radius: .5rem;
    }

    .ck-comp-container .ck-comp-master-image .ck-comp-details-container[b-cysh4wdqaw] {
        position: relative;
        border-radius: 0.5rem;
        left: calc(100% - 1rem);
        top: calc(100% - 1rem);
        transform: translate(-100%, -100%);
        max-width: 40%;
        opacity: 0.95;
    }

.ck-comp-master-image-mini-view-summary[b-cysh4wdqaw] {
    display: none;
}

.ck-comp-gallery-row[b-cysh4wdqaw] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.ck-comp-gallery-column[b-cysh4wdqaw] {
    display: flex;
    flex-direction: column;
    max-width: 25%;
    margin-top: -1rem;
    margin-bottom: -1rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

    .ck-comp-gallery-column img[b-cysh4wdqaw] {
        width: 100%;
        border-radius: 0.25rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }


@media (max-width: 1500px) {
    .ck-comp-gallery-column[b-cysh4wdqaw] {
        max-width: 50%;
    }

    .ck-comp-container .ck-comp-master-image .ck-comp-details-container[b-cysh4wdqaw] {
        max-width: 50%;
    }

    .ck-comp-master-image-mini-view-summary[b-cysh4wdqaw] {
        display: block;
        margin-top: 3rem;
    }
}

@media (max-width: 650px) {
    .ck-comp-gallery-column[b-cysh4wdqaw] {
        max-width: 100%;
    }

    .ck-comp-container .ck-comp-master-image .ck-comp-details-container[b-cysh4wdqaw] {
        display: none;
    }

    .ck-comp-container .ck-comp-master-image[b-cysh4wdqaw] {
        width: 95%;
        height: 60%;
        left: 50%;
        top: 1%;
        transform: translate(-50%, 0%);
    }
}
/* _content/CKHub/Components/Pages/OurStory.razor.rz.scp.css */
.ck-comp-title-lg[b-fe78vd6rt2] {
    display: flex;
    text-align: center;
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    font-size: 3rem;
}

.ck-comp-title-sm[b-fe78vd6rt2] {
    display: none;
    padding-left: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 0px;
    font-size: 2rem;
}

.ck-comp-hero-img[b-fe78vd6rt2] {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 70vh;
    overflow: hidden;
}

    .ck-comp-hero-img img[b-fe78vd6rt2] {
        height: 100%;
        width: auto;
        max-height: 70vh;
    }

.ck-comp-content[b-fe78vd6rt2] {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 1.5rem;
}

.emoji[b-fe78vd6rt2] {
    font-weight: normal;
}


@media (max-width: 1500px) {
    .ck-comp-title-lg[b-fe78vd6rt2] {
        display: none;
    }

    .ck-comp-title-sm[b-fe78vd6rt2] {
        display: block;
    }

    .ck-comp-content[b-fe78vd6rt2] {
        padding-left: 3rem;
        padding-right: 3rem;
        padding-top: 0px;
        padding-bottom: 3rem;
        font-size: 1.25rem;
    }
}
/* _content/CKHub/Components/Pages/QA.razor.rz.scp.css */
.ck-comp-title-lg[b-gw467fkd28] {
    display: flex;
    text-align: center;
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    font-size: 3rem;
}

.ck-comp-title-sm[b-gw467fkd28] {
    display: none;
    padding-left: 3rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
    margin-bottom: 0px;
    font-size: 2rem;
}

.ck-comp-hero-img[b-gw467fkd28] {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 70vh;
    overflow: hidden;
}

    .ck-comp-hero-img img[b-gw467fkd28] {
        height: 100%;
        width: auto;
        max-height: 70vh;
    }

.ck-comp-content[b-gw467fkd28] {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 3rem;
    padding-bottom: 0px;
    font-size: 1.5rem;
}

.emoji[b-gw467fkd28] {
    font-weight: normal;
}

.ck-comp-question[b-gw467fkd28] {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.ck-comp-question-header[b-gw467fkd28] {
    font-size: 2rem;
}

.ck-comp-question-response[b-gw467fkd28] {

}


@media (max-width: 1500px) {
    .ck-comp-title-lg[b-gw467fkd28] {
        display: none;
    }

    .ck-comp-title-sm[b-gw467fkd28] {
        display: block;
    }

    .ck-comp-content[b-gw467fkd28] {
        padding-left: 3rem;
        padding-right: 3rem;
        padding-top: 0px;
        font-size: 1.25rem;
    }

    .ck-comp-question-header[b-gw467fkd28] {
        font-size: 1.5rem;
    }
}

@media (max-width: 600px) {
    .ck-comp-content[b-gw467fkd28] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
/* _content/CKHub/Components/Pages/ThingsTodo.razor.rz.scp.css */
.ck-comp-title-lg[b-thaicvor3w] {
    display: flex;
    text-align: center;
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    font-size: 3rem;
}

.ck-comp-title-sm[b-thaicvor3w] {
    display: none;
    padding-left: 3rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
    margin-bottom: 0px;
    font-size: 2rem;
}

.ck-comp-hero-img[b-thaicvor3w] {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 70vh;
    overflow: hidden;
}

    .ck-comp-hero-img img[b-thaicvor3w] {
        height: 100%;
        width: auto;
        max-height: 70vh;
    }

.ck-comp-content[b-thaicvor3w] {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 3rem;
    padding-bottom: 0px;
    font-size: 1.5rem;
}

.emoji[b-thaicvor3w] {
    font-weight: normal;
}

.ck-comp-item[b-thaicvor3w] {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.ck-comp-item-header[b-thaicvor3w] {
    font-size: 2rem;
}

.ck-comp-item-response[b-thaicvor3w] {
}


@media (max-width: 1500px) {
    .ck-comp-title-lg[b-thaicvor3w] {
        display: none;
    }

    .ck-comp-title-sm[b-thaicvor3w] {
        display: block;
    }

    .ck-comp-content[b-thaicvor3w] {
        padding-left: 3rem;
        padding-right: 3rem;
        padding-top: 0px;
        font-size: 1.25rem;
    }

    .ck-comp-item-header[b-thaicvor3w] {
        font-size: 1.5rem;
    }
}

@media (max-width: 600px) {
    .ck-comp-content[b-thaicvor3w] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
/* _content/CKHub/Components/Pages/Travel.razor.rz.scp.css */
*[b-l8y560xsn7] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img[b-l8y560xsn7] {
    max-inline-size: 100%;
}

body[b-l8y560xsn7] {
    font-family: system-ui, sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #070707;
    background: #fff;
    /* Use whichever works best for you */
    min-block-size: 100vh;
    min-block-size: 100dvh;
    min-block-size: 100svh;
    display: grid;
    grid-template-columns: [sidebar-start] 5rem [sidebar-end main-start] 1fr [main-end];
}

h1[b-l8y560xsn7] {
    font-size: 1.75rem;
    line-height: 1.5;
    margin-block-end: 1rem;
}

.sidebar[b-l8y560xsn7] {
    grid-column: sidebar;
    color: #fff;
    background-color: #1d1d29;
}

.logo[b-l8y560xsn7] {
    display: flex;
    justify-content: center;
    font-size: 3rem;
    line-height: 1.5;
}

.main[b-l8y560xsn7] {
    grid-column: main;
    padding: 1.25rem;
}

/* Photo Gallery */
.gallery[b-l8y560xsn7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
    grid-auto-rows: 12.5rem;
    grid-auto-flow: dense;
    gap: 0.75rem;
}

    .gallery figure[b-l8y560xsn7] {
        /* container-type: inline-size; */
        container: figure / inline-size;
        overflow: hidden;
        display: grid;
        /* grid-template-columns: 1fr; */
        /* grid-template-rows: 1fr; */
        /*
    Because 1fr = minmax(auto, 1fr),
    to prevent the grid blowout,
    set the minimum to zero.
  */
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: minmax(0, 1fr);
    }

    .gallery img[b-l8y560xsn7] {
        inline-size: 100%;
        block-size: 100%;
        object-fit: cover;
        /* grid-row: 1 / -1; */
        /* grid-column: 1 / -1; */
        grid-area: 1 / 1 / -1 / -1;
        transition: scale 1s ease-in-out;
    }

    .gallery figure:hover img[b-l8y560xsn7] {
        scale: 1.125;
    }

    .gallery figcaption[b-l8y560xsn7] {
        grid-area: 1 / 1 / -1 / -1;
        align-self: end;
        z-index: 1;
        padding: 3em 15% 1em 1em;
        color: #fff;
        font-size: 0.875rem;
        line-height: 1.3;
        background: linear-gradient(transparent 25%, rgb(0 0 0 / 0.75));
        display: none;
    }

@container figure (width > 20rem) {
    .gallery figcaption[b-l8y560xsn7] {
        display: block;
    }
}

.gallery figcaption h3[b-l8y560xsn7] {
    font-size: 1.0625rem;
}

.gallery figcaption p[b-l8y560xsn7] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (width > 600px) {
    .gallery figure:nth-child(1)[b-l8y560xsn7] {
        grid-area: span 2 / span 2;
    }

    .gallery figure:nth-child(4n + 1)[b-l8y560xsn7] {
        grid-row: span 2;
    }

    .gallery figure:nth-child(4n + 2)[b-l8y560xsn7] {
        grid-column: span 2;
    }
}
/* _content/CKHub/Components/Pages/Wedding.razor.rz.scp.css */

.ck-wd-page[b-nr8vat47v0] {
    display: grid;
    grid-template-columns: 1fr 8fr 1fr;
    min-height: 100vh;
}

.ck-wd-lt img[b-nr8vat47v0], .ck-wd-rt img[b-nr8vat47v0] {
    object-position: right top;
}


.wd-section-header[b-nr8vat47v0] {
    font-weight: 500;
    font-size: 5rem;
}

.wd-cover-container[b-nr8vat47v0] {
    height: 100vh;
    max-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 1fr;
}

.wd-cover-img[b-nr8vat47v0] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 4;
}

.wd-page-menu[b-nr8vat47v0] {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
}

.wd-cover-text[b-nr8vat47v0] {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

.wd-cover-text-container[b-nr8vat47v0] {
    mask: linear-gradient(to top, transparent, black, black, black, black, black, black, black, transparent);
    backdrop-filter: blur(3px);
    background-color: rgb(0, 0, 0, 0.05);
}

.wd-cover-text-item[b-nr8vat47v0] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: white;
}

.wd-cover-text-1[b-nr8vat47v0] {
    font-size: 3rem;
    font-weight: 500;
}

.wd-cover-text-2[b-nr8vat47v0] {
    font-size: 4rem;
}

.wd-cover-text-3[b-nr8vat47v0] {
    font-size: 3rem;
}

.wd-cover-btn[b-nr8vat47v0] {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    .wd-cover-btn button[b-nr8vat47v0] {
        min-width: 10rem;
    }

.wd-cover-arc[b-nr8vat47v0] {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    border-radius: 50% 50% 0px 0px;
    background-color: white;
    height: 3.5rem;
    align-self: end;
}

.wd-section-container[b-nr8vat47v0] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

    .wd-section-container div[b-nr8vat47v0] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        text-align: center;
    }







@media (max-width: 641px) {
    .wd-cover-container[b-nr8vat47v0] {
        height: calc(100vh - 3.5rem);
        max-height: calc(100vh - 3.5rem);
    }
}

@media (max-width: 800px) {
    .wd-cover-text-2[b-nr8vat47v0] {
        display: none;
    }

    .wd-page-menu[b-nr8vat47v0] {
        display: none;
    }
}

@media (min-width: 800px) {
    .wd-cover-text-3[b-nr8vat47v0] {
        display: none;
    }
}

@font-face {
    font-family: 'LavishlyYours-Regular';
    src: url("assets/fonts/Lavishly_Yours/LavishlyYours-Regular.ttf");
}

@font-face {
    font-family: 'Bodoni_Moda';
    src: url("assets/fonts/Bodoni_Moda/BodoniModa-VariableFont_opsz,wght.ttf");
}

@font-face {
    font-family: 'EBGaramond-Medium';
    src: url("assets/fonts/EB_Garamond/static/EBGaramond-Medium.ttf");
}

.ck-font-LavishlyYours-Regular[b-nr8vat47v0] {
    font-family: 'LavishlyYours-Regular';
}

.ck-font-BodoniModa[b-nr8vat47v0] {
    font-family: 'Bodoni_Moda';
}

.ck-font-EBGaramond-Medium[b-nr8vat47v0] {
    font-family: 'EBGaramond-Medium';
}

.ck-wd-font-1[b-nr8vat47v0] {
    font-family: "Poiret One";
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 1.25;
    text-transform: none;
    letter-spacing: 0em;
}

.ck-wd-ct-img[b-nr8vat47v0] {
    height: 100%;
    width: 100%;
    background-image: url("https://withjoy.com/media/f3ab6aa3-04ad-5897-a447-b21dbd465181/5f582550-7485-11f0-92b8-ef01c3dbb5ac-WhatsApp%20Image%202025-04-18%20at%207.56.16%20AM.jpeg?rendition=medium");
    background-position: center center;
    background-repeat: no-repeat;
}

.ck-wd-font-2[b-nr8vat47v0] {
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.25;
    text-transform: none;
    letter-spacing: 0em;
    white-space: pre-wrap;
}

.ck-wd-font-3[b-nr8vat47v0] {
    font-weight: 400;
    font-size: 1.625rem;
    line-height: 1.23;
    text-transform: none;
    letter-spacing: 0em;
}

.ck-wd-font-4[b-nr8vat47v0] {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-feature-settings: "tnum", "lnum";
    margin-top: 1.5rem;
}

.ck-wd-font-5[b-nr8vat47v0] {
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 1.5;
    letter-spacing: 0em;
    max-width: 500px;
    text-align: center;
}
/* _content/CKHub/Components/Pages/WhereToStay.razor.rz.scp.css */
.ck-comp-title-lg[b-oxfv4cl618] {
    display: flex;
    text-align: center;
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    font-size: 3rem;
}

.ck-comp-title-sm[b-oxfv4cl618] {
    display: none;
    padding-left: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 0px;
    font-size: 2rem;
}

.ck-comp-hero-img[b-oxfv4cl618] {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 70vh;
    max-height: 70dvh;
    overflow: hidden;
}

    .ck-comp-hero-img iframe[b-oxfv4cl618] {
        height: 70vh;
        height: 70dvh;
        width: 100%;
    }

.ck-comp-content[b-oxfv4cl618] {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 1.5rem;
}

.emoji[b-oxfv4cl618] {
    font-weight: normal;
}

.ck-comp-hotel-container[b-oxfv4cl618] {
    display: grid;
    grid-template-columns: 4fr 6fr;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

    .ck-comp-hotel-container img[b-oxfv4cl618] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0.25rem;
    }

    .ck-comp-hotel-container .ck-comp-hotel-content[b-oxfv4cl618] {
        padding-left: 1rem;
    }

        .ck-comp-hotel-container .ck-comp-hotel-content .ck-comp-hotel-name[b-oxfv4cl618] {
            font-size: 1.5rem;
        }


@media (max-width: 1500px) {
    .ck-comp-title-lg[b-oxfv4cl618] {
        display: none;
    }

    .ck-comp-title-sm[b-oxfv4cl618] {
        display: block;
    }

    .ck-comp-content[b-oxfv4cl618] {
        padding-left: 3rem;
        padding-right: 3rem;
        padding-top: 0px;
        padding-bottom: 3rem;
        font-size: 1.25rem;
    }
}
