/* _content/Biulix.Site.WebApp/Components/Layout/MainFooter.razor.rz.scp.css */








.footer-content[b-n40r3vckt6] {
    align-self: center;
    background-color: var(--color-primary);
    border-radius: 15px;
    display: flex;
    padding: 1.5em 3em;
    position: relative;
}

.footer-content-secondary[b-n40r3vckt6] {
    background-color: white;
}

.social[b-n40r3vckt6] {
    display: flex;
    gap: 1em;
    position: absolute;
    right: 2em;
}

.social-icon-container[b-n40r3vckt6] {
    background-color: var(--color-background);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    height: 2.3em;
    padding: 0.5em;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    width: 2.3em;
}

.social-icon-container-secondary[b-n40r3vckt6] {
    background-color: var(--color-primary);
}

.social-icon-container:hover[b-n40r3vckt6] {
    transform: scale(1.1);
}

.social-icon[b-n40r3vckt6] {
    height: 100%;
    width: 100%;
}

.footer-texts[b-n40r3vckt6] {
    align-self: center;
    display: flex;
    flex: 0.8;
    flex-direction: column;
    gap: 1em;
}

.footer-text[b-n40r3vckt6] {
    color: white;
    font-size: var(--font-size-description);
    font-weight: 100;
}

.footer-text-secondary[b-n40r3vckt6] {
    color: black;
}

.footer-text-highlighted[b-n40r3vckt6] {
    font-size: calc(var(--font-size-description) + 0.27em);
    font-weight: 900;
}

.footer-text-highlighted-secondary[b-n40r3vckt6] {
    color: black;
}

.download[b-n40r3vckt6] {
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin-left: auto;
    margin-top: 5em;
}

.download-title[b-n40r3vckt6] {
    color: white;
    font-size: var(--font-size-subtitle);
    font-weight: 900;
}

.download-title-secondary[b-n40r3vckt6] {
    color: black;
}

.download-buttons[b-n40r3vckt6] {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

.download-button[b-n40r3vckt6] {
    align-items: center;
    background-color: white;
    border-radius: 30px;
    display: flex;
    font-size: var(--font-size-description);
    height: 3em;
    padding: 1.5em;
    position: relative;
    gap: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    width: 12.5em;
}

.download-button:hover[b-n40r3vckt6] {
    transform: scale(1.1);
}

.download-button-secondary[b-n40r3vckt6] {
    border: 2px solid var(--color-primary);
}

.download-image[b-n40r3vckt6] {
    border-radius: 50%;
    height: auto;
    left: 0.3em;
    position: absolute;
    width: 2.5em;
}

.borderless-download-image[b-n40r3vckt6] {
    border-radius: 0%;
    left: 1.3em;
    width: 2em;
}

.download-text[b-n40r3vckt6] {
    color: black;
    font-size: var(--font-size-description);
    font-weight: 900;
    margin-left: 3em;
}

.footer-address[b-n40r3vckt6] {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: var(--font-size-description);
    padding: 0.5em 0;
}

.footer-address-text[b-n40r3vckt6] {
    color: var(--color-color-secondary);
    font-size: 1em;
    text-align: center;
}

@media screen and (max-width: 900px) {
    .social[b-n40r3vckt6] {
        position: static;
    }

    .footer-content[b-n40r3vckt6] {
        flex-direction: column;
        padding: 1em;
    }

    .footer-texts[b-n40r3vckt6] {
        flex: 1;
        margin-top: 1em;
    }

    .download[b-n40r3vckt6] {
        align-self: flex-start;
        gap: 0.5em;
        margin-left: 0;
        margin-top: 1em;
    }

    .download-title[b-n40r3vckt6] {
        font-size: var(--font-size-description);
    }

    .download-buttons[b-n40r3vckt6] {
        flex-direction: row;
    }

    .download-button[b-n40r3vckt6] {
        height: 2em;
        padding: 0.5em;
        width: 8.5em;
    }

    .download-image[b-n40r3vckt6] {
        left: 0.2em;
        width: 1.5em;
    }

    .borderless-download-image[b-n40r3vckt6] {
        left: 0.8em;
        width: 1em;
    }

    .download-text[b-n40r3vckt6] {
        margin-left: 2.8em;
    }

    .footer-address[b-n40r3vckt6],
    .footer-address-text[b-n40r3vckt6] {
        font-size: calc(var(--font-size-description) - 0.1em);
    }
}
/* _content/Biulix.Site.WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
header[b-demnsgq7sx] {
    position: fixed;
    width: 100%;
    z-index: 1050;
}

.navbar[b-demnsgq7sx] {
    background-color: white;
    border-radius: 50px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    display: flex;
    margin-top: 1.5em;
    padding: 0.2em 1.5em;
}

.navbar-brand[b-demnsgq7sx] {
    display: flex;
    width: 12em;
}

#blazor-error-ui[b-demnsgq7sx] {
    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-demnsgq7sx] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media screen and (max-width: 900px) {
    .navbar[b-demnsgq7sx] {
        margin-top: 0.8em;
        padding-left: 0.5em;
        padding-right: 1em;
    }

    .navbar-brand[b-demnsgq7sx] {
        width: 7em;
    }
}
/* _content/Biulix.Site.WebApp/Components/Pages/About.razor.rz.scp.css */
section[b-sjaubrxnt0] {
    background-image: url("images/backgrounds/home/mobile.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 25vh;
}

.content[b-sjaubrxnt0] {
    background-color: #FFFFFF;
    border-radius: 25px;
    padding: 4em;
    margin-bottom: 3em;
}

h1[b-sjaubrxnt0] {
    color: var(--color-primary);
    font-size: var(--font-size-title);
    margin-top: 0;
    text-align: center;
}

p[b-sjaubrxnt0] {
    font-size: var(--font-size-small);
}

li[b-sjaubrxnt0] {
    font-size: var(--font-size-small);
}

@media screen and (max-width: 900px) {
    section[b-sjaubrxnt0] {
        padding-top: 15vh;
    }

    .content[b-sjaubrxnt0] {
        border-radius: 15px;
        padding: 1em;
    }

    h1[b-sjaubrxnt0] {
        font-size: var(--font-size-description);
    }

    p[b-sjaubrxnt0] {
        font-size: var(--font-size-description);
    }

    li[b-sjaubrxnt0] {
        font-size: var(--font-size-description);
    }
}
/* _content/Biulix.Site.WebApp/Components/Pages/Candidate.razor.rz.scp.css */
.initial[b-yf3lgd1qgr] {
    background-image: url("../images/backgrounds/candidate/initial-desktop.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50em;
    padding-top: 12em;
}

.initial-container[b-yf3lgd1qgr] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.initial-content[b-yf3lgd1qgr] {
    width: 45vw;
}

.initial-title[b-yf3lgd1qgr] {
    color: white;
    font-size: var(--font-size-main-title);
    line-height: 1em;
    margin: 0;
}

.initial-description[b-yf3lgd1qgr] {
    color: white;
    font-size: var(--font-size-subtitle);
    line-height: 1.5em;
    margin-top: 1em;
}

.initial-button[b-yf3lgd1qgr] {
    background-color: white;
    margin-top: 1.7em;
    border: none;
}

.initial-button-text[b-yf3lgd1qgr] {
    color: black;
    margin: auto;
}

.initial-features[b-yf3lgd1qgr] {
    border-top: 1px solid white;
    display: flex;
    gap: 2em;
    margin-top: 2em;
    padding-top: 1em;
    width: 80%;
}

.initial-feature[b-yf3lgd1qgr] {
    display: flex;
    gap: 1em;
}

.initial-feature-icon[b-yf3lgd1qgr] {
    align-self: flex-start;
    width: 2em;
}

.initial-feature-text[b-yf3lgd1qgr] {
    color: white;
    font-size: var(--font-size-small);
    font-weight: bold;
}

.about[b-yf3lgd1qgr] {
    background-image: url("../images/backgrounds/candidate/about-desktop.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 45em;
}

.about-content[b-yf3lgd1qgr] {
    max-width: 40em;
    padding-top: 5.5em;
}

.about-subtitle[b-yf3lgd1qgr] {
    color: var(--color-primary);
    font-size: var(--font-size-subtitle);
    font-weight: bold;
    margin: 0;
}

.about-title[b-yf3lgd1qgr] {
    font-size: var(--font-size-title);
    font-weight: bold;
    margin: 0;
    margin-top: 0.2em;
}

.about-text[b-yf3lgd1qgr] {
    font-size: var(--font-size-small);
    margin: 0;
}

.how[b-yf3lgd1qgr] {
    background-image: url("../images/backgrounds/candidate/how-desktop.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    position: relative;
}

.how-title[b-yf3lgd1qgr] {
    align-self: center;
    color: white;
    font-size: var(--font-size-main-title);
    margin: 0;
    margin-top: 1em;
    text-align: center;
}

.how-features[b-yf3lgd1qgr] {
    align-self: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3em;
    justify-content: center;
    margin-bottom: 7em;
    margin-top: 5em;
    width: 80%;
}

.how-feature[b-yf3lgd1qgr] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    width: 20em;
}

.how-feature-icon-container[b-yf3lgd1qgr] {
    background-color: var(--color-primary);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    height: 4.5em;
    overflow: hidden;
    padding: 1em;
    width: 4.5em;
}

.how-feature-icon[b-yf3lgd1qgr] {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.how-feature-title[b-yf3lgd1qgr] {
    color: white;
    font-size: var(--font-size-subtitle);
    font-weight: bold;
    margin-top: 0.5em;
    text-align: center;
}

.how-feature-description[b-yf3lgd1qgr] {
    color: white;
    font-size: var(--font-size-small);
    text-align: center;
}

@media screen and (max-width: 900px) {
    .initial[b-yf3lgd1qgr] {
        background-image: url("../images/backgrounds/candidate/initial-mobile.png");
        height: 38em;
        padding-top: 6em;
    }

    .initial-content[b-yf3lgd1qgr] {
        width: 50%;
    }

    .initial-description[b-yf3lgd1qgr] {
        font-size: var(--font-size-description);
        line-height: 1.2em;
    }

    .initial-button[b-yf3lgd1qgr] {
        margin-top: 1.1em;
    }

    .initial-features[b-yf3lgd1qgr] {
        flex-direction: column;
        gap: 0.5em;
        width: 50%;
    }

    .initial-feature[b-yf3lgd1qgr] {
        align-items: center;
        gap: 0.2em;
    }

    .initial-feature-icon[b-yf3lgd1qgr] {
        width: 1.5em;
    }

    .initial-feature-text[b-yf3lgd1qgr] {
        font-size: var(--font-size-description);
    }

    .about[b-yf3lgd1qgr] {
        background-image: url("../images/backgrounds/candidate/about-mobile.png");
        background-position: center bottom;
        background-size: 130%;
        height: 50em;
    }

    .about-content[b-yf3lgd1qgr] {
        padding-top: 2em;
        text-align: center;
        width: 100%;
    }

    .about-title[b-yf3lgd1qgr] {
        font-size: var(--font-size-main-title);
    }

    .about-text[b-yf3lgd1qgr] {
        font-size: var(--font-size-description);
    }

    .how[b-yf3lgd1qgr] {
        background-image: url("../images/backgrounds/candidate/how-mobile.png");
    }

    .how-title[b-yf3lgd1qgr] {
        margin-top: 2em;
    }

    .how-features[b-yf3lgd1qgr] {
        margin-bottom: 3em;
        margin-top: 2em;
        width: 95%;
    }

    .how-feature[b-yf3lgd1qgr] {
        width: 10em;
    }

    .how-feature-icon[b-yf3lgd1qgr] {
        padding: 0.5em;
        width: 2.5em;

    }

    .how-feature-title[b-yf3lgd1qgr] {
        font-size: var(--font-size-description);
    }

    .how-feature-description[b-yf3lgd1qgr] {
        font-size: var(--font-size-description);
    }
}

@media screen and (min-width: 425px) and (max-width: 768px) {
    .about[b-yf3lgd1qgr] {
        background-size: 97%;
    }
}

@media screen and (max-width: 425px) {
    .about[b-yf3lgd1qgr] {
        background-size: 130%;
    }
}
/* _content/Biulix.Site.WebApp/Components/Pages/Enterprise.razor.rz.scp.css */
.initial[b-bdkdxb7dhe] {
    display: flex;
    height: 54em;
    position: relative;
}

.initial-image[b-bdkdxb7dhe] {
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.initial-image.mobile[b-bdkdxb7dhe] {
    display: none;
    visibility: hidden;
}

.initial-container[b-bdkdxb7dhe] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
    margin-top: 12em;
    max-width: 100em;
    padding: 0 1em;
    width: 80%;
}

.initial-content[b-bdkdxb7dhe] {
    width: 45vw;
}

.initial-title[b-bdkdxb7dhe] {
    color: var(--color-primary);
    font-size: var(--font-size-main-title);
    line-height: 1em;
    margin: 0;
}

.initial-description[b-bdkdxb7dhe] {
    color: var(--colors-color-secondary);
    font-size: var(--font-size-subtitle);
    line-height: 1.5em;
    margin: 0;
    margin-top: 1em;
}

.initial-button[b-bdkdxb7dhe] {
    margin-top: 3.5em;
}

.initial-button-text[b-bdkdxb7dhe] {
    margin: auto;
}

.initial-features[b-bdkdxb7dhe] {
    border-top: 1px solid var(--color-primary);
    display: flex;
    gap: 2em;
    margin-top: 2em;
    padding-top: 1em;
    width: 80%;
}

.initial-feature[b-bdkdxb7dhe] {
    display: flex;
    gap: 1em;
}

.initial-feature-icon[b-bdkdxb7dhe] {
    align-self: flex-start;
    width: 2em;
}

.initial-feature-text[b-bdkdxb7dhe] {
    color: var(--colors-color-secondary);
    font-size: var(--font-size-small);
    font-weight: bold;
}

.about[b-bdkdxb7dhe] {
    display: flex;
    flex-direction: column;
    height: 45em;
    position: relative;
}

.about-image-desktop[b-bdkdxb7dhe] {
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.about-image-mobile[b-bdkdxb7dhe] {
    display: none;
    visibility: hidden;
}

.about-content[b-bdkdxb7dhe] {
    display: flex;
    flex-direction: column;
    margin-left: 10%;
    margin-top: 5.5em;
    max-width: 40em;
}

.about-subtitle[b-bdkdxb7dhe] {
    color: white;
    font-size: var(--font-size-subtitle);
    font-weight: bold;
}

.about-title[b-bdkdxb7dhe] {
    color: white;
    font-size: var(--font-size-title);
    font-weight: bold;
    margin: 0;
    margin-top: 0.2em;
}

.about-text[b-bdkdxb7dhe] {
    color: white;
    font-size: var(--font-size-small);
}

.how[b-bdkdxb7dhe] {
    display: flex;
    flex-direction: column;
}

.how-title[b-bdkdxb7dhe] {
    align-self: center;
    color: var(--color-primary);
    font-size: var(--font-size-main-title);
    margin: 0;
    margin-top: 1em;
    text-align: center;
}

.how-features[b-bdkdxb7dhe] {
    align-self: center;
    display: flex;
    flex-wrap: wrap;
    gap: 3em;
    justify-content: center;
    margin-bottom: 7em;
    margin-top: 5em;
    width: 80%;
}

.how-feature[b-bdkdxb7dhe] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    width: 20em;
}

.how-feature-icon-container[b-bdkdxb7dhe] {
    background-color: var(--color-primary);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    height: 4.5em;
    overflow: hidden;
    padding: 1em;
    width: 4.5em;
}

.how-feature-icon[b-bdkdxb7dhe] {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.how-feature-title[b-bdkdxb7dhe] {
    color: var(--color-primary);
    font-size: var(--font-size-subtitle);
    font-weight: bold;
    margin-top: 0.5em;
    text-align: center;
}

.how-feature-description[b-bdkdxb7dhe] {
    color: black;
    font-size: var(--font-size-small);
    text-align: center;
}

@media screen and (max-width: 900px) {
    .header-options[b-bdkdxb7dhe] {
        display: none;
    }

    .initial[b-bdkdxb7dhe] {
        height: 38em;
    }

    .initial-image.desktop[b-bdkdxb7dhe] {
        display: none;
        visibility: hidden;
    }

    .initial-image.mobile[b-bdkdxb7dhe] {
        display: flex;
        visibility: visible;
    }

    .initial-container[b-bdkdxb7dhe] {
        margin-top: 6em;
        padding: 0;
        width: 90%;
    }

    .initial-content[b-bdkdxb7dhe] {
        width: 50%;
    }

    .initial-description[b-bdkdxb7dhe] {
        font-size: var(--font-size-description);
        line-height: 1.2em;
    }

    .initial-button[b-bdkdxb7dhe] {
        margin-top: 2em;
    }

    .initial-features[b-bdkdxb7dhe] {
        flex-direction: column;
        gap: 0.5em;
        width: 50%;
    }

    .initial-feature[b-bdkdxb7dhe] {
        align-items: center;
        gap: 0.2em;
    }

    .initial-feature-icon[b-bdkdxb7dhe] {
        width: 1.5em;
    }

    .initial-feature-text[b-bdkdxb7dhe] {
        font-size: var(--font-size-description);
    }

    .about[b-bdkdxb7dhe] {
        height: 50em;
    }

    .about-content[b-bdkdxb7dhe] {
        align-items: center;
        margin: 0 auto;
        margin-top: 2em;
        width: 90%;
    }

    .about-subtitle[b-bdkdxb7dhe] {
        color: var(--color-primary);
        font-size: var(--font-size-description);
        text-align: center;
    }

    .about-title[b-bdkdxb7dhe] {
        color: black;
        font-size: var(--font-size-main-title);
        text-align: center;
    }

    .about-text[b-bdkdxb7dhe] {
        color: black;
        font-size: var(--font-size-description);
        text-align: center;
    }

    .about-image-desktop[b-bdkdxb7dhe] {
        display: none;
        visibility: hidden;
    }

    .about-image-mobile[b-bdkdxb7dhe] {
        align-self: center;
        display: block;
        height: 100%;
        order: 1;
        margin-top: 1.5em;
        visibility: visible;
        width: 100%;
    }

    .how-title[b-bdkdxb7dhe] {
        margin-top: 2em;
    }

    .how-features[b-bdkdxb7dhe] {
        margin-bottom: 3em;
        margin-top: 2em;
        width: 95%;
    }

    .how-feature[b-bdkdxb7dhe] {
        width: 10em;
    }

    .how-feature-icon[b-bdkdxb7dhe] {
        padding: 0.5em;
        width: 2.5em;
    }

    .how-feature-title[b-bdkdxb7dhe] {
        font-size: var(--font-size-description);
    }

    .how-feature-description[b-bdkdxb7dhe] {
        font-size: var(--font-size-description);
    }
}
/* _content/Biulix.Site.WebApp/Components/Pages/Home.razor.rz.scp.css */
.initial[b-etv99s9p1j] {
    background-image: url("../images/backgrounds/home/desktop.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 45em;
}

.initial-container[b-etv99s9p1j] {
    display: flex;
    justify-content: space-between;
    padding-top: 12em;
}

.initial-content[b-etv99s9p1j] {
    width: 40vw;
}

.initial-title[b-etv99s9p1j] {
    color: white;
    font-size: var(--font-size-main-title);
    line-height: 1em;
    margin: 0;
}

.initial-description[b-etv99s9p1j] {
    color: white;
    font-size: var(--font-size-subtitle);
    line-height: 1.5em;
    margin: 0;
    margin-top: 1em;
}

.initial-button[b-etv99s9p1j] {
    margin-top: 3.5em;
}

.initial-button-text[b-etv99s9p1j] {
    margin: auto;
}

.options[b-etv99s9p1j] {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 3em;
    justify-content: center;
}

.option[b-etv99s9p1j] {
    align-items: center;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    max-width: 24em;
    padding: 3em 1em;
    position: relative;
    text-decoration: none;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    width: 160%;
}

.option:hover[b-etv99s9p1j] {
    transform: scale(1.05);
}

.option-title[b-etv99s9p1j] {
    color: black;
    font-size: var(--font-size-title);
    font-weight: bold;
    text-align: center;
}

.option-subtitle[b-etv99s9p1j] {
    color: black;
    font-size: var(--font-size-subtitle);
    text-align: center;
}

.option-icon[b-etv99s9p1j] {
    background-color: var(--color-primary);
    border: 4px solid white;
    border-radius: 50%;
    bottom: -15%;
    height: 3.5em;
    padding: 0.5em;
    position: absolute;
    width: 3.5em;
}

@media screen and (max-width: 900px) {
    .initial[b-etv99s9p1j] {
        background-image: url("../images/backgrounds/home/mobile.jpg");
        height: 25em;
    }

    .initial-container[b-etv99s9p1j] {
        padding-top: 6em;
    }

    .initial-content[b-etv99s9p1j] {
        width: 50%;
    }

    .initial-description[b-etv99s9p1j] {
        font-size: var(--font-size-description);
        line-height: 1.2em;
    }

    .initial-button[b-etv99s9p1j] {
        margin-top: 2em;
    }

    .options[b-etv99s9p1j] {
        padding: 0;
    }

    .option[b-etv99s9p1j] {
        padding: 1.8em 1em;
        width: 120%;
    }

    .option-title[b-etv99s9p1j],
    .option-subtitle[b-etv99s9p1j] {
        font-size: var(--font-size-description);
    }

    .option-icon[b-etv99s9p1j] {
        height: 2.5em;
        width: 2.5em;
    }
}
/* _content/Biulix.Site.WebApp/Components/Pages/Vacancies.razor.rz.scp.css */
.initial[b-cxs0jn1mjj] {
    background-color: var(--color-background);
    display: flex;
    flex-direction: column;
    height: 30em;
    position: relative;
}

.initial-image[b-cxs0jn1mjj] {
    height: 20em;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.initial-image.mobile[b-cxs0jn1mjj] {
    display: none;
    visibility: hidden;
}

.initial-title[b-cxs0jn1mjj] {
    align-self: center;
    color: white;
    font-size: var(--font-size-title);
    margin: 0;
    margin-top: 5em;
    z-index: 0;
}

.filters[b-cxs0jn1mjj] {
    align-self: center;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding: 2em;
    max-width: 70em;
    transform: translateY(2em);
    width: 90%;
}

.filters-inputs[b-cxs0jn1mjj] {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: space-between;
    margin-top: 1em;
}

.filters-input[b-cxs0jn1mjj] {
    border: 2px solid var(--color-gradient);
    border-radius: 25px;
    color: black;
    font-size: var(--font-size-small);
    padding: 0.5em 1em;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    width: 10em;
}

.filters-input:focus[b-cxs0jn1mjj] {
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
    outline: none;
    transform: scale(1.04);
}

.filters-input[b-cxs0jn1mjj]::placeholder {
    color: var(--color-background-tertiary);
}

.filters-select[b-cxs0jn1mjj] {
    appearance: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='5'><polygon points='0,0 10,0 5,5' fill='%230064FF'/></svg>") no-repeat right 10px center;
    padding-right: 2em;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.filters-select[b-cxs0jn1mjj] {
    color: var(--color-background-tertiary);
}

.filters-options[b-cxs0jn1mjj] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 2em;
}

.filters-container-checkbox[b-cxs0jn1mjj] {
    display: flex;
    gap: 1em;
}

.filters-checkbox[b-cxs0jn1mjj] {
    outline: none;
    width: 1.5em;
}

.filters-label[b-cxs0jn1mjj] {
    color: black;
    display: flex;
}

.filters-button[b-cxs0jn1mjj] {
    width: 13em !important;
}

.vacancies[b-cxs0jn1mjj] {
    align-items: center;
    background-color: var(--color-background);
    display: flex;
    flex-direction: column;
    padding-bottom: 4em;
}

.vacancies-list[b-cxs0jn1mjj] {
    display: flex;
    flex-direction: column;
    gap: 2.5em;
    justify-content: center;
    margin-top: 4em;
}

.vacancy[b-cxs0jn1mjj] {
    background-color: white;
    align-self: center;
    border-radius: 15px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    max-width: 75em;
    padding: 1.8em 4em;
    position: relative;
    width: 90%;
}

.vacancy-header[b-cxs0jn1mjj] {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 1em;
}

.vacancy-header-login[b-cxs0jn1mjj] {
    background-color: var(--color-background);
    border-radius: 10px;
    margin-right: auto;
    padding: 0.8em;
    width: 20em;
}

.vacancy-image[b-cxs0jn1mjj] {
    border-radius: 50%;
    height: auto;
    width: 4em;
}

.vacancy-icon[b-cxs0jn1mjj] {
    background-color: var(--color-background-tertiary);
    border-radius: 50%;
    height: auto;
    padding: 0.3em;
    width: 4em;
}

.vacancy-company[b-cxs0jn1mjj] {
    display: flex;
    flex-direction: column;
}

.vacancy-company-name[b-cxs0jn1mjj] {
    font-size: var(--font-size-subtitle);
    font-weight: 900;
}

.vacancy-location[b-cxs0jn1mjj] {
    font-size: calc(var(--font-size-subtitle) - 0.4em);
    font-weight: 900;
}

.vacancy-total-candidates[b-cxs0jn1mjj] {
    font-size: var(--font-size-description);
}

.vacancy-total-candidates-highlighted[b-cxs0jn1mjj] {
    font-weight: 900;
}

.vacancy-payment[b-cxs0jn1mjj] {
    font-size: var(--font-size-description);
}

.vacancy-payment-highlighted[b-cxs0jn1mjj] {
    font-weight: 900;
}

.vacancy-text-login[b-cxs0jn1mjj] {
    color: var(--color-background-tertiary);
    font-size: var(--font-size-small);
    font-weight: 900;
    line-height: 1em;
}

.vacancy-text-premium[b-cxs0jn1mjj] {
    color: var(--color-primary);
    font-size: var(--font-size-small);
    font-weight: 900;
    line-height: 1em;
}

.vacancy-content[b-cxs0jn1mjj] {
    display: flex;
    flex-direction: column;
    margin-top: 1em;
}

.vacancy-title[b-cxs0jn1mjj] {
    font-size: var(--font-size-subtitle);
    font-weight: 900;
}

.vacancy-profile[b-cxs0jn1mjj] {
    font-size: var(--font-size-small);
    font-style: italic;
}

.vacancy-education[b-cxs0jn1mjj] {
    font-size: var(--font-size-small);
    margin: 0.4em 0;
}

.vacancy-education-highlighted[b-cxs0jn1mjj] {
    font-weight: 900;
}

.vacancy-description[b-cxs0jn1mjj] {
    font-size: var(--font-size-small);
}

.vacancy-button[b-cxs0jn1mjj] {
    align-self: center;
    margin-top: 1em;
    position: absolute;
    right: 4em;
    top: 3em;
    width: 11em;
}

.vacancy-pcd-icon[b-cxs0jn1mjj] {
    height: auto;
    position: absolute;
    right: 15em;
    top: 3em;
    width: 4em;
}

@media screen and (max-width: 900px) {
    .initial-image[b-cxs0jn1mjj] {
        height: 30em;
    }

    .initial-title[b-cxs0jn1mjj] {
        font-size: var(--font-size-main-title);
        margin-top: 4em;
    }

    .filters[b-cxs0jn1mjj] {
        padding: 1em;
    }

    .filters-inputs[b-cxs0jn1mjj] {
        gap: 0.7em;
        margin-top: 0;
    }

    .filters-input[b-cxs0jn1mjj] {
        font-size: var(--font-size-description);
        width: 48%;
    }

    .filters-options[b-cxs0jn1mjj] {
        justify-content: center;
    }

    .filters-container-checkbox[b-cxs0jn1mjj] {
        width: 100%;
    }

    .filters-button[b-cxs0jn1mjj] {
        width: 12em !important;
    }

    .vacancies[b-cxs0jn1mjj] {
        padding-top: 2em;
    }

    .vacancies-subtitle[b-cxs0jn1mjj] {
        font-size: var(--font-size-description);
    }

    .vacancies-list[b-cxs0jn1mjj] {
        margin-top: 2em;
    }

    .vacancy[b-cxs0jn1mjj] {
        padding: 0.8em;
        padding-bottom: 5em;
    }

    .vacancy-header[b-cxs0jn1mjj] {
        width: 80%;
    }

    .vacancy-header-login[b-cxs0jn1mjj] {
        width: 60%;
    }

    .vacancy-company-name[b-cxs0jn1mjj],
    .vacancy-location[b-cxs0jn1mjj] {
        font-size: calc(var(--font-size-description) + 0.2em);
    }

    .vacancy-image[b-cxs0jn1mjj],
    .vacancy-icon[b-cxs0jn1mjj] {
        width: 2.8em;
    }

    .vacancy-text-login[b-cxs0jn1mjj],
    .vacancy-text-premium[b-cxs0jn1mjj] {
        font-size: var(--font-size-description);
        width: 90%;
    }

    .vacancy-title[b-cxs0jn1mjj] {
        font-size: calc(var(--font-size-description) + 0.3em);
    }

    .vacancy-button[b-cxs0jn1mjj] {
        bottom: 10%;
        left: auto;
        right: auto;
        top: auto;
        width: 9em;
    }

    .vacancy-pcd-icon[b-cxs0jn1mjj] {
        bottom: 1.5em;
        height: auto;
        left: auto;
        right: 1em;
        top: 1.8em;
        width: 2em;
    }
}
/* _content/Biulix.Site.WebApp/Components/UI/Cards/VacancyCards/LoginHeaderCard.razor.rz.scp.css */
.header[b-4g7lem6et2] {
    align-items: center;
    background-color: var(--color-background);
    border-radius: 10px;
    display: flex;
    gap: 1em;
    padding: 0.5em;
    text-decoration: none;
}

.header-icon[b-4g7lem6et2] {
    background-color: var(--color-background-tertiary);
    border-radius: 50%;
    height: auto;
    padding: 0.3em;
    width: 3.7em;
}

.vacancy-company[b-4g7lem6et2] {
    display: flex;
}

.vacancy-text-login[b-4g7lem6et2] {
    color: var(--color-background-tertiary);
    font-size: var(--font-size-subtitle);
    font-weight: 900;
    line-height: 1em;
}

@media screen and (max-width: 900px) {
    .header-icon[b-4g7lem6et2] {
        width: 2.8em;
    }

    .vacancy-text-login[b-4g7lem6et2] {
        font-size: var(--font-size-description);
        width: 90%;
    }
}
/* _content/Biulix.Site.WebApp/Components/UI/Menu/NavigationLink.razor.rz.scp.css */
.navigation-link[b-u29xhdvl8h] {
    color: black;
    font-size: var(--font-size-small);
    text-decoration: none;
}
/* _content/Biulix.Site.WebApp/Components/UI/Menu/SiteNavigation.razor.rz.scp.css */
.site-navigation[b-07djtv09eb] {
    align-self: center;
    display: flex;
    gap: 2.5em;
    margin-left: auto;
    margin-right: 3em;
}
/* _content/Biulix.Site.WebApp/Components/UI/Menu/SystemAccessButtons.razor.rz.scp.css */
.buttons[b-usah4ami1h] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

@media screen and (max-width: 900px) {
    .buttons[b-usah4ami1h] {
        gap: 0.8em;
    }
}
/* _content/Biulix.Site.WebApp/Components/UI/Paginations/DefaultPagination.razor.rz.scp.css */
.pagination[b-poui5frk5k] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8em;
    justify-content: center;
    margin-top: 4em;
}

.pagination-option[b-poui5frk5k] {
    align-items: center;
    background-color: var(--color-primary);
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    padding: 0.5em;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}

.pagination-option:hover[b-poui5frk5k] {
    transform: scale(1.1);
}

.pagination-icon[b-poui5frk5k] {
    height: auto;
    width: 1em;
}

.pagination-page[b-poui5frk5k] {
    background-color: white;
    border: none;
    border-radius: 10px;
    color: black;
    font-size: calc(var(--font-size-description) + 0.2em);
    padding: 0.5em 0.8em;
    text-decoration: none;
}

.pagination-page.selected[b-poui5frk5k] {
    background-color: var(--color-primary);
    color: white;
}
/* _content/Biulix.Site.WebApp/Components/UI/Vacancy/CompanyIcon.razor.rz.scp.css */
.company-icon[b-wqixxgekyi] {
    background-color: #BBBBBB;
    border-radius: 50%;
    width: 3.7em;
}

@media screen and (max-width: 900px) {
    .company-icon[b-wqixxgekyi] {
        width: 2.8em;
    }
}
/* _content/Biulix.Site.WebApp/Components/UI/Vacancy/VacanciesSection.razor.rz.scp.css */
p[b-5jd9f6xx76] {
    margin: 0;
}

.limit-text-1[b-5jd9f6xx76] {
    display: -webkit-box;
    line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.limit-text-3[b-5jd9f6xx76] {
    display: -webkit-box;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.vacancies[b-5jd9f6xx76] {
    background-color: #EFF0F5;
    padding-top: 4em;
    padding-bottom: 2em;
}

.vacancies-container[b-5jd9f6xx76] {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.vacancies-subtitle[b-5jd9f6xx76] {
    color: var(--color-primary);
    font-size: var(--font-size-subtitle);
    font-weight: 900;
}

.vacancies-title[b-5jd9f6xx76] {
    font-size: var(--font-size-main-title);
    margin: 0;
}

.vacancies-list[b-5jd9f6xx76] {
    align-items: center;
    display: flex;
    gap: 2.5em;
    margin-bottom: 2.5em;
    margin-top: 4em;
}

.vacancy[b-5jd9f6xx76] {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    max-width: 23.5em;
    padding: 1.8em;
    width: 90%;
}

.vacancy-header[b-5jd9f6xx76] {
    align-items: center;
    display: flex;
    gap: 1em;
}

.vacancy-company-name[b-5jd9f6xx76] {
    font-size: var(--font-size-subtitle);
    font-weight: 900;
}

.vacancy-location[b-5jd9f6xx76] {
    font-size: calc(var(--font-size-subtitle) - 0.4em);
    font-weight: 900;
}

.text-description[b-5jd9f6xx76] {
    font-size: var(--font-size-description);
}

.vacancy-content[b-5jd9f6xx76] {
    margin-top: 1em;
}

.vacancy-title[b-5jd9f6xx76] {
    font-size: var(--font-size-subtitle);
    font-weight: 900;
}

.vacancy-education[b-5jd9f6xx76] {
    font-size: var(--font-size-description);
    margin: 0.4em 0;
}

.vacancy-footer[b-5jd9f6xx76] {
    display: flex;
    justify-content: center;
    margin-top: 1em;
    position: relative;
}

.pcd-icon[b-5jd9f6xx76] {
    bottom: -0.5em;
    left: 0;
    position: absolute;
    width: 3.2em;
}

@media screen and (max-width: 900px) {
    .vacancies[b-5jd9f6xx76] {
        padding-top: 2em;
    }

    .vacancies-subtitle[b-5jd9f6xx76] {
        font-size: var(--font-size-description);
    }

    .vacancies-list[b-5jd9f6xx76] {
        margin-top: 2em;
        flex-direction: column;
    }

    .vacancy[b-5jd9f6xx76] {
        padding: 0.8em;
    }

    .pcd-icon[b-5jd9f6xx76] {
        bottom: -0.3em;
        width: 2em;
    }
}
/* _content/Biulix.Site.WebApp/Components/UI/Vacancy/VacancyModal.razor.rz.scp.css */
p[b-e1a4ps206w] {
    margin: 0;
}

.modal[b-e1a4ps206w] {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    z-index: 1050;
    width: 100%;
}

.fade[b-e1a4ps206w] {
    transition: opacity .15s linear;
}

.modal-dialog[b-e1a4ps206w] {
    background-image: linear-gradient(to bottom, var(--color-gradient) 0%, #ffffff 15%, #ffffff 15%, #ffffff 85%, #ffffff 85%, var(--color-gradient) 100%);
    border-radius: 15px;
    margin: 2em auto;
    max-width: 52em;
    padding: 2em;
    width: 80%;
}

.modal-header[b-e1a4ps206w] {
    align-items: center;
    display: flex;
    gap: 1em;
}

.vacancy-company-name[b-e1a4ps206w] {
    font-size: var(--font-size-subtitle);
    font-weight: 900;
}

.vacancy-location[b-e1a4ps206w] {
    font-size: calc(var(--font-size-subtitle) - 0.4em);
    font-weight: 900;
}

.text-description[b-e1a4ps206w] {
    font-size: var(--font-size-description);
}

.pcd-icon[b-e1a4ps206w] {
    left: 26.8em;
    position: relative;
    top: 2.5em;
    width: 4em;
}

.modal-body[b-e1a4ps206w] {
    margin-top: 1em;
}

.vacancy-title[b-e1a4ps206w] {
    font-size: var(--font-size-subtitle);
    font-weight: 900;
}

.vacancy-education[b-e1a4ps206w] {
    font-size: var(--font-size-description);
    margin: 0.4em 0 !important;
}

.field[b-e1a4ps206w] {
    margin-top: 1.5em;
}

.field-title[b-e1a4ps206w] {
    font-size: var(--font-size-small);
}

.field-text[b-e1a4ps206w] {
    font-size: var(--font-size-small);
}

.modal-footer[b-e1a4ps206w] {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 2em;
    gap: 2em;
}

@media screen and (max-width: 900px) {
    .field[b-e1a4ps206w] {
        margin-top: 0.5em;
    }

    .field-title[b-e1a4ps206w] {
        font-size: calc(var(--font-size-description) + 0.1em);
    }

    .field-text[b-e1a4ps206w] {
        font-size: var(--font-size-description);
    }

    .modal-dialog[b-e1a4ps206w] {
        padding: 1em;
    }

    .modal-footer[b-e1a4ps206w] {
        gap: 1em;
        margin: 1.5em 0;
    }

    .pcd-icon[b-e1a4ps206w] {
        left: 2.5em;
        top: 0;
        width: 2.4em;
    }
}
