.custom-menu-primary .hs-menu-wrapper>ul {
    Display: flex;
    gap: 2em;
}

@media screen and (max-width:768px) {
    .custom-menu-primary .hs-menu-wrapper>ul {
        display: inline;
    }
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    z-index: 1000 !important;
    width: max-content !important;

    padding-top: 2em;
    padding-bottom: 2em;


}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
.hhs-lang-switch .lang_list_class li a {
    color: #444444 !important;
    font-size: 16px !important;
    padding: 1em;
    padding-left: 3em;
    padding-right: 3em;
}

.hhs-hat-pull-down {
    display: none !important;
}

.hhs-header-cta a {
    font-size: 16px !important;
    text-transform: none;
    font-weight: 500;
    padding: 0.5em !important;
    padding-left: 1em !important;
    padding-right: 1em !important;
}