@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap'); /*secondary_font_url*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap'); /*primary_font_url*/
:root {
    --base-color: #171717;
    --primary-color: #171717;
    --secondary-color: #ffffff;
    --accent-color: #171717;
    --navigation_font-family: "Rubik", sans-serif;
    --heading_font-family: "Rubik", sans-serif;;
    --content_font-family: "Rubik", sans-serif;;
    --content_font-weight: 400;
    --content_font-size: 16px;
    --content_font-size_small: 16px;
    --content_font-size_large: 16px;
    --content_line-height: 24px;
    --h1_hero_font-weight: 700;
    --h2_hero_font-weight: 700;
    --h1_font-weight: 700;
    --h2_font-weight: 700;
    --h3_font-weight: 600;
    --h4_font-weight: 500;
    --hyperlink_font-weight: 400;
}

/*###> custom ###*/
.partial_usp_list-item figure {
    border: none;
    justify-content: left;
 }

#mainHeader > div > div:nth-child(1) > div > div.user-nav.component_button > div > p {
    margin-bottom: 0px;
}

#contentareaSBoBUDf > div.pb-dynamic-snippet.component.component_recruiter.component_recruiter_grid > div {
    background-color: #ffffff;
    box-shadow: none;
}

#contentareaSBoBUDf > div.pb-dynamic-snippet.component.component_recruiter.component_recruiter_grid > div > div > div > div:nth-child(2) > div > p > small{
display:none;
}

.partial_application-buttons .apply-btn {
    background-color: #171717!important;
}

.partial_recruiter_list-item .recruiter-whatsapp-btn {
    background-color: #171717!important;
}

.is-section .is-overlay .is-overlay-color, .section .is-overlay .is-overlay-color {
    opacity: var(--section_default_overlay_opacity, .45);
}

.content-right{
display:none;
}
/*###< custom ###*/