/* ==========================================================================
    FONTS
    -------------------------------------------------------------------------
    LAYOUTS
    -------------------------------------------------------------------------
    Section
      : Action next to title (Override/complement)
      : Tabs in header (Override/complement)

    ELEMENTS
    -------------------------------------------------------------------------
    Titles
    Header
        :sticky
    Link
    Buttons
      : Main
        : Primary (Override/complement)
    Indicators
      : Pills (New)
        : Good (New)
        : Great (New)
        : Skills (New)
        : Strong (New)

    COMPONENTS
    -------------------------------------------------------------------------
    Prefooter
    Section
    Cards
      : Articles as cards (Override/complement)
    Steps
    Lists
      : Skills (New)
    Navigation
      : Steps bar (Override/complement)
      : Tabs (Inverting clickable colors - commented and ready to use)
    Wizard
        : Errors
    Paginator

    WIDGETS
    -------------------------------------------------------------------------
    Attachment upload (New)
    Registered
      : Article (Override/complement)
    Search
      : Visible (Override/complement)

    MODULES
    -------------------------------------------------------------------------
    Footer
    Banner
      : Home (New)
      : Secondary (New)
    Slider (New)

    PAGETYPES
    -------------------------------------------------------------------------
    Login
    Search jobs
      : Cards
        : Result (Override/complement)
        : No results
    Success
    Home
    Job Detail
    Profile
        : Profile
        : Profile Check
        : Situación de empleo

    UTILITIES
    -------------------------------------------------------------------------
    XXX
========================================================================== */

@media (width>=1441px) {
    html {
        font-size: 62.5%
    }
}

/*
    FONTS
*/

@font-face {
    font-family: 'Mercadona Sans';
    src: url('fonts/MercadonaSans-BlackItalic.woff2') format('woff2'),
        url('fonts/MercadonaSans-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mercadona Sans';
    src: url('fonts/MercadonaSans-Bold.woff2') format('woff2'),
        url('fonts/MercadonaSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mercadona Sans';
    src: url('fonts/MercadonaSans-Black.woff2') format('woff2'),
        url('fonts/MercadonaSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mercadona Sans';
    src: url('fonts/MercadonaSans-Light.woff2') format('woff2'),
        url('fonts/MercadonaSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mercadona Sans';
    src: url('fonts/MercadonaSans-ExtraLight.woff2') format('woff2'),
        url('fonts/MercadonaSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mercadona Sans';
    src: url('fonts/MercadonaSans-ExtraLightItalic.woff2') format('woff2'),
        url('fonts/MercadonaSans-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mercadona Sans';
    src: url('fonts/MercadonaSans-BoldItalic.woff2') format('woff2'),
        url('fonts/MercadonaSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mercadona Sans';
    src: url('fonts/MercadonaSans-ExtraBold.woff2') format('woff2'),
        url('fonts/MercadonaSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mercadona Sans';
    src: url('fonts/MercadonaSans-ExtraBoldItalic.woff2') format('woff2'),
        url('fonts/MercadonaSans-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mercadona Sans';
    src: url('fonts/MercadonaSans-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/MercadonaSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mercadona Sans';
    src: url('fonts/MercadonaSans-LightItalic.woff2') format('woff2'),
        url('fonts/MercadonaSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mercadona Sans';
    src: url('fonts/MercadonaSans-Regular.woff2') format('woff2'),
        url('fonts/MercadonaSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mercadona Sans';
    src: url('fonts/MercadonaSans-RegularItalic.woff2') format('woff2'),
        url('fonts/MercadonaSans-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mercadona Sans';
    src: url('fonts/MercadonaSans-SemiBold.woff2') format('woff2'),
        url('fonts/MercadonaSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*
    LAYOUTS/Section: Action next to title (Override/complement)
*/

.section__header--action-next-to-title {
    align-items: baseline;
}

.section__header--action-next-to-title .section__header__text {
    flex-grow: 0;
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .section__header--action-next-to-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .section__header--action-next-to-title .section__header__text + .section__header__actions {
        margin-block-start: var(--t-gs--space--s2);
    }

}

/*
    LAYOUTS/Section: Tabs in header (Override/complement)
*/

.section__header.section__header--tabs + *:not([class*="--narrow"]) {
    margin-block-start: var(--t-gs--space--xl);
}

/*
    ELEMENTS/Titles
*/

.paragraph {
    line-height: 2.4rem;
}

.title--section {
    --t-tc--title--font--size: var(--t-tc--title--section);
    --t-tc--title--font--weight: var(--t-gs--font--weight--light);
}

.title--filter {
    --t-tc--title--font--size: var(--t-gs--font--size--12);
    --t-tc--title--font--weight: var(--t-gs--font--weight--light);
    --t-tc--title--font--color: var(--custom--grey);
}

.title--value,
.title--benefit {
    --t-tc--title--font--color: var(--t-gs--color--text--brand);
    --t-tc--title--font--size: var(--t-gs--font--size--12);
}

.title--green {
    color: var(--custom--green--title);
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .title--section {
        --t-tc--title--font--size: 3.2rem;
    }

}

@media all and (min-width:751px) and (max-width:1024px) {
    .title--benefit{
        --t-tc--title--font--size: var(--t-gs--font--size--08);
    }

    .title--value{
        font-weight: var(--t-gs--font--weight--semibold);
        --t-tc-title--font--size: var(--t-gs--font--size--08);
    }
}

/*
    ELEMENTS/Header sticky
*/

.body--header-fixed-on-scroll .header--scrolling {
    box-shadow: 0 calc(var(--t-gs--size--base)/4) calc(var(--t-gs--size--base)/2) 0 var(--t-gs--color--shadow);
}

.body--header-fixed-on-scroll .header--scrolling {
    background-color: unset;
}

/*
    ELEMENTS/Header
*/

.header {
    z-index: 10;
}

.header__wrapper{
    padding-block-end: 0;
    padding-block-start: 0;
    min-block-size: unset;
}

.menu__link .thumbnail {
    display: none;
}

.header--transparent.header,
.header--mix.header {
    background-color: unset;
}

.header--transparent .menu__link {
    color: var(--t-gs--swatch--neutral--100);
}

.menu--visible .submenu__item+.submenu__item,
.menu--visible .portalLanguages__item+.portalLanguages__item {
    border-block-start-width: var(--t-gs--border--width--0);
}

.menu--visible .menu__item:hover .menu__link[aria-haspopup=true],
.menu--visible .submenu__list {
    border-color: var(--t-tc--submenu__link--background--color);
}
/* pending to refactor code for headers ands subnabvars*/
.body--complete-profile .header--mix .menu--visible .menu__item--user::before,
.body--success .header--mix .menu--visible .menu__item--user::before {
    height: 7.7rem;
}

.menu--visible .submenu__list {
    top: 7.8rem;
}

.body--aplication-confirmation .menu--visible .submenu__list {
    top: 5.8rem;
}

.body--complete-profile .menu--visible .menu__item--user .submenu__list,
.body--register.body--success .menu--visible .menu__item--user .submenu__list {
    top: 6.8rem;
}

.body--login .menu--visible .menu__item--user .menu__item .menu__link {
    padding-left: .1rem;
    padding-block-start: 1.8rem;
    padding-block-end: 1.8rem;
}

.menu--visible .portalLanguages__item .submenu__list {
    min-width: 12rem;
}

.menu--visible .menu__item:hover .menu__link[aria-haspopup=true] {
    box-shadow: unset;
}

.menu--visible .menu__item--user .menu__item .menu__link {
    padding-left: 0;
}

.menu--visible .menu__link {
    border-width: 0;
}

.menu--visible .submenu__list--overflows-not .submenu__link,
.menu--visible .submenu__list .submenu__link,
.menu--visible .submenu__text,
.menu--visible .submenu__list--overflows-not .portalLanguages__link {
    white-space: nowrap;
}

.menu--visible .submenu__link,
.menu--visible .portalLanguages__link {
    padding-block-start: .8em;
    padding-block-end: .8rem;
}

.menu--visible .menu__link[aria-haspopup=true][aria-expanded=true]+.submenu__list--overflows-not,
.menu--visible .menu__item:hover .submenu__list {
    min-width: fit-content;
}

.submenu__link[data-tc-icon] .submenu__text {
    padding-inline-start: var(--t-gs--space--l);
    line-height: 2rem;
}

.submenu__link[data-tc-icon]:before{
    width: 4rem;
    height: 2.8rem;
    align-items: flex-end;
    display: inline-flex;
}

.submenu__link[data-tc-icon="nabvar-alert"]:before{
    content: var(--icon--subnavbar-alert);
}

.submenu__link[data-tc-icon="navbar-profile"]:before{
    content: var(--icon--subnavbar-profile);
}

.submenu__link[data-tc-icon="nabvar-empleo"]:before{
    content: var(--icon--subnavbar-empleo);
}

.submenu__link[data-tc-icon="nabvar-logout"]:before{
    content: var(--icon--subnavbar-close);
}

.submenu__link:hover[data-tc-icon="nabvar-alert"]:before{
    content: var(--icon--subnavbar-alert-active);
}

.submenu__link:hover[data-tc-icon="navbar-profile"]:before{
    content: var(--icon--subnavbar-profile-active);
}

.submenu__link:hover[data-tc-icon="nabvar-empleo"]:before{
    content: var(--icon--subnavbar-empleo-active);
}

.submenu__link:hover[data-tc-icon="nabvar-logout"]:before{
    content: var(--icon--subnavbar-close-active);
}

/* Fix to align submenu from right corner */

/* Media query to target only desktop */

@media (width<=1024px) {

    .header--transparent .menu__link {
        color: var(--t-tc--menu__link--font--color);
    }

    .header--transparent .toggle {
        color: var(--t-gs--swatch--neutral--100);
    }

    .header--transparent .toggle--menu .toggle__icon,
    .header--transparent .toggle--menu .toggle__icon:before,
    .header--transparent .toggle--menu .toggle__icon:after {
        --t-tc--toggle--font--color: var(--t-gs--swatch--neutral--100);
    }

    .header--default .toggle--menu .toggle__icon,
    .header--default .toggle--menu .toggle__icon:before,
    .header--default .toggle--menu .toggle__icon:after,
    .header--scrolling .toggle--menu .toggle__icon,
    .header--scrolling .toggle--menu .toggle__icon:before,
    .header--scrolling .toggle--menu .toggle__icon:after{
        --t-tc--toggle--font--color: var(--t-gs--color--text--brand);
    }
}

.header-default {
    box-shadow: 0 .4rem 1.4rem -0.2rem hsla(0, 0%, 0%, 0.3);
}

.body--header-fixed-on-scroll .header--scrolling {
     box-shadow: 0 .4rem 1.4rem -0.2rem hsla(0, 0%, 0%, 0.3);
     background-color: var(--t-gs--swatch--neutral--100);
}

.header--mix .menu__item--languages .menu__link[aria-expanded=false]:after,
.header--mix .menu__item--languages .menu__link[aria-expanded=true]:after,
.header--transparent .menu__item--languages .menu__link[aria-expanded=false]:after,
.header--transparent .menu__item--languages .menu__link[aria-expanded=true]:after,
.header-default .menu__item--languages .menu__link[aria-expanded=false]:after,
.header-default .menu__item--languages .menu__link[aria-expanded=true]:after {
    width: 2rem;
    height: 2rem;
}

/* Media query to target only desktop */
@media all and (min-width:1025px) {
    .header--mix .menu__item--languages .menu__link[aria-expanded=false]:after,
    .header-default .menu__item--languages .menu__link[aria-expanded=false]:after {
        content: "";
        background-image: var(--icon--navbar-language-green);
    }

    .header--transparent .menu__item--languages .menu__link[aria-expanded=false]:after,
    .header--transparent .menu__item--languages .menu__link[aria-expanded=true]:after {
        content: "";
        background-image: var(--icon--navbar-language-white);
    }

    .header--mix .menu__item--languages .menu__link[aria-expanded=false]:after,
    .header--mix .menu__item--languages .menu__link[aria-expanded=true]:after {
        content: "";
        background-image: var(--icon--navbar-language-green);
    }
}

.header--transparent .menu--visible .menu__item:hover .menu__link[aria-haspopup=true] {
    border-color: transparent;
}

.menu--visible .menu__panel {
    gap: 1.8rem;
}

.menu__item--user {
    display: inline-flex;
    width: 100%;
}

.menu__item--user .menu__item {
    display: inline-flex;
}

.header--transparent .menu--visible .menu__item--user:before,
.header--mix .menu--visible .menu__item--user:before,
.header-default .menu--visible .menu__item--user:before {
    content: "";
    background-position: center;
    width: 2.5rem;
}

.header--mix .menu--visible .menu__item--user:before,
.header-default .menu--visible .menu__item--user:before {
    height: 5.6rem;
}

.body--jobDetail .header-default .menu--visible .menu__item--user:before {
    height: 7.7rem;
}

.header--transparent .menu__item--user:before {
    height: 7.7rem;
}

.header--transparent .menu__item--user:before {
    background-image: var(--icon--navbar-user-white);
}

.header--mix .menu__item--user:before,
.header-default .menu__item--user:before {
    background-image: var(--icon--navbar-user-green);
}

/* Media query to target only desktop */
@media all and (min-width:1025px) {
    .menu__item--user .menu__link[aria-expanded=true]:after,
    .menu__item--user .menu__link[aria-expanded=false]:after{
        content: "";
    }
    .menu__link[aria-expanded=true]:after {
        content: "";
    }
}

/* Media query to target mobile and tablet */
@media all and (max-width:1024px) {
    .menu--toggleable .menu__item {
        flex-direction: column;
        width: 100%;
    }

    .header__logo {
        margin-block-start: 1rem;
        margin-block-end: 1rem;
    }

    .menu--toggleable .submenu__link[data-tc-icon]:before {
        display: none;
    }

    .menu--toggleable .submenu__link[data-tc-icon] .submenu__text {
        padding-inline-start: 0;
    }

    .header--transparent .menu--toggleable .menu__link,
    .header--default .menu--toggleable .menu__link
    .header--mix .menu--toggleable .menu__link {
        color: var(--custom--green--brand);
        font-weight: var(--t-gs--font--weight--semibold);
    }

    .menu--toggleable .submenu__list {
        padding-inline-start: 0;
    }

    .menu--toggleable .submenu__link {
        padding-inline-start: 0;
    }

    .header--mix .menu--toggleable .toggle--menu .toggle__icon,
    .header--mix .menu--toggleable .toggle--menu .toggle__icon::before,
    .header--mix .menu--toggleable .toggle--menu .toggle__icon::after {
        background-color: var(--t-gs--swatch--neutral--100);
    }

    .header--scrolling.header--mix .menu--toggleable .toggle--menu .toggle__icon,
    .header--scrolling.header--mix .menu--toggleable .toggle--menu .toggle__icon::after,
    .header--scrolling.header--mix .menu--toggleable .toggle--menu .toggle__icon::before {
        background-color: var(--t-gs--color--text--brand);
    }

    .body--login2 .grid__item{
        padding-top: 6rem;
    }

    .body--login2 .article__content{
        padding-bottom: 8.4rem;
    }

    .body--login2 .article__content.article__content--register{
        padding-bottom: 2rem;
    }

}
@media all and (max-width:750px) {
    .body--login2 .grid__item{
        padding-top: 6rem;
    }
}

/*
    ELEMENTS/Link
*/

.schema_input_NumericWithDisplayFormat .TIN_display_Anchor, .TIN_input_CheckboxList .TIN_display_Button, .link, .CheckBoxListFormField_more, .RadioButtonListFormField_more, .article--details .article__content__view__field__value a, .tc_formDescription a, .tc_formSublabel a {
    font-weight: var(--t-gs--font--weight--regular);
}

.schema_input_NumericWithDisplayFormat .TIN_display_Anchor:hover, .TIN_input_CheckboxList .TIN_display_Button:hover, .link:hover, .CheckBoxListFormField_more:hover, .RadioButtonListFormField_more:hover, .article--details .article__content__view__field__value a:hover, .tc_formDescription a:hover, .tc_formSublabel a:hover {
    color: var(--t-gs--color--text--link--hover);
}

.tc_formLabel:has(>.screenReaderVisibility:only-child) {
    padding-block-end: var(--t-tc--fieldSpec--padding--inners);
}

/*
    ELEMENTS/Buttons: Main: Primary (Override/complement)
    ↳ to be deleted when we get the Application Flow wizard properly configured
*/

.gotoButton {
    --t-tc--buttons--border--color: var(--t-gs--color--border--on--fill--primary);
    --t-tc--buttons--background--color: var(--t-gs--color--fill--primary);
    --t-tc--buttons--font--color: var(--t-gs--color--text--on--fill--primary);
}

.gotoButton:hover {
    --t-tc--buttons--border--color: var(--t-gs--color--border--on--fill--primary--hover);
    --t-tc--buttons--background--color: var(--t-gs--color--fill--primary--hover);
    --t-tc--buttons--font--color: var(--t-gs--color--text--on--fill--primary--hover);
}

.gotoButton:focus,
.gotoButton:active {
    --t-tc--buttons--outline--width: var(--t-gs--border--width--m);
    --t-tc--buttons--border--color: var(--t-gs--color--border--on--fill--primary--focus);
    --t-tc--buttons--border--width: var(--t-gs--border--width--m);
    --t-tc--buttons--background--color: var(--t-gs--color--fill--primary--focus);
    --t-tc--buttons--font--color: var(--t-gs--color--text--on--fill--primary--focus);
}

.gotoButton.button--disabled,
.gotoButton:disabled {
    --t-tc--buttons--border--color: var(--t-gs--color--border--on--fill--primary--disabled);
    --t-tc--buttons--background--color: var(--t-gs--color--fill--primary--disabled);
    --t-tc--buttons--font--color: var(--t-gs--color--text--on--fill--primary--disabled);
}

.glightbox-container.glightbox-clean
.gclose, .ui-dialog button.ui-button,
.TIN_display_Button[id*=TIN_display_Button].TIN_input_button_Primary,
.TIN_display_Button[id*=TIN_display_Button].TIN_input_button_Cancel,
.TIN_display_Button[id*=TIN_display_Button].TIN_display_CloserButton_NotificationAndDialog,
.TIN_display_Button[id*=TIN_display_Button].autoschedule_editor_availability_header_Container_HeaderButton,
.autoschedule_Availability .TIN_display_Anchor,
.datepicker-skin-scheduling .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.datepicker-skin-scheduling .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.tc_formButton,
.button {
    font-weight: 600;
    min-width: var(--t-tc--buttons--width--min);
}

.glightbox-container.glightbox-clean .gclose {
    min-width: unset;
}

.body--profile .glightbox-container.glightbox-clean .gclose {
    display: none;
}

.cancelButton:hover {
    text-decoration: underline;
}

/*
    ELEMENTS/Buttons: Icons
*/

.button--icon {
    display: inline-flex;
    gap: var(--t-gs--space--m);
}

.button--icon::after {
    content: '';
    width: var(--t-gs--space--m);
    height: var(--t-gs--space--m);
    background: var(--button--icon) no-repeat center center;
}

.button--person {
    --button--icon: var(--icon--person);
}

.button--right {
    --button--icon: var(--icon--chevron--right);
}

/*
    ELEMENTS/Indicators: Pills (New)
*/

:root {
    --t-gs--swatch--matching--hue: 160;
    --t-gs--swatch--matching--sat: 70%;
    --t-gs--swatch--matching--100: hsl(var(--t-gs--swatch--matching--hue) var(--t-gs--swatch--matching--sat) 100%);
    --t-gs--swatch--matching--095: hsl(var(--t-gs--swatch--matching--hue) var(--t-gs--swatch--matching--sat) 95%);
    --t-gs--swatch--matching--090: hsl(var(--t-gs--swatch--matching--hue) var(--t-gs--swatch--matching--sat) 90%);
    --t-gs--swatch--matching--070: hsl(var(--t-gs--swatch--matching--hue) var(--t-gs--swatch--matching--sat) 70%);

    --t-gs--color--fill--matching: var(--t-gs--swatch--matching--100);
    --t-gs--color--fill--matching--good: var(--t-gs--swatch--matching--095);
    --t-gs--color--fill--matching--great: var(--t-gs--swatch--matching--090);
    --t-gs--color--fill--matching--strong: var(--t-gs--swatch--matching--070);

    --t-tc--pill--border--color: var(--t-gs--swatch--neutral--000);
    --t-tc--pill--background--color: var(--t-gs--color--fill--matching);
}

.pill,
.list--pills .list .list__item span {
    display: inline;
    border-start-start-radius: var(--t-gs--border--radius--l);
    border-start-end-radius: var(--t-gs--border--radius--l);
    border-end-start-radius: var(--t-gs--border--radius--l);
    border-end-end-radius: var(--t-gs--border--radius--l);
    font-size: var(--t-gs--font--size--02);
    padding-block: var(--t-gs--space--xs);
    padding-inline: var(--t-gs--space--s);
    background-color: var(--t-tc--pill--background--color);
    font-weight: 400;
    vertical-align: middle;
}

/*
    ELEMENTS/Indicators: Pills (Within COMPONENTS/Cards: Articles as cards)
*/

/* Inside a card but 100% wide */
.article--full-pill .pill {
    position: absolute;
    inline-size: 100%;
    inset-inline-start: 0;
    inset-block-start: 0;
    border-start-end-radius: var(--t-tc--card--border--radius);
    border-start-start-radius: var(--t-tc--card--border--radius);
    border-end-start-radius: var(--t-gs--border--radius--0);
    border-end-end-radius: var(--t-gs--border--radius--0);
}

.article--full-pill .article__header__text__title {
    padding-block-start: var(--t-gs--space--m);
}

/*
    ELEMENTS/Indicators: Pills: Good (New)
*/

.pill--good {
    --t-tc--pill--background--color: var(--t-gs--color--fill--matching--good);
}

/*
    ELEMENTS/Indicators: Pills: Great (New)
*/

.pill--great {
    --t-tc--pill--background--color: var(--t-gs--color--fill--matching--great);
}

/*
    ELEMENTS/Indicators: Pills: Strong (New)
*/

.pill--strong {
    --t-tc--pill--background--color: var(--t-gs--color--fill--matching--strong);
}

/*
    ELEMENTS/Indicators: Pills: Skills (New)
*/

.pill--skills,
.list--pills .list .list__item span {
    border-width: var(--t-gs--border--width--s);
    border-style: solid;
    border-color: var(--t-tc--pill--border--color);
}

.pill--skills-b {
    border-width: var(--t-gs--border--width--s);
    border-style: dashed;
    border-color: var(--t-tc--pill--border--color);
}

/*
    COMPONENTS/Prefooter
*/

.prefooter {
    padding: var(--t-gs--space--xxl);
}

.prefooter .paragraph {
    --t-gs---paragraph--font--size: var(--t-gs--font--size--12);
    max-width: calc(var(--t-gs--space--base) * 228);
    margin: 0 auto;
    font-size: var(--t-gs---paragraph--font--size);
    line-height: 4.3rem;
}

/* Media query to target only tablet */
@media all and (min-width:751px) and (max-width:1024px) {
    .prefooter .button.upper{
        width: 3rem;
    }
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .prefooter {
        padding: var(--t-gs--space--s);
    }
    .prefooter .paragraph {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }

    .prefooter .button.upper{
        width: 85%;
    }
}

/*
    COMPONENTS/Section
*/

.section__title + .section__content {
    margin-top: var(--t-gs--space--xxl);
}

.section__content--grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: var(--flex--gap);
}

/* Media query to target only desktop */
@media all and (min-width:1025px) {
    .section__content--flex {
        display: flex;
        gap: var(--flex--gap);

    }

    .section__content--filters {
        --flex--gap: var(--t-gs--space--xl);
    }

    .section__content--values {
        --flex--gap: var(--t-gs--space--l);
    }
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .section__content--grid{
        grid-template-columns: 1fr;
    }
}

/*
    COMPONENTS/Cards: Filters
*/

.card--filter {
    --t-gs--color--shadow: var(--custom--shadow--value);
    max-width: calc(var(--t-gs--space--base) * 85);
    border-radius: var(--t-gs--space--m);
    box-shadow: 0 .48rem 0.8rem 0 var(--t-gs--color--shadow);
    background-color: var(--t-gs--swatch--neutral--100);
}

.card--filter a,
.card--filter a:focus,
.card--filter a:active,
.card--filter a:hover {
    text-decoration: none;
    transition: none;
}

.card--filter .card__content {
    overflow: hidden;
}

.card--filter .card__thumbnail {
    border-top-left-radius: var(--t-gs--space--m);
    border-top-right-radius: var(--t-gs--space--m);
    overflow: hidden;
}

.card--filter .card__title {
    text-align: center;
    min-height: 11.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*
    COMPONENTS/Cards: Values
*/

.card--value {
    border-radius: var(--t-gs--space--m);
    --t-gs--color--shadow: var(--custom--shadow--value);
    box-shadow: 0 calc(var(--t-gs--size--base)*2) calc(var(--t-gs--size--base)*3) calc(var(--t-gs--size--base)*1.5) var(--t-gs--color--shadow);
    background-color: var(--t-gs--swatch--neutral--100);
}

.card--value .card__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.card--value .card__text {
    padding: var(--t-gs--space--xl);
}

.card--value .title--value::after {
    display: block;
    content: '';
    width: calc(var(--t-gs--size--base)*44);
    height: calc(var(--t-gs--size--base)/2);
    background: var(--custom--grey--light);
    margin: var(--t-gs--space--l) auto;
}

/* Media query to target only desktop */
@media all and (min-width:1025px) {
    .card--value {
         max-width: calc(var(--t-gs--size--base)*123);
         margin-block: var(--t-gs--space--l);
    }
    .card--benefit:not(:last-child) {
        padding-right: calc(var(--t-gs--size--base)*5);
        margin-right: calc(var(--t-gs--size--base)*5);
        border-right: solid calc(var(--t-gs--size--base)/2) var(--custom--grey--border);
    }
}

/* Media query to target only tablet */
@media all and (min-width:751px) and (max-width:1024px) {
    .card--value .card__text {
        padding: var(--t-gs--space--l);
    }
}

/* Media query to target tablet and desktop */
@media all and (min-width:751px) {
    .card--value .title--value::after {
          margin: var(--t-gs--space--s) auto;
    }
}

/*
    COMPONENTS/Cards: Benefits
*/

.card--benefit {
    --t-gs---paragraph--font--size: var(--t-gs--font--size--08);
}

/* Media query to target only desktop */
@media all and (min-width:1025px) {
    .card--benefit .title + * {
        margin-top: var(--t-gs--space--xxl);
    }
    .card--benefit .title--benefit {
        min-height: 7rem;
    }
}

@media all and (min-width:751px) {
    .card--benefit .title--benefit {
        padding-bottom: 1.6rem;
    }
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .card--benefit .title--benefit {
        padding-bottom: 4rem;
    }
}

/*
    COMPONENTS/Cards: Articles as cards (Override/complement)
*/

.article--card .button--secondary,
.article--card .button--tertiary,
.article--card .button--share {
    --t-tc--buttons--font--size: initial;
}

.button--share {
    min-width: unset;
}

.button--share:before {
    content: "";
}

.button--share .icon--share {
    background-image: var(--icon--share);
    width: 2rem;
    height: 2rem;
}

.section--list-jobs .article--card .article__footer {
    padding-block-start: calc(var(--t-tc--card--padding--inners));
    padding-block-end: calc(var(--t-tc--card--padding--inners));
}

.section--list-jobs .article--card .article__footer * {
    white-space: nowrap;
}

.section--list-jobs .article--card .article__footer *:first-child {
    text-overflow: ellipsis;
    overflow: hidden;
}

.section--list-jobs .article--card .article__footer > * + * {
    margin-inline-start: var(--t-tc--card--padding--outers);
}

/* Media query to target tablet and desktop */
@media all and (min-width:751px) {
    .results--listed .article__content.light{
        font-size: 1.8rem;
    }

    .results--listed .article--result .article__header{
        padding-top: 4.2rem;
    }
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .section--list-jobs .article--card .article__footer {
        border-block-start-width: 0;
        justify-content: end;
        border-bottom: .1rem solid var(--custom--grey--02);
        padding-block-start: 1.6rem;
    }

    .section--list-jobs .article--card .article__footer .button {
        height: 4.8rem;
        --t-tc--buttons--width--min: 9rem;
    }

    .section--list-jobs .article--card .article__header__text{
        padding-block-start: 3.2rem;
    }
}

/*
    COMPONENTS/Steps: Process
*/

.section__content--process {
    justify-content: center;
}

.section__step {
    display: flex;
    align-items: center;
}

.section__step:not(:last-child)::after {
    content: '';
    display: block;
    width: calc(var(--t-gs--size--base)*39);
    height: calc(var(--t-gs--size--base)*13);
    background: var(--icon--arrow--right) no-repeat center center;
}

.section__step__icon {
    height: 8.8rem;
}

.section__step__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--t-gs--space--xxl);
    max-width: calc(var(--t-gs--size--base)*50);
    --t-gs---paragraph--font--size: var(--t-gs--font--size--06);
}

/* Media query to target only tablet */
@media all and (min-width:751px) and (max-width:1024px) {
    .section__content--process {
        justify-content: center;
        flex-direction: row;
        display: flex;
    }

    .section--process .section__title{
        margin-top: 1.6rem;
    }

    .section__content--process .section__step__icon {
        max-width: 8.35rem;
    }

    .section--process .section__step {
        max-width: 25%;
    }

    .section--process p.title {
        font-size: 1.4rem;
    }

    .section__step:not(:last-child)::after {
        width: 7.8rem;
        display: inline-flex;
        height: 2.5rem;
        background: var(--icon--arrow--right);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .section__content--values .card--value:not(:first-child):not(:last-child) {
        margin-inline: 1rem;
    }
    .section__content--values .card--value:first-child {
        margin-inline-start: 0;
    }
    .section__content--values .card--value:last-child {
        margin-inline-end: 0;
    }
    .section__step__content {
        max-width: 11.13rem;
    }
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .section--process .section__title{
        margin-top: 3rem;
    }

    .section--process .section__content--process{
        display: grid;
    }

    .section__step__content {
        max-width: unset;
        flex-direction: row;
    }

    .section__content--process .title {
        font-size: 2rem;
        text-align: left;
    }
}

/*
    COMPONENTS/Lists: Skills (New)
*/

.list--pills .list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--t-gs--space--xs);
}

.list--skills .list__item,
.list--pills .list .list__item {
    display: inline-flex;
}

/*
    COMPONENTS/Lists: Skills (Within WIDGETS/Details)
*/

.article--details .article__content__view__field__value .list--pills .list {
    margin-inline-start: var(--t-gs--space--0);
    padding-inline-start: var(--t-gs--space--0);
}

.article--details .article__content__view__field__value .list--pills .list li + li {
    margin-block-start: var(--t-gs--space--0);
}

/*
    COMPONENTS/Lists: Skills (Within WIDGETS/Skills)
*/

.skills .list--skills:not(.list--skills--active) {
    display: none;
}

.skills .list--skills .list__item {
    margin-block-end: var(--t-gs--space--s);
}

/* Media query to target mobile and tablet */
@media all and (max-width:1024px) {
    .skills .list--skills {
        overflow-x: scroll;
        white-space: nowrap;
    }

    .skills .list--skills::-webkit-scrollbar {
        display: none;
    }

}

/*
    COMPONENTS/Navigation: Steps bar (Override/complement)
*/

.section--register .list__item__text__title {
    text-transform: none;
    color: var(--custom--grey--03);
    font-size: var(--t-gs--font--size--05);
    text-align: unset;
    font-weight: var(--t-gs--font--weight--semibold);
}

.list--steps .list__item .list__item__text:after {
    border-block-end-color: var(--custom--green--brand);
}

.list--steps .list__item:not(.list__item:first-child) .list__item__text:after,
.list--steps .list__item:not(.list__item--filled) .list__item__text:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.list--steps .list__item:not(.list__item:last-child) .list__item__text::after {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}

.list--steps:after {
    border-block-end-color: var(--custom--grey--02);
}

/* Media query to target tablet and desktop */
@media all and (min-width:751px) {
    .list--steps .list__item__text__subtitle {
        margin-block-end: -.6rem;
        inline-size: calc(var(--t-gs--size--base) * 4);
        block-size: calc(var(--t-gs--size--base) * 4);
        text-indent: -999.9rem;
        overflow: hidden;
    }
    .section--register .list--steps .list__item__text__subtitle {
        visibility: hidden;
    }
}

/*
    COMPONENTS/Navigation: Tabs (Inverting clickable colors - commented and ready to use)
*/

.tabs__list__item {
    text-transform: none;
    font-weight: var(--t-gs--font--weight--semibold);
    border-block-end-width: 0;
    padding-inline: var(--t-gs--space--m2) 0;
}

.tabs__list__item:not(.tabs__list__item--active),
.tabs__list__item:not(.tabs__list__item--active):link,
.tabs__list__item:not(.tabs__list__item--active):visited {
    color: var(--custom--grey--dark);
}

.tabs__list__item--active {
    color: var( --custom--grey--03);
    border-block-end-color: var( --custom--grey--03);
    border-block-end-width: .2rem;
}

.tab-separator::after {
    content: "";
    border-right: .1rem solid var(--custom--grey--dark);
    padding-left: 2rem;
    display: inline-block;
    height: 1.5rem;
}

.Separator.profile--separator{
    border-top: none;
    padding-block-start: 4rem;
}

@media (width >= 1025px) {
    .body--profile-edit .tabs {
         margin-block-end: 0;
    }

    .tabs {
        margin-block-end: 4.2rem;
    }

    .tabs__list__item {
        padding-block: var(--t-gs--space--m);
    }

    .tabs__list__item a {
        padding-block: var(--t-gs--space--m);
        line-height: 2.2rem;
    }
}

/*
.tabs__list__item:not(.tabs__list__item--active),
.tabs__list__item:not(.tabs__list__item--active):link,
.tabs__list__item:not(.tabs__list__item--active):visited {
    color: inherit;
}

.tabs__list__item:not(.tabs__list__item--active):hover,
.tabs__list__item:not(.tabs__list__item--active):focus,
.tabs__list__item:not(.tabs__list__item--active):active {
    color: var(--t-gs--color--text--link);
}

.tabs__list__item--active,
.tabs__list__item--active:link,
.tabs__list__item--active:visited,
.tabs__list__item--active:hover,
.tabs__list__item--active:focus,
.tabs__list__item--active:active {
    color: var(--t-gs--color--text--link);
}

+TBD+
*/

/*
    COMPONENTS/Wizard
*/

.body--register .Separator .tc_formTitle {
    color: var(--custom--green--brand);
}

.body--register.body--success .article--success {
    border-radius: 0;
    padding-block-end: var(--t-gs--space--m);
}

.body--register.body--success .article--success .article__footer {
    border-radius: 0;
    margin-block-end: var(--t-gs--space--m);
}

.body--complete-profile .Separator .tc_formTitle {
    color:var(--custom--grey--03);
}

.body--complete-profile .gotoButton {
    --t-tc--buttons--border--color: transparent;
    --t-tc--buttons--background--color: transparent;
    --t-tc--buttons--font--color: var(--t-gs--swatch--button);
    --t--tc--buttons--width--min: 0;
}

.body--complete-profile .gotoButton:hover {
    color: var(--custom--green--active);
}

.body--complete-profile .gotoButton:focus {
    color: var(--custom--green--pressed);
}

.body--aplication-confirmation .grid--dividers>.grid__item {
    text-align: start;
}

.body--aplication-confirmation .article--details .article__content__view__field__label {
    font-weight: var(--t-gs--font--weight--light);
    font-size: 1.4rem;
}

.body--aplication-confirmation .article {
    border-radius: 0;
}

.body--register .Separator.separator-no-line {
    border-top: 0;
}

.Separator {
    padding-block-start: var(--t-gs--space--l);
    border-top:.1rem solid var(--custom--grey--02);
}

.Separator .tc_formTitle {
    color: var(--custom--grey--dark);
}

.button-bar:not(.button-bar--right).button-bar__wrap,
.button-bar:not(.button-bar--right).ButtonBarField .tc_formField {
    justify-content: space-between;
}

.body--register.body--success .button-bar--center .button-bar__wrap {
    justify-content: center;
}

.form select:not([multiple]) {
    background-position: right calc(15* var(--t-tc--fields--border--width)) center;
    color:var(--custom--grey--03);
}

.form select:not([multiple]):focus {
     background-position: right calc(5* var(--t-tc--fields--border--width)) center;
}

.datasetField__row {
    background-color: unset;
}

.datasetField__button--add,
.datasetField__button--remove {
    justify-content: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: var(--t-tc--fields--font--size);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color:var(--custom--grey--03);
}

.uicore_advancedselect_BaseAdvancedSelect_AdvancedSelectDownArrow,
.select2-container--default .select2-selection--multiple .select2-search:first-child:after,
.select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--multiple .select2-selection__clear,
.select2-container--default .select2-selection--single .select2-selection__clear {
    background-position: 0;
}

.addDatasetRow,
.RowEditorAddAnotherLink,
.action--add {
    --t-tc--icon--content: var(--icon--plus);
}

.datasetField .action--add {
    color: var(--custom--green--brand);
}

.removeFile, [id*=dropboxRemove_]{
     --t-tc--icon--content: var(--icon--remove);
}

.addDatasetRow, .removeDatasetRow, .removeFile, [id*=dropboxRemove_], .fileInputCancelButton, .RowEditorAddAnotherLink, .action {
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-weight: var(--t-gs--font--weight--regular);
    font-size: var(--t-gs--font--size--04);
    color: var(--custom--grey--dark);
    border-radius: 2rem;
    border-color: var(--custom--grey--02);
    padding-inline: 0.7rem .3rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 1.4rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
    border-radius: 45rem;
    background-color: var(--custom--grey--dark);
    color: var(--t-gs--swatch--neutral--100);
    width: 1.4rem;
    height: 1.4rem;
    text-align: center;
    line-height: 1;
    font-weight: var(--t-gs--font--weight--regular);
    margin-left: .2rem;
}

.section--register .datasetField--cols-2Z .dataset-custom-description {
    width: 100%;
    inline-size: 100%;
}

/* Media query to target only desktop */
@media all and (min-width:1025px) {
    .body--success .section--register .grid>.grid__item {
        padding-inline: 4.2rem;
    }
}

/* Media query to target only tablet */
@media all and (min-width:751px) and (max-width:1024px) {
    .body--aplication-confirmation .grid__item{
        padding-block-start: 0;
        padding-top: 4rem;
    }

    .body--aplication-confirmation .custom--banner-title{
        font-size: 4.2rem;
    }

    .body--aplication-confirmation .section__content{
        max-inline-size: 100%;
    }
}

/* Media query to target mobile and tablet */
@media all and (max-width:1024px) {
    .body--login {
        background-image: none;
    }

    .body--login .grid--dividers > .grid__item:not(:first-of-type)::before {
        border-block-start-width: 0;
        padding-block-start: 0;
    }

    .section--methods .grid .grid__item:last-child .section__header .title {
       font-size: 2.4rem;
       line-height: 3.3rem;
    }

}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .body--login .title--h5.title--green {
        font-size: 2.4rem;
    }

    .body--login .button {
        margin-inline: 2.15rem;
    }

    .button--register {
        width: 85%;
    }

    .body--success.body--login .article__header {
        padding-inline: 0;
    }

    .body--success .section--register .grid>.grid__item {
        padding-inline: 1.2rem;
    }

}

/*
    COMPONENTS/Wizard : errors
*/

.errorMessage, .warningMessage, .errorMsgBottom, .message--error, .fieldSpec .errorMessage {
    --t-tc--icon--content: var(--icon--warning);
    font-weight: var(--t-gs--font--weight--regular);
    font-size: var(--t-gs--font--size--02);
    align-items: end;
}

.icon--customerror:before {
    content:var(--icon--warning-grey);;
    position: absolute;
}

.icon--customerror .tc_formDescription {
    padding-inline-start: 1.5rem;
}

/*
    COMPONENTS/Paginator
*/

.list-controls__text {
    justify-content: center;
    color: var(--custom--grey--03);
    font-size: var(--t-gs--font--size--04);
}

.list-controls__text__legend {
    color: var(--custom--grey--03);
    font-size: var(--t-gs--font--size--04);
}

.list-controls--bottom {
    flex-direction: column;
}

.list-controls__text__legend span {
    margin-right: .5rem;
}

list-controls__pagination {
    justify-content: center;
}

.list-controls__pagination__item {
    font-weight: var(--t-gs--font--weight--regular);
    font-size: var(--t-gs--font--size--04);
}

.list-controls__pagination__item.currentPageLink {
    color: var(--custom--grey--03);
}

.list-controls__text__reset {
    font-style: normal;
    font-weight: var(--t-gs--font--weight--regular);
}

/*
    COMPONENTS/Popup
*/

.goverlay, .glightbox-mobile .goverlay{
    background: rgba(0, 0, 0, .48);
}

.body--popup .main__wrapper {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.body--popup .cancelButton {
    color: var(--custom--grey--04);
}

.body--popup .link--secondary:hover {
    text-decoration: underline;
}

.body--popup .gclose:before {
    --t-tc--icon--content: var(--icon--close );
}

.gnext,
.gprev {
    display: none;
}

.popup--upload-field .fileInputCancelButton:hover {
    --t-tc--action--font--color: unset;
}

.popup--upload-field .fileInputCancelButton:hover {
    --t-tc--icon--fill: 0;
}

.popup-profile-image .button-bar__wrap,
.popup-profile-image .ButtonBarField .tc_formField {
    flex-wrap: unset;
    display: inline-block;
    text-align: end;
    width: 100%;
}

.popup--upload-field .button-bar__wrap .cancelButton ,
.popup--upload-field .button-bar__wrap .saveButton {
    flex-basis: 80rem;
}

.popup--upload-field .tc_formLabel,
.body--popup-profile-delete .article__header__text__title p.light {
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: var(--t-gs--font--weight--light);
    margin-block-end: var(--t-gs--space--xs);
    padding-block-end: var(--t-gs--space--0);
}

.popup--upload-field .tc_formDescription,
.body--popup-profile-delete .article__header__text__title .title {
    color: var(--custom--grey--03);
    line-height: 2.4rem;
    margin-block-end: var(--t-gs--space--l);
    padding-block-end: var(--t-gs--space--0);
}

.popup--upload-field .tc_formField div[id*=fileInputContainer_] .photoInputPreviewWrapper .photoInputPreviewContainer {
    margin-inline-end: var(--t-gs--space--l);
}

.popup--upload-field .removeFile {
    --t-tc--icon--content: var(--icon--remove--grey);

    font-size: 1rem;
    margin-left: .5rem;
}

.popup--upload-field .FileField .photoInputPreview {
    width: 5.7rem;
    height: 5.7rem;
}

.FileField .tc_formField .uploadedFile {
    justify-content: left;
    font-style: normal;
}

.popup-profile-image .FileField .photoInputPreview {
    inline-size: 6rem;
    block-size: 6rem;
}

.popup-profile-image .button-bar--cols-2 .ButtonBarField .tc_formField {
    display: unset;
    text-align: right;
}

.session-dialog .session-dialog-buttonset {
    justify-content: end;
}

.body--popup .main__wrapper {
    padding-block-start: 2.4rem;
    padding-block-end: 2.4rem;
    padding-inline-start: 3.2rem;
    padding-inline-end: 3.2rem;
}

.popup--create-alert {
    padding-block-start: 0;
}

.popup--create-alert__header {
    display: flex;
    justify-content: end;
    height: 2rem;
}

.button-bar-popup.button-bar--right {
    text-align: right;
}

.button-bar-popup.button-bar--right .button {
    min-width: auto;
}

.button-bar-popup .button-bar__wrap {
    flex-wrap: unset;
    display: inline-block;
    text-align: end;
    width: 100%;
}

.button-bar-popup .button-bar__wrap button {
    min-inline-size: auto;
}

.button-bar-popup .button-bar:not([class*=button-bar--cols]) .tc_formButton,
.button-bar-popup .ButtonBarField:not([class*=button-bar--cols]) .tc_formButton {
    min-inline-size: auto;
}

.body--popup-profile-image .button-bar:not(.button-bar--right).ButtonBarField .tc_formField {
    gap: var(--t-gs--space--m);
    display: flex;
    align-items: center;

}

.body--popup-profile-delete .article__content .form .button-bar--right .button-bar__wrap,
.body--popup-profile-image .button-bar:not(.button-bar--right).ButtonBarField .tc_formField {
    justify-content: flex-end;
}

.body--popup-profile-delete .article__content .form .button-bar--right .button-bar__wrap .tc_formButton {
    flex-basis: auto;
}

.body--popup-profile-image .button-bar-popup.ButtonBarField:not([class*=button-bar--cols]) .cancelButton {
    min-inline-size: 9.9rem;
}

.body--popup-profile-image .button-bar-popup.ButtonBarField:not([class*=button-bar--cols]) .saveButton {
    min-inline-size: 9.7rem;
}

.body--popup-profile-delete .button-bar:not([class*=button-bar--cols]) .cancelButton,
.body--popup-profile-delete .button-bar:not([class*=button-bar--cols]) .button--primary,
.body--popup-profile-image .button-bar-popup.ButtonBarField:not([class*=button-bar--cols]) .saveButton,
.body--popup-profile-image .button-bar-popup.ButtonBarField:not([class*=button-bar--cols]) .cancelButton {
    --t-tc--buttons--height: calc(var(--t-gs--size--base) * 12);
    --t-tc--button-bar__buttons--width: auto;
}

.body--popup-profile-delete .article--alert .article__content {
    margin-block-start: var(--t-gs--space--0);
}

.body--popup-profile-delete .button-bar:not([class*=button-bar--cols]) .button--primary {
    min-inline-size: 10.4rem;
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .session-dialog .session-dialog-title {
        white-space: nowrap;
        overflow: inherit;
    }
}

/*
    WIDGETS/Attachment upload (New)
*/

.article--attachments-upload {
    border-radius: var(--t-tc--boxes--border--radius);
    border-width: var(--t-gs--border--width--s);
    border-style: dashed;
    border-color: var(--t-tc--boxes--border--color);
    background-color: var(--t-tc--boxes--background--color);
    padding-block: var(--t-tc--boxes--padding--outers);
    padding-inline: var(--t-tc--boxes--padding--outers);
}

.article--attachments-upload .article__header {
    margin-block-end: var(--t-tc--boxes--padding--outers);
    border-block-end-width: var(--t-gs--border--width--s);
    border-block-end-style: solid;
    border-block-end-color: var(--t-gs--color--border--default);
    padding-block-end: var(--t-tc--boxes--padding--outers);
}

.article--attachments-upload .article__header [data-tc-icon] {
    vertical-align: middle;
}

/*
    WIDGETS/Registered: Article (Override/complement)
*/

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .article--registered {
        margin: var(--t-gs--space--0);
        background-color: unset;
        padding: var(--t-gs--space--0);
    }

}

/*
    WIDGETS/Search: Visible (Override/complement)
*/

/* Media query to target only desktop */
@media all and (min-width:1025px) {
    .section[search-type="visible"] .section__header__text {
        display: flex;
        margin-block-end: var(--t-gs--space--l);
    }
}

/*
    MODULES/Footer
*/

.footer {
    --t-tc--logo--height: calc(var(--t-gs--size--base) * 16);
    border-block-start-width: 0;
}

.footer__links {
    flex-direction: column;
    gap: var(--t-gs--space--m);
    --t-gs--color--text--link: var(--t-gs--swatch--neutral--100);
    align-items: start;
}

.footer__links .link {
    font-weight: var(--t-gs--font--weight--light);
}

.footer__links .link:hover {
    color:var(--t-gs--color--text--link);
}

.footer__links .link:first-child {
    font-weight: var(--t-gs--font--weight--bold);
}

.footer__rights__logo {
    margin-inline-end: 0;
}

.footer__social__item {
    block-size: calc(var(--t-gs--size--base)*10.5);
    max-inline-size: calc(var(--t-gs--size--base)*10.5);
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .footer__rights,
    .footer__logos {
        width: 100%;
    }

    .footer__rights .footer__links{
        padding-inline: 1rem;
        margin-block: var(--t-gs--space--m);
        padding-inline: var(--t-gs--space--xxl);
    }

    .footer__social__item + .footer__social__item {
        margin-inline-start: var(--t-gs--space--s);
    }

    .footer__logos {
        margin-block: var(--t-gs--space--m);
        padding-inline: var(--t-gs--space--xxl);
    }
}

@media (width>=751px) {
    .footer__social__item+.footer__social__item {
        margin-inline-start: var(--t-gs--space--s);

    }
}

/*
    MODULES/Banner: Home (New)
*/

.main--grey {
    background-color: var(--custom--grey--light);
}

.main--white {
    background-color: var(--t-gs--swatch--neutral--100);
}

.banner--main--home {
    --t-tc--banner--height: calc(var(--t-gs--size--base) * 161);
    margin-top: -8rem;
    justify-content: center;
    background-image: var(--t-tc--home__banner--background--image);
    background-color: var(--t-gs--swatch--neutral--000);
    z-index: 1;
    position: relative;
}

.banner--main--home .banner__video {
    opacity: 0.4;
}

.banner__video,
.banner__video iframe {
    width: 100%;
    height: 100%;
}

.banner__video video{
    object-fit: cover;
    height: 100%;
}

.banner--main--home .banner__wrapper {
    flex-direction: column;
    justify-content: center;
    z-index: 5;
    top: 0;
    position: absolute;
    left: 50%;
    translate: -50% 0;
}

.banner--main--home .banner__wrapper > * {
    inline-size: 100%;
}

.banner--main--home .banner__form {
    margin-block-start: var(--t-gs--space--l);
}

.banner__text__subtitle {
    font-weight: var(--t-gs--font--weight--light);
    font-size: var(--t-gs--font--size--12);
    text-transform: inherit;
    max-width: 90rem;
    margin: 9rem auto var(--t-gs--space--l);
}

.body--search-jobs .text--no-offers{
    font-size: 2rem;
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .body--home .banner--main--home, .body--home .banner--main--no-logged{
        --t-tc--banner--height: 32.9rem;
        block-size: var(--t-tc--banner--height);
    }

    .body--home .banner--main--no-logged .banner__text{
        margin-top: 12rem;
        max-width: 90%;
    }

    .body--home .banner--main--no-logged .banner__text__title {
        margin: 0;
    }

    .body--home .banner--main--no-logged .banner__text__subtitle {
        margin-bottom: 1.6rem;
    }

    .banner--main--home.banner--main--no-logged .banner__subtitle{
        margin-top: 0.5rem;
    }

    .banner--main--home .banner__text__subtitle {
        font-size: 1.8rem;
        text-transform: inherit;
        margin: 2.4rem 0;
    }

    .banner--main--home .banner__text__title {
        margin: 5rem 0;
    }

    .body--search-jobs .banner__text {
        margin-top: 0;
    }
}

@media all and (max-width:440px) {
    .body--home .banner--main--no-logged .banner__text{
        margin-top: 7rem;
    }
}

/*
    MODULES/Banner: Search Jobs
*/

.body--search-jobs .banner--main {
    margin-top: -8rem;
    background-image: var(--t-tc--searchjobs__banner--background--image);
    background-color: var(--t-gs--swatch--neutral--000);
    z-index: 1;
}

.body--search-jobs .banner__wrapper {
    flex-direction: column;
    padding-top: 22rem;
}

.body--search-jobs .search--visible fieldset.Section.Section1{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.body--search-jobs .search--visible fieldset.Section.Section1::before{
    display: none;
}

.body--search-jobs .grid--3--filters .select2-selection__rendered{
    max-height: 6.5rem;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.body--search-jobs .grid--3--filters .select2-selection--multiple .select2-selection__rendered .select2-selection__clear{
    right: 7%;
}

.link--online{
    color: rgba(0, 0, 0, 1);
    text-align: center;
}

.link--online .tc_formDescription{
    font-size: 2.4rem;
}

.grid--3--filters .grid__item--filters .grid__item {
    display: inline-flex;
    padding: .5rem
}

.grid--3--filters .grid__item--filters .grid__item .grid__item {
    max-width: 100%;
    padding: 0 0 0 1rem;
}

.grid--3--filters {
    justify-content: center;
}

.grid--3--filters button {
    width: 100%;
    background-color: var(--t-gs--color--border--on--fill--primary);
    border-color: var(--t-gs--color--fill--primary);
    color: var(--t-gs--color--text--on--fill--primary);
    display: flex;
    gap: 1.6rem;
    height: 4rem;
}

.grid--3--filters button::after{
    content: url('../images/icons/icon--search.svg');
    display: block;
    width: 2rem;
    height: 2rem;
}

.grid--3--filters button:hover {
    background-color: var(--t-gs--color--border--on--fill--primary--hover);
    border-color: var(--t-gs--color--fill--primary--hover);
    color: var(--t-gs--color--text--on--fill--primary--hover);
}

.grid--3--filters button:active,
.grid--3--filters button:focus {
    background-color: var(--t-gs--color--border--on--fill--primary--focus);
    border-color: var(--t-gs--color--border--on--fill--primary--focus);
    color: var(--t-gs--color--text--on--fill--primary--focus);
}

.search--visible .select2-container--default .select2-selection--multiple,
.search--visible .select2-container--default .select2-selection--single {
    --t-tc--fields--height: calc(var(--t-gs--size--base) * 12);
}

.search--visible .paragraph {
      color: var(--t-tc--banner--font--color);
      padding-top: 2rem;
      padding-left: .5rem;
}

.search--visible .link {
    color: var(--t-tc--banner--font--color);
    padding-left: .5rem;
    text-decoration: underline;
}

/* Media query to target only desktop */
@media all and (min-width:1025px) {
    .search--visible {
        margin: 0 13rem;
    }
}

/* Media query to target mobile and tablet */
@media all and (max-width:1024px) {
    .body--search-jobs .banner--main {
        background-position: center;
    }
    .body--search-jobs .banner__wrapper {
        padding-top: 13rem;
    }
}

/* Media query to target only mobile */
@media all and (max-width:750px) {

    .body--search-jobs .banner__wrapper {
        padding-bottom: 0;
    }

    .body--search-jobs .banner--main {
        background-size: 100%;
        background-position: top center;
        background-color: var(--t-tc--main--background--color);
    }

    .body--search-jobs .main__wrapper--jobs-list{
        padding-top: 0;
    }

    .body--search-jobs .search--visible fieldset.Section.Section1{
        grid-template-columns:1fr;
    }

    .body--search-jobs .search--visible .Section.Section2 .Separator2{
        margin-block-end: 0;
    }

    .link--online .tc_formDescription{
        font-size: 1.8rem;
    }

    .grid--3--filters .grid__item--filters{
        width: 95%;
    }

    .grid--3--filters .grid__item--filters .grid__item {
        display: inline-flex;
        padding: 1rem 0 0 1.5rem;
    }

    .grid--3--filters .grid__item--filters .grid__item.ButtonBarField {
        max-width: 100%;
        display: block;
    }

    .body--search-jobs .list-controls__text__legend{
        text-align: center;
    }

    .body--search-jobs .results--grided .article__header__text__title.title{
        font-size: 2rem;
        padding-bottom: 0.5rem;
    }

    .body--search-jobs .article--card .article__content {
        border-block-start-width: 0;
    }

    .body--search-jobs .grid--3--filters .select2-selection--multiple .select2-selection__rendered .select2-selection__clear{
        right: 10%;
    }
}

/*
    MODULES/Banner: Profile pages
*/

.body--profile .banner--main {
    margin-top: -8rem;
}

/*
    MODULES/Slider (New)
*/

:root {
    --swiper__slide--gap: var(--t-tc--grid--columns--gap);
    --swiper-navigation-size: calc(var(--t-gs--size--base) * 11);
    --swiper-navigation-color: var(--t-tc--toggle--font--color);
}

.slider {
    position: relative;
    z-index: 1;
}

.swiper-container {
    scroll-behavior: smooth;
    margin-bottom: 2rem;
    padding-bottom: 6rem;
    padding-left: .5rem;
    padding-right: .5rem;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

.swiper-slide {
    block-size: auto;
    padding-block-end: .1rem;
}

.swiper-slide .article--card {
    box-sizing: border-box;
    block-size: 100%;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    --swiper-theme-color: var(--t-gs--swatch--neutral--000);
}

.swiper-button-next,
.swiper-button-prev {
    inline-size: var(--swiper-navigation-size);
    block-size: var(--swiper-navigation-size);
    z-index: 3;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: calc(var(--swiper-navigation-size)/2);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    inset-inline-end: 0;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    inset-inline-start: 0;
}

.swiper-pagination {
    text-align: left;
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-color);
}

/*
    MODULES/Slider: News
*/

.lastNews .paragraph {
    color: var(--t-gs--swatch--neutral--000);
    font-weight: var(--t-gs--font--weight--light);
    font-size: var(--t-gs--font--size--08);
    margin-top: var(--t-gs--space--m);
    line-height: 3.3rem;
}

.lastNews .article--header img {
    background-size: cover;
}

.lastNews a:hover {
    text-decoration: underline;
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .lastNews .paragraph {
        font-size: var(--t-gs--font--size--05);
        line-height: 2.4rem;
    }
}

/*
    PAGETYPES/Login + Registration Methods + Social Register
*/

.body--login .section--register .article__content {
    border-width: 0;
    padding-block: 0;
}

.body--login .section--register .main__wrapper {
    padding-block-start: 0;
}

.body--login .main__wrapper {
    min-block-size: auto;
}

.body--login .article__content {
    border-block-start-width: 0;
}

.body--login.body--success .section--register .article.article--success {
    border-radius: 0;
}

.body--login .grid--dividers {
    margin-block-start: 0;
}

/* Media query to target only desktop */
@media all and (min-width:1025px) {
    .body--login .main {
        min-height: 80rem;
    }
}

/* Set paddings to allocate password icon and eye inner icon when is enabled on the page.
Also when the input type was changes to display the passowrd */
.form .field-password-eye input[type=password],
.form .field-password-eye input[type=text]:not([class*=select2]):not(.LiveSearchInput) {
    padding-inline-start: 3rem;
    padding-inline-end: 2rem;
}

/* Set background images for password icon and eye-on icon,
only possible when the input is password type */
.form .field-password-eye--on input[type=password] {
    background-image: var(--icon--password), var(--icon--eye--on);
    background-position: 1rem center, right 1rem center;
}

/* Set background images for password icon and eye-off icon,
only possible when the input is text type */
.form .field-password-eye--off input[type=text]{
    background-image: var(--icon--password), var(--icon--eye--off);
    background-position: 1rem center, right 1rem center;
}

/* Reset images for autofill scenarios */
.form .field-password-eye input[type=password]:-webkit-autofill,
.form .field-password-eye input[type=text]:not([class*=select2]):not(.LiveSearchInput):-webkit-autofill {
    padding-inline-start: 1rem;
}

.body--reset-password .article__content {
    padding-block: 0;
}

.body--reset-password .button--cancel {
    min-width: 20rem;
}

.body--register .fieldSpec+.AcceptanceCheckboxField {
    margin-block-start: 0;
}

.body--login .article{
    background-color: unset;
    justify-content: start;
}

.body--login .article__content.p-t-0 {
    padding-top: 0;
}

.body--login .paragraph {
    font-weight: 300;
    font-size: 1.8rem;
}

.body--login .form--login .button-bar__wrap {
    justify-content: center;
}

.section--methods .grid .grid__item:first-child .title,
.section--register .grid .grid__item:first-child .title {
    color: var(--t-gs--swatch--neutral--100);
    text-align: center;
    line-height: 7.3rem;
    font-weight: var(--t-gs--font--weight--regular);
}

.section--register .grid .grid__item:first-child .title,
.section--methods .grid .grid__item .title--lateral-banner {
    font-size: 5.4rem;
}

/* Media query to target only desktop */
@media all and (min-width:1025px) {
    .section--register .title--lateral-banner,
    .section--methods .title--lateral-banner{
        margin-top: 25rem;
    }

    .body--complete-profile .body--login:not(.body--register) .grid .grid__item:first-child {
        justify-content: start;
    }

    .grid--methods>.grid__item {
        padding-inline: 0;
    }

    .grid--methods>.grid__item.list__item--linkedin {
        margin-left: 2rem;
    }

    .grid--methods>.grid__item {
        display: flex;
        width: 20rem;
        vertical-align: text-bottom;
        max-inline-size: unset;
    }

}

@media all and (min-width:750px) {
    .grid--methods>.grid__item {
        display: flex;
        width: 20rem;
        vertical-align: text-bottom;
        max-inline-size: unset;
        min-inline-size: fit-content;
    }
}

@media all and (min-width:751px) and (max-width:1024px) {
    .article--methods .article__content:first-child {
        width: 80%;
        margin: 0 auto;
    }
}

/* Media query to target mobile and tablet */
@media all and (max-width:1024px) {
    .main__wrapper {
            block-size: auto;
    }

    .body--login .banner--main-login {
        background-image: var(--t-tc--login__body--background--image);
        margin-top: -6rem;
        background-size: cover;
        background-position: center top;
    }

    .body--ismobile.body--Safari .form input[type="date"] {
        background-image:none;
    }

    .body--login .banner__text{
        margin-top: 10rem;
    }
}

/* Media query to target only tablet */
@media all and (min-width:751px) and (max-width:1024px) {
    .body--login .banner--main-login {
         height: 42.2rem;
    }

    .body--login .banner--main-login .banner__text__title {
        font-weight: var(--t-gs--font--weight--semibold);
    }

    .body--reset-password .grid__item {
        padding-block-start: 0;
        padding-top: 5rem;
    }
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .section--register .grid .grid__item:first-child .title,
    .section--methods .grid .grid__item .title--lateral-banner {
        font-size: 2.4rem;
    }

    .title-register {
        font-size: 3.2rem;
    }

    .body--login .banner--main-login {
         height: 24rem;
    }

    .body--login .banner--main-login .banner__text__title {
        font-weight: var(--t-gs--font--weight--semibold);
        line-height: 3.2rem;
    }

    .body--profile-check .banner--main, .body--errorpage .banner--main{
        height: 12rem;
        background-position: center top;
    }

    .body--reset-password .grid__item {
        padding-block-start: 0;
        padding-top: 5rem;
    }

    .body--registration-methods .manualRegisterMethodExtra .button-bar{
        display: flex;
        justify-content: center;
    }
}

.title-register {
    font-size: 4.2rem;
}

.body--registration-methods .paragraph,
.body--app-methods .paragraph{
    color: var(--custom--grey--03);
}

.section--methods .grid .grid__item:last-child .section__header .title{
    text-align: center;
    line-height: 7.3rem;
    font-weight: var(--t-gs--font--weight--regular);
}

.section--methods .grid .grid__item:last-child .section__content .title,
.app-methods__subtitle {
    font-size: var(--t-tc--title--h5);
    font-weight: var(--t-gs--font--weight--light);
    color: var(--t-gs--swatch--neutral--060);
}

.article.article--methods .article__content:first-child {
    background-color: var(--t-gs--swatch--neutral--100);
    border-radius: 1.6rem;
    margin-top: 4rem;
    min-width: 60;
}

.methodButton--later,
.methodButton--file,
.methodButton--paste,
.methodButton--dropbox {
    border-width: 0;
    font-weight: var(--t-gs--font--weight--regular);
    flex-direction: column;
    white-space: nowrap;
    min-inline-size:unset;

    min-block-size: var(--t-tc--buttons--height);
}

.methodButton--later:before,
.methodButton--later,
.methodButton--file:before,
.methodButton--file {
    background-image: none;

    background-color: var(--t-tc--buttons--font--color);
    color: var(--t-gs--swatch--neutral--100);
    padding: 0 1.6rem;
}

.methodButton--later:hover,
.methodButton--file:hover {

    background-color: var(--t-gs--color--fill--primary--hover);
    color: var(--t-gs--swatch--neutral--100);
}

.methodButton--later:focus,
.methodButton--later:active,
.methodButton--file:focus,
.methodButton--file:active {

    background-color: var(--t-gs--color--fill--primary--focus);
    color: var(--t-gs--swatch--neutral--100);
}

.methodButton--later:before,
.methodButton--file:before {
    background-image: none;
    content: "";
    background-color: transparent;
    position: fixed;
}

.list__item--later .methodButton--custom_text {
    background-image: var(--icon--later);
    max-width: 15rem;
}

.list__item--file .methodButton--custom_text {
    background-image: var(--icon--file);
    max-width: 15rem;
}

.methodButton--custom_text {
    background-position: center top;
    padding-block-start: 7rem;
    width: 15rem;
    max-width: 15rem;
    color: var(--custom--green--brand--04);

}

@media all and (min-width:751px) {
    .methodButton--custom_text {
        min-height: 14rem;
    }

    .grid--methods {
        justify-content: space-around;
        width: 100%;
    }
}

@media all and (min-width:751px) and (max-width:1024px) {
    .article--methods .grid--methods {
        margin: 0 auto;
    }

    .article--methods .grid--methods>.grid__item {
        padding-inline-start: 0;
    }
}

.list__item--linkedin .methodButton--custom_text{
    padding-block-start: 0;
    min-height: 7rem;
}

@media all and (min-width:751px) {
    .list__item--linkedin {
        padding-block-start: 4.5rem;
    }
}

@media all and (max-width:751px) {
    .methodButton--custom_text {
        margin-block-end: 1rem;
    }

    .grid--methods>.grid__item.list__item--linkedin {
        padding-block-start: 3.5rem;
    }
}

/*
    PAGETYPES/Search jobs: Cards: Result (Override/complement)
*/

.section--search-jobs {
    margin-top: 13rem;
}

.section .article--result {
    --t-tc--result--border--radius: var(--t-gs--border--radius--0);
    --t-tc--result--padding--outers--h: var(--t-gs--space--0);
}

.section .article--result + .article--result {
    margin-block-start: var(--t-gs--space--0);
}

.section .article--result + .article--result:before {
    content: '';
    position: absolute;
    inset-block-start: 0;
    inset-inline-end: 0;
    inset-inline-start: 0;
    border-block-start-width: var(--t-gs--border--width--s);
    border-block-start-style: solid;
    border-block-start-color: var(--custom--grey--02);
}

.article--result .article__footer {
    justify-content: end;
}

.article--result .title:not(.title--no-results) {
    font-size: 3.6rem;
    padding-bottom: 1.6rem;
}

.results--listed .article--result .button {
    min-width: unset;
}

.results--listed .article__header__text__subtitle {
    font-size: var(--t-gs--font--size--04);
}

.results--listed .article__content {
 line-height: 2.4rem;
}

.list-item-contractType {
    font-weight: var(--t-gs--font--weight--bold);
}

.list-item-town {
    color: var(--custom--violet);
    font-weight: var(--t-gs--font--weight--light);
}

.item-separator {
    color: var(--custom--grey--02);
}

/* Media query to target tablet and desktop */
@media all and (min-width:751px) {
    .results--listed .article--result {
        padding-inline-start: 7rem;
        padding-inline-end: 7rem;
    }

    .body--search-jobs .section--search-jobs .Section.Section2{
        margin-top: 13rem;
        text-align: center;
    }

    .body--search-jobs .section--list-jobs{
        margin-top: 6rem;
    }
}

/* Media query to target mobile and tablet */
@media all and (max-width:1024px) {
    .results--listed .article--result {
        padding-inline-start: 0;
        padding-inline-end: 0;
    }
    .article--card:not(.article--open) .article__content {
        visibility: visible;
        max-block-size: unset;
        padding-block-start: var(--t-gs--space--0);
        padding-block-end: var(--t-gs--space--0);
    }
}

/* Media query to target only tablet */
@media all and (min-width:751px) and (max-width:1024px) {
     .article__header__text__subtitle {
        margin-block: var(--t-gs--space--xxl);
    }

    .article--result:not(.article--open) .article__content {
        border-radius: unset;
        border-width: 0;
    }

    .body--search-jobs .search--visible .Separator {
        padding-block-start: var(--t-gs--space--xs);
    }

    .safari-v15-16 .body--search-jobs .section--search-jobs .Section.Section2{
        margin-block-start: 2rem;
    }

}

/* Media query to target only mobile */
@media all and (max-width:750px) {
   .results--grided .article--card {
        border-radius: unset;
        border-width: 0;
        background-color: unset;
    }

    .section--search-jobs {
        margin-top: 5rem;
    }

    .list-item-contractType {
        font-weight: var(--t-gs--font--weight--semibold);
    }

    .results--grided .article--card .link {
        font-weight: var(--t-gs--font--weight--semibold);
    }

    .results--grided .article__header__text__subtitle {
        display: flex;
        flex-direction: column;
        row-gap: 0.5rem;
    }
}

/*
    PAGETYPES/Search jobs: No results
*/

.article--no-results .article__content {
    background-color: var(--t-gs--swatch--neutral--100);
    padding-block: var(--t-gs--space--xxxl);
    padding-inline: 10rem;
    visibility: visible;
    max-block-size: unset;
    margin-block-start: auto;
}

.article--no-results .article__content .grid__item:last-child {
    text-align: end;
    justify-content: center;
    align-items: end;
}

.article--no-results .button {
    max-width: 29.4rem;
}

/* PAGETYPES: Open positions: Results without toggle (Override/complement)
   -------------------------------------------------------------------------- */

/* Media query to target only desktop */
@media all and (min-width:750px) {
    .article--result.article--non-toggle .article__content {
        max-block-size: unset;
        visibility: visible;
        margin-block-start: var(--t-tc--result--padding--inners--v);
    }

    .article--non-toggle .article__header__actions {
        display: none;
    }
 }

/* PAGETYPES: Reg/App methods: Article
   -------------------------------------------------------------------------- */

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .article--registered {
        margin: var(--t-gs--space--0);
        background-color: unset;
        padding: var(--t-gs--space--0);
    }
}

/* PAGETYPES: Success
   -------------------------------------------------------------------------- */
.article--success .title:not(.title-popup) {
    font-weight: var(--t-tc--title--font--weight);
    padding-block: 3.2rem;
    font-size: 4.3rem;
}

.article--success .title-popup-edit {
    font-size: 2.4rem;
}

.article--success .paragraph {
    font-size: 1.8rem;
    font-weight: var(--t-gs--font--weight--semibold);
    padding-block-end: .4rem;
}

.body--login .article--success .main__wrapper {
    justify-content: start;
}

.article--success .list--links--right {
    justify-content: end;
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .article--success .title:not(.title-popup) {
        font-size: 2.4rem;
    }

    .section--register .list--steps {
        margin-top: 1.2rem;
    }

    .article--success .article__header__image img {
        width: 8rem;
    }
}

/* PAGETYPES: Home
   -------------------------------------------------------------------------- */

.body--home .section--searchfilters {
    padding-bottom: 28rem;
}

.home--video-container {
    width: 100%;
    height: 100%;
    padding-block-end: 0;
}
.home--video {
    width: 100%;
}

/* Media query to target only desktop */
@media all and (min-width:1025px) {

    .section--searchfilters .title--section {
        padding-left: 8rem;
    }

    .body--home .section--searchfilters {
        padding-top: 8rem;
    }

    .section--values {
        padding-inline: var(--t-gs--space--l);
    }

    .section--benefits,
    .section--process,
    .section--video {
        margin-bottom: 5rem;
    }

    .section--benefit,
    .section--process {
        margin-top: 5rem;
    }
}

/* Media query to target only tablet */
@media all and (min-width:751px) and (max-width:1024px) {
    .section--video {
        margin-top: 5rem;
    }
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .section--benefits p.title{
        --t-tc--title--font--size: var(--t-tc--title--h6--mobile);
    }
    .section--video {
        margin-block: var(--t-gs--space--xxxxl);
    }

    .section--video .title--section{
        text-align: center;
        font-size: 3rem;
    }

    .body--home .section--searchfilters {
        padding-top: 4rem;
    }

}

.section--values {
    margin-top: -30rem;
    margin-bottom: 8rem;
}

.section--values p.title,
.section--benefits p.title,
.section--process p.title {
    line-height: 2.4rem;
    color: var(--custom--grey--dark);
}

.section--values p.title{
    padding-top: var(--t-gs--space--s);
}

/* Media query to target mobile and tablet */
@media all and (max-width:1024px) {
    .section--benefits p.title {
        padding-bottom: var(--t-gs--space--l);
    }

    .section--benefits p.title:after {
        content:"";
        border-bottom: .2rem solid var(--custom--grey--05);
        width: 17.3rem;
        margin: 0 auto;
        display: block;
        padding-block-end: 2.4rem;
    }
}

/* Media query to target only tablet */
@media all and (min-width:751px) and (max-width:1024px) {
    .section--benefits p.title{
        width: 85%;
        margin: auto;
    }
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .section--values .title--section {
        font-size: 3.2rem;
    }

    .card--value{
        margin-block-end: var(--t-gs--space--l);
    }

    .section__step:not(:last-child)::after {
        display: none;
    }
}

/* PAGETYPES: Job Detail
   -------------------------------------------------------------------------- */
.body--jobDetail .banner {
   background-color: var(--t-tc--main--background--color);
   color: var(--custom--grey--dark);
}

.body--jobDetail .banner__wrapper {
    padding-block-end: 0;
    padding-inline: 0;
}

.body--jobDetail .banner--main {
    background-image: var(--t-tc--jobdetail__banner--background--image);
    background-color: var(--t-tc--main--background--color);
    background-position: center right;
    background-size: cover;
}

.body--jobDetail .main-wrapper-no-padding {
    padding-block-start:0;
}

/* Media query to target only desktop */
@media all and (min-width:1025px) {
    .body--jobDetail .main--white {
        padding-block: 8rem;
    }
    .body--jobDetail .banner--view {
        padding: 8.3rem 5.2rem 2rem 5.2rem;
    }
    .body--jobDetail .banner--main {
        block-size: 67rem;
    }
}
/* Media query to target only tablet */
@media all and (min-width:751px) and (max-width:1024px) {
    .body--jobDetail .banner__wrapper {
        padding-block-start: 0;
    }

    .body--jobDetail .grid{
        margin-block-start: 0;
    }

    .body--jobDetail .grid>.grid__item{
        padding-block-start: 4.2rem;
        padding-block-end: 1.6rem;
        padding-inline-start: var(--t-tc--grid--columns--gap);
        padding-inline-end: var(--t-tc--grid--columns--gap);
    }

    .body--jobDetail .banner--main {
        block-size: 50rem;
    }
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .body--jobDetail .banner--view {
        padding: 3.2rem 2.2rem 2.4rem 3.6rem;
    }

    .body--jobDetail .banner--main {
        background-position: top center;
        block-size: 18rem;
    }
}

/* PAGETYPES: Profile
   -------------------------------------------------------------------------- */
.title--profile {
    font-size: 4.2rem;
    font-weight: var(--t-gs--font--weight--regular);
}

.user_profile_container,
.article--proceso {
    background-color: var(--t-gs--swatch--neutral--100);
    border-radius: var(--t-gs--space--m);
    padding-block: var(--t-gs--space--l);
    padding-inline: 1.6rem;
}

.user_profile_container .profile__image--container {
   text-align: center;
}

.profile__image {
    width: 8rem;
    border-radius: 20rem;
    margin: 0 auto;
}

.section--profile-edit .section__content--w--narrower {
    margin-inline: 0;
}

.article--offer--actives {
    margin-block-end: 6.8rem;
}

.header--profile-aplication .title {
    color: var(--custom--grey--dark);
}

/* Media query to target mobile and tablet */
@media all and (max-width:1024px) {
    .body--profile .grid--2--sidebar {
        display: flex;
        flex-direction: column;
    }

    .user_profile_container {
        display: inline-flex;
    }

    .user_profile_container .containter-only-mobile-and-tablet {
        margin-inline-start: 2.4rem;
        width: 100%;
    }

    .body--profile .containter-only-mobile-and-tablet .container__link-secondary {
       display: inline-flex;
       margin-left: 1.2rem;
    }

    .user_profile_container {
        margin-top: -13rem;
        padding-block: 3.2rem;
    }

}

/* Media query to target only tablet */
@media all and (min-width:751px) and (max-width:1024px) {
    .body--profile .grid--2--sidebar > .grid__item {
        flex: 1;
    }

    .body--profile .banner--main {
        background-size: unset;
    }

    .body--profile .banner--main {
        margin-top: -13rem;
    }

    .body--profile .section__content--w--narrower {
        min-width: 100%;
    }
    .body--profile .content__offer-and-alerts .grid--2 > .grid__item {
        flex: 0 0 60%;
        max-inline-size: 60%;
    }

    .content__situacion-empleo .grid__item--main {
        flex: 0 0 100%;
        min-inline-size: 100%;
    }

}

/* Media query to target only mobile */
@media all and (max-width:750px) {

    .user_profile_container .profile__image {
        width: 4.8rem;
    }

    .user_profile_container .containter-only-mobile-and-tablet .link--secondary {
        font-size: 1.2rem;
    }

    .content__situacion-empleo .list--steps .list__item:not(.list__item--current){
        display: block;
    }

    .stepper-profile.list--steps .list__item__text__subtitle {
        margin-block-end: -.6rem;
        inline-size: calc(var(--t-gs--size--base) * 4);
        block-size: calc(var(--t-gs--size--base) * 4);
        border-radius: var(--t-gs--border--radius--full);
        margin-inline: auto;
        position: absolute;
        bottom: 0;
        left: 50%;
    }

    .stepper-profile.list--steps::after {
        border-block-end-color: var(--custom--grey--05);
    }

    .body--register.body--success .list--steps::after {
         background-color: var(--custom--green--brand);
    }

    .body--profile .custom--icon::before {
        margin-bottom: -0.6rem;
    }

    .content__situacion-empleo .article--proceso .article__content {
        display: flex;
        flex-direction: column;
    }

    .article--proceso .hr-separator-right {
        border-left: 0;
        border-bottom: .1rem solid var(--custom--grey--02);
    }

    .article--proceso .article__content .article__item {
        width: 100%;
    }

}

/* PAGETYPES: Profile
   -------------------------------------------------------------------------- */

.progressbar-number {
    color: var(--custom--grey--03);
    font-weight: var(--t-gs--font--weight--semibold);
}

.progressbar--bar-conteiner {
    background-color: var(--custom--grey--02);
    height: .5rem;
    border-radius: 1.6rem;
    margin-block: var(--t-gs--space--s);
    position: relative;
}

.progressbar-bar-complete {
    background-color: var(--custom--green--brand);
    height: 100%;
    position: absolute;
    border-radius: 1.6rem;
}

.custom--icon:before {
    content: "";
    width: 2rem;
    height: 2rem;
    display: inline-block;
    margin-bottom: -.4rem;
}

.custom--icon--pencil:before {
    background-image: var(--icon--pencil);
}

.custom--icon--delete:before {
    background-image: var(--icon--delete);
}

/* PAGETYPES: Profile: Profile check

-------------------------------------------------------------------------- */

.body--profile-check .profile__image{
    width: 12rem;
    max-inline-size: unset;
    margin-inline-end: 4rem;
}

.body--profile-check .header-default .menu--visible .menu__item--user:before {
    height: 7.6rem;
}

/* PAGETYPES: Profile: Situacion de empleo

-------------------------------------------------------------------------- */

.article--proceso {
    margin-block-end: var(--t-gs--space--m);
}

.article--proceso-anterior,
.article--applied {
    display: flex;
    background-position: left center;
    min-height: 30rem;
    border-radius: var(--t-gs--space--m);
    background-size: contain;
}

.proceso-anterior__content {
    display: flex;
}

.proceso-anterior__content-right {
    padding-block: var(--t-gs--space--l);
    padding-inline: 1.6rem;
}

.article--offer--actives .proceso-anterior__content-right {
    padding-inline: var(--t-gs--space--l)
}

.article--proceso-anterior .article__header {
    min-height: 12rem;
    align-items: start;
}

.article--alertas-activas .article__content__label {
    font-size: 1.2rem;
}

.proceso-anterior__content,
.article--applied__content {
    height: 100%;
    border-radius: var(--t-gs--space--m);
    background-color: var(--t-gs--swatch--neutral--100);
    width: inherit;
}

.article--offer--actives .article--proceso {
    padding-block: 0;
    padding-inline: 0;
    height: 100%;
}

.proceso-anterior__content .proceso-anterior__img,
.article--proceso .article--applied__img {
    width: 30%;
    object-fit: cover;
    border-radius: var(--t-gs--space--m) 0 0 var(--t-gs--space--m);
}

.hr-separator-bottom {
    border-bottom: .1rem solid var(--custom--grey--02);
    padding-block: .8rem;
    margin-block-end: 1.6rem;
}

.hr-separator-top {
    border-top: .1rem solid var(--custom--grey--02);
    padding-block: .8rem;
    margin-block-end: 1.6rem;
}
/* Media query to target only desktop */
@media all and (min-width:1025px) {
    .body--login .hr-separator-top {
        max-width: 30rem;
        margin-block-start: 6.4rem;
    }

    .content__situacion-empleo .grid__item--extra {
        border-left: .1rem solid var(--custom--grey--02);
        margin-left: 2.4rem;
    }

    .content__situacion-empleo .grid--2>.grid__item {
        max-inline-size: 48%;
    }
}

/* Media query to target only tablet */
@media all and (min-width:751px) and (max-width:1024px) {
    .body--login .hr-separator-top{
        width: 40%;
        padding-bottom: 3.4rem;
    }
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .body--login .hr-separator-top{
        width: 90%;
    }
}

.hr-separator-right {
    border-left: .1rem solid var(--custom--grey--02);
    padding-inline: .8rem;
    margin-inline-start: 1.6rem;
}

.article--proceso .hr-separator-right {
    display: inline-block;
    height: 2rem;
}

.article--proceso .article__content .article__item {
    display: inline-block;
    width: 45%;
}

.article--proceso:not(.article--alerts) .title {
    font-weight: var(--t-gs--font--weight--regular);
}

.article--proceso .article__content__label,
.article--proceso-anterior .article__content__label,
.article--applied .article__content__label {
    font-weight: var(--t-gs--font--weight--light);
    font-size: var(--t-gs--font--size--03);
    color: var(--custom--grey--dark);
}

.article--proceso-anterior .article__content__label,
.article--applied .article__content__label,
.article--alertas-activas .article--proceso .article__content__label {
    font-size: var(--t-gs--font--size--02);
}

.article--proceso .list--steps .list__item {
    color: var(--custom--grey--dark);
    font-size: var(--t-gs--font--size--02);
    text-align: center;
}

.article--proceso .list--steps .list__item--current {
    border-block-end-color: var(--t-gs--swatch--brand--030);
    content:"";
    border-block-end-width: var(--t-gs--border--width--l);
}

.list--steps.list--steps--filled:after {
    border-color: var(--t-gs--swatch--brand--030);
}

.article--proceso .list--steps .list__item__text__title {
    font-size:1.2rem;
    min-height: 3.4rem;
}

.body--profile .article--proceso .list--steps .list__item__text__title {
    text-transform: none;
    font-size: 1.2rem;
    color: var(--custom--grey--07);
    text-wrap: auto;
    align-items: center;
    text-align: center;
    min-height: 4.8rem;
    display: flex;
    justify-content: center;
}

.article--proceso .list--steps .list__item__text__subtitle {
    background-color: var(--custom--grey--05);
    border-color: var(--custom--grey--05);
}

.article--proceso .list--steps .list__item--filled .list__item__text__subtitle,
.article--proceso .list--steps .list__item--current .list__item__text__subtitle {
    background-color: var(--t-gs--swatch--brand--030);
    border-color: var(--t-gs--swatch--brand--030);
}

.article--proceso .list--steps .list__item--filled:before {
    content: "";
    z-index: 2;
    border-radius: var(--t-gs--border--radius--xs);
    border-block-end-width: var(--t-gs--border--width--l);
    border-block-end-style: solid;
    border-block-end-color: var(--custom--green--brand);
    inline-size: 100%;
    position: absolute;
    inset-block-end: 0;
    inset-inline-start: 0;
}

[data-tc-icon="icon-alert"] {
    display: inline-flex;
    align-items: center;
}

[data-tc-icon="icon-alert"]:after {
    content: var(--icon--alert);
    padding-inline-start:2rem;
}

[data-tc-icon="icon-alert-edit"]:before {
    content: var(--icon--alert--edit);
    width: 4rem;
    height: 5rem;
    top: -2.7rem;
}

[data-tc-icon-after]:before {
    content:"";
}
[data-tc-icon-after] {
    padding-inline-start:0;
}

[data-tc-icon="icon-alert-delete"]:before {
    content: var(--icon--alert--delete);
    height: 4rem;
    width: 5rem;
    top:-2.7rem;
}

.article--alerts {
    min-height: 30rem;
     --t-gs--color--shadow: var(--custom--shadow--value);
    padding-block-end: var(--t-gs--space--l);
    box-shadow: 0 .48rem 1.1rem 0 var(--t-gs--color--shadow);
    padding-block-start: var(--t-gs--space--l);
}

.article--alerts,
.article--applied {
    --t-gs--color--shadow: var(--custom--shadow--value);
    padding-block-end: var(--t-gs--space--l);
    box-shadow: 0 .48rem 1.1rem 0 var(--t-gs--color--shadow);
}

.article--applied {
    padding-block-start: 0;
    padding-block-end: 0;
    padding-inline: var(--t-gs--space--l);
}

.article__header--top .article__header {
    display: inline-flex;
}

.article__header--top .article__header__text__title {
    color: var(--custom--grey--dark);
}

.article--alerts .article__content__value,
.article--applied .article__content__value {
    color: var(--custom--grey--03);
    font-weight: var(--t-gs--font--weight--semibold);
    padding-block-end: .8rem;
}

.article--alerts .pill,
.article--proceso .pill {
    background-color: var(--custom--green--brand--02);
    color: var(--custom--green--active);
    border-radius: 1.5rem;
    font-size: var(--t-gs--font--size--03);
    font-weight: var(--t-gs--font--weight--semibold);
}

.article--alerts .article__footer,
.article--applied .article__footer {
    text-align: end;
}

/* UTILITIES: XXX
   -------------------------------------------------------------------------- */
.article--view-more--content-box {
    border-radius: var(--t-gs--border--radius--xl);
    background-color: var(--t-gs--color--surface--secondary);
    margin-block-start: 1rem;
    margin-block-end: 1rem;
    padding-block-start: var(--t-gs--space--xxl);
    padding-inline-end: var(--t-tc--grid--laterals);
    padding-inline-start: var(--t-tc--grid--laterals);
    padding-block-end: var(--t-gs--space--l);
    text-align: start;
}

.regular {
    font-weight: var(--t-gs--font--weight--regular);
}

.light {
    font-weight: var(--t-gs--font--weight--light);
}

.semibold {
    font-weight: var(--t-gs--font--weight--semibold);
}

.upper {
    text-transform: uppercase;
}

.darkgrey {
    color: var(--custom--grey--dark);
}

/* Media query to target only desktop */
@media (min-width: 1025px) {
    .article--view-more--content-box{
        --t-tc--article--width--max: var(--t-tc--content--w--narrower);
    }
}

/* WIZARDS: Helperclasses: custom view
   -------------------------------------------------------------------------- */

.icon-location div,
.icon-hands div,
.icon-clock div {
    padding-inline-start: 4rem;
    color: var(--custom--grey--03);
}

.icon-location div:last-child,
.icon-hands div:last-child,
.icon-clock div:last-child {
    font-weight: var(--t-gs--font--weight--semibold);
}

.body--jobDetail .banner [data-tc-icon] {
    font-weight: var(--t-gs--font--weight--light);
    font-size: var(--t-gs--font--size--03);
    color: var(--custom--grey--dark);
}

[data-tc-icon="location"]:before,
[data-tc-icon="hands"]:before,
[data-tc-icon="clock"]:before {
    content: "";
}

.icon-location::before{
    display: block;
    content: url('../images/icons/icon--location.svg');
    height: 2.4rem;
    width: 2.4rem;
    transform: translateY(125%);
}

.icon-hands::before{
    display: block;
    content: url('../images/icons/icon--hands-2.svg');
    height: 2.4rem;
    width: 2.4rem;
    transform: translateY(145%);
}

.icon-clock::before{
    display: block;
    content: url('../images/icons/icon--clock.svg');
    height: 2.4rem;
    width: 2.4rem;
    transform: translateY(125%);
}

.custom--banner-title {
    color: var(--custom--grey--03);
    font-size: var(--t-gs--font--size--14);
    line-height: 6.5rem;
    font-weight: var(--t-gs--font--weight--light);
    padding-block-end: var(--t-gs--space--xxl);
}

.custom--description-text {
    color: var(--custom--grey--03);
    font-size: var(--t-gs--font--size--08);
    font-weight: var(--t-gs--font--weight--light);
    padding-block-start: var(--t-gs--space--xxl);
    margin-block-end: var(--t-gs--space--xxl-);
}

.custom--description-text .article__content__view__field__value{
    line-height: 3.3rem;
}

.section__custom-views {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.custom--list-ofertas .article__content__view__field__label {
    color: var(--custom--grey--03);
    font-weight: var(--t-gs--font--weight--light);
    font-size: var(--t-gs--font--size--13);
}

.custom--list-ofertas .article__content__view__field__value {
    color: var(--custom--grey--dark);
    font-weight: var(--t-gs--font--weight--light);
    font-size: var(--t-gs--font--size--06);
    padding-block: 3.2rem;
}

.custom--card--item {
    display: inline-flex;
    flex-direction: column;
    background-color: var(--custom--grey--light);
    border-radius: 1.6rem;
    padding: var(--t-gs--space--l);
    margin: 2.2rem;
    text-align: center;
}

.article--details+.article--details.article--separator-not.custom--card--item {
    padding-block-start: var(--t-gs--space--l);
}

.custom--card--item .article__content__view {
    min-height: 30rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom--card--item .custom--card--title {
    color: var(--custom--grey--03);
    font-size: 3.2rem;
    text-align: center;
    font-weight: var(--t-gs--font--weight--semibold);
    margin-bottom: 1rem;
}

.custom--cards--global-title {
    font-size: 4.2rem;
    color: var(--custom--green--brand);
    text-align: center;
}

.body--jobDetail .article--details .article__content__view__field.custom--cards--global-title{
    padding-block-end: 4.2rem;
}

.custom--card--content {
    min-height: 9rem;
}

.custom--card--content .article__content__view__field__value {
    font-size: var(--t-gs--font--size--06);
    font-weight: var(--t-gs--font--weight--light);
}

.custom--card--paragraph {
    color: var(--custom--grey--03);
    font-weight: var(--t-gs--font--weight--light);
    font-size: var(--t-gs--font--size--05);
}

.custom--card--paragraph:before {
    content: "";
    border-top: .1rem solid var(--t-gs--swatch--neutral--100);
    display: inline-block;
    margin-block-start: var(--t-gs--space--l);
    padding-block-end: var(--t-gs--space--l);
    width: 15rem;
}

.custom--card--item .custom--card--footer {
    font-size: var(--t-gs--font--size--12);
    color: var(--custom--green--brand);
    text-align: center;
    font-weight: var(--t-gs--font--weight--bold);
}

.custom--necesitamos--item:before {
    display: block;
    width: 8rem;
    height: 8rem;
    margin-bottom: 3.2rem;
}

.item-heart:before {
   content: var(--icon--heart);
}

.item-thunder:before {
   content: var(--icon--thunder);
}

.item-tick:before {
   content: var(--icon--tick);
}

.custom--necesitamos--title {
    font-weight: var(--t-gs--font--weight--bold);
    font-size: 6rem;
    color: var(--custom--grey--03);
    text-align: center;
    padding-block-start: 8rem;
    margin-block-end: 11.1rem;
}

.custom--necesitamos--item .article__content__view__field__value {
    font-weight: var(--t-gs--font--weight--light);
    font-size: var(--t-gs--font--size--08);
    color: var(--custom--grey--03);
}

.custom--necesitamos--item .article__header__text__title {
    color: var(--custom--grey--dark);
    font-weight: var(--t-gs--font--weight--semibold);
    font-size: var(--t-gs--font--size--14);
    justify-content: center;
}

.custom--necesitamos--item {
    width: 32%;
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    padding-inline: var(--t-gs--space--l);
    align-items: center;
}

.custom--necesitamos--item .article__header__text {
    margin: 0 auto;
}

.body--jobDetail .article--details .article__content__view__field{
    padding-block-end: 0;
}

@media (width <= 750px) {
    .section--jobDetail .article--details .article__content__view__field__value iframe {
        min-block-size: auto;
    }
}

.body--aplication-confirmation .custom--banner-title{
    padding-block-end: 2rem;
}

.body--jobDetail .article__header--top, .body--aplication-confirmation .article__header--top{
    padding-block-start: 3.6rem;
}

.body--jobDetail.body--footer-sticky .section--jobDetail, .body--aplication-confirmation.body--footer-sticky .section--jobDetail{
    flex-grow: unset;
}

.button-bar--space-between .button-bar__wrap{
    display: flex;
    justify-content: space-between;
}

.button-bar--space-between .button-bar__wrap .tc_formButton.saveButton{
    min-inline-size: 13rem;
}

.button__bar--ofrecemos .button--primary{
    margin-left: 5.2rem;
}

.article--details.area-como-sera{
    margin-top: 5rem;
}

.area-como-sera .custom--area--item:first-of-type {
    padding-inline-end: 8.2rem;
    justify-content: center;
}

.area-como-sera .article__content__view {
    display: flex;
}

.custom--area--item {
    width: 49%;
    display: inline-flex;
    flex-direction: column;
    text-align: center;
}

.custom--area--item .article__content__view__field__label {
    color: var(--custom--grey--03);
    padding-block: var(--t-gs--space--xxl);
    font-size: var(--t-gs--font--size--14);
}

.custom--area--item .article__content__view__field__value {
    font-weight: var(--t-gs--font--weight--light);
    line-height: 3.3rem;
    font-size: 2.2rem;
    text-align: justify;
}

.article__image--full {
    min-width: 100%;
}

.article__content__view__field.tf_categoryImage {
    width: 49%;
}

.body--jobDetail .field--embed-video .article__content__view__field__value .field--embed-video {
    margin-block-end: 9.8rem;
}

.custom--list-ofertas {
    text-align: justify;
}

/* Media query to target only desktop */
@media all and (min-width:1025px) {
    .custom--list-ofertas {
        margin: auto;
        width: fit-content;
        max-width: 50%;
    }

    .custom--card--item {
        width: 29%;
    }

    .article--details+.article--details.article--separator-not.custom--card--item {
        margin-block-end: 6.4rem;
    }
}

/* Media query to target only tablet */
@media all and (min-width:751px) and (max-width:1024px) {
    .custom--banner-title {
        font-size: 2.4rem;
        line-height: 3.3rem;
    }

    .custom--list-ofertas {
        margin: auto;
        width: fit-content;
        max-width: 50%;
    }

    .custom--card--item {
        margin: 1.2rem;
        padding: 1rem;
    }

    .custom--necesitamos--title{
        font-size: 4rem;
        padding-block-start: 2rem;
        margin-block-end: 4rem;
    }

    .custom--card--item .custom--card--title{
        font-size: 3rem;
    }

    .custom--necesitamos--item .article__header__text__title {
        font-size: var(--t-gs--font--size--08);
        font-weight: var(--t-gs--font--weight--semibold);
    }

    .custom--necesitamos--item .article__content__view__field__value {
        font-size: var(--t-gs--font--size--04);
    }

    .custom--area--item .article__content__view__field__label {
        font-size: var(--t-gs--font--size--13);
    }

    .custom--area--item .article__content__view__field__value {
        font-size: 1.6rem;
    }

    .area-como-sera.article--separator-not{
        padding-block-end: 5rem;
    }

    .custom--description-text {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

    .custom--cards--global-title{
        font-size: 3.6rem;
    }

    .custom--card--item {
        width: 29%;
    }

    .custom--card--item .custom--card--footer {
        font-size: 2.4rem;
        color: var(--custom--green--brand);
        text-align: center;
        font-weight: var(--t-gs--font--weight--bold);
    }
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .custom--banner-title {
        font-size: 3.2rem;
        line-height: 3.6rem;
        font-weight: var(--t-gs--font--weight--bold);
    }

    .custom--description-text .article__content__view__field__value {
        font-size: 1.8rem;
        line-height: 2.4rem;
        padding-block-start: 0;
    }

    .custom--description-text .custom--description-text .article__content__view__field__value{
        padding-top: 2.4rem;
        font-weight: var(--t-gs--font--weight--bold);
    }

    .body--jobDetail .article__content__view__field.custom--list-ofertas{
        padding-top: 2.4rem;
    }

    .body--jobDetail .article--details .article__content__view__field.custom--cards--global-title{
        padding-block-end: 2.2rem;
        padding-block-start: 2.2rem;
        font-weight: var(--t-gs--font--weight--semibold);
    }

    .body--jobDetail .article--details .article__content__view__field.custom--cards--global-title .article__content__view__field__value{
        line-height: 4rem;
    }

    .custom--list-ofertas .article__content__view__field__label {
        font-weight: var(--t-gs--font--weight--bold);
        font-size: var(--t-gs--font--size--12);
    }

    .custom--list-ofertas .article__content__view__field__value {
        font-weight: var(--t-gs--font--weight--bold);
        font-size: var(--t-gs--font--size--05);
        padding-block: 2.2rem;
    }

    .button__bar--ofrecemos .button--primary{
        margin-left: 4.2rem;
        width: 60%;
    }

    .button__bar--ofrecemos{
        margin-bottom: 5rem;
    }

    .custom--cards--global-title{
        font-size: 3.2rem;
    }

    .custom--card--item {
        width: 94%;
    }

    .custom--necesitamos--title {
        font-weight: var(--t-gs--font--weight--light);
        font-size: 3.2rem;
        color: var(--custom--grey--03);
        text-align: center;
        padding-block-start: 4rem;
        margin-block-end: 4rem;
    }

    .custom--necesitamos--item {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 3fr;
        gap: 1rem;
        padding-inline: 0;
        padding-right: var(--t-gs--space--l);
        text-align: left;
        align-items: flex-start;
    }

    .custom--necesitamos--item::before {
        grid-row: 1 / 3;
        margin-bottom: 0;
    }

    .custom--necesitamos--item .article__header__text__title {
        font-size: var(--t-gs--font--size--08);
        font-weight: var(--t-gs--font--weight--semibold);
        justify-content: flex-start;
    }

    .custom--necesitamos--item .article__content__view__field__value {
        font-size: var(--t-gs--font--size--04);
        margin-block-start: 0;
        padding-block-end: var(--t-gs--space--xxxl);
        display: flex;
        justify-content: flex-start;
    }

    .body--jobDetail .grid .grid__item {
        display: block;
    }

    .body--aplication-confirmation .grid__item{
        padding-block-start: 0;
        padding-top: 3.5rem;
    }

    .body--aplication-confirmation .custom--banner-title {
        padding-block-end: 0.5rem;
        font-weight: var(--t-gs--font--weight--light);
    }

}

/* Media query to target only mobile */
@media all and (max-width:750px) {

    .custom--area--item .article__content__view__field__label{
        font-size: var(--t-gs--font--size--13);
    }

    .custom--area--item .article__content__view__field__value{
        font-size: 1.6rem;
    }

    .article--details.area-como-sera{
        margin-top: 0;
    }

    .article--details.area-como-sera .article__content__view__field__value{
        margin-block-end: 4rem;
    }

    .custom--area--item {
        width: 100%;
        display: block;
        text-align: center;
    }
    .article__content__view__field.tf_categoryImage {
        width: 100%;
    }
    .area-como-sera .article__content__view {
        flex-direction: column;
    }
    area-como-sera .custom--area--item:first-of-type {
        padding-inline-end:0;
        justify-content: center;
    }

    .area-como-sera .custom--area--item:first-of-type {
        padding-inline-end: 0;
    }
}

/* Until its fixed */
/* @media (width >= 1441px) {
    html {
        font-size: 62.5%
    }
} */

/* START STATIC STYLES */
.static--page .banner--main {
    margin-top: -8rem;
    --t-tc--banner--height: calc(var(--t-gs--size--base)* 67);
}

.static--page .banner__wrapper {
    justify-content: center;
}

.static--page .banner__text__title {
    font-weight: var(--t-tc--title--font--semibold);
}

.static--page .grid {
    margin-block-end: var(--t-gs--space--l);
}

.static--page .banner--main {
    block-size: calc(var(--t-gs--space--base)* 82);
    background-image: var(--t-tc--banner-static-page--background--image);
}

@media all and (min-width:751px) {

    .static--page .grid__item--text {
        justify-content: center;
        padding-inline-end: 11rem;
    }

}

.know-our-areas--page .videos--video-container {
    width: 100%;
    height: 100%;
    padding-block-end: 0;
}

/* Media query to target only tablet */
@media all and (min-width:751px) and (max-width:1024px) {

    .know-our-areas--page .section__content{
        padding-bottom: 5rem;
    }

    .section__header--tabs {
        margin-block-end: 5rem;
    }

    .offers-alerts.glightbox-open {
        height: 98vh;
    }
}

.know-our-areas--page .videos--video {
    width: 100%;
}

.static--page:not(.know-our-areas--page) .section__content .title {
    --t-tc--title--font--color: var(--t-gs--color--text--brand);
    font-weight: var(--t-gs--font--weight--semibold);
}

.static--page:not(.know-our-areas--page) .grid .title {
    font-weight: var(--t-gs--font--weight--semibold);
}

.static--page .section__content .title {
    padding-block-start: var(--t-gs--space--m);
    padding-block-end: var(--t-gs--space--l);
}

.static--page .section__content .subtitle {
    font-weight: var(--t-gs--font--weight--semibold);
    color: var(--custom--grey--03);
    font-size: var( --t-gs--font--size--12);
}

.static--page .grid--banner {
    width: calc(var(--t-gs--space--base)* 18);
    height: 71.2rem;
    background-image: var(--t-tc--jobdetail__banner--background--image);
    background-color: var(--t-tc--main--background--color);
    background-size: cover;
}

.static--page .grid--banner--atmosphere {
    background-image: var(--t-tc--what-we-offer__atmosppher--background--image);
}
.static--page .grid--banner--intro {
    background-image: var(--t-tc--what-we-offer__intro--background--image);
}
.static--page .grid--banner--promotion {
    background-image: var(--t-tc--what-we-offer__promotion--background--image);
}
.static--page .grid--banner--step-1 {
    background-image: var(--t-tc--selection-process__step-1--background--image);
}
.static--page .grid--banner--step-3 {
    background-image: var(--t-tc--selection-process__step-2--background--image);
}

.static--page .grid--banner--left {
    background-position: center left;
}

.static--page .grid--banner--right {
    background-position: center right;
}

.static--page .grid--white,
.static--page .section--white {
    background-color: var(--t-gs--swatch--neutral--100);
}

@media (width<=750px) {
    .static--page .grid--banner {
        width: 37.5rem;
        height: 29rem;
        background-size: cover;
    }
}

.static--page .section__content .paragraph {
    color: var(--custom--grey--dark);
    font-weight: var(--t-gs--font--weight--light);
}

@media all and (min-width:1025px) {

    .static--page .section__content .paragraph {
        font-size: var( --t-gs--font--size--12);
        line-height: 4.3rem;
    }
}

.section__content__atmosphere .grid--banner{
    height: 57.6rem;
}

@media (width<=750px) {
    .section__content__atmosphere .grid--banner{
        height: 25.5rem;
        margin-block-start: var(--t-gs--space--xl);
    }
}

.section__content__salary {
    padding-block-start: var(--t-gs--space--l);
    padding-block-end: 4.7rem;
}

.bkg--dotted-line {
    background-image: var(--t-tc--selection-process__dotted-line);
    background-position: right 2rem;
}

.section--step4 .bkg--dotted-line {
    background-position: right 8.5rem;
}

@media (width<=750px) {

    .bkg--dotted-line {
        background-image: none;
    }
}

/* WHAT WE OFFER */
.static--page.body--what-we-offer .section__content .subtitle,
.body--selection-process .section__content .subtitle{
    font-size: 2.6rem;
}

.static--page.body--what-we-offer .section__content .paragraph,
.body--selection-process .section__content .paragraph {
    font-size: 2.6rem;
    line-height: 4.3rem;
}

.static--page.body--what-we-offer .paragraph, .body--selection-process .paragraph{
    text-align: justify;
}

.static--page.body--what-we-offer .section__content__atmosphere .grid__item, .static--page.body--what-we-offer .section__content__promotion .grid__item{
    padding-inline-end: var(--t-tc--grid--columns--gap);
}

.section__content__cookies,
.section__content__salary--example {
    color: var(--t-gs--color--text--brand);
    font-size: var(--t-gs--font--size--04);
    border-radius: var(--t-gs--space--m);
    background-color: var(--t-gs--swatch--neutral--100);
    padding-inline: 3.4rem;
    padding-block-end: 3.6rem;
    padding-block-start: 2.1rem;
    margin-block-end: 3.2rem;
    margin: 0 auto;
}

.section__content__cookies,
.static--page .section__content__salary--example .title {
    font-weight: var(--t-gs--font--weight--regular);
}

.cookies-table,
.salary-table {
    width: 100%;
}

.static--page:not(.know-our-areas--page) .section__content .title.salary-table__title {
    font-weight: var(--t-gs--font--weight--regular);
    border-block-end: .1rem solid var(--t-gs--color--text--brand);
}

.cookies-table th,
.salary-table th {
    height: 5.8rem;
    text-align: left;
    font-size: 1.8rem;
    font-weight: var(--t-gs--font--weight--regular);
}

.cookies-table td,
.salary-table td {
    border-block-end: .1rem solid var(--t-gs--color--text--brand);
    height: 5.3rem;
    font-size: 1.8rem;
}

@media all and (max-width:1025px) {
    .cookies-table td {
        padding-inline-end: 2;
    }
}

.cookies-table td:nth-child(3),
.cookies-table th:nth-child(3) {
    max-width: 60rem;
}

.section__content__promotion .grid--banner {
    height: 70rem;
}

.body--what-we-offer .section__content__promotion .grid,
.body--selection-process .section__content__promotion .grid {
    margin-block-end: 0;
}

/* Media query to target only desktop */
@media all and (min-width:1025px) {
    .static--page.body--what-we-offer .section__content .title--large,
    .body--selection-process .section__content .title--large {
        font-size: 5rem;
    }

    .section__content__salary--example {
        width: 107.8rem;
    }
}

/* Media query to target only tablet */
@media all and (min-width:751px) and (max-width:1024px) {
    .static--page.body--what-we-offer .section__content .paragraph, .body--selection-process .section__content .paragraph{
        font-size: 1.8rem;
        line-height: 2.3rem;
        padding-bottom: 2rem;
    }

    .body--selection-process .section--advices{
        padding-bottom: 3rem;
    }
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .salary-table td {
        font-size: 1.2rem;
    }

    .body--selection-process .section__content{
        padding-top: 1rem;
    }

    .body--selection-process .grid__item.grid_item--text{
        padding-top: 1rem;
    }

    .static--page.body--what-we-offer .section__content .paragraph, .body--selection-process .section__content .paragraph {
        line-height: 2.4rem;
        font-size: var(--t-gs--font--size--05);
    }

    .salary-table th {
        height: 5.8rem;
        text-align: left;
        font-size: 1.3rem;
    }

    .static--page:not(.know-our-areas--page) .section__content .title.salary-table__title {
        font-size: 1.8rem;
    }
}

@media (width<=750px) {
    .section__content__promotion .grid--banner{
        height: 31.5rem;
        margin-block-start: var(--t-gs--space--l);
    }
}

.advices__wrapper {
    display: flex;
    max-width: 120rem;
}

/* Selection Process */
:root {
    --custom-width: 120.8rem;
}

@media all and (min-width:1025px) {
    .custom-width {
        width: var(--custom-width);
        margin-left: auto;
        margin-right: auto;
    }

    .paragraph--custom-width {
        width: var(--custom-width);
    }

    .m--b--xxxxl {
        margin-block-end: 5.6rem;
    }
}

.static--page .section--step2 .grid {
    padding-block-start: calc(var(--t-gs--space--base)* 16);
    padding-block-end: calc(var(--t-gs--space--base)* 16);
}

.step-text-location {
    margin-block-end: 5.6rem;
}

.step-text-location-msg {
    padding-block-start: var(--t-gs--space--xxl);
}

.static--page .section--step4 .grid {
    padding-block-start: calc(var(--t-gs--space--base)* 20);
    padding-block-end: calc(var(--t-gs--space--base)* 20);
}

@media all and (min-width:1025px) {

    .static--page .section--step4 .grid .text_block {
        padding-block-start: 8.6rem;
    }
    .static--page .section--step2 .text_block,
    .static--page .section--step4 .text_block {
        width: calc(var(--t-gs--space--base)* 124);
    }
}

.static--page .step-text--wrapper{
    display: flex;
    align-items: start;
}

.static--page .contact-icon{
    width: 8rem;
}

.static--page .section--step4 .pretext {
    font-weight: var(--t-gs--font--weight--semibold);
    font-size: var(--t-gs--font--size--12);
}

.static--page .advices__wrapper .advice-card {
    text-align: center;
    font-size: var(--t-gs--font--size--04);
    border: none;
    border-radius: var(--t-gs--space--m);
    background-color: var(--t-gs--swatch--neutral--100);
    padding-inline: 1.8rem;
    padding-block-end: 3.6rem;
    padding-block-start: 2.1rem;
    width: 28.4rem;
    min-height: 35.3rem;
}

.static--page .advices__wrapper .advice-card {
    block-size: auto;
    width: 25rem;
}

@media all and (min-width:1024px) and (max-width:1200px) {
    .static--page .advices__wrapper .advice-card {
        width: 21rem;
    }
}

.advices-slider {
    width: 100% ;
}

@media all and (min-width:1025px) {
    .static--page .section--advices {
        padding-block-start: 8.4rem;
        padding-block-end: 10.8rem;
    }
}

.static--page .section--advices .title {
    font-size: var(--t-gs--font--size--15);
    color: var(--custom--grey--03);
}

.static--page .section--advices .pretitle {
    font-size: var(--t-gs--font--size--12);
    color: var(--custom--grey--dark);
    font-weight: var(--t-gs--font--weight--semibold);
}

.static--page .advices__wrapper .article__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.static--page .advices__wrapper .advice-card__title {
    font-size: 2.8rem;
    color: var(--custom--grey--03);
    padding-block-end: var(--t-gs--space--l);
    padding-block-start: var(--t-gs--space--l);
}

.static--page .advices__wrapper .advice-card__content {
    text-align: center;
    font-size: var(--t-gs--font--size--04);
    font-weight: var(--t-gs--font--weight--regular);
}

@media all and (min-width:751px) {

    .custom-grid-2 {
        display: flex;
    }

    .custom-grid-2--left {
        flex: 5.6;
    }

    .custom-grid-2--right {
        flex: 4.4;
    }

}

.static--page .custom-grid-2--right.grid__item--text {
    padding-inline-end: 0;
}

.static-page--w--reduced {
    max-width: var(--custom-width);
    padding-inline-start: var(--t-gs--space--0);
    padding-inline-end: var(--t-gs--space--0);
}

.know-our-areas {
    justify-content: space-between;
}

.grid.know-our-areas {
    margin-inline-start: var(--t-gs--space--0);
    margin-inline-end: var(--t-gs--space--0);
}

.know-our-areas__item--main {
    width: 72.8rem;
}

.know-our-areas__item--aside-right {
    width: 43.3rem;
}

@media (width >= 1025px) {

    .know-our-areas--page .tabs {
        margin-block-end: 8.3rem;
    }

}

.video-item__image {
    width: 100%;
    height: 27.5rem;
}

.video-item__title {
    font-size: 1.904rem;
    font-weight: var(--t-gs--font--weight--bold);
    padding-block-start: 1.904rem;
    padding-block-end: 4.0rem;
    color: var(--custom--grey--03);
}

.know-our-areas__item--main .title {
    color: var(--custom--grey--03);
    padding-block-start: 1.904rem;
    padding-block-end: 4.0rem;
}

@media all and (min-width:751px) and (max-width:1024px) {

    :root {
        --custom-padding--01: 3.1rem;
    }

    .static--page .banner--main {
        --t-tc--banner--height: 20.2rem
    }

    .section__content.section__content__intro.section__wrapper {
        padding-inline: 3.1rem;
    }

    .static--page .banner__text__title .title--hero {
        font-size: var(--t-gs--font--size--13);
    }

    .static--page .section__content .subtitle {
        font-size: var( --t-gs--font--size--04);
    }

    .static--page .section__content .title {
        font-size: var( --t-gs--font--size--10);
    }

    .static--page .section__content .paragraph {
        font-size: var( --t-gs--font--size--05);
    }

    .static--page .section--step4 .pretext {
        font-size: var(--t-gs--font--size--06);
    }

    .static--page .section--advices .pretitle {
        font-size: var(--t-gs--font--size--04);
    }

    .static--page .section--advices .title {
        font-size: var(--t-gs--font--size--11);
    }

    .static--page .grid__item--text {
        padding-inline-end: var(--custom-padding--03);
    }

    .grid.know-our-areas {
        margin-inline-start: var(--custom-padding--01);
        margin-inline-end: var(--custom-padding--01);
    }

    .know-our-areas__item--main {
        width: 100%;
    }

    .know-our-areas__item--aside-right {
        width: 100%;
    }

    .video-item_embed-container iframe {
        width: 100%;
    }

    .video-item__image,
    .know-our-areas__item--aside-right .video-item {
        min-height: 46.3rem;
    }

    .static--page .grid--banner {
        width: 35.3rem;
        height:auto;
    }

    .advices__wrapper {
        width: 100%;
        padding-inline: 0;
    }

    .section__step__icon {
        max-width: 5.2rem;
    }

    .static--page .advices__wrapper .advice-card__title {
        font-size: 1.7rem;
        padding-block-end: var(--t-gs--space--l);
        padding-block-start: var(--t-gs--space--l);
    }

    .static--page .advices__wrapper .advice-card__content {
        font-size: var(--t-gs--font--size--02);
    }

    .static--page .advices__wrapper .advice-card {
        width: 18.2rem;
        min-height: 22.8rem;
    }

    .bkg--dotted-line {
        background-size: 18.4rem;
    }

    .static--page .contact-icon {
        width: 4rem;
    }

}

@media all and (min-width:751px) and (max-width:1024px) {

    .static--page .advices__wrapper .advice-card {
        margin-inline-end: 2rem;
    }

    .static--page .advices__wrapper .advice-card .section__step__icon {
        height: auto;
    }

    .video-item__image, .know-our-areas__item--aside-right .video-item {
        height: 100%;
    }

}

@media (max-width:1024px) {

    .static--page .banner--main {
        --t-tc--banner--height: 21.8rem
    }

    .section__content.section__content__intro.section__wrapper {
        padding-inline: 0;
    }

    .static--page .banner__text__title .title--hero {
        font-size: var(--t-gs--font--size--08);
    }

    .static--page .section__content .subtitle {
        font-size: var( --t-gs--font--size--06);
    }

    .static--page .section__content .title {
        font-size: var( --t-gs--font--size--08);
    }

    .static--page .section__content .paragraph {
        font-size: var( --t-gs--font--size--05);
    }

    .static--page .section--step4 .pretext {
        font-size: var(--t-gs--font--size--06);
    }

    .static--page .section--advices .pretitle {
        font-size: var(--t-gs--font--size--06);
    }

    .static--page .section--advices .title {
        font-size: var(--t-gs--font--size--11);
    }

    .grid.know-our-areas {
        padding-inline-start: var(--t-gs--space--m);
        padding-inline-end: var(--t-gs--space--m);
    }

    .section__content.section__content__atmosphere.section__wrapper,
    .section__content.section__content__promotion.section__wrapper {
        padding-inline: var(--t-gs--space--0);
    }

    .section__content.section__content__atmosphere.section--step3.section__wrapper .grid {
        margin-block-end: var(--t-gs--space--m);
    }

    .static--page .section__content__atmosphere .grid {
        margin-inline-start: var(--t-gs--space--0);
        margin-inline-end: var(--t-gs--space--0);
    }

    .static--page .section--step2 .grid {
        margin-inline-start: var(--t-gs--space--0);
    }

    .static--page .section--step4 .grid {
        margin-inline-start: var(--t-gs--space--0);
        padding-block-start: var(--t-gs--space--m);
        padding-block-end: var(--t-gs--space--m);
    }

    .static--page .section__content__intro .grid .grid__item,
    .static--page .section__content__promotion .grid .grid__item {
        padding-inline-start: var(--t-gs--space--xl);
        padding-inline-end: var(--t-gs--space--m);
    }

    .static--page .section__content__intro .grid .grid__item.grid__item--text,
    .static--page .section__content__promotion .grid .grid__item.grid__item--text {
        margin-block-end: var(--t-gs--space--xxl);
    }

    .static--page .section__content__atmosphere .grid .grid__item {
        padding-inline-start: var(--t-gs--space--m);
        padding-inline-end: var(--t-gs--space--m);
    }

    .static--page .section--step2 .grid {
        padding-block-start: var(--t-gs--space--m);
        padding-block-end: var(--t-gs--space--m);
    }

    .static--page .contact-icon {
        width: 3.2rem;
    }

    .salary-table__title {
        font-size: var(--t-gs--font--size--08);
    }

    .section__content__salary--example {
        font-size: var(--t-gs--font--size--03);
        padding-inline: 3.4rem;
        padding-block-end: 3.6rem;
        padding-block-start: 2.1rem;
        width: 100%;
        margin-block-end: 3.2rem;
    }

    .video-item_embed-container iframe {
        width: 100%;
    }

    .static--page .advices__wrapper .advice-card {
        height: 32.6rem;
        width: auto;
    }

    .static--page .advices__wrapper .advice-card__content {
        font-size: var(--t-gs--font--size--05);
    }
}
/* END STATIC STYLES */

/* STICKY IN JOB DETAIL*/
.header__legends {
    visibility: hidden;
    display: flex;
    align-items: center;
}

.body--header-fixed-on-scroll .header--scrolling .header__legends {
    visibility: visible;
    display: flex;
    flex-grow: 2;
    justify-content: right;
}

/* STICKY IN HOME*/
.header__custom-button {
    min-width: 13.7rem;
    align-items: center;
}

.show-on-scroll {
    display: none;
}

.show-on-scroll .title {
    color: var(--custom--grey--dark);
}

.hide-on-scroll {
    display: block;
}

.header--scrolling .show-on-scroll{
    display: block;
}

.header--scrolling .hide-on-scroll{
    display: none;
}

@media all and (min-width:1025px) {
    .header--scrolling.header--transparent .menu__item--languages .menu__link[aria-expanded=false]:after,
    .header--scrolling.header--transparent .menu__item--languages .menu__link[aria-expanded=true]:after {
        background-image: var(--icon--navbar-language-green);
    }
}

.header--scrolling.header--transparent .menu__item--user:before {
    background-image: var(--icon--navbar-user-green);
}

/* Media query to target only desktop */
@media all and (min-width:1025px) {
    .header--scrolling.header--transparent .menu__link {
        color: var(--t-tc--menu__link--font--color);
    }
}

/* Media query to target mobile and tablet */
@media all and (max-width:1024px) {
    .header--scrolling.header--transparent .menu__link {
        color: var(--custom--green--brand--03);
    }

    .submenu__link, .portalLanguages__link {
        color: var(--custom--grey--03);
    }
}

/*
    ELEMENTS/Tabs
*/

/* In mobile and tablet we need to have tabs instead
of dropdown */
@media (max-width:1024px) {

    .section__header--tabs .tabs {
        position: initial;
        max-width: 98%;
        margin: 0 auto;
    }

    .section__header--tabs .tabs__placeholder {
        display: none;
    }

    .section__header--tabs .tabs .tabs__list {
        background-color: transparent;
        display: flex;
        position: initial;
        overflow-y: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .tabs__list__item:first-of-type {
        padding-block-start: 1rem;
    }

    .tabs__list__item {
        float: inline-start;
        padding-block: 1rem .7rem;
        padding-inline: 0;
        font-weight: var(--t-gs--font--weight--semibold);
        border-block-end-style: solid;
        border-block-end-width: 0.1rem;
        margin-block-end: -.1rem;
        padding-inline-start: 4.5rem;
    }

    .tab-separator:last-of-type::after {
        content: "";
        border-right: none;
    }

    .tab-separator::after {
        padding-left: 4.5rem;
    }

    .tabs__list__item--active {
        border-block-end-color: var(--custom--grey--03);
        border-block-end-width: .2rem;
    }

    .section__header--tabs .tabs .tabs__list::-webkit-scrollbar {
        width: 0.5rem;
        height: 0.3rem;
    }

    .section__header--tabs .tabs .tabs__list::-webkit-scrollbar-track {
        background: var(--custom--grey--05);
        border-radius: 1rem;
    }

    .section__header--tabs .tabs .tabs__list::-webkit-scrollbar-thumb {
        background: var(--custom--grey--05);
        border-radius: 1rem;
    }

    .section__header--tabs .tabs .tabs__list::-webkit-scrollbar-thumb:hover {
        background: var(--custom--grey--04);
    }

    .section__header--tabs .tabs .tabs__list::-webkit-scrollbar-corner {
        background: var( --custom--grey--04);
    }
}

/* Only tablet */
@media all and (min-width:751px) and (max-width:1024px) {
    .section__content.section__content__atmosphere.section--step3.section__wrapper .grid {
        margin-block-end: 2.8rem;
    }

    .static--page .advices__wrapper .advice-card__content {
        font-size: 1.5rem;
    }
}

@media (max-width:750px) {
    .tab-separator::after {
        padding-left: 0.5rem;
    }

    .tabs__list__item{
        padding-inline-start: var(--t-gs--space--m);
    }
}

/* Media query to target only tablet */
@media all and (min-width:751px) and (max-width:1024px) {
    .section__header--tabs .tabs__list {
        border-block-end-width: var(--t-gs--border--width--s);
        border-block-end-style: solid;
        border-block-end-color: var(--t-gs--color--border--default);
        border-inline-end: 0 ;
        border-inline-start: 0 ;
        border-radius: 0;
    }

    .section__header--tabs .tabs .tabs__list {
        border-bottom: .1rem solid var(--t-tc--boxes--border--color);
        border-top: 0;
        justify-content: center;
    }
}
/* Media query to target only mobile */
@media all and (max-width:750px) {
    .section__header--tabs .tabs .tabs__list {
        border-bottom: .1rem solid var(--t-tc--boxes--border--color);
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }
}

/*
    Cookies Banner
*/
.cookies__info__copy,
.cookies__settings__content,
.avaicon-icon-settings,
.avaicon-icon-settings:before {
    color: var(--t-gs--swatch--button);
}

input:checked+.cookies__settings__option__slider {
    background-color: var(--t-gs--swatch--button);
}

.body--errorpage .header-default .menu--visible .menu__item--user::before{
    height: 7.6rem;
}

/* Media query to target mobile and tablet */
@media all and (min-width:751px) and (max-width:1024px) {
    .grid--3--filters{
        margin-inline-start: 0;
    }
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .cookiesButtonSettingsIcon {
        color: var(--custom--green--brand);
    }

    .search--visible .Section:last-child,
    .grid--3--filters .grid__item--filters .grid__item {
        max-width: 100%;
    }

    .section__content__results .article__header__actions {
        display: none;
    }

    .popup--share .popup__content {
        justify-content: end;
    }
}

/* PopUps -fixes */

.Section--create-alert-form{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
    row-gap: 0.5rem;
}

.create-alert-form, .Section--create-alert-form::before, .Section--create-alert-form .tc_formLabel{
    display: none;
}

.popup--create-alert__header .article__content{
    margin-block-start: 2.4rem;
}

.popup--create-alert .article--success{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.popup--create-alert .main__content, .body--popup-profile-edit-alert .main__content, .body--popup-profile-edit-alert .section, .body--popup-profile-edit-alert .section__content{
    height: 100%;
}

.body--popup-profile-edit-alert .article--success{
    justify-content: center;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.Section--create-alert-form .button-alert--right{
    grid-column:2/3;
}

.body--popup-profile-delete .button-bar__wrap{
    align-items: center;
}

.body--popup-profile-delete .cancelButton{
    min-inline-size: 0;
}

.body--popup-profile-withdraw .tc_formButton.saveButton{
    min-inline-size: 11rem;
    margin-left: 2rem;
}

.body--popup-profile-withdraw .button-bar-popup.button-bar--right{
    padding-top: 2.4rem;
}

.body--popup-profile-withdraw .tc_formButton.cancelButton{
    font-weight: var(--t-gs--font--weight--regular);
}

.body--popup-profile-withdraw .list--links--bottom{
    margin-block-start: 1.6rem;
}

.body--popup-delete-alert .button.button--primary{
    min-inline-size: 11rem;
}

.body--popup-profile-delete .list--links--bottom{
    margin-block-start: 0;
}

@media all and (max-width:450px){
    .Section--create-alert-form{
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 1rem;
        row-gap: 0.5rem;
    }

    .glightbox-container .ginner-container{
        width: 90%;
    }

    .Section--create-alert-form .button-alert--right{
        grid-column:1/2;
    }

    .body--popup-profile-create-alert .article.article--success, .body--popup-profile-edit-alert .article.article--success{
        height: 90vh;
        justify-content: center;
    }

    .body--popup.body--popup-profile-image .main__wrapper {
        padding-block-start: 1.4rem;
        padding-block-end: 1.4rem;
        padding-inline-start: 2.2rem;
        padding-inline-end: 2.2rem;
    }

    .popup-profile-image .FileField .tc_formField div[id*=fileInputContainer_] .photoInputPreviewWrapper{
        flex-direction: column;
        gap: 0.7rem;
    }

    .popup-profile-image .FileField .tc_formField .uploadedFile{
        flex-direction: row-reverse;
    }
}

@media all and (min-width:451px){
    .Section--create-alert-form .button-bar__wrap.tc_formField{
        justify-content: flex-end;
    }

    .Section--create-alert-form .button-bar__wrap.tc_formField .submitButton{
        width: 50%;
        flex-basis: unset;
    }
}

/* Slider images */
.body--home .swiper-wrapper .swiper-slide {
    min-width: 25rem;
}

.home-tiendas, .home-it, .home-oficina, .home-online, .home-logistica{
    width: 100%;
    height: 22rem;
    background-size: cover;
}

.home-tiendas{
    background-image: var(--t-tc--home-tiendas--background--image);
}

.home-tiendas:hover,
.home-tiendas:active{
    background-image: var(--t-tc--home-tiendas-hover--background--image);
}

.home-it{
    background-image: var(--t-tc--home-it--background--image);
}

.home-it:hover,
.home-it:active{
    background-image: var(--t-tc--home-it-hover--background--image);
}

.home-oficina{
    background-image: var(--t-tc--home-office--background--image);
}

.home-oficina:hover,
.home-oficina:active{
    background-image: var(--t-tc--home-office-hover--background--image);
}

.home-online{
    background-image: var(--t-tc--home-online--background--image);
}

.home-online:hover,
.home-online:active{
    background-image: var(--t-tc--home-online-hover--background--image);
}

.home-logistica{
    background-image: var(--t-tc--home-logistic--background--image);
}

.home-logistica:hover,
.home-logistica:active{
    background-image: var(--t-tc--home-logistic-hover--background--image);
}

/* Personalized alert message on Complete Register */
.alert__complete-profile{
    background-color: rgba(55, 61, 66, 1);
    display: flex;
    position: fixed;
    bottom: 25%;
    left: 0;
    z-index: 15;
    width: 55%;
    justify-content: space-between;
    padding: 2rem;
    transform: translateX(50%);
    column-gap: 1rem;
}

@media all and (max-width:1024px){
    .alert__complete-profile{
        width: 90%;
        left: 0;
        margin: auto;
        transform: translateX(5%);
    }
}

@media all and (max-width:750px){
    .alert__complete-profile{
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }
}

.alert__complete-profile--text, .alert__complete-profile--close{
    color: var(--t-gs--swatch--neutral--100);
    word-break: keep-all;
}

.alert__complete-profile--close:hover, .alert__complete-profile--close:active{
    color: var(--custom--green--brand);
    cursor: pointer;
}

/* Fixes responsive home */
.section--values .section__title.title--section{
    text-align: center;
}

/*Fix arrow from fields (wizard)*/
.popup--create-alert .select2-container--default .select2-selection--multiple .select2-search:after{
    pointer-events: none;
}

.select2-container--default .select2-selection--multiple .select2-search:after{
    pointer-events: none;
}

.select2-container--default .select2-selection--multiple .select2-search--inline:after{
    pointer-events: none;
}

/* Extend opacity to header. */
@media all and (max-width:1024px){
    .html--menu--open .header:not(.header--scrolling) .header__wrapper {
        background-color: var(--t-gs--color--surface--overlay--dark);
        height: var(--t-tc--header--height);
    }
}

/* Helper Class: custom style for specific previous button in a Wizard */
.button-bar-custom-prev-btn .previousButton{
    --t-tc--buttons--border--color: transparent;
    --t-tc--buttons--background--color: transparent;
    --t-tc--buttons--font--color: var(--t-gs--swatch--button);
    --t--tc--buttons--width--min: 0;
}

.button-bar-custom-prev-btn.ButtonBarField:not([class*=button-bar--cols]) .tc_formButton.previousButton {
    min-inline-size: 13rem;
}

.button-bar-custom-prev-btn .previousButton:hover {
    color: var(--custom--green--active);
}

/*Show all languages even the selcted one on the menu*/
.portalLanguages__item--selected, .portalLanguages__item[aria-current=page] {
    display: block;
}

/*
    Registration process: show progress tooltip.
*/

.list__item--percentage {
    display: flex;
    justify-content: end;
    height: 2.0rem;
    margin-right: -1.5rem;
}

@media (width >= 751px) {
    .list__item--percentage {
        margin-right: -1.5rem;
    }

    .list__item__text--percentage-95 .list__item--percentage {
        margin-right: 0;
    }

    .list--steps .list__item--current .list__item__text:after {
        inline-size: 100%;
    }

    .list--steps .list__item--current .list__item__text.list__item__text--percentage-95:after {
        inline-size: 90%;
    }
}

.list__item--percentage-text {
    background-color: var(--t-gs--color--fill--brand);
    color: var(--t-gs--swatch--neutral--100);
    border-radius: var(--t-tc--buttons--border--radius);
    font-size: 1.1rem;
    padding: 0.4rem;
    position: relative;
}

.list__item--percentage-text::before {
    content: '';
    position: absolute;
    top: 85%;
    left: 30%;
    border-left: 0.7rem solid transparent;
    border-right: 0.7rem solid transparent;
    border-top: 0.7rem solid var(--t-gs--color--fill--brand);
}

@media (width >= 750px) {
    .section--register .list--steps .list__item__text__subtitle {
        margin-block-start: var(--t-gs--space--xxs);
    }

    .section--register .list--steps {
        margin-top: 0.8rem;
    }
}

/*
    Show progress in Mobile bar and tooltip with progress number.
*/

@media (width <= 750px) {

    .section--register .list--steps .list__item--current .list__item__text.list__item__text--percentage-25:after {
        inline-size: 25%;
    }

    .section--register .list--steps .list__item--current .list__item__text.list__item__text--percentage-25 .list__item--percentage {
        margin-left: 20%;
    }

    .section--register .list--steps .list__item--current .list__item__text.list__item__text--percentage-50:after {
        inline-size: 50%;
    }

    .section--register .list--steps .list__item--current .list__item__text.list__item__text--percentage-50 .list__item--percentage {
        margin-left: 45%;
    }

    .section--register .list--steps .list__item--current .list__item__text.list__item__text--percentage-75:after {
        inline-size: 75%;
    }

    .section--register .list--steps .list__item--current .list__item__text.list__item__text--percentage-75 .list__item--percentage {
        margin-left: 70%;
    }

    .section--register .list--steps .list__item--current .list__item__text.list__item__text--percentage-95:after {
        inline-size: 95%;
    }

    .section--register .list--steps .list__item--current .list__item__text.list__item__text--percentage-95 .list__item--percentage {
        margin-left: 90%;
    }
}

/*Border bottom for text added from PCE in What we Offer section*/
.body--what-we-offer .offer--text{
    padding-bottom: 1.5rem;
    color: var(--custom--green--brand);
    font-weight: var(--t-gs--font--weight--bold);
    width: fit-content;
    text-decoration: underline;
    text-underline-offset: 0.7rem;
    text-decoration-thickness: 0.2rem;
    font-size: 2.6rem;
}

/* Media query to target mobile and tablet */
@media all and (max-width:1024px) {
    .body--what-we-offer .offer--text{
        font-size: 1.8rem;
        text-underline-offset: 0.4rem;
    }
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .body--what-we-offer .offer--text{
        padding-bottom: 1.2rem;
    }

}
/* Cookies Page */
.generic-title {
    font-size: 5rem;
    color: var(--t-gs--color--text--brand);
    font-weight: var(--t-gs--font--weight--semibold);
}

#privacyCustomPopupContainer .cookies {
    position: relative !important;
    margin: 0 auto;
    width: 80%;
    z-index: 1;
}

.cookies__section {
    padding-inline-start: var(--t-gs--space--xl);
    padding-inline-end: var(--t-gs--space--m);
}

.cookies__section .section__content .paragraph,
.cookies__section .list-item{
    text-align: justify;
    font-size: 2.6rem;
    line-height: 4.3rem;
}

.subsection-title {
    font-weight: var(--t-gs--font--weight--semibold);
    color: var(--custom--grey--03);
    font-size: 2.6rem;
}

.cookies__link {
    color: var(--t-gs--color--text--on--fill--tertiary);
}

.cookies__link:hover {
    text-decoration: underline;
    text-decoration-thickness: var(--t-gs--border--width--s);
    text-decoration-color: var(--custom--green--pressed);
    text-underline-offset: var(--t-gs--space--xxs);
    color: var(--custom--green--pressed);
}

.cookies__list--sub-item {
    list-style-position: inside;
}

.item-underline {
    text-decoration: underline;
}

/*Terms And Conditions*/

ol.terms-and-conditions__list{
    list-style-type: decimal;
    padding-inline: revert;
    color: var(--custom--grey--dark);
}

.terms-and-conditions__list--item {
    font-weight: var(--t-gs--font--weight--light);
    text-align: justify;
    font-size: 2.6rem;
    line-height: 4.3rem;
    padding-block-start: var(--t-gs--space--m);
}

.cookies__list .list-item,
.terms-and-conditions__list--sub-item {
    list-style-type: disc;
}

.cookies__list {
    margin-inline-start: var(--t-gs--space--m2);
}

.terms-and-conditions__list--item-title {
    text-transform: uppercase;
    font-weight: var(--t-gs--font--weight--bold);
}

@media all and (max-width:1024px) {

    #privacyCustomPopupContainer .cookies {
        width: 100%;
    }

    .cookies-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .cookies-table td:nth-child(3),
    .cookies-table th:nth-child(3) {
        max-width: fit-content;
    }

    .generic-title {
        font-size: var(--t-gs--font--size--08);
    }

    .cookies__section {
        padding-inline-start: 1.6rem;
        padding-inline-end: 1.6rem;
    }

    .cookies__section .section__content .paragraph,
    .cookies__section .list-item,
    .terms-and-conditions__list--item {
        line-height: 2.4rem;
        font-size: var(--t-gs--font--size--05);
    }

    ol.terms-and-conditions__list {
        list-style-position: inside;
        padding-inline: inherit;
    }

    .terms-and-conditions__list--sub-item {
        list-style-position: inside;
    }

/*
    Workaround due to
    Safari 15/16 have conflicts with variables in after and before elements.
*/

    .safari-v15-16 .menu__item--languages .menu__link[aria-expanded="false"]::after,
    .safari-v15-16 .menu__link[aria-expanded="false"]::after {
        font-family: 'Material Symbols Rounded';
        content: "expand_more";
    }

    .safari-v15-16 .menu__item--languages .menu__link[aria-expanded="true"]::after,
    .safari-v15-16 .menu__link[aria-expanded="true"]::after {
        font-family: 'Material Symbols Rounded';
        content: "expand_less";
    }

    .safari-v15-16 .header--transparent .toggle--menu .toggle__icon,
    .safari-v15-16 .header--transparent .toggle--menu .toggle__icon:before,
    .safari-v15-16 .header--transparent .toggle--menu .toggle__icon:after {
        background-color: rgba(255,255,255,1);
    }

    .safari-v15-16 .header--default .toggle--menu .toggle__icon,
    .safari-v15-16 .header--default .toggle--menu .toggle__icon:before,
    .safari-v15-16 .header--default .toggle--menu .toggle__icon:after,
    .safari-v15-16 .header--scrolling .toggle--menu .toggle__icon,
    .safari-v15-16 .header--scrolling .toggle--menu .toggle__icon:before,
    .safari-v15-16 .header--scrolling .toggle--menu .toggle__icon:after {
        background-color: rgba(15,128,62,1);
    }
}