.header.header--4 a.btn {
    display: inline-flex;
    line-height: 1.56;
    text-transform: none;
    font-weight: 400;
    font-size: .934em;
    padding: 0.45rem 0.68rem;
    margin-top: 0;
}
.header.header--4 .header__buttons a:first-child {
    margin-inline-end: 1.2rem;
}
.header.header--4 ul li {
    padding: 0;
    margin-bottom: 0;
}
.header.header--4 .header__nav > ul > li > a {
    font-size: 18px;
}
.header.header--4 hr {
    border-top: 1px solid #e3e6ec;
    margin: 24px 0;
}
.lang-select__label {
    font-weight: 400;
    font-size: 16px;
}
.site-search__popup--active .site-search__input {
    padding: 0.91rem 0;
    padding-inline-start: 24px;
    padding-inline-end: 48px;
    border-radius: 999px;
    box-shadow: 0 8px 16px rgb(82 36 98 / 5%), 0 4px 8px rgb(82 36 98 / 5%);
    font-size: inherit;
    line-height: 1.58;
    transition: .2s ease-in-out;
    height: auto;
}
.body-container .kl-ho-header {
    margin-top: 0;
}
.btn--accent.btn--outline:hover {
    border: 2px solid;
}

@media (min-width: 768px) {
.header--sticky-active .header__sticky-element {
    top: 0;
    /*max-width: 1366px;*/
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media (max-width: 1024px) {
.hs-landing-page .kl-ho-header {
    margin-top: 0 !important;
  }
    .header__center.container-act {
    padding-right: 10px;
}
}
@media (min-width: 768px) and (max-width: 1139px) {
.header__mobile-nav {
    display: none !important;
}