#hs_menu_wrapper_module_17728123901896_navigation_primary.hs-menu-wrapper
> ul
li.hs-menu-item:nth-of-type(5)
> ul.hs-menu-children-wrapper
> li.hs-menu-item.hs-menu-depth-2.hs-item-has-children
> ul.hs-menu-children-wrapper {

  top: 0;
}

@media screen and (min-width: 981px) {
  /* RESOURCES MEGA MENU */
  #hs_menu_wrapper_module_17728123901896_navigation_primary.hs-menu-wrapper > ul > li.hs-menu-item:nth-of-type(5) {
    position: static;
  }

  /* Mega menu grid layout */
  #hs_menu_wrapper_module_17728123901896_navigation_primary.hs-menu-wrapper 
  > ul > li.hs-menu-item:nth-of-type(5) 
  > ul.hs-menu-children-wrapper {

    display: grid;
    /*grid-template-columns: repeat(5, minmax(150px, max-content));*/
    grid-template-columns: .6fr 1.2fr 1fr 1.8fr 1fr !important;

    grid-template-areas:
      "col1a col2a col3 col4 col5"
      "col1b col2b .    .    ."
      "col1c col2c .    .    ."
      ".     col2d .    .    ."
      ".     col2e .    .    .";

    gap: 0 40px;
    max-width: 1200px;
    background-color: transparent;
    padding: 1em 0 10em;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: none;
  }
    #hs_menu_wrapper_module_17728123901896_navigation_primary.hs-menu-wrapper 
  > ul > li.hs-menu-item:nth-of-type(5) 
    > ul.hs-menu-children-wrapper::before {
      content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw; 
  left: 50%;
  transform: translateX(-50%);
  background-color: #434343; 
  z-index: -1; 
      box-shadow: 0px 4px 10px 0px #c1c1c1;
    }
 


  /* ---- Column 1 (items 1–3) ---- */

  #hs_menu_wrapper_module_17728123901896_navigation_primary.hs-menu-wrapper 
  > ul 
  > li.hs-menu-item:nth-of-type(5) 
  > ul.hs-menu-children-wrapper 
  > li:nth-of-type(3) { grid-area: col1a; }

  #hs_menu_wrapper_module_17728123901896_navigation_primary.hs-menu-wrapper 
  > ul 
  > li.hs-menu-item:nth-of-type(5) 
  > ul.hs-menu-children-wrapper 
  > li:nth-of-type(4) { grid-area: col1b; }

  #hs_menu_wrapper_module_17728123901896_navigation_primary.hs-menu-wrapper 
  > ul 
  > li.hs-menu-item:nth-of-type(5) 
  > ul.hs-menu-children-wrapper 
  > li:nth-of-type(5) { grid-area: col1c; }



  /* ---- Column 2 (items 4–8) ---- */

  #hs_menu_wrapper_module_17728123901896_navigation_primary.hs-menu-wrapper 
  > ul 
  > li.hs-menu-item:nth-of-type(5) 
  > ul.hs-menu-children-wrapper 
  > li:nth-of-type(6) { grid-area: col2a; }

  #hs_menu_wrapper_module_17728123901896_navigation_primary.hs-menu-wrapper 
  > ul 
  > li.hs-menu-item:nth-of-type(5) 
  > ul.hs-menu-children-wrapper 
  > li:nth-of-type(7) { grid-area: col2b; }

  #hs_menu_wrapper_module_17728123901896_navigation_primary.hs-menu-wrapper 
  > ul 
  > li.hs-menu-item:nth-of-type(5) 
  > ul.hs-menu-children-wrapper 
  > li:nth-of-type(8) { grid-area: col2c; }

  #hs_menu_wrapper_module_17728123901896_navigation_primary.hs-menu-wrapper 
  > ul 
  > li.hs-menu-item:nth-of-type(5) 
  > ul.hs-menu-children-wrapper 
  > li:nth-of-type(9) { grid-area: col2d; }

  #hs_menu_wrapper_module_17728123901896_navigation_primary.hs-menu-wrapper 
  > ul 
  > li.hs-menu-item:nth-of-type(5) 
  > ul.hs-menu-children-wrapper 
  > li:nth-of-type(10) { grid-area: col2e; }



  /* ---- Column 3 ---- */

  #hs_menu_wrapper_module_17728123901896_navigation_primary.hs-menu-wrapper 
  > ul 
  > li.hs-menu-item:nth-of-type(5) 
  > ul.hs-menu-children-wrapper 
  > li:nth-of-type(11) { grid-area: col3; }



  /* ---- Column 4 ---- */

  #hs_menu_wrapper_module_17728123901896_navigation_primary.hs-menu-wrapper 
  > ul 
  > li.hs-menu-item:nth-of-type(5) 
  > ul.hs-menu-children-wrapper 
  > li:nth-of-type(12) { grid-area: col4; }



  /* ---- Column 5 ---- */

  #hs_menu_wrapper_module_17728123901896_navigation_primary.hs-menu-wrapper 
  > ul 
  > li.hs-menu-item:nth-of-type(5) 
  > ul.hs-menu-children-wrapper 
  > li:nth-of-type(13) { grid-area: col5; }

  /* Underline second-level items that have children */

  #hs_menu_wrapper_module_17728123901896_navigation_primary.hs-menu-wrapper
  > ul
  > li.hs-menu-item:nth-of-type(5)
  > ul.hs-menu-children-wrapper
  > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children
  > a {
    text-transform: uppercase;
  }

  #hs_menu_wrapper_module_17728123901896_navigation_primary.hs-menu-wrapper
  > ul
  > li.hs-menu-item:nth-of-type(5)
  > ul.hs-menu-children-wrapper
  > li > a {
    white-space: nowrap;
    padding: 7px 10px;
  }

  /* Reset the nested UL positioning inside those items */

  #hs_menu_wrapper_module_17728123901896_navigation_primary.hs-menu-wrapper
  > ul
  li.hs-menu-item:nth-of-type(5)
  > ul.hs-menu-children-wrapper
  > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children
  > ul.hs-menu-children-wrapper {

    left: 0;
    top: unset;
    visibility: visible;
    opacity: 1;
/*     max-width: 20vw; */
  }

  #hs_menu_wrapper_module_17728123901896_navigation_primary.hs-menu-wrapper>ul>li.hs-menu-item:nth-of-type(5)>ul.hs-menu-children-wrapper>li a {
    padding-left: 0;
  }

  #hs_menu_wrapper_module_17728123901896_navigation_primary.hs-menu-wrapper
  > ul
  li.hs-menu-item:nth-of-type(5)
  > ul.hs-menu-children-wrapper
  > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children
  > ul.hs-menu-children-wrapper
  > li.hs-menu-item.hs-menu-depth-3 {
    width: fit-content;
    margin-left: 0;
  }
}

@media screen and (min-width: 1475px) {
    #hs_menu_wrapper_module_17728123901896_navigation_primary.hs-menu-wrapper 
  > ul > li.hs-menu-item:nth-of-type(5) 
  > ul.hs-menu-children-wrapper {
    grid-template-columns: repeat(5, minmax(250px, max-content));
}