@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------
   1. BRAND VARIABLES
   --------------------------------------------------------- */
:root {
    --font-family-base: "IBM Plex Sans", sans-serif;
    --font-family-heading: "IBM Plex Serif", serif;
    ;

    --primary-color: #1cabe2;
    --secondary-color: #6c757d;
    --accent-color: #f39c12;

    --background-color: #ffffff;
    --background-alt: #f8f9fa;
    --text-color: #2D2926;
    --heading-color: #1cabe2;

    --border-color: #dddddd;
    --border-radius: 6px;
    --box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);

    --transition-speed: 0.3s;
}

/* ---------------------------------------------------------
   2. BASE ELEMENTS
   --------------------------------------------------------- */
html {
    scroll-behavior: smooth !important;
}

body {
    font-family: var(--font-family-base) !important;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--background-color) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family-heading);
    font-weight: 600;
    color: var(--heading-color) !important;
    line-height: 1.3;
}

h1.home-title {
    font-size: 30px !important;
    font-family: var(--font-family-heading) !important;
}

a {
    color: var(--text-color);
    text-decoration: none;
    transition: color var(--transition-speed) ease;
    font-family: var(--font-family-base);
}

a:hover,
a:focus {
    color: var(--primary-color);
    text-decoration: none;

}

p {
    margin-bottom: 1rem;
    color: var(--text-color);
}

section {
    padding: 2rem 0;
}

.GRID_HDR_ROW {
    color: var(--primary-color) !important;
}

tbody {
    font-family: var(--font-family-base);
    font-size: 16px;
    color: var(--text-color);
}

/*Header link*/
.GRID_HDR_CEL a:link,
.GRID_HDR_CEL a:visited {
    color: var(--primary-color) !important;
}

/* ---------------------------------------------------------
   3. LAYOUT & COMPONENTS 
   --------------------------------------------------------- */
/* Reuse earlier component styles */

.search {
    background-color: var(--background-alt);
    padding: 2rem 1rem;
    border-bottom: 1px solid var(--border-color);
}

.box input,
.box select {
    font-size: 16px !important;
    font-family: var(--font-family-base) !important;
    color: var(--text-color);

}

/* .content {
    padding: 2rem 0;
} */

.adtitle {
    /* margin: 2rem 0 1rem; */
    text-align: center;
    color: var(--heading-color);
    font-family: var(--font-family-heading) !important;
    font-size: 30px !important;
}

.textr .FORMLABLE {
    font-size: 16px !important;
    color: var(--text-color) !important;
    font-family: var(--font-family-base) !important;
}


.LABLE h2 {
    color: var(--primary-color) !important;
    font-family: var(--font-family-base) !important;
    font-size: 30px !important;
}

.LABLE strong {
    color: var(--primary-color) !important;
    font-size: 16px !important;
    font-family: var(--font-family-base) !important;
}

.LABLE * {
    font-family: var(--font-family-base) !important;
}


.goback a {
    color: var(--primary-color) !important;
    background: url(../images/left-arrow.png) no-repeat left !important;
    background-size: 13px 13px !important;
}

.text.job-detail-content li {
    font-size: 16px !important;
    color: var(--text-color) !important;
    font-family: var(--font-family-base) !important;
}

.homeshare {
    text-align: center;
    padding: 2rem 0;
    border-top: 1px solid var(--border-color);
}

.home-cv-button {
    margin-bottom: 1rem;
}

.grid-action {
    display: inline-flex;
    gap: 0.5rem;
    align-items: center;
}

.list_card {
    background-color: var(--background-color);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    padding: 1.5rem;
    flex: 1 1 30%;
    transition: transform var(--transition-speed);
    min-height: 37vh;
    max-height: 45vh;
}

.list_card:hover {
    transform: translateY(-4px);
}

.vacancy-list-tile {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

.business_unit {
    display: block;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 0.5rem;
}

.titleBlock {
    margin-bottom: 1rem;
}

.location,
.pub-date {
    color: var(--secondary-color);
    font-size: 0.9rem;
}

.job_top {
    background: var(--primary-color) !important;
}

/* ---------------------------------------------------------
   4. FORMS & BUTTONS
   --------------------------------------------------------- */
input,
textarea,
select,
button {
    font: inherit;
    border: 1px solid #ccc;
    padding: 0.75rem 1rem;
    transition: all var(--transition-speed) ease;
}

input:focus,
textarea:focus,
select:focus {
    border-color: var(--primary-color);
    outline: none;
}

button,
.box2 {
    position: relative;
    /* background-color: var(--primary-color); */
    cursor: pointer;
    justify-content: center;
    align-items: center;
    padding: 12px 38px;
    background-color: #FFC20E;
    color: rgb(45, 41, 38);
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-family: var(--font-family-base);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
    z-index: 1;
    height: 40px !important;
}

.box2:hover::before {
    bottom: 0px !important;
}

.primary-nav__img {
    height: 80px;
    width: 155.63px;
}


.oldLinkedInAWL input,
.applyw input {
    background: url(../images/bt-lnk-icon.png) var(--primary-color) no-repeat 10px center !important;
}


.top-nav {
    background-color: var(--primary-color);
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 32px;
}


.top-nav__menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
    padding: 10px 0px;
}


.top-nav__menu-item .top-nav__menu-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    text-align: center;
}

.top-nav__menu-link {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-family: var(--font-family-base);
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.5px
}

.top-nav__menu-link:hover {
    color: #fff;
    text-decoration: none
}

.top-nav__icon {
    width: 18px;
    height: 18px;
    display: inline-block;
}

/* mobile logo */
.mobile_logo {
    display: none;
}

/* end mobile logo */

.primary-nav__burger-btn {
    display: block;
}

.primary-nav__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    padding: 8px 20px;
}

.primary-nav__menu-container {
    display: flex;
    justify-content: center;
}

.primary-nav__burger-btn {
    text-align: left;
    margin: 0;
}

ul.sub-menu {
    background-color: #1cabe2 !important;
    padding: 15px 0 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    width: 250px !important;
}

ul.sub-menu li a,
ul.sub-menu li a *,
ul.sub-menu cms\:logoutbutton *,
ul.sub-menu cms\:buttondeleteuserprofile * {
    color: #ffffff !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    display: block;
    font-family: var(--font-family-base) !important;
    letter-spacing: 1.5px;
    line-height: 12px;
    text-decoration: none !important;
}

.header-page__mask {
    width: 100%;
    height: 70vh;
    position: relative;
    background-image: url("https://www.datocms-assets.com/30196/1659620887-operatorunicef-con-bambini-uni275197-edited.png?auto=compress&dpr=1&fm=jpg&w=1901");
    background-size: cover;
    /* fills the area without white space */
    background-position: center;
    /* centers main subject */
    background-repeat: no-repeat;
    /* removes repeat issue */
    background-attachment: fixed;
    /* parallax effect */
}


.collabora_section {
    position: absolute;
    bottom: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-left: 4px solid #1cabe2;
    padding: 0 20px;
}

.collabora_subtitle {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-color);
    font-family: var(--font-family-base) !important;
    letter-spacing: 1.5px !important;
    line-height: 12px !important;
    margin: 0;
}

h6.collabora_subtitle {
    text-shadow: 2px 2px 3px #000000;
}

.collabora_title {
    font-size: 54px;
    font-weight: 500;
    color: white !important;
    font-family: var(--font-family-heading) !important;
    margin: 0;
    text-shadow: 2px 2px 3px #000000;
}


.dnt__btn a,
.home-cv-button a {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 38px;
    background-color: #FFC20E;
    color: rgb(45, 41, 38);
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-family: var(--font-family-base);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
    z-index: 1;
    border: none;
}

.dnt__btn a::before,
.home-cv-button a::before,
.box2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: #000 !important;
    transition: bottom 0.3s ease-in-out;
    z-index: -1;
    visibility: hidden;
}

.box2 input {
    width: 100%;
    height: 100%;
    background-color: #FFC20E;
    text-transform: uppercase;
    font-weight: 600;

}

.box2 {
    padding: 0px;
    overflow: hidden;
}

.dnt__btn a:hover::before,
.box2:hover::before,
.home-cv-button a:hover::before {
    bottom: 0;
    visibility: visible;
}

.dnt__btn a:hover,
.home-cv-button a:hover,
.box2:hover,
.box2:hover input,
.box2 input:hover {
    color: #fff !important;
}

.box2:hover input,
.box2 input:hover {
    background-color: rgba(0, 0, 0, 0);
}

.footer__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.3);
}

.label-small {
    letter-spacing: 1.5px;
    line-height: 12px;
    font-weight: 700;
    font-size: 12px;
    font-family: var(--font-family-base);
    color: #fff;
}

.footer__social--links {
    max-width: 29.6rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    padding-top: 24px;
}

.footer__social-url {
    transition: transform 0.25s ease-in-out;
}


.footer__social-url:hover {
    transform: translateY(-6px);
}

.footer {
    position: relative;
}

.footer_img {
    position: absolute;
    bottom: -100px;
    right: -80px;
}

.footer_img img {
    width: 300px;
    height: auto;
    opacity: 0.2;
}

.checkbox,
.mobile-menu {
    display: none;
}

.ComboLingua option {
    background-color: var(--primary-color);
    border: none;
    color: white;
    padding: 8px;
    font-family: var(--font-family-base) !important;
    text-transform: uppercase;
    font-size: 12px;
}

#menu-toggle {
    display: none;
}

/* =========================================================
   Altamira Custom CSS to Overwrite
   ========================================================= */

.list_card a.button,
.business_unit-inner .ContainerButtons,
section.content.send-cv .inner .ContainerButtons input,
.ContainerButtons.LOGIN-button,
.ContainerButtons input {
    /* background-color: #FFC20E; */
    color: var(--text-color) !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.5px;
    font-family: var(--font-family-base) !important;

}

.list_card a.button:hover,
.business_unit-inner .ContainerButtons:hover,
section.content.send-cv .inner .ContainerButtons input:hover,
.ContainerButtons.LOGIN-button:hover,
.ContainerButtons input:hover {
    /* background-color: #2d2926; */
    color: var(--background-color) !important;
}

section.content.send-cv .inner .ContainerButtons {
    margin-top: 30px !important;
}

.recaptcha-container .g-recaptcha {
    margin: auto;
    display: inline-block;
}

.recaptcha-container {
    clear: both;
    float: none;
    padding: 0px !important;
    text-align: center;
}

.business_unit-inner .ContainerButtons .button,
.list_card a.button,
section.content.send-cv .inner .ContainerButtons input,
.msinner .myjobalert .ContainerButton input.button,
.ContainerButtons input {
    margin-left: 0px !important;
    height: 40px !important;
    background-color: #FFC20E;
    color: var(--text-color) !important;
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.5px;
    font-family: var(--font-family-base) !important;
}

.business_unit-inner .ContainerButtons .button:hover,
.list_card a.button:hover,
section.content.send-cv .inner .ContainerButtons input:hover,
.msinner .myjobalert .ContainerButton input.button:hover,
.ContainerButtons input:hover {
    background-color: #2d2926;
    color: var(--background-color) !important;
}

.header {
    padding-top: 30px !important;
}

#NoActiveBanner {
    display: none;
}

.logoutcls {
    /*border: 1px solid #ff0000; */
    padding: 1rem;
}

.business_unit-inner {
    padding: 0px 0px 20px 0px !important;
    /* max-width: 100% !important; */
    /* display: grid !important;
    justify-content: center !important; */
}

.FORMTITLE span.titoloscheda {
    padding-left: 0px !important;
}

.bt-privacy td.LABLE {
    padding-left: 0px !important;
}

.LOGIN-button input {
    margin-top: 0px !important;
}

.business_unit-inner .ContainerButtons {
    margin-top: 24px !important;
}

#LoginResultMessage>div,
.VALIDATION {
    padding-top: 10px;
    font-family: var(--font-family-base) !important;
    font-size: 16px;
    padding-left: 15px !important;
}

.FORMLABLE {
    text-align: right !important;
}

.FORMFIELD,
.FORMLABLE {
    float: left !important;
    padding-left: 0px !important;
    max-width: 100% !important;
    padding-right: 20px !important;
}

.business_unit-sec {
    padding: 0.5rem 0rem !important;
}

.FORMSINGLER {
    text-align: center !important;
    padding-bottom: 30px !important;
}

.msinner .ContainerButtons {
    text-align: center !important;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}

.job-top-inner .adtitle {
    text-align: center !important;
    font-family: var(--font-family-base) !important;
}

.msinner {
    padding: 30px 0px 30px 0px !important;
    width: 100% !important;
    display: grid !important;
    justify-content: center !important;
}

.FORMFIELD input[type=text],
.FORMFIELD input[type=password],
.FORMFIELDNoWidth input[type=text],
.FORMFIELDNoWidth input[type=password] {
    max-width: 100% !important;
}

.FORMTITLE {
    padding: 0 0px 25px !important;
}

#userreg {
    float: none !important;
}

.FORMSINGLER a {
    text-decoration: underline;
    font-family: var(--font-family-base) !important;
    color: rgb(45, 41, 38) !important;
    font-size: 18px !important;
    font-weight: 700;
}

.FORMSINGLER a:hover {
    text-decoration: none;
    transition: color 0.3s ease;
    color: var(--primary-color) !important;
}

nav ul li li:hover {
    background-color: #000000;
}

.oldLinkedInAWL {
    margin-right: 10px;
}

.divDateTimeDropDown select {
    width: 31.3% !important;
    margin-right: 2% !important;
}

.FORMFIELD select,
.FORMFIELDNoWidth select {
    max-width: 100% !important;
}

.cv-form input[type="file"] {
    width: 100% !important;
}

.send-cv .FORM-letter .cke_chrome {
    max-width: 100% !important;
}

/* ---------------------------------------------------------
   5. ACCESSIBILITY & PREFERENCES
   --------------------------------------------------------- */
/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important;
        animation-duration: 0.001ms !important;
    }
}

/* Dark mode 
@media (prefers-color-scheme: dark) {
  :root {
    --background-color: #121212;
    --background-alt: #1e1e1e;
    --text-color: #e0e0e0;
    --heading-color: #ffffff;
    --border-color: #333333;
  }
  body { background-color: var(--background-color); color: var(--text-color); }
  .list_card, .search, .content, .homeshare { background-color: var(--background-alt); border-color: var(--border-color); }
  a { color: #4dabf7; }
}
*/
/* ---------------------------------------------------------
   6. RESPONSIVE MEDIA QUERIES
   --------------------------------------------------------- */

/* Extra large desktops (≥1400px) */
@media (min-width: 1400px) {
    body {
        font-size: 18px;
    }

    .list_card {
        flex: 1 1 22%;
    }
}

/* Large desktops (≥1200px) */
@media (min-width: 1200px) and (max-width: 1399px) {
    .list_card {
        flex: 1 1 28%;
    }

    .header-page__mask {
        height: 65vh;
    }
}

/* Tablets Landscape (≥992px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .list_card {
        flex: 1 1 45%;
    }

}

/* Tablets Portrait (≥768px) */
@media (min-width: 768px) and (max-width: 991px) {
    .list_card {
        flex: 1 1 48%;
    }

    .home-title {
        font-size: 1.75rem;
    }

}

/* Mobile Landscape (≥576px) */
@media (min-width: 576px) and (max-width: 767px) {
    .list_card {
        flex: 1 1 90%;
    }

    .header-page__mask {
        height: 60vh;
    }

    .content,
    .search {
        padding: 1.5rem;
    }

    .box2 {
        width: 100%;
    }

    .collabora_section {
        bottom: 30px;
    }

    .collabora_title {
        font-size: 40px;

    }

    .FORMLABLE {
        text-align: left !important;
    }

    .FORMFIELD,
    .FORMLABLE {
        width: 100% !important;
        padding-right: 0px !important;
    }

}

/* Mobile Portrait (<576px) */
@media (max-width: 575px) {
    body {
        font-size: 0.9rem;
    }

    .header-page__mask {
        height: 60vh;
    }

    .list_card {
        flex: 1 1 100%;
        padding: 1rem;
        min-height: 32vh;
        max-height: 40vh;

    }

    .home-title {
        font-size: 1.4rem;
    }

    .grid-action {
        justify-content: center;
    }

    .adtitle * {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    h1.home-title {
        font-size: 20px !important;
    }

    .FORMLABLE {
        text-align: left !important;
    }

    .FORMFIELD,
    .FORMLABLE {
        width: 100% !important;
        padding-right: 0px !important;
    }

    /* .content,
    .search,
    .homeshare {
        padding: 1rem;
    } */

    .footer__wrapper {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 30px;
    }

    .Sitemap {
        float: left;
    }

    .Sitemap a {
        padding: 0 10px 0px 0px;
    }

    .Sitemap a:last-child {
        padding-left: 10px;
    }

    .box2 {
        width: 100%;
    }

    .collabora_section {
        bottom: 20px;
    }

    .collabora_title {
        font-size: 30px;

    }

    .business_unit-inner {
        padding: 0px 15px 20px 15px !important;
    }
}

/* Orientation specific */
@media (orientation: landscape) {
    .list_card {
        max-width: 100%;
    }
}

/* Touch devices */
@media (hover: none) and (pointer: coarse) {

    a:hover,
    button:hover {
        color: inherit;
        background-color: var(--primary-color);
    }
}

/* =========================================================
   END OF FILE
   ========================================================= */


@media (max-width : 1024px) {
    .header {
        padding-top: 0px !important;
    }

    .navbar_section {
        width: 100% !important;
        padding: 0px !important;
    }

    .top-nav {
        display: none;
    }

    .primary-nav__menu {
        display: none;
    }

    .mobile_logo {
        display: block;
    }

    button {
        padding: 12px 0px;
    }

    .dnt__btn {
        display: flex;
        justify-content: end;
        align-items: end;
        width: 100%;
    }

    .dnt__btn a {
        padding: 10px 12px;
    }

    .primary-nav__logo {
        display: none;
    }

    .ComboLingua {
        padding: 1.5rem 1rem !important;
        margin-left: 0px !important;
        background: transparent !important;
        font-size: 12px;
        color: white;
        font-weight: 600;
        font-family: var(--font-family-base) !important;
        line-height: 16px;
        letter-spacing: 1.5px;
        text-transform: uppercase !important;
    }

    .primary-nav__content {
        justify-content: flex-start;
        gap: 10px;
    }

    .business_unit-inner .ContainerButtons {
        text-align: center !important;
    }

    /* ------------------------------- */
    /*   MOBILE NAV BAR               */
    /* ------------------------------- */

    .mobile-nav__bar {
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #menu-toggle {
        display: none;
    }

    .checkbox {
        display: block;
    }

    /* ------------------------------- */
    /*   MOBILE MENU CONTAINER         */
    /* ------------------------------- */

    .mobile-menu {
        display: block;
        margin: 0 auto;
        background: #1cabe2;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.25s ease;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 9999;
    }

    #menu-toggle:checked+.mobile-menu {
        max-height: 100vh;
    }

    /* ------------------------------- */
    /*   MENU ITEMS                    */
    /* ------------------------------- */

    .mobile-menu__list {
        list-style: none;
        padding: 0.5rem 0;
    }

    .mobile-menu__item {
        padding: 18px 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        font-size: 12px;
        font-weight: 600;
        font-family: var(--font-family-base) !important;
        line-height: 16px;
        letter-spacing: 1.5px;
    }

    .mobile-menu__parent-label,
    .mobile-menu__link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1.2rem 1rem;
        text-transform: uppercase;
    }

    .mobile-menu__parent-label a {
        color: #fff !important;
        text-decoration: none;
    }

    /* ------------------------------- */
    /*   CLOSE BUTTON                  */
    /* ------------------------------- */

    .mobile-menu__close {
        display: block;
        text-align: left;
        padding: 2rem 1.7rem 0rem 1.7rem;
        font-size: 28px;
        cursor: pointer;
        color: #fff;
        font-family: var(--font-family-base) !important;
    }

    /* ------------------------------- */
    /*   SUBMENU                       */
    /* ------------------------------- */

    .submenu-toggle {
        display: none;
    }

    .submenu {
        list-style: none;
        background: #1cabe2;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.25s ease;
        padding: 0;
    }

    .submenu li a {
        display: block;
        padding: 0.7rem 1rem;
        font-size: 12px;
        color: #fff !important;
        text-transform: uppercase;
        /* ✔ correct placement */
        font-family: var(--font-family-base) !important;
    }

    /* Submenu opens */
    .submenu-toggle:checked+.mobile-menu__parent-label+.submenu {
        max-height: 400px;
        padding: 0.5rem 0;
        /* no text-transform here */
    }

    /* ------------------------------- */
    /*   CARET ARROW                   */
    /* ------------------------------- */

    .caret {
        margin-left: 1rem;
        font-size: 0.75rem;
        opacity: 0.8;
        transition: transform 0.25s ease, opacity 0.25s ease;
    }

    .submenu-toggle:checked+.mobile-menu__parent-label .caret {
        transform: rotate(90deg);
        opacity: 1;
    }



    .bottom-navigation {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #1cabe2;
        padding: 20px 0;

    }

    .bottom-navigation-list {
        list-style: none;
        padding: 0 20px;
        margin: 0;
    }

    .bottom-navigation-link {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #fff;
        font-weight: 700;
        text-decoration: none;
        font-size: 16px;
        font-family: var(--font-family-base) !important;
        padding-top: 25px;
    }

    /* ------------------------------- */
    /*   END MOBILE NAV BAR            */
    /* ------------------------------- */
}

@media (min-width: 64em) {
    .primary-nav__burger-btn {
        display: none;
    }
}

@media (min-width: 48em) {

    .primary-nav__menu-container {
        margin-left: 0;
    }
}