/* Start custom CSS *//* Hide the menu item by default (desktop) */
.dynamic-content-megamenu-menuitem10663 {
  display: none !important;
}

/* Show on tablet and mobile only */
@media (max-width: 1024px) {
  .dynamic-content-megamenu-menuitem10663 {
    display: block !important;
  }
}/* End custom CSS */