/* THE WORKROOM - SIMPLIFIED MEGA MENU */
.x-menu--level-2--list{display:grid;grid-template-columns:repeat(3,1fr);gap:0 40px;padding:0}
.x-menu--level-1--link:nth-child(1) .x-menu--level-2--list>li:nth-child(n+4){display:none}
.x-menu--level-1--link:nth-child(2) .x-menu--level-2--list>li:nth-child(1),
.x-menu--level-1--link:nth-child(2) .x-menu--level-2--list>li:nth-child(n+5){display:none}
.x-menu--level-1--link:nth-child(3) .x-menu--level-2--list>li:nth-child(4){display:none}
.x-menu--level-3--link:nth-child(n+9){display:none}
.x-menu--level-2--link>a{display:block;font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:0 0 10px;border-bottom:1px solid #b4afa5;cursor:pointer}
.x-menu--level-2--link>a::after{content:" →"}
.x-menu--level-2--link>a:hover{text-decoration:underline;opacity:.75}

 