/* /Components/Background/Background.razor.rz.scp.css */
.overlay[b-jinyae66ur] {
    z-index: -1;
}
/* /Components/Background/BackgroundImage.razor.rz.scp.css */
[b-ad7wvc0v04] .bg-image {
    z-index: -2;
    object-fit: cover;
    border-radius: inherit;
}

[b-ad7wvc0v04] .foreground {
    z-index: initial;
}
/* /Components/Banner.razor.rz.scp.css */
.banner[b-vmz0a575bp] {
    height: 60vh;
}
/* /Components/BusinessInformation.razor.rz.scp.css */
a[b-l05b9ksr0y] {
    display: block;
}

.spacer[b-l05b9ksr0y] {
    height: 1em;
}
/* /Components/Component.razor.rz.scp.css */
.component-container[b-70k4nyc9f5] {
    display: grid;
    grid-template-columns: subgrid;
    position: relative;
    height: auto;
    grid-column: full;
    scroll-margin-top: 6rem;
}

[b-70k4nyc9f5] .component {
    grid-column: narrow;
    width: 100%; /* To make sure the component fills its parent container if it is used as a child component */
    justify-content: center;
    margin: var(--component-separation) 0;
    display: flex;
    flex-direction: column;
    gap: 1vh;
}

@media (min-width: 40rem){
    .component-container[b-70k4nyc9f5] {
        scroll-margin-top: 100px;
    }
}
/* /Components/ContactForm.razor.rz.scp.css */
.component[b-68u56pepbt] {
    text-align: center;
    grid-column: wide;
    container-type: inline-size;
}

#contact-form-title[b-68u56pepbt] {
    text-align: center;
}

.form-layout[b-68u56pepbt] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

[b-68u56pepbt] .form {
    display: grid;
    grid-template-columns: subgrid;
    gap: 1rem;
}

[b-68u56pepbt] .form-input-holder input,
[b-68u56pepbt] .form-input-holder textarea {
    width: 100%;
    font-size: 1.5rem;
    padding: 1rem;
    box-sizing: border-box;
    font-family: inherit;
}

[b-68u56pepbt] .field input,
[b-68u56pepbt] .field textarea {
    border: 1px solid var(--dark-primary);
    background-color: var(--light-secondary);
}

[b-68u56pepbt] .form-input-holder input {
    height: 4rem;
}

[b-68u56pepbt] .form-input-holder textarea {
    height: 10rem;
    resize: vertical;
}

[b-68u56pepbt] .invalid {
    color: var(--failure);
    font-weight: 700;
}

[b-68u56pepbt] .status-message {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    font-weight: 700;
    background-color: var(--light-secondary);
    width: 95%;
    padding: 0.5em;
    box-sizing: border-box;
}

[b-68u56pepbt] .status-point-top {
    padding-top: 1.5em;
    clip-path: polygon(0% 1em, 2em 1em, 3em 0.1em, 4em 1em, 100% 1em, 100% 100%, 0% 100%);
}

[b-68u56pepbt] .neutral {
    color: var(--black);
}

.fa-spinner[b-68u56pepbt] {
    animation-name: spin;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.form-label[b-68u56pepbt] {
    display: block;
    width: 100%;
    text-align: left;
}

.submit[b-68u56pepbt] {
    text-align: left;
    display: flex;
    align-items: center;
}

    .submit input[b-68u56pepbt] {
        width: inherit;
        height: inherit;
        font-size: inherit;
        padding: 1em 2em;
        height: fit-content;
    }

.extra-info-container[b-68u56pepbt] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0 1rem 0;
}

.extra-info[b-68u56pepbt] {
    text-align: left;
}

.extra-info i[b-68u56pepbt] {
    padding: 1rem;
}

    .extra-info a[b-68u56pepbt] {
        text-decoration: none;
    }

.profile-image[b-68u56pepbt] {
    width: 10rem;
    height: 10rem;
    object-fit: cover;
    clip-path: circle(50% at center);
    margin: auto;
}

.socials[b-68u56pepbt] {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

@container (min-width: 56rem) {
    [b-68u56pepbt] .form-layout {
        grid-template-columns: [contact-full-start contact-left-start] 1fr [contact-left-end contact-right-start] 1fr [contact-right-end contact-full-end info-start] 1fr [info-end];
    }

    [b-68u56pepbt] .form {
        grid-column: contact-full;
    }

    .name[b-68u56pepbt] {
        grid-row: 1;
        grid-column: contact-left;
    }

    .phone[b-68u56pepbt] {
        grid-row: 1;
        grid-column: contact-right;
    }

    .email[b-68u56pepbt] {
        grid-row: 2;
        grid-column: contact-full;
    }

    .interest[b-68u56pepbt] {
        grid-row: 3;
        grid-column: contact-full;
    }

    .city[b-68u56pepbt] {
        grid-row: 4;
        grid-column: contact-full;
    }

    .message[b-68u56pepbt] {
        grid-row: 5;
        grid-column: contact-full;
    }

    .submit[b-68u56pepbt] {
        grid-row: 6;
        grid-column: contact-left;
    }

    .recaptcha-message[b-68u56pepbt] {
        grid-row: 7;
        grid-column: contact-full;
    }

    .extra-info-container[b-68u56pepbt] {
        grid-column: info;
    }
}
/* /Components/Footer.razor.rz.scp.css */
.footer[b-r2io0vlqcj] {
    grid-column: full;
}

    .footer span[b-r2io0vlqcj] {
        display: block;
        font-size: 0.8rem;
        padding: 0.5rem;
        text-align: center;
    }
/* /Components/Gallery.razor.rz.scp.css */
.gallery[b-epcop0y56y] {
    display: flex;
    flex-direction: column;
    gap: var(--gallery-spacing);
    margin: 2rem 0;
}

.wrap[b-epcop0y56y] {
    flex-wrap: wrap;
}


@media (min-width: 62.5rem) {
    .component[b-epcop0y56y] {
        grid-column: wide;
    }

    .gallery[b-epcop0y56y] {
        flex-direction: row;
        justify-content: center;
    }
    
    .subtitle[b-epcop0y56y] {
        width: 50%;
    }
}
/* /Components/Hero.razor.rz.scp.css */
[b-p6pgz9ownp] .bg-media * {
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: inherit;
}

.bg-overlay[b-p6pgz9ownp] {
    background-color: rgba(0,0,0,0.4);
}

.bg-media[b-p6pgz9ownp] {
    z-index: -10;
}

.bg-overlay[b-p6pgz9ownp] {
    z-index: -9;
}

.hero-skeleton[b-p6pgz9ownp] {
    position: relative;
    display: grid;
    grid-template-columns: subgrid;
    row-gap: 3vh;
    /* Position in the layout skeleton */
    grid-column: full;
}

.full[b-p6pgz9ownp] {
    grid-template-rows: 1fr repeat(3, min-content) 1fr;
}

.medium[b-p6pgz9ownp] {
    grid-template-rows: 1fr repeat(2, min-content) 1fr;
}

.bare[b-p6pgz9ownp] {
    grid-template-rows: 1fr min-content 1fr;
}

.tall-hero[b-p6pgz9ownp] {
    height: calc(100svh - 6rem);
}

.short-hero[b-p6pgz9ownp] {
    height: calc(50svh - 6rem);
    min-height: 500px;
}

.short-hero h1[b-p6pgz9ownp] {
    font-size: 3rem;
}

.hero-title[b-p6pgz9ownp] {
    display: flex;
    grid-column: narrow;
    hyphens: manual;
}
    .hero-title h1[b-p6pgz9ownp] {
        align-self: flex-end;
    }

.hero-subtitle[b-p6pgz9ownp] {
    grid-column: narrow;
}

[b-p6pgz9ownp] .hero-button {
    grid-column: narrow;
}

.bottom-gradient[b-p6pgz9ownp] {
    background-image: linear-gradient(to top, black, transparent);
    grid-column: full;
    position: relative;
}

.chevron[b-p6pgz9ownp] {
    position: absolute;
    bottom: 50px;
    left: calc(50% - 1rem);
    cursor: pointer;
}
/* /Components/HorizontalDivider.razor.rz.scp.css */
.divider[b-1qgxc3g7g3] {
    grid-column: wide;
    height: 2px;
}
/* /Components/IconCard.razor.rz.scp.css */
.card[b-ufkel1i6h6] {
    text-decoration: none;
    gap: 0.5rem;
}

    .card span[b-ufkel1i6h6] {
        text-align: center;
    }

    .card img[b-ufkel1i6h6] {
        width: 80px;
        height: 80px;
    }

.title[b-ufkel1i6h6] {
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
}
/* /Components/InlineImage.razor.rz.scp.css */
.component[b-jgr202fc6t], [b-jgr202fc6t] .inline-image {
    width: 100%;
    padding: initial;
}

.component[b-jgr202fc6t] {
    position: relative;
}

[b-jgr202fc6t] picture {
    width: 100%;
    border-radius: inherit;
}

[b-jgr202fc6t] .inline-image {
    border-radius: inherit;
    height: 100%;
}

.overlay[b-jgr202fc6t] {
    height: 50%;
    top: initial;
    bottom: 0;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    background-image: linear-gradient(to top, black, transparent);
}

.caption[b-jgr202fc6t] {
    font-size: 2rem;
    position: absolute;
    bottom: 10%;
    right: 10%;
    margin-left: 2rem;
    text-align: right;
    line-height: 1.2em;
    z-index: 1;
    color: var(--white);
}

@media(min-width: 40rem) {
    .caption[b-jgr202fc6t] {
        font-size: 3rem;
        bottom: 3rem;
        right: 3rem;
    }
}


@media(max-width: 62.5rem) {
    .component[b-jgr202fc6t] {
        grid-column: full;
    }

    .clip[b-jgr202fc6t] {
        border-radius: 0;
        clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0% 95%);
    }
}
/* /Components/List/List.razor.rz.scp.css */
.component[b-7rqzejv322] {
    container-type: inline-size;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.list-container[b-7rqzejv322] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2vh;
    max-width: 100%;
}

@container (min-width: 32rem) {
    .list-container[b-7rqzejv322] {
        grid-template-columns: 1fr 1fr;
    }
}

@container (min-width: 48rem) {
    .list-container[b-7rqzejv322] {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 62.5rem) {
    .component[b-7rqzejv322] {
        grid-column: wide;
    }
}
/* /Components/List/ListItem.razor.rz.scp.css */
.list-item[b-tpk8955mn3] {
    display: flex;
    gap: 1rem;
}

.label[b-tpk8955mn3] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .bullet[b-tpk8955mn3], .list-item i[b-tpk8955mn3], [b-tpk8955mn3] .emoji {
        align-self: center;
    }

.bullet[b-tpk8955mn3], [b-tpk8955mn3] .emoji:first-child {
    font-size: 2rem;
    white-space: nowrap;
}

.bullet[b-tpk8955mn3] {
    font-family: "Metal", serif;
}
/* /Components/List/ListSeason.razor.rz.scp.css */
.season[b-i0lv4ehwjj] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

[b-i0lv4ehwjj] .prizes {
    display: grid;
    grid-template-columns: min-content 1fr;
    row-gap: 0.5rem;
}

    [b-i0lv4ehwjj] .prizes i {
        place-self: center;
        padding: 0 0.5rem;
        width: 1.75rem;
        text-align: center;
    }

    [b-i0lv4ehwjj] .prize-name span {
        display: inline-block;
    }
/* /Components/Pricing/Pricing.razor.rz.scp.css */
.component[b-w714i0cckk] {
    container-type: inline-size;
    grid-column: wide;
}

.pricing[b-w714i0cckk] {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--gallery-spacing);
    margin-bottom: 3rem;
}

/* 
    cards are technically (12.5rem + 2*2rem padding), but I consider them 18rem
    to deal with potential overflow

    gap is 3rem
*/

/* two cards and a gap */
@container (min-width: 39rem) {
    .even[b-w714i0cckk] {
        grid-template-columns: min-content min-content;
        margin-left: auto;
        margin-right: auto;
    }
}

/* three cards and two gaps */
@container (min-width: 60rem) {
    .odd[b-w714i0cckk] {
        grid-template-columns: min-content min-content min-content;
        margin-left: auto;
        margin-right: auto;
    }
}

/* four cards and a three gaps */
@container (min-width: 81rem) {
    .pricing[b-w714i0cckk] {
        grid-template-columns: min-content min-content min-content min-content;
    }
}
/* /Components/Pricing/PricingCard.razor.rz.scp.css */
.card[b-czf680p3dm] {
    min-width: var(--pricing-card-size);
    position: relative;
}

.amount[b-czf680p3dm] {
    display: grid;
    grid-template-columns: max-content max-content;
    grid-template-rows: 1fr 1fr;
    grid-template-areas:
        "amount euro"
        "amount description";
    column-gap: 0.25rem;
    font-weight: 600;
}

    .amount div[b-czf680p3dm] {
        width: max-content;
    }

    .amount .price[b-czf680p3dm] {
        grid-area: amount;
        align-self: end;
        text-align: right;
        font-size: 4rem;
    }

    .amount .euro-sign[b-czf680p3dm] {
        grid-area: euro;
        align-self: end;
        font-size: 1.5rem;
    }

    .amount .description[b-czf680p3dm] {
        grid-area: description;
        align-self: start;
        height: 1rem;
    }

.labels[b-czf680p3dm] {
    margin: 2rem 0;
    text-align: center;
}

.label[b-czf680p3dm] {
    font-size: 2rem;
}

[b-czf680p3dm] .button {
    font-size: 1em;
    position: absolute;
    bottom: -30px;
}
/* /Components/Quote.razor.rz.scp.css */
.component[b-jlblpvqf5a] {
    position: relative;
    hyphens: manual;
}

[b-jlblpvqf5a] h3, .attribution[b-jlblpvqf5a] {
    color: var(--rdsc-red);
    font-family: "Metal", serif;
    font-size: 3rem;
}

.attribution[b-jlblpvqf5a] {
    font-size: 2rem;
    position: relative;
    bottom: 3rem;
    text-align: right;
    width: 100%;
}

.quote-open[b-jlblpvqf5a], .quote-close[b-jlblpvqf5a] {
    font-size: 6rem;
    color: var(--rdsc-red);
    opacity: 0.2;
    position: absolute;
}

.quote-open[b-jlblpvqf5a] {
    top: -1rem;
    left: 0;
}

.quote-close[b-jlblpvqf5a] {
    bottom: -1rem;
    right: 0;
}

@media (min-width: 40rem) {
    .attribution[b-jlblpvqf5a] {
        position: absolute;
        bottom: -1.5rem;
        right: 6rem;
        width: initial;
    }
}
/* /Components/Reviews.razor.rz.scp.css */
.component[b-il3brz4vam] {
    grid-column: full;
    justify-content: start;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin: 0 1rem 2vh 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    width: initial;
    max-width: 125rem;
    scrollbar-width: thin;
    scrollbar-color: var(--black) var(--rdsc-red);
    padding-bottom: 1em;
}

    .component[b-il3brz4vam]::-webkit-scrollbar-track {
        background: var(--rdsc-red);
    }

    .component[b-il3brz4vam]::-webkit-scrollbar-thumb {
        background-color: var(--black);
        border-radius: 6px;
        border: 3px solid var(--rdsc-red);
    }

.review-card[b-il3brz4vam] {
    flex: 0 0 100%;
    scroll-snap-align: start;
    box-sizing: border-box;
}

    .review-card img[b-il3brz4vam] {
        width: 2rem;
    }

.review-rating[b-il3brz4vam] {
    color: var(--gold);
}

.review-body[b-il3brz4vam] {
    line-height: 1.5em;
    padding: 0 2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin: auto 0;
    text-align: center;
}

    .review-body i[b-il3brz4vam] {
        padding: 0 0.5rem;
    }

.review-name[b-il3brz4vam] {
    margin-top: auto;
}

@media (min-width: 40rem) {
    .review-card[b-il3brz4vam] {
        /* double card view */
        /* [desired relative card width] - [1/2 * gap between cards] */
        flex-basis: calc(50% - 0.5rem);
    }
}

@media (min-width: 62.5rem) {
    .review-card[b-il3brz4vam] {
        /* triple card view */
        /* [desired relative card width] - [2/3 * gap between cards] */
        flex-basis: calc(calc(100% / 3) - calc(1rem * 2 / 3));
    }
}

@media (min-width: 93.75rem) {
    .review-card[b-il3brz4vam] {
        /* quadruple card view */
        /* [desired relative card width] - [2/3 * gap between cards] */
        flex-basis: calc(calc(100% / 4) - calc(1rem * 3 / 4));
    }
}

@media (min-width: 130rem) {
    .component[b-il3brz4vam] {
        margin-left: auto;
        margin-right: auto;
    }
}
/* /Components/Slideshow.razor.rz.scp.css */
.slideshow[b-vhac4hu5vt] {
    grid-column: full;
    margin: 0;
}

.overlay[b-vhac4hu5vt] {
    position: relative;
    display: inline-block;
    display: grid;
    grid-template-columns: subgrid;
    clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0% 100%);
}

    .overlay[b-vhac4hu5vt]:after {
        content: '';
        position: relative;
        left: 0;
        top: 0;
        display: inline-block;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1));
    }

.caption[b-vhac4hu5vt] {
    position: absolute;
    bottom: 2vh;
    z-index: 1;
    font-size: 2.5rem;
    grid-column: narrow;
    color: var(--white);
}

[b-vhac4hu5vt] .emphasis {
    font-weight: inherit;
    letter-spacing: inherit;
}

[b-vhac4hu5vt] .slideshow-image, .overlay[b-vhac4hu5vt]:after {
    height: 80vh;
    width: 100%;
}

[b-vhac4hu5vt] .slideshow-image {
    position: absolute;
    object-fit: cover;
    transition: opacity 1s ease;
}

[b-vhac4hu5vt] .hide {
    opacity: 0;
}

[b-vhac4hu5vt] .show {
    opacity: 1;
}
/* /Components/Social.razor.rz.scp.css */
.component[b-j57n2g2e1m] {
    flex-direction: column;
    gap: 4vw;
    justify-content: center;
    padding: 4vh 0 4vh 0;
}

.social-icons[b-j57n2g2e1m] {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
}


@media (min-width: 40rem) {
    .component[b-j57n2g2e1m] {
        justify-content: center;
    }
}
/* /Components/Subfooter.razor.rz.scp.css */
.subfooter[b-t5wrb5jdgc] {
    display: flex;
    flex-direction: column;
    padding: 0 5vw 2em 5vw;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-column: wide;
    width: initial;
}

.info[b-t5wrb5jdgc] {
    display: flex;
    flex-direction: column;
}

    [b-t5wrb5jdgc] .info p, [b-t5wrb5jdgc] .info a {
        line-height: 1.3em;
        font-size: 0.9em;
        text-decoration: none;
        color: inherit;
    }

.info-table[b-t5wrb5jdgc] {
    display: grid;
    grid-template-columns: max-content max-content;
    column-gap: 4vw;
    row-gap: 0.1em;
}

.header[b-t5wrb5jdgc] {
    font-size: 1.2em !important;
    margin: 2em 0 0.5em 0;
}

@media (min-width: 40rem) {
    .subfooter[b-t5wrb5jdgc] {
        flex-direction: row;
    }
}
/* /Components/Tile.razor.rz.scp.css */
.tile[b-ya49fsuyyx] {
    grid-column: wide;
    gap: 0;
    padding: initial;
}

    [b-ya49fsuyyx] .tile-image picture {
        border-radius: inherit;
    }

    [b-ya49fsuyyx] .tile-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: inherit;
    }

.tile-content[b-ya49fsuyyx] {
    padding: 2rem;
    color: var(--black);
}

.tile-image[b-ya49fsuyyx] {
    height: 40vh;
    width: 100%;
    border-radius: inherit;
}


@media (min-width: 62.5rem) {
    .tile[b-ya49fsuyyx] {
        flex-direction: row;
    }

        .tile div[b-ya49fsuyyx] {
            width: 50%;
        }

    .tile-content[b-ya49fsuyyx] {
        padding: 4rem;
    }

    .tile-image[b-ya49fsuyyx] {
        contain: size;
        height: 100%;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.layout-skeleton[b-14vupbw1fr] {
    display: grid;
    align-items: start;
    grid-template-columns: [full-start] 2.5% [wide-start left-start] 5% [narrow-start] 42.5% [left-end center right-start] 42.5% [narrow-end] 5% [right-end wide-end] 2.5% [full-end];
    overflow: auto;
    height: 100svh; /* needed to make the sticky header work */
    scroll-behavior: smooth;
}

@media (min-width: 93.75rem) {
    .layout-skeleton[b-14vupbw1fr] {
        grid-template-columns: [full-start] 20% [wide-start left-start] 10% [narrow-start] 20% [left-end center right-start] 20% [narrow-end] 10% [right-end wide-end] 20% [full-end];
    }
}

/* Set a maximum component width of 1500px (wide) / 1000px (narrow) */
@media (min-width: 2500px) {
    .layout-skeleton[b-14vupbw1fr] {
        grid-template-columns: [full-start] 1fr [wide-start left-start] 250px [narrow-start] 500px [left-end center right-start] 500px [narrow-end] 250px [right-end wide-end] 1fr [full-end];
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.header[b-rf7yk143ld] {
    display: grid;
    grid-column: full;
    grid-template-columns: subgrid;
    height: 6rem;
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid black;
}

.header-skeleton[b-rf7yk143ld] {
    grid-column: narrow;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: inherit;
}

.navbar-skeleton[b-rf7yk143ld] {
    display: grid;
    align-items: center;
    grid-template-columns: 15% auto 7.5% 7.5%;
    grid-template-rows: 6rem;
    grid-auto-rows: 1fr;
    height: 100%;
}

    .navbar-skeleton .navbar-toggler[b-rf7yk143ld] {
        grid-row: 1;
        grid-column: 3;
        justify-self: end;
        margin: auto 0 auto 0;
    }

[b-rf7yk143ld] .inline-link {
    text-decoration: none;
}

.navbar-links[b-rf7yk143ld] {
    display: flex;
    justify-content: flex-start;
    height: 100%;
    flex-direction: column;
    grid-row: 2;
    grid-column: 2;
}

    [b-rf7yk143ld] .navbar-links * {
        flex: 0 1 3.75rem;
    }

.navbar[b-rf7yk143ld] {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 100vw;
    height: 100vh;
    transition: right 0.3s ease;
    z-index: 1000;
    overflow: scroll;
}

.navbar-show[b-rf7yk143ld] {
    right: 0;
}

.navbar-toggler[b-rf7yk143ld] {
    cursor: pointer;
}

.logo-container[b-rf7yk143ld] {
    height: inherit;
}

    .logo-container a[b-rf7yk143ld] {
        display: flex;
        justify-content: center;
        align-items: center;

        height: 100%;
        max-width: 80%;
    }

        .logo-container a img[b-rf7yk143ld] {
            height: 60%;
            max-width: 100%;
            object-fit: contain;
        }

/* Navbar Link (and button) Styling */
[b-rf7yk143ld] .inline-link {
    color: inherit;
}

    [b-rf7yk143ld] .inline-link:hover {
        text-decoration: none;
    }

[b-rf7yk143ld] .navbar-button {
    align-self: center;
    flex-basis: auto;
    color: var(--white) !important;
    font-size: 1rem !important;
    margin: 1.5rem 0;
}

[b-rf7yk143ld] .navbar-links a {
    color: var(--black);
    text-decoration: none;
    font-size: 1.25rem;
    letter-spacing: 0.1rem;
    transition: color 0.3s ease;
}

    [b-rf7yk143ld] .navbar-links a:hover {
        color: var(--text-light);
    }

[b-rf7yk143ld] .navbar-links a:not(:last-child) {
    display: flex;
    align-items: center;
    white-space: nowrap;
}


@media (min-width: 40rem) {
    .navbar[b-rf7yk143ld] {
        min-width: 23rem;
        width: 25vw;
        right: min(-23rem, -25vw);
    }

    .navbar-show[b-rf7yk143ld] {
        right: 0;
    }
}

@media (min-width: 62.5rem) {
    .logo-container a img[b-rf7yk143ld] {
        height: 75%;
    }

    .header-skeleton[b-rf7yk143ld] {
        grid-column: wide;
    }
}
/* /Layout/SideBySide.razor.rz.scp.css */
.component[b-abww80hozm] {
    display: grid;
    grid-column: wide;
    grid-template-columns: subgrid;
    gap: 0;
}

.disconnected[b-abww80hozm] {
    gap: calc(2 * var(--component-separation));
}

.left[b-abww80hozm], .right[b-abww80hozm] {
    grid-column: inherit;
    container-type: inline-size; /* Retarget container queries of child content to this container */
}

[b-abww80hozm] .left .card,
[b-abww80hozm] .right .card {
    margin: 0;
}

[b-abww80hozm] .header-image {
    position: relative;
    width: calc(100% + 2 * var(--padding-card-big));
    top: calc(-1 * var(--padding-card-big));
}

@media (max-width: 62.5rem) {
    [b-abww80hozm] .header-image {
        width: calc(100% + 2 * var(--padding-card-small));
        top: calc(-1 * var(--padding-card-small));
    }
}

@media(min-width: 750px) {
    .connected .left[b-abww80hozm] {
        padding-right: var(--component-separation);
    }

    .connected .right[b-abww80hozm] {
        padding-left: var(--component-separation);
    }

    .left[b-abww80hozm] {
        grid-column: left;
    }

    .right[b-abww80hozm] {
        grid-column: right;
    }
}

@media(max-width: 749px) {
    .order-first[b-abww80hozm] {
        order: 1;
    }

    .order-last[b-abww80hozm] {
        order: 2;
    }
}
/* /Pages/Contact.razor.rz.scp.css */
.logo[b-62pdtrl2uy] {
    width: 100%;
}

.information[b-62pdtrl2uy], .social-icons[b-62pdtrl2uy] {
    margin: 1vh 0;
}

.social-icons[b-62pdtrl2uy] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
