/*!
README - STYLEGUIDE BRIEFLY
Find the style by section component, using Find or CTRL + F
HEADER STYLE, BREADCRUMB STYLE, BANNER STYLE, CONTENT STYLE, LISTING STYLE, FOOTER STYLE
Make this stylesheet still readable and after using this file, dont forget to use beautify after development
Thankyou Whello Developer
*/
.site-header {
    --size-width-logo-header: 121px;
    --size-height-logo-header: 48px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    background-color: var(--transparent);
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: var(--duration);
    -o-transition: var(--duration);
    -moz-transition: var(--duration);
    transition: var(--duration);
    pointer-events: none;
}

.site-header .navbar-header>.container>div,
.site-header.sticky-up .navbar-header>.container>nav,
.site-header:not(.sticky-active) .navbar-header>.container>nav,
.site-header .navbar-header>.container>button {
    pointer-events: auto;
}

.site-header .navbar-header {
    height: var(--height-header);
}

.site-header .navbar-header>.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}

.site-header .site-branding a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.site-header .site-branding img {
    width: var(--size-width-logo-header);
    height: var(--size-height-logo-header);
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left;
}

.site-header .main-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.site-header .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
}

.site-header .menu-item,
.site-footer li {
    list-style: none;
}

.site-header .menu .menu-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-top: 0px;
}

.site-header .menu-item:not([class*="btn-"]) a {
    color: var(--black);
}

.site-header .menu>.menu-item-has-children>a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 100%;
}

/* .menu .current-menu-item>a {
    font-weight: 600;
} */

.site-header .sub-menu>.menu-item>a {
    display: block;
    text-align: left;
}

.menu-item-has-children>.icon-submenu {
    display: block;
    width: 9px;
    height: 9px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    cursor: pointer;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' viewBox='0 0 9 5' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.7842 4.88438C4.62722 5.03854 4.37276 5.03854 4.21578 4.88438L0.117729 0.85993C-0.0392429 0.705773 -0.0392429 0.455879 0.117729 0.301722L0.307216 0.115618C0.464187 -0.0385393 0.718689 -0.0385393 0.875666 0.115618L4.49999 3.67486L8.12434 0.115618C8.28132 -0.0385393 8.53578 -0.0385393 8.69276 0.115618L8.88227 0.301722C9.03924 0.455879 9.03924 0.705773 8.88227 0.85993L4.7842 4.88438Z' fill='%23202321'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* .menu-item-has-children>.icon-submenu:before,
.menu-item-has-children>.icon-submenu:after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% - 6px);
    z-index: 1;
    display: block;
    width: 7px;
    height: 1px;
    margin: 0;
    background-color: var(--black);
    transition: var(--transition);
} */

/* .menu-item-has-children>.icon-submenu:before {
    transform: translate(-100%, -50%) rotate(45deg);
    left: calc(100% - 5px);
} */

/* .menu-item-has-children>.icon-submenu:after {
    transform: translate(-25%, -50%) rotate(-45deg);
    left: calc(100% - 6px);
}

.menu-item-has-children.menu-item-active>.icon-submenu:before {
    transform: translate(-100%, -50%) rotate(-45deg);
}

.menu-item-has-children.menu-item-active>.icon-submenu:after {
    transform: translate(-25%, -50%) rotate(45deg);
} */

/* .menu-item-has-children.menu-item-active>.icon-submenu:before,
.menu-item-has-children.menu-item-active>.icon-submenu:after {
    background-color: var(--black);
} */

.site-header .menu-item-has-children .sub-menu {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0px;
}

.site .hamburger-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
    width:25px;
    padding: 0px;
    cursor: pointer;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    -moz-transition: var(--transition);
    transition: var(--transition);
}

.hamburger-menu span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--black-500);
    -webkit-transform: rotate(0deg) translate(0px);
       -moz-transform: rotate(0deg) translate(0px);
        -ms-transform: rotate(0deg) translate(0px);
         -o-transform: rotate(0deg) translate(0px);
            transform: rotate(0deg) translate(0px);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    -moz-transition: var(--transition);
    transition: var(--transition);
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
}

.hamburger-menu span:not(:last-child) {
    margin-bottom: 5px;
}

.hamburger-menu span:nth-child(2) {
    width: -webkit-calc(100% - 6px);
    width: -moz-calc(100% - 6px);
    width: calc(100% - 6px);
}

.hamburger-menu span:last-child {
    width: -webkit-calc(100% - 3px);
    width: -moz-calc(100% - 3px);
    width: calc(100% - 3px);
}

.toggle-onactive .hamburger-menu span:first-child {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
       -moz-transform: rotate(45deg) translate(5px, 5px);
        -ms-transform: rotate(45deg) translate(5px, 5px);
         -o-transform: rotate(45deg) translate(5px, 5px);
            transform: rotate(45deg) translate(5px, 5px);
}

.toggle-onactive .hamburger-menu span:nth-child(2) {
    -webkit-transform: translateX(50%);
       -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
         -o-transform: translateX(50%);
            transform: translateX(50%);
    opacity: 0;
}

.toggle-onactive .hamburger-menu span:last-child {
    -webkit-transform: rotate(-45deg) translate(7px, -6px);
       -moz-transform: rotate(-45deg) translate(7px, -6px);
        -ms-transform: rotate(-45deg) translate(7px, -6px);
         -o-transform: rotate(-45deg) translate(7px, -6px);
            transform: rotate(-45deg) translate(7px, -6px);
    width: 100%;
}

html.noprevent-scroll {
    overflow: hidden;
}

.btn-header-wrapper {
    --padding-btn-menu: 15px 31px;
}

.btn-header-wrapper a {
    padding: var(--padding-btn-menu);
    -webkit-border-radius: var(--rounded-full);
       -moz-border-radius: var(--rounded-full);
            border-radius: var(--rounded-full);
    border: 1px solid var(--orange);
    color: var(--orange);
    background-color: var(--beige);
    font-weight: 500;
}

.btn-header-wrapper a:hover {
    background-color: var(--orange);
    color: var(--white);
}

.col-megamenu-orange.wpb_column>.vc_column-inner>.wpb_wrapper {
    background-color: var(--beige);
    -webkit-border-radius: var(--rounded-xl);
       -moz-border-radius: var(--rounded-xl);
            border-radius: var(--rounded-xl);
    padding: 32px 16px;
    overflow: hidden;
}

.menu-item-has-megamenu .whello-mm-left-nav .wpb_column h2,
.menu-item-has-megamenu .whello-mm-left-nav .wpb_column h3 {
    font-size: var(--text-xl);
    font-family: var(--fontfamily-switzer);
    letter-spacing: -0.72px;
    line-height: var(--lineheight-sm);
    margin-bottom: 0;
}

.menu-item-has-megamenu .wpb_column .wpb_text_column {
    padding-left: 8px;
    padding-right: 8px;
}

.sub-text-megamenu * {
    color: rgba(32, 35, 33, 0.5);
}

.mm-trigger-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px;
    -webkit-border-radius: var(--rounded-full);
    -moz-border-radius: var(--rounded-full);
            border-radius: var(--rounded-full);
    -webkit-transition: var(--duration);
    -o-transition: var(--duration);
    -moz-transition: var(--duration);
    transition: var(--duration);
}

.mm-trigger-link.hover-active,
.mm-trigger-link:hover {
    background-color: var(--white);
}

.mm-trigger-link img {
    min-width: 40px;
    min-height: 40px;
    height: 40px;
    width: 40px;
}

.mm-trigger-link span {
    padding-left: 16px;
    font-family: var(--fontfamily-switzer);
    color: var(--black-800);
}

.mm-trigger-link.hover-active img:first-child,
.mm-trigger-link:not(.hover-active):not(:hover) img+img,
.mm-trigger-link:hover img:first-child  {
    display: none;
}

.whello-mm-left-nav {
    padding: 32px 16px;
    background: var(--beige);
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
            border-radius: 24px;
    overflow: hidden;
}

.mm-left-heading {
    font-family: var(--fontfamily-switzer);
    font-size: 24px;
    color: var(--green);
    margin: 0;
    line-height: 1.4;
    font-weight: 600;
    padding: 0px 8px;
}

.mm-left-label {
    padding: 0px 8px;
}

.vc_row.row-content-insights-megamenu ul,
.vc_row.row-content-cases-megamenu ul {
    list-style-type: none;
    padding-left: 0;
}

.vc_row.row-content-insights-megamenu ul li+li,
.vc_row.row-content-cases-megamenu ul li+li {
    margin-top: 16px;
}

.vc_row.row-content-insights-megamenu ul li a,
.vc_row.row-content-cases-megamenu ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0;
    color: var(--black-800);
}

.vc_row.row-content-insights-megamenu ul li a:hover,
.vc_row.row-content-cases-megamenu ul li a:hover {
    color: var(--orange);
}

.menu-count-badge {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(238, 83, 0, 0.1);
    color: var(--orange);           
    font-size: 12px;
    font-weight: 600;
    width: 18px;
    height: 18px;
    -webkit-border-radius: var(--rounded-full);
        -moz-border-radius: var(--rounded-full);
            border-radius: var(--rounded-full);
    margin-left: 8px;
    vertical-align: middle;
    line-height: 1;
}

.site-header .menu-item:not(.btn-header):not(.menu-item-has-megamenu):not(.current-menu-item):hover > a{
    color: var(--orange);
}

.whello-custom-megamenu-wrapper.megamenu-oplossingen .whello-mm-right-content {
    overflow: hidden;
    -webkit-border-radius: var(--rounded-xl);
    -moz-border-radius: var(--rounded-xl);
            border-radius: var(--rounded-xl);
    background-color: var(--beige);
}

.vc_row.row-content-insights-megamenu,
.vc_row.row-content-cases-megamenu {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
}

.vc_row.row-content-insights-megamenu>.wpb_column,
.vc_row.row-content-cases-megamenu>.wpb_column {
    width: auto;
}

.vc_row.row-content-insights-megamenu>.wpb_column:first-of-type>.vc_column-inner>.wpb_wrapper,
.vc_row.row-content-cases-megamenu>.wpb_column:first-of-type>.vc_column-inner>.wpb_wrapper {
    padding: 32px;
}

.vc_row.row-content-insights-megamenu>.wpb_column:first-of-type,
.vc_row.row-content-insights-megamenu>.wpb_column:last-of-type {
    width: 304px;
}

.vc_row.row-content-op-megamenu>.wpb_column {
    width: 336px;
}

.whello-custom-megamenu-wrapper.megamenu-oplossingen {
    gap: 16px;
}

.whello-custom-megamenu-wrapper.megamenu-oplossingen .label-cta {
    font-size: 13px;
}

.whello-custom-megamenu-wrapper.megamenu-oplossingen .vc_row.row-content-op-megamenu .vc_row {
    padding: 0px 32px 32px;
}


/* >= DESKTOP & LAPTOP */
@media all and (min-width: 1300px) {
    .admin-bar .site-header {
        top: 48px;
    }

    .site-header .hamburger-menu {
        display: none;
    }

    .site-header .menu .menu-item {
        width: auto;
        margin-bottom: 0;
    }

    .site-header .main-navigation {
        position: relative;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .site-header .main-navigation {
        height: -webkit-calc(100% - 40px);
        height: -moz-calc(100% - 40px);
        height: calc(100% - 40px);
    }

    .site-header .main-navigation .main-navbar,
    .site-header .main-navigation .menu,
    .site-header .menu>.menu-item-has-children {
        height: 100%;
    }

    .site-header .menu>.menu-item-has-children>a {
        width: 100%;
        padding-right: 17px;
    }

    .menu-item .menu-item-has-children>.icon-submenu {
        opacity: 0;
    }

    .menu-item-has-children>.icon-submenu {
        position: absolute;
        top: 50%;
        left: 100%;
        z-index: 1;
        -webkit-transform: translate(-100%, -50%);
           -moz-transform: translate(-100%, -50%);
            -ms-transform: translate(-100%, -50%);
             -o-transform: translate(-100%, -50%);
                transform: translate(-100%, -50%);
    }

    .sub-menu>.menu-item-has-children>.icon-submenu {
        left: auto;
        right: 0;
    }

    .menu-item-has-children:hover>.icon-submenu:before,
    .menu-item-has-children.menu-item-active>.icon-submenu:before {
        -webkit-transform: translate(-100%, -50%) rotate(-45deg);
           -moz-transform: translate(-100%, -50%) rotate(-45deg);
            -ms-transform: translate(-100%, -50%) rotate(-45deg);
             -o-transform: translate(-100%, -50%) rotate(-45deg);
                transform: translate(-100%, -50%) rotate(-45deg);
    }

    .menu-item-has-children:hover>.icon-submenu:after,
    .menu-item-has-children.menu-item-active>.icon-submenu:after {
        -webkit-transform: translate(-25%, -50%) rotate(45deg);
           -moz-transform: translate(-25%, -50%) rotate(45deg);
            -ms-transform: translate(-25%, -50%) rotate(45deg);
             -o-transform: translate(-25%, -50%) rotate(45deg);
                transform: translate(-25%, -50%) rotate(45deg);
    }

    .menu-item-has-children:hover>.icon-submenu:before,
    .menu-item-has-children:hover>.icon-submenu:after,
    .menu-item-has-children.menu-item-active>.icon-submenu:before,
    .menu-item-has-children.menu-item-active>.icon-submenu:after {
        background-color: var(--black);
    }

    .site-header .menu-item-has-children .sub-menu {
        width: 235px;
        padding: 10px 0;
    }

    .site-header .menu-item-has-children .sub-menu {
        position: absolute;
        z-index: 2;
        opacity: 0;
        border: 1px solid var(--gray-300);
        -webkit-box-shadow: var(--shadow);
           -moz-box-shadow: var(--shadow);
                box-shadow: var(--shadow);
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        visibility: hidden;
        background-color: var(--white);
        -webkit-transition: var(--transition);
        -o-transition: var(--transition);
        -moz-transition: var(--transition);
        transition: var(--transition);
    }

    .menu>.menu-item-has-children>.sub-menu {
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, 10px);
           -moz-transform: translate(-50%, 10px);
            -ms-transform: translate(-50%, 10px);
             -o-transform: translate(-50%, 10px);
                transform: translate(-50%, 10px);
    }

    .sub-menu>.menu-item-has-children>.sub-menu {
        top: -10px;
        left: 100%;
        -webkit-transform: translateX(10px);
           -moz-transform: translateX(10px);
            -ms-transform: translateX(10px);
             -o-transform: translateX(10px);
                transform: translateX(10px);
    }

    .site-header .menu-item-has-children:hover>.sub-menu,
    .site-header .menu-item-has-children.menu-item-active>.sub-menu {
        opacity: 1;
        visibility: visible;
    }

    .menu>.menu-item-has-children:hover>.sub-menu,
    .menu>.menu-item-has-children.menu-item-active>.sub-menu {
        -webkit-transform: translate(-50%, 0);
           -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
             -o-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
    }

    .sub-menu>.menu-item-has-children:hover>.sub-menu,
    .sub-menu>.menu-item-has-children.menu-item-active>.sub-menu {
        -webkit-transform: translateX(0);
           -moz-transform: translateX(0);
            -ms-transform: translateX(0);
             -o-transform: translateX(0);
                transform: translateX(0);
    }

    .site-header .menu-item-has-children .sub-menu:after,
    .site-header .menu-item-has-children .sub-menu:before {
        content: '';
        position: absolute;
        top: 0;
        z-index: 2;
        display: block;
        width: 0;
        height: 0;
        -webkit-transform: translate(-50%, -100%);
           -moz-transform: translate(-50%, -100%);
            -ms-transform: translate(-50%, -100%);
             -o-transform: translate(-50%, -100%);
                transform: translate(-50%, -100%);
    }

    .site-header .menu-item-has-children .sub-menu:after,
    .site-header .menu-item-has-children .sub-menu:before {
        left: 50%;
    }

    .site-header .menu-item-has-children .sub-menu:before {
        border-left: 11px solid var(--transparent);
        border-right: 11px solid var(--transparent);
        border-bottom: 11px solid var(--gray-300);
    }

    .site-header .menu-item-has-children .sub-menu:after {
        border-left: 10px solid var(--transparent);
        border-right: 10px solid var(--transparent);
        border-bottom: 10px solid var(--white);
    }

    .sub-menu>.menu-item-has-children>.sub-menu:before,
    .sub-menu>.menu-item-has-children>.sub-menu:after {
        -webkit-transform: rotate(-90deg) translate(-25px, -100%);
           -moz-transform: rotate(-90deg) translate(-25px, -100%);
            -ms-transform: rotate(-90deg) translate(-25px, -100%);
             -o-transform: rotate(-90deg) translate(-25px, -100%);
                transform: rotate(-90deg) translate(-25px, -100%);
    }

    .sub-menu>.menu-item-has-children>.sub-menu:before {
        left: -6px;
        border-bottom-color: var(--gray-300);
    }

    .sub-menu>.menu-item-has-children>.sub-menu:after {
        left: -4px;
    }

    .site-header .sub-menu>.menu-item>a {
        width: 100%;
        padding: 10px 20px;
    }

    .site-header .menu >.menu-item,
    .site-header .menu >.menu-item > a {
        height: 100%;
    }

    .site-header .menu >.menu-item > a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .site-header .menu>.menu-item-has-children.menu-item-active>a,
    .site-header .menu .menu-item:not([class*="btn-"]):hover>a {
        color: var(--black);
    }

    .site-header .main-navbar {
        padding: 0px 32px;
        height: 56px;
        -webkit-border-radius: var(--rounded-full);
           -moz-border-radius: var(--rounded-full);
                border-radius: var(--rounded-full);
        background-color: var(--white);
        -webkit-transition: var(--duration);
        -o-transition: var(--duration);
        -moz-transition: var(--duration);
        transition: var(--duration);
    }

    .site-header .site-branding {
        background-color: var(--white);
        width: 154px;
        padding: 0px 12px;
        height: 48px;
        -webkit-border-radius: var(--rounded-full);
           -moz-border-radius: var(--rounded-full);
                border-radius: var(--rounded-full);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .site-header.sticky-down .main-navbar {
        -webkit-transform: translateY(-webkit-calc(-100% - 24px));
           -moz-transform: translateY(-moz-calc(-100% - 24px));
            -ms-transform: translateY(calc(-100% - 24px));
             -o-transform: translateY(calc(-100% - 24px));
                transform: translateY(calc(-100% - 24px));
    }

    #site-navigation { position: relative; }

    .main-navigation li.menu-item-has-megamenu {
        position: relative !important; 
    }

    .megamenu-panel {
        --center-offset: 0px;
        position: absolute;
        top: -webkit-calc(100% + 32px);
        top: -moz-calc(100% + 32px);
        top: calc(100% + 32px);
        left: 50%;
        -webkit-transform: translateX(-webkit-calc(-50% + var(--center-offset)));
                -moz-transform: translateX(-moz-calc(-50% + var(--center-offset)));
                 -ms-transform: translateX(calc(-50% + var(--center-offset)));
                  -o-transform: translateX(calc(-50% + var(--center-offset)));
             transform: translateX(calc(-50% + var(--center-offset)));
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        max-width: 1200px;
        /* min-width: 410px; */
        background-color: var(--white);
        -webkit-border-radius: 40px;
           -moz-border-radius: 40px;
                border-radius: 40px;
        -webkit-box-shadow: 0 31px 59.6px 0 rgba(32, 35, 33, 0.20);
           -moz-box-shadow: 0 31px 59.6px 0 rgba(32, 35, 33, 0.20);
                box-shadow: 0 31px 59.6px 0 rgba(32, 35, 33, 0.20);
        padding: 16px;
        opacity: 0;
        visibility: hidden;
       -webkit-transition: opacity 0.3s ease, width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0.3s;
            -webkit-transition: opacity 0.3s ease, width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            transition: opacity 0.3s ease, width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            -o-transition: opacity 0.3s ease, width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0.3s, -o-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            -moz-transition: opacity 0.3s ease, width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0.3s, -moz-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            transition: opacity 0.3s ease, width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0.3s;
            transition: opacity 0.3s ease, width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -moz-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -o-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        z-index: 99;
        pointer-events: none;
    }

    /* Saat Menu di-Hover */
    .main-navigation li.menu-item-has-megamenu:hover .megamenu-panel {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        -webkit-transform: translate(-webkit-calc(-50% + var(--center-offset)), -10px);
                    -moz-transform: translate(-moz-calc(-50% + var(--center-offset)), -10px);
                     -ms-transform: translate(calc(-50% + var(--center-offset)), -10px);
                      -o-transform: translate(calc(-50% + var(--center-offset)), -10px);
             transform: translate(calc(-50% + var(--center-offset)), -10px);
    }

    .megamenu-panel::before {
        content: '';
        position: absolute;
        top: -30px;
        left: 0;
        width: 100%;
        height: 40px;
        background: transparent;
    }

    .whello-custom-megamenu-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        width: 100%;
        gap: 0px;
    }

    .whello-mm-right-content {
        white-space: nowrap; /* Mencegah elemen dalam konten turun baris sebelum diukur */
    }

    /* Mengembalikan normal wrapping untuk elemen di dalam konten kanan */
    .whello-mm-content-row {
        white-space: normal;
        display: block;
    }

    .megamenu-card {
        background: #f9f9f9;
        -webkit-border-radius: 16px;
           -moz-border-radius: 16px;
                border-radius: 16px;
        padding: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
    }

    .whello-custom-megamenu-wrapper.megamenu-oplossingen .whello-mm-left-nav {
        width: 304px !important;
    }

    .main-navigation .menu-item.menu-item-has-megamenu.hover-active > a,
    .main-navigation .menu-item.current-menu-item> a {
        position: relative;
        padding-left: 14px;
        z-index: 2;
    }

    .main-navigation .menu-item.menu-item-has-megamenu.hover-active > a:before,
    .main-navigation .menu-item.current-menu-item> a:before {
        width: 6px;
        height: 6px;
        background-color: var(--orange);
        -webkit-border-radius: var(--rounded-full);
        -moz-border-radius: var(--rounded-full);
                border-radius: var(--rounded-full);
        position: absolute;
        content: '';
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 1;
    }

    .main-navigation .menu-item.menu-item-has-megamenu.hover-active::before,
    .main-navigation .menu-item.menu-item-has-megamenu.current-menu-item:before,
    .main-navigation .menu-item.current-menu-item:before {
        content: '';
        position: absolute;
        height: -webkit-calc(100% - 16px);
        height: -moz-calc(100% - 16px);
        height: calc(100% - 16px);
        width: -webkit-calc(100% + 40px);
        width: -moz-calc(100% + 40px);
        width: calc(100% + 40px);
        -webkit-border-radius: var(--rounded-full);
        -moz-border-radius: var(--rounded-full);
                border-radius: var(--rounded-full);
        background-color: var(--beige);
        left: -20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 1;
        pointer-events: none;
    }

    .vc_row.row-content-cases-megamenu>.wpb_column:first-of-type,
    .vc_row.row-content-cases-megamenu>.wpb_column:last-of-type {
        width: 410px;
    }

    .mm-mobile-arrow {
        display: none;
    }

    .whello-custom-megamenu-wrapper.megamenu-oplossingen {
        min-width: max-content;
        width: 100%;
    }

    .whello-custom-megamenu-wrapper.megamenu-oplossingen .whello-mm-right-content {
        width: 100%;
    }

    .site-header .menu-item:not(.menu-item-has-megamenu).menu-item-has-children .sub-menu {
        border: 16px solid var(--white);
        background-color: var(--beige);
        padding: 16px;
        margin-top: 20px;
        -webkit-border-radius: 40px;
           -moz-border-radius: 40px;
                border-radius: 40px;
        -webkit-box-shadow: 0 31px 59.6px 0 rgba(32, 35, 33, 0.20);
           -moz-box-shadow: 0 31px 59.6px 0 rgba(32, 35, 33, 0.20);
                box-shadow: 0 31px 59.6px 0 rgba(32, 35, 33, 0.20);
    }

    .site-header .menu-item:not(.menu-item-has-megamenu).menu-item-has-children .sub-menu a {
        -webkit-border-radius: var(--rounded-full);
           -moz-border-radius: var(--rounded-full);
                border-radius: var(--rounded-full);
    }

    .site-header .menu-item:not(.menu-item-has-megamenu).menu-item-has-children .current-menu-item a {
        background-color: var(--white);
        position: relative;
        padding-left: 32px;
    }

    .site-header .menu-item:not(.menu-item-has-megamenu).menu-item-has-children .current-menu-item a:before {
        content: '';
        display: inline-block;
        width: 8px;
        left: 16px;
        height: 8px;
        -webkit-border-radius: var(--rounded-full);
           -moz-border-radius: var(--rounded-full);
                border-radius: var(--rounded-full);
        background-color: var(--orange);
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}



/* >= LARGE DESKTOP */
@media all and (min-width: 1600px) {
    .site-header .menu>.menu-item:not(:last-child) {
        margin-right: 32px;
    }
}



/* >= DESKTOP & LAPTOP && < LARGE DESKTOP */
@media all and (min-width: 1300px) and (max-width: 1599px) {
    .site-header .menu>.menu-item:not(:last-child) {
        margin-right: 32px;
    }

    .site-header .menu>.menu-item:last-child>.sub-menu {
        left: auto;
        right: 0;
        -webkit-transform: translate(0, 0);
           -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
             -o-transform: translate(0, 0);
                transform: translate(0, 0);
    }

    .site-header .menu>.menu-item:last-child:hover>.sub-menu {
        left: auto;
        right: 0;
        -webkit-transform: translate(0, 0);
           -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
             -o-transform: translate(0, 0);
                transform: translate(0, 0);
    }

    .site-header .menu>.menu-item:last-child .sub-menu:after,
    .site-header .menu>.menu-item:last-child .sub-menu:before {
        left: auto;
        right: 0;
    }

    .site-header .menu>.menu-item:last-child .sub-menu:before {
        right: -2px;
    }

    .site-header .menu>.menu-item:nth-last-child(-n + 2) .menu-item-has-children>.sub-menu {
        left: auto;
        right: 100%;
        -webkit-transform: translateX(-10px);
           -moz-transform: translateX(-10px);
            -ms-transform: translateX(-10px);
             -o-transform: translateX(-10px);
                transform: translateX(-10px);
    }

    .site-header .menu>.menu-item:nth-last-child(-n + 2) .menu-item-has-children:hover>.sub-menu {
        -webkit-transform: translateX(0);
           -moz-transform: translateX(0);
            -ms-transform: translateX(0);
             -o-transform: translateX(0);
                transform: translateX(0);
    }

    .site-header .menu>.menu-item:nth-last-child(-n + 2) .menu-item-has-children>.sub-menu::before,
    .site-header .menu>.menu-item:nth-last-child(-n + 2) .menu-item-has-children>.sub-menu::after {
        -webkit-transform: rotate(90deg) translate(100%, 6px);
           -moz-transform: rotate(90deg) translate(100%, 6px);
            -ms-transform: rotate(90deg) translate(100%, 6px);
             -o-transform: rotate(90deg) translate(100%, 6px);
                transform: rotate(90deg) translate(100%, 6px);
        left: 100%;
    }

    .site-header .menu>.menu-item:nth-last-child(-n + 2) .menu-item-has-children>.sub-menu::before {
        left: -webkit-calc(100% + 1px);
        left: -moz-calc(100% + 1px);
        left: calc(100% + 1px);
        top: 0;
    }

    .site-header .menu>.menu-item:nth-last-child(-n + 2) .menu-item-has-children>.sub-menu::after {
        top: 2px;
    }
}



/* <= LARGE TABLET */
@media all and (max-width: 1299px) {
    html[lang] {
        margin-top: 0 !important;
    }

    #wpadminbar {
        display: none;
    }

    .site-header {
        --size-width-logo-header: 100px;
    }

    .site-header.toggle-onactive {
        background-color: var(--white);
    }

    .site .hamburger-menu {
        margin-left: auto;
    }

    .site-header .main-navigation {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: -webkit-calc(100vh - 100%);
        height: -moz-calc(100vh - 100%);
        height: calc(100vh - 100%);
        opacity: 0;
        visibility: hidden;
        background-color: var(--white);
        -webkit-transform: translateY(-10px);
           -moz-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
             -o-transform: translateY(-10px);
                transform: translateY(-10px);
        -webkit-transition: var(--transition);
        -o-transition: var(--transition);
        -moz-transition: var(--transition);
        transition: var(--transition);
    }

    .site-header .main-navigation {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .site-header.toggle-onactive .main-navigation {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
    }

    .site-header .main-navigation .main-navbar {
        width: 100%;
        padding: 16px 24px 24px;
        max-height: -webkit-calc(100vh - 80px);
        max-height: -moz-calc(100vh - 80px);
        max-height: calc(100vh - 80px);
        overflow: hidden auto;
    }

    .site-header .menu {
        padding-left: 0;
    }

    .main-navigation .menu-item:not(:last-child) {
        margin-bottom: 16px;
    }

    .site-header .menu>.menu-item-has-children>a {
        width: auto;
        margin-right: 5px;
    }

    .menu-item-has-children>.icon-submenu {
        position: relative;
    }

    .main-navigation .menu-item-has-children>.sub-menu {
        width: 100%;
        max-height: 0;
        padding-left: 16px;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: var(--transition);
        -o-transition: var(--transition);
        -moz-transition: var(--transition);
        transition: var(--transition);
    }

    .main-navigation .menu-item-has-children:not(.menu-item-active)>.sub-menu {
        overflow: hidden;
    }

    .main-navigation .menu-item-has-children.menu-item-active>.sub-menu {
        max-height: 10000px;
        padding: 16px 0 8px 16px;
        opacity: 1;
        visibility: visible;
    }

    .site-header.sticky-active {
        background-color: var(--white);
    }



    .site-header .main-navigation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .site-header .btn-nav-header-mobile {
        padding: 16px 24px 24px;
    }

    .btn-header-wrapper {
        --padding-btn-menu: 9px 23px;
    }

    .site-header .main-navbar >.menu>.menu-item {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 0;
    }

    .site-header .main-navbar >.menu>.menu-item>a {
        width: -webkit-calc(100% - 24px);
        width: -moz-calc(100% - 24px);
        width: calc(100% - 24px);
        padding: 12px 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
                z-index: 4;
    }

    .site-header .main-navbar >.menu>.menu-item + .menu-item {
        border-top: 1px solid #dcd9d9;
        margin-top: 0;
    }

    .site-header .main-navbar >.menu>.menu-item>.icon-submenu {
        position: relative;
        width: 12px;
        height: 12px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 4;
                z-index: 4;
    }

    .site-header .main-navbar >.menu>.menu-item>.icon-submenu:before {
        content: '';
        display: block;
        top: -15px;
        width: 36px;
        height: 42px;
        background: transparent;
        right: 0;
        position: absolute;
        z-index: 4;
    }

    .site-header .main-navbar >.menu>.menu-item .megamenu-panel {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
           -moz-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }

    .megamenu-panel {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        -webkit-transform: none !important;
           -moz-transform: none !important;
            -ms-transform: none !important;
             -o-transform: none !important;
                transform: none !important;
        display: none;
        visibility: visible !important;
        opacity: 1 !important;
        -webkit-box-shadow: none !important;
           -moz-box-shadow: none !important;
                box-shadow: none !important;
    }

    .site-header .main-navbar >.menu>.menu-item.menu-item-active .megamenu-panel {
        display: block;
    }

    .whello-custom-megamenu-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        width: 100%;
        padding: 0 
    }

    .site-header .megamenu-panel {
        display: none;
    }

    .whello-mm-content-row {
        display: none; /* Sembunyikan default */
        opacity: 1 !important;
        padding: 15px 0;
    }
    /* Class pemicu tampil di mobile */
    .mm-open-mobile {
        display: block !important;
    }

    .site-header .megamenu-panel {
        border: none;
        margin-bottom: 32px;
        margin-top: 16px;
    }

.mm-trigger-link {
        position: relative;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-right: 60px !important; /* Beri ruang untuk tombol bulat */
    }

    /* Tombol Lingkaran Putih */
    .mm-mobile-arrow {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 36px;
        height: 36px;
        background-color: #ffffff;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
           -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
                box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        z-index: 20; /* Pastikan di atas link */
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        cursor: pointer;
        -webkit-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

    /* Bentuk Panah di Dalam Lingkaran */
    .mm-mobile-arrow::after {
        content: '';
        width: 8px;
        height: 8px;
        border-right: 2px solid #333;
        border-bottom: 2px solid #333;
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg); /* Panah ke kanan */
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: -o-transform 0.3s ease;
        -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
        margin-right: 3px; /* Penyesuaian optik agar di tengah */
    }

    /* Animasi Panah saat Aktif */
    .active-mm-trigger .mm-mobile-arrow::after {
        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg); /* Panah ke bawah */
        margin-right: 0;
        margin-top: -3px;
    }
    
    /* Warna saat ditekan (feedback visual) */
    .mm-mobile-arrow:active {
        background-color: #f0f0f0;
    }

    .mm-trigger-link span.mm-mobile-arrow {
        padding-left: 0;
    }

    .mm-trigger-link.active-mm-trigger span.mm-mobile-arrow {
        background-color: var(--orange);
    }

    .mm-trigger-link.active-mm-trigger span.mm-mobile-arrow:after {
        -webkit-filter: brightness(100) invert(0);
                filter: brightness(100) invert(0);
    }

    .vc_row.row-content-op-megamenu>.wpb_column {
        width: 100%;
    }

    .vc_row.row-content-insights-megamenu>.wpb_column:first-of-type>.vc_column-inner>.wpb_wrapper,
    .vc_row.row-content-cases-megamenu>.wpb_column:first-of-type>.vc_column-inner>.wpb_wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }

    .site-header .main-navbar >.menu>.menu-item.menu-item-active>.icon-submenu {
        margin-bottom: 32px;
        -webkit-transform: rotate(180deg);
           -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg);
    }
}




@media all and (min-width: 901px) and (max-width: 1299px) {
    .whello-custom-megamenu-wrapper {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }

    .whello-mm-left-nav {
        width: 33.3333333333% !important;
    }
}

@media all and (min-width: 701px) and (max-width: 1299px) {
    .vc_row.row-content-insights-megamenu>.wpb_column, 
    .vc_row.row-content-cases-megamenu>.wpb_column,
    .vc_row.row-content-insights-megamenu>.wpb_column:first-of-type, 
    .vc_row.row-content-insights-megamenu>.wpb_column:last-of-type {
        width: 50%;
    }


}

@media all and (max-width: 900px) {
    .whello-mm-left-nav {
        width: 100% !important;
    }
}


@media all and (min-width: 601px) and (max-width: 900px) {
    .whello-custom-megamenu-wrapper.megamenu-oplossingen {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 0;
    }

    .whello-custom-megamenu-wrapper.megamenu-oplossingen .whello-mm-left-nav {
        width: 50% !important;
    }
    
    .whello-mm-right-content {
        width: -webkit-calc(50% - 24px);
        width: -moz-calc(50% - 24px);
        width: calc(50% - 24px);
    }
}

@media all and (max-width: 700px) {
    .vc_row.row-content-insights-megamenu>.wpb_column, 
    .vc_row.row-content-cases-megamenu>.wpb_column,
    .vc_row.row-content-insights-megamenu>.wpb_column:first-of-type, 
    .vc_row.row-content-insights-megamenu>.wpb_column:last-of-type {
        width: 100%;
    }

    .vc_row.row-content-insights-megamenu,
    .vc_row.row-content-cases-megamenu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}