/* /Components/Layout/BackgroundAnimation.razor.rz.scp.css */
anicont[b-9hfywyuodr] {
    width: 100vw;
    height: 100vh;
    padding: 0 200px;
    position: fixed;
    left: 0px;
    right: 0;
    overflow: hidden;
    border-radius: 0px;
    z-index: -1;
}

    anicont anidiv[b-9hfywyuodr] {
        position: absolute;
        border-radius: 50%;
        animation: gradient-b-9hfywyuodr 12s infinite;
    }

        anicont anidiv:nth-child(1)[b-9hfywyuodr] {
            height: 80%;
            width: 80%;
            background-color: #1dd8d8;
            left: -29%;
            top: -10%;
        }

        anicont anidiv:nth-child(2)[b-9hfywyuodr] {
            height: 80%;
            width: 60%;
            background-color: #00b1b1;
            top: -12%;
            right: -12%;
            animation-delay: 2s;
        }

        anicont anidiv:nth-child(3)[b-9hfywyuodr] {
            height: 65%;
            width: 80%;
            background-color: #008b8b;
            bottom: -10%;
            right: -20%;
            animation-delay: 0.3s;
        }

        anicont anidiv:nth-child(4)[b-9hfywyuodr] {
            height: 80%;
            width: 75%;
            background-color: #07bbbb;
            bottom: -20%;
            left: -30%;
            animation-delay: 5s;
        }

    anicont[b-9hfywyuodr]::after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        height: 100%;
        width: 100%;
        backdrop-filter: blur(4vw);
    }

@keyframes gradient-b-9hfywyuodr {
    25% {
        transform: scale(1.2) translate(50px) rotate(30deg);
    }

    50% {
        transform: scale(0.8) translate(10px) rotate(-30deg);
    }

    75% {
        transform: scale(1.8) translate(30px) rotate(0deg);
    }
}
/* /Components/Layout/FooterElement.razor.rz.scp.css */
footer[b-b6yn13kqd0] {
    margin: 0;
    box-shadow: 0 60px 40px -40px var(--color-zyn-light-gray) inset;
    background: var(--color-primary);
    box-sizing: border-box;
    padding: 100px 200px;
    width: 100%;
    position: relative;
    bottom: 0;
    z-index: 1;
}

footer-elements[b-b6yn13kqd0] {
    display: flex;
    justify-content: space-between;
}

    footer-elements span[b-b6yn13kqd0] {
        display: flex;
        flex-direction: row;
    }

        footer-elements span footer-box[b-b6yn13kqd0] {
            width: 200px;
        }

.footer-self[b-b6yn13kqd0] {
    flex-grow: 1;
    padding-right: 40px;
}

footer-elements img[b-b6yn13kqd0] {
    height: 40px;
    filter: var(--invert-image);
}

footer-box[b-b6yn13kqd0] {
    width: 200px;
}

    footer-box p[b-b6yn13kqd0], .footer-self p[b-b6yn13kqd0] {
        color: var(--color-zyn-gray);
        max-width: 640px;
        padding-right: 40px;
    }

legal-line[b-b6yn13kqd0] {
    width: 100%;
    display: flex;
    margin: 60px 0 0;
}

    legal-line p[b-b6yn13kqd0], .legal-line a[b-b6yn13kqd0] {
        display: inline;
        flex-grow: 1;
        color: var(--color-zyn-gray);
    }

        legal-line p:last-of-type[b-b6yn13kqd0] {
            text-align: right;
            color: var(--color-zyn-gray);
        }

/*---------------
      Media
---------------*/

@media screen and (max-width: 1500px) {
    footer[b-b6yn13kqd0] {
        padding: 100px 40px;
    }
}

@media screen and (max-width: 880px) {
    footer-elements[b-b6yn13kqd0] {
        flex-direction: column;
    }

        footer-elements span[b-b6yn13kqd0] {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }

            footer-elements span footer-box[b-b6yn13kqd0] {
                width: 100%;
            }
}

@media screen and (max-width: 570px) {
    legal-line[b-b6yn13kqd0] {
        display: flex;
        flex-direction: column;
    }

        legal-line p[b-b6yn13kqd0], legal-line p:last-of-type[b-b6yn13kqd0] {
            text-align: left;
            margin: 0 0 5px 0;
        }
}
/* /Components/Layout/HeaderElement.razor.rz.scp.css */
header[b-6qq6oluu5y] {
    box-sizing: border-box;
    padding: 40px 200px;
    display: flex;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 60px;
    align-items: center;
    background: linear-gradient(var(--color-zyn-darkcyan), #fff0);
}

.nav-controls[b-6qq6oluu5y] {
    width: 100%;
    display: flex;
    padding: 40px 0;
}

nav[b-6qq6oluu5y] {
    flex-grow: 1;
}

nav-button[b-6qq6oluu5y] {
    display: none;
}

.navbar[b-6qq6oluu5y] {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .navbar li[b-6qq6oluu5y] {
        float: inline-start;
        opacity: 0;
        animation: 1s ease-in 0.5s 1 slideIn forwards;
        padding: 20px 0;
    }

        .navbar li :hover[b-6qq6oluu5y] {
            color: var(--color-zyn-darkcyan-light);
            transition: 0.3s;
        }

        .navbar li a[b-6qq6oluu5y] {
            text-align: center;
            padding: 16px 26px;
            text-decoration: none;
            color: var(--color-zyn-white);
            font-family: var(--font-main);
            font-weight: 100;
        }

.logo[b-6qq6oluu5y] {
    height: 30px;
    margin: 10px 60px 0 0;
    opacity: 0;
    animation: 1s ease-in 0s 1 slideIn forwards;
}

@media screen and (max-width: 1250px) {

    header[b-6qq6oluu5y] {
        padding: 40px;
    }

}

@media screen and (max-width: 940px) {

    header[b-6qq6oluu5y] {
        padding: 40px;
    }

    .nav-controls[b-6qq6oluu5y] {
        display: none;
        background: #000c;
        position: absolute;
        flex-direction: column;
        top: 80px;
        left: 0;
        width: 100vw;
        height: calc(100vh - 160px);
    }

    nav-button[b-6qq6oluu5y] {
        display: flex;
        position: absolute;
        right: 40px;
        flex-direction: column;
        justify-content: space-between;
        width: 36px;
        height: 30px;
        cursor: pointer;
    }

    .menu-icon-bar[b-6qq6oluu5y] {
        width: 100%;
        height: 4px;
        background-color: var(--color-zyn-white);
        transition: all 300ms ease-in-out;
        border-radius: 20px;
    }

    nav[b-6qq6oluu5y] {
        flex-grow: 1;
    }

        .navbar li[b-6qq6oluu5y] {
            width: 100vw;
            font-size: 40px;
            text-align: center;
        }

            .navbar li :hover[b-6qq6oluu5y] {
                color: var(--color-zyn-darkcyan-light);
                transition: 0.3s;
            }

            .navbar li a[b-6qq6oluu5y] {
                text-align: center;
                padding: 16px 26px;
                text-decoration: none;
                color: var(--color-zyn-white);
                font-family: var(--font-main);
                font-weight: 100;
            }

    .button-container[b-6qq6oluu5y] {
        display: flex;
        flex-direction: column;
        padding: 40px;
    }

        .button-container[b-6qq6oluu5y]  a {
            padding: 20px;
            font-size: 20px;
        }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-c1p3bd8m69] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-c1p3bd8m69] {
    flex: 1;
}

.sidebar[b-c1p3bd8m69] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-c1p3bd8m69] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-c1p3bd8m69]  a, .top-row[b-c1p3bd8m69]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-c1p3bd8m69]  a:hover, .top-row[b-c1p3bd8m69]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-c1p3bd8m69]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-c1p3bd8m69] {
        justify-content: space-between;
    }

    .top-row[b-c1p3bd8m69]  a, .top-row[b-c1p3bd8m69]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-c1p3bd8m69] {
        flex-direction: row;
    }

    .sidebar[b-c1p3bd8m69] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-c1p3bd8m69] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-c1p3bd8m69]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-c1p3bd8m69], article[b-c1p3bd8m69] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-c1p3bd8m69] {
    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-c1p3bd8m69] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Shared/Button.razor.rz.scp.css */
a[b-3h127mtlet] {
    display: inline-block;
    height: 24px;
    letter-spacing: 1px;
    font-family: var(--font-main);
    font-size: 14px;
    text-align: center;
    padding: 10px 24px;
    border-radius: 50px;
    cursor: pointer;
    margin: 5px 5px;
    border: 1px solid #ffffff4f;
    white-space: nowrap;

    background-color: #ffffff4f;
    color: var(--color-zyn-white);
}

.btn-primary[b-3h127mtlet] {
    background-color: var(--color-zyn-white);
    color: var(--color-zyn-darkcyan);
}
/* /Components/Shared/ConsentBanner.razor.rz.scp.css */
.navbar-toggler[b-1uzusqfd1n] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-1uzusqfd1n] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-1uzusqfd1n] {
    font-size: 1.1rem;
}

.oi[b-1uzusqfd1n] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-1uzusqfd1n] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-1uzusqfd1n] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-1uzusqfd1n] {
        padding-bottom: 1rem;
    }

    .nav-item[b-1uzusqfd1n]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-1uzusqfd1n]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-1uzusqfd1n]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-1uzusqfd1n] {
        display: none;
    }

    .collapse[b-1uzusqfd1n] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/Shared/PageSection.razor.rz.scp.css */
section[b-r0sj4jcix4] {
    text-align: center;
    align-content: center;
    margin: 0 auto;
    padding: 85px 25px 30px;
    background: var(--color-primary);
}

.hero[b-r0sj4jcix4] {
    margin-top: calc(10% + 10px);
    position: relative;
    background: none;
    z-index: 1;
}

    [b-r0sj4jcix4].hero h1, [b-r0sj4jcix4].hero p {
        color: var(--color-zyn-white);
    }

section[b-r0sj4jcix4] .section-tag {
    color: var(--color-secondary);
    margin: 25px auto 0 auto;
    border: 1px solid var(--color-zyn-gray);
    border-radius: 50px;
    font-size: large;
    padding: 5px 10px;
    font-family: var(--font-main);
}

section[b-r0sj4jcix4] .descriptor {
    max-width: 1000px;
    margin: inherit;
}

.last-call[b-r0sj4jcix4] {
    height: 600px;
    background: transparent;
}

    .last-call[b-r0sj4jcix4]  h2 {
        color: #fff;
        margin: 50px;
    }

/*---------------
    Mobile style
---------------*/

@media screen and (max-width: 880px) {

    section[b-r0sj4jcix4] {
        padding: 75px 0 0;
    }

    section[b-r0sj4jcix4]  .descriptor {
        padding: 0 10px;
    }

    .last-section[b-r0sj4jcix4] {
        padding: 75px 0 0;
    }

    .last-call[b-r0sj4jcix4]  div {
        display: flex;
        flex-direction: column;
        margin: 0 20px;
    }
}
/* /Components/Shared/Tile.razor.rz.scp.css */
tile[b-en1ytektfm] {
    height: 500px;
    width: 100%;
    min-width: 300px;
    border-radius: 25px;
    box-shadow: 0 2px 4px var(--color-zyn-light-gray);
    margin: 20px auto;
    display: inline-block;
    box-sizing: border-box;
    padding: 35px;
    background: var(--color-zyn-tile);
}

    tile[b-en1ytektfm] .text-area {
        float: left;
        height: 100%;
        width: 50%;
        position: relative;
        text-align: left;
        box-sizing: border-box;
        padding-right: 50px;
    }

tile:hover[b-en1ytektfm] {
    animation: .1s ease-in 1 slideUp-b-en1ytektfm forwards;
}

    tile[b-en1ytektfm]  h2 {
        color: var(--color-secondary);
    }

    tile[b-en1ytektfm]  p {
        font-weight: 100;
        margin-top: 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
        line-clamp: 3;
        color: var(--color-secondary);
    }

    tile[b-en1ytektfm] .tag-container {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    tile[b-en1ytektfm] .tag-container tag {
        border-radius: 50px;
        font-size: small;
        margin: 5px 10px 5px 0px;
        padding: 5px 10px;
        white-space: nowrap;
        font-family: var(--font-main);
        color: #fff;
        background: #a2d4df;
    }

.tile-wide[b-en1ytektfm] {
    grid-column: span 3 / auto;
}

.tile-tall[b-en1ytektfm] {
    grid-row: span 2 / auto;
}

.tile-normal[b-en1ytektfm] {
    grid-row: span 1 / auto;
    grid-column: span 1 / auto;
}

.tile-tall[b-en1ytektfm] .text-area,
.tile-tall[b-en1ytektfm]  pic-area {
    height: 50%;
    width: 100%;
    float: left;
}

.no-animation:hover[b-en1ytektfm] {
    animation: unset;
}

/*---------------
    Animation
---------------*/

@keyframes slideUp-b-en1ytektfm {
    100% {
        margin: 15px auto 25px;
        box-shadow: 0 5px 10px var(--color-zyn-light-gray);
    }
}

@keyframes slideUpGrid-b-en1ytektfm {
    100% {
        margin: -160px 190px;
        box-shadow: 0 5px 10px var(--color-zyn-light-gray);
    }
}

/*---------------
    Mobile style
---------------*/

@media screen and (max-width: 1450px) {
    .gallery .tile-tall[b-en1ytektfm], .gallery .tile-normal[b-en1ytektfm], .gallery .tile-wide[b-en1ytektfm] {
        grid-column: span 1 / auto;
        grid-row: span 2 / auto;
    }

    .tile-wide[b-en1ytektfm] .text-area,
    .tile-wide[b-en1ytektfm]  pic-area,
    .tile-normal[b-en1ytektfm] .text-area,
    .tile-normal[b-en1ytektfm]  pic-area {
        height: 50%;
        width: 100%;
        float: left;
    }   
}

@media screen and (max-width: 880px) {
    tile[b-en1ytektfm] {
        height: auto;
        width: 100%;
        border-radius: 25px;
        padding: 20px;
        box-shadow: 0 2px 4px var(--color-zyn-light-gray);
    }

        .tile p[b-en1ytektfm] {
            -webkit-line-clamp: 999;
            line-clamp: 999;
        }

    #contactTile[b-en1ytektfm]  pic-area {
        padding: 25px 0 0 0;
    }

    .gallery tile[b-en1ytektfm] {
        min-width: 300px;
        height: 600px;
    }

    tile:hover[b-en1ytektfm] {
        animation: none;
    }

    tile[b-en1ytektfm] .text-area {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    tile[b-en1ytektfm] .tag-container {
        box-sizing: border-box;
        margin-bottom: 50px;
    }

        .tile-tall[b-en1ytektfm] .text-area,
        .tile-normal[b-en1ytektfm] .text-area,
        .tile-wide[b-en1ytektfm] .text-area {
            width: 100%;
            height: 50%;
        }
}
/* /Components/Shared/TileContainer.razor.rz.scp.css */
tile-container[b-gic84tjrpv] {
    padding: 75px 5%;
    display: flow-root;
    max-width: 1900px;
    margin: 0 auto;
}

.gallery-wrapper[b-gic84tjrpv]  .arrow {
    display: none;
}

tile-container[b-gic84tjrpv] .tile-grid {
    display: grid;
    margin: -20px 0 20px;
    grid-auto-rows: 350px;
    gap: 20px;
}

    tile-container[b-gic84tjrpv] .tile-grid h3 {
        margin: 0;
    }

tile-container[b-gic84tjrpv] .tile-grid tile {
    height: 100%;
    min-width: 300px;
}

/*---------------
    Mobile style
---------------*/

@media screen and (max-width: 1450px) {

    .gallery-wrapper[b-gic84tjrpv] {
        max-width: 1200px;
        position: relative;
    }

    .gallery-wrapper[b-gic84tjrpv]  .arrow {
        position: absolute;
        display: inline;
        top: 50%;
        height: 42px;
        width: 42px;
        text-align: center;
        line-height: 42px;
        font-size: 62px;
        border-radius: 50%;
        cursor: pointer;
        transform: translateY(-50%);
        background-color: none;
        user-select: none;
        color: var(--color-zyn-darkcyan-light);
    }

    .gallery-wrapper[b-gic84tjrpv] .arrow:first-child {
        left: -5px;
    }

    .gallery-wrapper[b-gic84tjrpv] .arrow:last-child {
        right: -5px;
    }

    [b-gic84tjrpv].gallery-wrapper .gallery {
        display: flex;
        gap: 42px;
        overflow: hidden;
        scroll-behavior: smooth;
    }

    tile-container[b-gic84tjrpv] .gallery tile {
        min-width: 350px;
        height: 700px;
    }

}

@media screen and (max-width: 880px) {
    tile-container[b-gic84tjrpv] {
        padding: 75px 2%;
    }
}
/* /Components/Shared/TileImg.razor.rz.scp.css */
pic-area[b-z3g30q3ou1] {
    float: right;
    width: 50%;
    height: 100%;
    background: url() no-repeat center / cover;
    border-radius: 10px;
}

/*---------------
    Mobile style
---------------*/

@media screen and (max-width: 880px) {
    pic-area[b-z3g30q3ou1] {
        width: 100%;
        min-height: 200px;
        padding-bottom: 50%;
        box-sizing: border-box;
    }
}
