:root {
    --menu-height-top: 129px;
    --menu-height: 72px;
}@media (max-width: 1260px) {
    :root {
        --menu-height: 53px;
    }
}
/* BURGER MENU BUTTON */
.m-burger-button {
    display: flex;
    margin-left: auto;
    cursor: pointer;
    background-color: #FFFFFF !important;
    display: flex;
    align-items: center;
    gap: 8px;
    border: none !important;
}.m-burger-button__icon * {
    transition: .3s;
}.burger-menu-open .m-burger-button__icon .top {
    transform: rotate(45deg);
    transform-origin: center top;
    x: 7.5px;
    y: 6.5px;
}.burger-menu-open .m-burger-button__icon .middle {
    opacity: 0;
    x: 0;
}.burger-menu-open .m-burger-button__icon .bottom {
    transform: rotate(-45deg);
    transform-origin: center top;
    x: -7.5px;
    y: 6.5px;
}
@media (min-width: 1261px) {
    .m-burger-button {
        display: none;
    }
}
/* FIRST LEVEL */
.main-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
    list-style-type: none;
    transition: .3s;
}.main-menu .menu-item {
    position: relative;
}.main-menu .menu-item > :is(span, a) {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #111111;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    transition: .1s ease-in-out;
}
@media (min-width: 1261px) {
    .main-menu .menu-item .menu-btn {
        padding: 11px 15px;
        border: 1px solid var( --e-global-color-secondary );
        color: var( --e-global-color-secondary );
        background-color: #ffffff;
        font-weight: 600;
        transition: .3s;
    }.main-menu .menu-item .menu-btn:hover {
        color: #ffffff;
        background-color: var( --e-global-color-secondary );
    }.main-menu .menu-item:hover .mega-menu {
        display: block;
    }.main-menu .menu-item:hover > :is(span, a):not(.menu-btn) {
        font-weight: bold;
    }.main-menu .menu-item > :is(span, a) svg {
        margin-bottom: -3px;
    }
}
@media (max-width: 1260px) {
    .main-logo img {
        width: 130px;
    }
    .main-menu {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        transform: translateX(100%);
        background-color: #FFFFFF;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: calc(var(--menu-height) + 50px) 5.56% 40px 5.56%;
        overflow-x: hidden;
        z-index: -1;
    }.burger-menu-open .main-menu {
        transform: translateX(0);
    }.main-menu .menu-item {
        width: 100%;
    }.main-menu .menu-item > :is(span, a) {
        justify-content: space-between;
    }.main-menu .menu-item > :is(span, a) svg {
        transform: rotate(-90deg);
        width: 24px;
        height: 24px;
    }
}
/* MEGA MENU */
.mega-menu {
    position: fixed;
    left: 0;
    width: 100%;
    padding-left: 3.61%;
    padding-right: 3.61%;
}.mega-menu-container {
    border-radius: 8px;
    padding: 32px 40px !important;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 10px 20px 0px #0000001A;
    margin-top: 35px !important;
}.mega-menu-left {
    width: 26.04%;
    border-right: 1px solid #D9D9D9;
}.mega-menu-title {
    font-size: 31px;
    line-height: 140%;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
}a.mega-menu-parent-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    display: block;
    text-decoration: underline;
    color: var( --e-global-color-secondary );
    transition: .3s;
}a.mega-menu-parent-link svg {
    fill: var( --e-global-color-secondary );
    transition: .3s;
}a.mega-menu-parent-link:hover, a.mega-menu-parent-link:hover svg  {
    color: var(--e-global-color-primary);
    fill: var(--e-global-color-primary);
}
.mega-menu-center {
    width: 31.21%;
    border-right: 1px solid #D9D9D9;
}.mega-menu-submenu {
    list-style-type: none;
    position: relative;
}.submenu-item:not(:last-child) {
    margin-bottom: 24px;
}.mega-menu a.submenu-link {
    font-weight: 400;
    color: #111111;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    transition: .3s;
}.mega-menu .submenu-link svg {
    margin-left: 6px;
    transition: .3s;
}.mega-menu a.submenu-link:hover {
    color: var( --e-global-color-primary );
    text-decoration: underline;
}.submenu-link:hover svg {
    fill: var( --e-global-color-primary );
}
.mega-menu-right {
    width: 42.6%;
}.menu-push {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 265px;
    border-radius: 12px;
    margin-left: 69px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    padding: 40px 24px;
    transition: .3s;
}.menu-push::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #15334A;
    opacity: .5;
}.push-text {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.4;
    font-weight: 400;
    display: block;
}.mega-menu a.push-link {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: 14px;
    line-height: 140%;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: underline;
}.mega-menu a.push-link svg {
    transition: .3s;
}.mega-menu a.push-link:hover svg {
    transform: translateX(5px);
}
@media (min-width: 1261px) {
    .mega-menu {
        display: none;
    }.subsubmenu-open .menu-push {
        margin-left: 335px;
    }
}
@media (max-width: 1260px) {
    .mega-menu {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        transform: translateX(100%);
        background-color: #FFFFFF;
        display: block;
        padding: calc(var(--menu-height) + 50px) 5.56% 40px 5.56%;
        max-height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 1;
    }.mega-menu.active {
        transform: translateX(0);
    }.mega-menu-container {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        border-radius: 0;
        padding: 0 !important;
        box-shadow: initial;
        margin-top: 0 !important;
        gap: 24px !important;
    }.mega-menu-left {
        width: 100%;
        border-right: initial;
        border-bottom: 1px solid #D9D9D9;
        padding-bottom: 24px;
    }.mega-menu-center {
        width: 100%;
        border-right: initial;
        border-bottom: 1px solid #D9D9D9;
        padding-bottom: 24px;
    }.mega-menu-submenu {
        padding: 0;
    }.submenu-link {
        display: flex;
        justify-content: space-between;
    }.submenu-link svg {
        width: 24px;
        height: 24px;
    }.mega-menu-right {
        width: 100%;
        padding-bottom: 40px;
    }.menu-push {
        margin-left: 0;
    }.push-text {
        line-height: 1.2;
    }
}
/* SUB SUB MENU */
.mega-menu-subsubmenu {
    position: fixed;
    top: calc(var(--menu-height) + 99px);
    width: 250px;
    min-height: 265px;
    list-style-type: none;
    padding: 0;
    background-color: #ffffff;
    z-index: 1;
    transition: .3s;
}.subsubmenu-item:not(:last-child) {
    margin-bottom: 16px;
}.mega-menu a.subsubmenu-link {
    font-weight: 400;
    color: #111111;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    transition: .3s;
}.mega-menu a.subsubmenu-link:hover {
    color: var( --e-global-color-primary );
    text-decoration: underline;
}
@media (min-width: 1261px) {
    .mega-menu-subsubmenu {
        visibility: hidden;
        opacity: 0;
    }.admin-bar .main-header:not(.elementor-sticky--effects) .mega-menu-subsubmenu {
        top: calc(var(--menu-height) + 99px + var(--wp-admin--admin-bar--height));
    }.mega-menu-subsubmenu::after { /* Grow subsub menu hover zone to prevent closing it before reaching it  */
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        transform: translateX(-100%);
        width: 75%;
        height: 100%;
    }.submenu-item:hover .mega-menu-subsubmenu {
        visibility: visible;
        opacity: 1;
    }
}@media (min-width: 1261px) and (max-width: 1553px) {
    .mega-menu-subsubmenu {
        transform: translateX(28.3vw);
    }.submenu-item:hover .mega-menu-subsubmenu {
        transform: translateX(29.3vw);
    }
}@media (min-width: 1554px) {
    .mega-menu-subsubmenu {
        transform: translateX(165%);
    }.submenu-item:hover .mega-menu-subsubmenu {
        transform: translateX(182%);
    }
}
@media (max-width: 1260px) {
    .mega-menu-subsubmenu {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        transform: translateX(100%);
        background-color: #FFFFFF;
        display: block;
        padding: calc(var(--menu-height) + 50px) 5.56% 40px 5.56%;
        z-index: 2;
    }.mega-menu-subsubmenu.active {
        transform: translateX(0);
    }
}
/* Menu back */
.mega-menu-back {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}.mega-menu-back span {
    font-size: 16px;
    line-height: 140%;
}
@media (min-width: 1261px) {
    .mega-menu-back {
        display: none;
    }
}
/* Social medias mobile */
@media (max-width: 1260px) {
    .main-header .main-menu .menu-mobile-sm {
        display: flex;
        gap: 24px;
    }.main-header .main-menu .elementor-icon.elementor-social-icon {
        color: #fff;
        background-color: #fff;
        width: inherit;
        height: initial;
    }.main-header .main-menu .elementor-icon.elementor-social-icon svg {
        fill: #111;
        transform: initial;
    }
}