:root {
--accent: #427fc0 !important;
--primary: #274760 !important;
--secondary: #7d91a0 !important;
--primary-font: Poppins, sans-serif;
--secondary-font: Poppins, sans-serif;
}

.cookie-consent {
    animation: slide-up .5s ease-out;
    border-radius: 16px;
    bottom: 24px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .05);
    left: 24px;
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    position: fixed;
    right: 24px;
    z-index: 50;
    display: none;
}
.cs_dropdown_wrap {
    position: relative;
    display: none;
}
.cs_header_user_btn {
    cursor: pointer;
    display: none !important;
}
@media screen and (max-width: 1199px) {
    .cs_toolbox .cs_toolbox_btn {
        max-width: 26px;
        margin-bottom: 15px;
        display: none;
    }
}


.cs_footer.cs_style_2 .cs_text_widget img+p {
     margin-top: 0px;
}

.cs_toolbox_btn.cs_search_toggle_btn {
  display: none;
}