{
  "type": "Program",
  "start": 0,
  "end": 4933,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 179,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 44,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 44
        }
      },
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "start": 9,
          "end": 18,
          "loc": {
            "start": {
              "line": 1,
              "column": 9
            },
            "end": {
              "line": 1,
              "column": 18
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 9,
            "end": 18,
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 18
              }
            },
            "name": "Component"
          },
          "local": {
            "type": "Identifier",
            "start": 9,
            "end": 18,
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 18
              }
            },
            "name": "Component"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 26,
        "end": 43,
        "loc": {
          "start": {
            "line": 1,
            "column": 26
          },
          "end": {
            "line": 1,
            "column": 43
          }
        },
        "value": "../../core/bane",
        "rawValue": "../../core/bane",
        "raw": "\"../../core/bane\""
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 45,
      "end": 78,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 33
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 52,
          "end": 59,
          "loc": {
            "start": {
              "line": 2,
              "column": 7
            },
            "end": {
              "line": 2,
              "column": 14
            }
          },
          "local": {
            "type": "Identifier",
            "start": 52,
            "end": 59,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 14
              }
            },
            "name": "Overlay"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 65,
        "end": 77,
        "loc": {
          "start": {
            "line": 2,
            "column": 20
          },
          "end": {
            "line": 2,
            "column": 32
          }
        },
        "value": "../overlay",
        "rawValue": "../overlay",
        "raw": "\"../overlay\""
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 79,
      "end": 135,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 56
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 86,
          "end": 98,
          "loc": {
            "start": {
              "line": 3,
              "column": 7
            },
            "end": {
              "line": 3,
              "column": 19
            }
          },
          "local": {
            "type": "Identifier",
            "start": 86,
            "end": 98,
            "loc": {
              "start": {
                "line": 3,
                "column": 7
              },
              "end": {
                "line": 3,
                "column": 19
              }
            },
            "name": "Notification"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 104,
        "end": 134,
        "loc": {
          "start": {
            "line": 3,
            "column": 25
          },
          "end": {
            "line": 3,
            "column": 55
          }
        },
        "value": "../notification/notification",
        "rawValue": "../notification/notification",
        "raw": "\"../notification/notification\""
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 136,
      "end": 203,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 67
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 143,
          "end": 160,
          "loc": {
            "start": {
              "line": 4,
              "column": 7
            },
            "end": {
              "line": 4,
              "column": 24
            }
          },
          "local": {
            "type": "Identifier",
            "start": 143,
            "end": 160,
            "loc": {
              "start": {
                "line": 4,
                "column": 7
              },
              "end": {
                "line": 4,
                "column": 24
              }
            },
            "name": "waitForTransition"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 166,
        "end": 202,
        "loc": {
          "start": {
            "line": 4,
            "column": 30
          },
          "end": {
            "line": 4,
            "column": 66
          }
        },
        "value": "../../core/utils/waitForTransition",
        "rawValue": "../../core/utils/waitForTransition",
        "raw": "\"../../core/utils/waitForTransition\""
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 204,
      "end": 257,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 53
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 211,
          "end": 228,
          "loc": {
            "start": {
              "line": 5,
              "column": 7
            },
            "end": {
              "line": 5,
              "column": 24
            }
          },
          "local": {
            "type": "Identifier",
            "start": 211,
            "end": 228,
            "loc": {
              "start": {
                "line": 5,
                "column": 7
              },
              "end": {
                "line": 5,
                "column": 24
              }
            },
            "name": "NavigationActions"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 234,
        "end": 256,
        "loc": {
          "start": {
            "line": 5,
            "column": 30
          },
          "end": {
            "line": 5,
            "column": 52
          }
        },
        "value": "./navigation_actions",
        "rawValue": "./navigation_actions",
        "raw": "\"./navigation_actions\""
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 258,
      "end": 307,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 49
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 265,
          "end": 280,
          "loc": {
            "start": {
              "line": 6,
              "column": 7
            },
            "end": {
              "line": 6,
              "column": 22
            }
          },
          "local": {
            "type": "Identifier",
            "start": 265,
            "end": 280,
            "loc": {
              "start": {
                "line": 6,
                "column": 7
              },
              "end": {
                "line": 6,
                "column": 22
              }
            },
            "name": "NavigationState"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 286,
        "end": 306,
        "loc": {
          "start": {
            "line": 6,
            "column": 28
          },
          "end": {
            "line": 6,
            "column": 48
          }
        },
        "value": "./navigation_state",
        "rawValue": "./navigation_state",
        "raw": "\"./navigation_state\""
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 308,
      "end": 350,
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 42
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 315,
          "end": 319,
          "loc": {
            "start": {
              "line": 7,
              "column": 7
            },
            "end": {
              "line": 7,
              "column": 11
            }
          },
          "local": {
            "type": "Identifier",
            "start": 315,
            "end": 319,
            "loc": {
              "start": {
                "line": 7,
                "column": 7
              },
              "end": {
                "line": 7,
                "column": 11
              }
            },
            "name": "Tabs"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 325,
        "end": 349,
        "loc": {
          "start": {
            "line": 7,
            "column": 17
          },
          "end": {
            "line": 7,
            "column": 41
          }
        },
        "value": "../tabs/tabs_component",
        "rawValue": "../tabs/tabs_component",
        "raw": "\"../tabs/tabs_component\""
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 351,
      "end": 407,
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 56
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 358,
          "end": 367,
          "loc": {
            "start": {
              "line": 8,
              "column": 7
            },
            "end": {
              "line": 8,
              "column": 16
            }
          },
          "local": {
            "type": "Identifier",
            "start": 358,
            "end": 367,
            "loc": {
              "start": {
                "line": 8,
                "column": 7
              },
              "end": {
                "line": 8,
                "column": 16
              }
            },
            "name": "subscribe"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 373,
        "end": 406,
        "loc": {
          "start": {
            "line": 8,
            "column": 22
          },
          "end": {
            "line": 8,
            "column": 55
          }
        },
        "value": "../../core/decorators/subscribe",
        "rawValue": "../../core/decorators/subscribe",
        "raw": "\"../../core/decorators/subscribe\""
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 408,
      "end": 436,
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 28
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 415,
          "end": 421,
          "loc": {
            "start": {
              "line": 9,
              "column": 7
            },
            "end": {
              "line": 9,
              "column": 13
            }
          },
          "local": {
            "type": "Identifier",
            "start": 415,
            "end": 421,
            "loc": {
              "start": {
                "line": 9,
                "column": 7
              },
              "end": {
                "line": 9,
                "column": 13
              }
            },
            "name": "moment"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 427,
        "end": 435,
        "loc": {
          "start": {
            "line": 9,
            "column": 19
          },
          "end": {
            "line": 9,
            "column": 27
          }
        },
        "value": "moment",
        "rawValue": "moment",
        "raw": "\"moment\""
      }
    },
    {
      "type": "VariableDeclaration",
      "start": 439,
      "end": 491,
      "loc": {
        "start": {
          "line": 12,
          "column": 0
        },
        "end": {
          "line": 12,
          "column": 52
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 443,
          "end": 490,
          "loc": {
            "start": {
              "line": 12,
              "column": 4
            },
            "end": {
              "line": 12,
              "column": 51
            }
          },
          "id": {
            "type": "Identifier",
            "start": 443,
            "end": 460,
            "loc": {
              "start": {
                "line": 12,
                "column": 4
              },
              "end": {
                "line": 12,
                "column": 21
              }
            },
            "name": "userPanelTemplate"
          },
          "init": {
            "type": "CallExpression",
            "start": 463,
            "end": 490,
            "loc": {
              "start": {
                "line": 12,
                "column": 24
              },
              "end": {
                "line": 12,
                "column": 51
              }
            },
            "callee": {
              "type": "Identifier",
              "start": 463,
              "end": 470,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 24
                },
                "end": {
                  "line": 12,
                  "column": 31
                }
              },
              "name": "require"
            },
            "arguments": [
              {
                "type": "Literal",
                "start": 471,
                "end": 489,
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 32
                  },
                  "end": {
                    "line": 12,
                    "column": 50
                  }
                },
                "value": "./user_panel.hbs",
                "rawValue": "./user_panel.hbs",
                "raw": "\"./user_panel.hbs\""
              }
            ]
          }
        }
      ],
      "kind": "let",
      "trailingComments": [
        {
          "type": "CommentLine",
          "value": " Handlebars.registerPartial('submenu', $(\"#submenu\").html());",
          "start": 492,
          "end": 555,
          "loc": {
            "start": {
              "line": 13,
              "column": 0
            },
            "end": {
              "line": 13,
              "column": 63
            }
          },
          "range": [
            492,
            555
          ]
        }
      ]
    },
    {
      "type": "Identifier",
      "start": 557,
      "end": 4895,
      "loc": {
        "start": {
          "line": 15,
          "column": 0
        },
        "end": {
          "line": 176,
          "column": 1
        }
      },
      "id": {
        "type": "Identifier",
        "start": 563,
        "end": 582,
        "loc": {
          "start": {
            "line": 15,
            "column": 6
          },
          "end": {
            "line": 15,
            "column": 25
          }
        },
        "name": "NavigationComponent",
        "leadingComments": null
      },
      "superClass": {
        "type": "Identifier",
        "start": 591,
        "end": 600,
        "loc": {
          "start": {
            "line": 15,
            "column": 34
          },
          "end": {
            "line": 15,
            "column": 43
          }
        },
        "name": "Component"
      },
      "body": {
        "type": "ClassBody",
        "start": 601,
        "end": 4895,
        "loc": {
          "start": {
            "line": 15,
            "column": 44
          },
          "end": {
            "line": 176,
            "column": 1
          }
        },
        "body": [
          {
            "type": "MethodDefinition",
            "start": 606,
            "end": 1460,
            "loc": {
              "start": {
                "line": 17,
                "column": 2
              },
              "end": {
                "line": 43,
                "column": 3
              }
            },
            "computed": false,
            "key": {
              "type": "Identifier",
              "start": 606,
              "end": 616,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 2
                },
                "end": {
                  "line": 17,
                  "column": 12
                }
              },
              "name": "initialize"
            },
            "static": false,
            "kind": "method",
            "value": {
              "type": "FunctionExpression",
              "start": 616,
              "end": 1460,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 12
                },
                "end": {
                  "line": 43,
                  "column": 3
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 619,
                "end": 1460,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 15
                  },
                  "end": {
                    "line": 43,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 626,
                    "end": 666,
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 4
                      },
                      "end": {
                        "line": 19,
                        "column": 44
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 626,
                      "end": 665,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 4
                        },
                        "end": {
                          "line": 19,
                          "column": 43
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 626,
                        "end": 636,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 4
                          },
                          "end": {
                            "line": 19,
                            "column": 14
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 626,
                          "end": 630,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 4
                            },
                            "end": {
                              "line": 19,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 631,
                          "end": 636,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 9
                            },
                            "end": {
                              "line": 19,
                              "column": 14
                            }
                          },
                          "name": "state"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 639,
                        "end": 665,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 17
                          },
                          "end": {
                            "line": 19,
                            "column": 43
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 639,
                          "end": 663,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 17
                            },
                            "end": {
                              "line": 19,
                              "column": 41
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 639,
                            "end": 654,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 17
                              },
                              "end": {
                                "line": 19,
                                "column": 32
                              }
                            },
                            "name": "NavigationState"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 655,
                            "end": 663,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 33
                              },
                              "end": {
                                "line": 19,
                                "column": 41
                              }
                            },
                            "name": "getState"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 671,
                    "end": 700,
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 4
                      },
                      "end": {
                        "line": 20,
                        "column": 33
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 671,
                      "end": 699,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 4
                        },
                        "end": {
                          "line": 20,
                          "column": 32
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 671,
                        "end": 683,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 4
                          },
                          "end": {
                            "line": 20,
                            "column": 16
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 671,
                          "end": 675,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 4
                            },
                            "end": {
                              "line": 20,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 676,
                          "end": 683,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 9
                            },
                            "end": {
                              "line": 20,
                              "column": 16
                            }
                          },
                          "name": "overlay"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "NewExpression",
                        "start": 686,
                        "end": 699,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 19
                          },
                          "end": {
                            "line": 20,
                            "column": 32
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 690,
                          "end": 697,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 23
                            },
                            "end": {
                              "line": 20,
                              "column": 30
                            }
                          },
                          "name": "Overlay"
                        },
                        "arguments": []
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 706,
                    "end": 891,
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 4
                      },
                      "end": {
                        "line": 26,
                        "column": 7
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 706,
                      "end": 890,
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 4
                        },
                        "end": {
                          "line": 26,
                          "column": 6
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 706,
                        "end": 723,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 4
                          },
                          "end": {
                            "line": 22,
                            "column": 21
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 706,
                          "end": 710,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 4
                            },
                            "end": {
                              "line": 22,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 711,
                          "end": 723,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 9
                            },
                            "end": {
                              "line": 22,
                              "column": 21
                            }
                          },
                          "name": "notification"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "NewExpression",
                        "start": 726,
                        "end": 890,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 24
                          },
                          "end": {
                            "line": 26,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 730,
                          "end": 742,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 28
                            },
                            "end": {
                              "line": 22,
                              "column": 40
                            }
                          },
                          "name": "Notification"
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 743,
                            "end": 889,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 41
                              },
                              "end": {
                                "line": 26,
                                "column": 5
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 751,
                                "end": 797,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 52
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 751,
                                  "end": 757,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 12
                                    }
                                  },
                                  "name": "target"
                                },
                                "value": {
                                  "type": "CallExpression",
                                  "start": 759,
                                  "end": 797,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 52
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 759,
                                    "end": 772,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 27
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 759,
                                      "end": 767,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 22
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 759,
                                        "end": 763,
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 18
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 764,
                                        "end": 767,
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 22
                                          }
                                        },
                                        "name": "$el"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 768,
                                      "end": 772,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 27
                                        }
                                      },
                                      "name": "find"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Literal",
                                      "start": 773,
                                      "end": 796,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 51
                                        }
                                      },
                                      "value": ".js-cart-notification",
                                      "rawValue": ".js-cart-notification",
                                      "raw": "\".js-cart-notification\""
                                    }
                                  ]
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 805,
                                "end": 838,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 39
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 805,
                                  "end": 812,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 13
                                    }
                                  },
                                  "name": "content"
                                },
                                "value": {
                                  "type": "MemberExpression",
                                  "start": 814,
                                  "end": 838,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 39
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 814,
                                    "end": 824,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 25
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 814,
                                      "end": 818,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 819,
                                      "end": 824,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 25
                                        }
                                      },
                                      "name": "state"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 825,
                                    "end": 838,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 39
                                      }
                                    },
                                    "name": "cartItemCount"
                                  },
                                  "computed": false
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 846,
                                "end": 883,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 43
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 846,
                                  "end": 855,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 15
                                    }
                                  },
                                  "name": "className"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 857,
                                  "end": 883,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 43
                                    }
                                  },
                                  "value": "notification-badge--shop",
                                  "rawValue": "notification-badge--shop",
                                  "raw": "\"notification-badge--shop\""
                                },
                                "kind": "init"
                              }
                            ]
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 897,
                    "end": 922,
                    "loc": {
                      "start": {
                        "line": 28,
                        "column": 4
                      },
                      "end": {
                        "line": 28,
                        "column": 29
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 897,
                      "end": 921,
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 4
                        },
                        "end": {
                          "line": 28,
                          "column": 28
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 897,
                        "end": 906,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 4
                          },
                          "end": {
                            "line": 28,
                            "column": 13
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 897,
                          "end": 901,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 4
                            },
                            "end": {
                              "line": 28,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 902,
                          "end": 906,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 9
                            },
                            "end": {
                              "line": 28,
                              "column": 13
                            }
                          },
                          "name": "name"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Literal",
                        "start": 909,
                        "end": 921,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 16
                          },
                          "end": {
                            "line": 28,
                            "column": 28
                          }
                        },
                        "value": "navigation",
                        "rawValue": "navigation",
                        "raw": "\"navigation\""
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 927,
                    "end": 997,
                    "loc": {
                      "start": {
                        "line": 29,
                        "column": 4
                      },
                      "end": {
                        "line": 29,
                        "column": 74
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 927,
                      "end": 996,
                      "loc": {
                        "start": {
                          "line": 29,
                          "column": 4
                        },
                        "end": {
                          "line": 29,
                          "column": 73
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 927,
                        "end": 949,
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 4
                          },
                          "end": {
                            "line": 29,
                            "column": 26
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 927,
                          "end": 931,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 4
                            },
                            "end": {
                              "line": 29,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 932,
                          "end": 949,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 9
                            },
                            "end": {
                              "line": 29,
                              "column": 26
                            }
                          },
                          "name": "$mobileNavigation"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 952,
                        "end": 996,
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 29
                          },
                          "end": {
                            "line": 29,
                            "column": 73
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 952,
                          "end": 994,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 29
                            },
                            "end": {
                              "line": 29,
                              "column": 71
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 952,
                            "end": 987,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 29
                              },
                              "end": {
                                "line": 29,
                                "column": 64
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 952,
                              "end": 965,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 29
                                },
                                "end": {
                                  "line": 29,
                                  "column": 42
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 952,
                                "end": 960,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 952,
                                  "end": 956,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 33
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 957,
                                  "end": 960,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 37
                                    }
                                  },
                                  "name": "$el"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 961,
                                "end": 965,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 42
                                  }
                                },
                                "name": "find"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Literal",
                                "start": 966,
                                "end": 986,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 63
                                  }
                                },
                                "value": ".mobile-navigation",
                                "rawValue": ".mobile-navigation",
                                "raw": "\".mobile-navigation\""
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 988,
                            "end": 994,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 65
                              },
                              "end": {
                                "line": 29,
                                "column": 71
                              }
                            },
                            "name": "detach"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1002,
                    "end": 1077,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 4
                      },
                      "end": {
                        "line": 30,
                        "column": 79
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 1002,
                      "end": 1076,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 4
                        },
                        "end": {
                          "line": 30,
                          "column": 78
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1002,
                        "end": 1027,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 4
                          },
                          "end": {
                            "line": 30,
                            "column": 29
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 1002,
                          "end": 1024,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 4
                            },
                            "end": {
                              "line": 30,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1002,
                            "end": 1006,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 4
                              },
                              "end": {
                                "line": 30,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1007,
                            "end": 1024,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 9
                              },
                              "end": {
                                "line": 30,
                                "column": 26
                              }
                            },
                            "name": "$mobileNavigation"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1025,
                          "end": 1027,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 27
                            },
                            "end": {
                              "line": 30,
                              "column": 29
                            }
                          },
                          "name": "on"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Literal",
                          "start": 1028,
                          "end": 1035,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 30
                            },
                            "end": {
                              "line": 30,
                              "column": 37
                            }
                          },
                          "value": "click",
                          "rawValue": "click",
                          "raw": "\"click\""
                        },
                        {
                          "type": "Literal",
                          "start": 1037,
                          "end": 1048,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 39
                            },
                            "end": {
                              "line": 30,
                              "column": 50
                            }
                          },
                          "value": ".js-close",
                          "rawValue": ".js-close",
                          "raw": "\".js-close\""
                        },
                        {
                          "type": "CallExpression",
                          "start": 1050,
                          "end": 1075,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 52
                            },
                            "end": {
                              "line": 30,
                              "column": 77
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1050,
                            "end": 1069,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 52
                              },
                              "end": {
                                "line": 30,
                                "column": 71
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1050,
                              "end": 1064,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 52
                                },
                                "end": {
                                  "line": 30,
                                  "column": 66
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1050,
                                "end": 1054,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 56
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1055,
                                "end": 1064,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 57
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 66
                                  }
                                },
                                "name": "_clickNav"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1065,
                              "end": 1069,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 67
                                },
                                "end": {
                                  "line": 30,
                                  "column": 71
                                }
                              },
                              "name": "bind"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ThisExpression",
                              "start": 1070,
                              "end": 1074,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 72
                                },
                                "end": {
                                  "line": 30,
                                  "column": 76
                                }
                              }
                            }
                          ]
                        }
                      ]
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1082,
                    "end": 1163,
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 4
                      },
                      "end": {
                        "line": 31,
                        "column": 85
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 1082,
                      "end": 1162,
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 4
                        },
                        "end": {
                          "line": 31,
                          "column": 84
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1082,
                        "end": 1107,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 4
                          },
                          "end": {
                            "line": 31,
                            "column": 29
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 1082,
                          "end": 1104,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 4
                            },
                            "end": {
                              "line": 31,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1082,
                            "end": 1086,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 4
                              },
                              "end": {
                                "line": 31,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1087,
                            "end": 1104,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 9
                              },
                              "end": {
                                "line": 31,
                                "column": 26
                              }
                            },
                            "name": "$mobileNavigation"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1105,
                          "end": 1107,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 27
                            },
                            "end": {
                              "line": 31,
                              "column": 29
                            }
                          },
                          "name": "on"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Literal",
                          "start": 1108,
                          "end": 1115,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 30
                            },
                            "end": {
                              "line": 31,
                              "column": 37
                            }
                          },
                          "value": "click",
                          "rawValue": "click",
                          "raw": "\"click\""
                        },
                        {
                          "type": "Literal",
                          "start": 1117,
                          "end": 1131,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 39
                            },
                            "end": {
                              "line": 31,
                              "column": 53
                            }
                          },
                          "value": ".js-nav-item",
                          "rawValue": ".js-nav-item",
                          "raw": "\".js-nav-item\""
                        },
                        {
                          "type": "CallExpression",
                          "start": 1133,
                          "end": 1161,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 55
                            },
                            "end": {
                              "line": 31,
                              "column": 83
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1133,
                            "end": 1155,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 55
                              },
                              "end": {
                                "line": 31,
                                "column": 77
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1133,
                              "end": 1150,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 55
                                },
                                "end": {
                                  "line": 31,
                                  "column": 72
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1133,
                                "end": 1137,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 55
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 59
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1138,
                                "end": 1150,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 60
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 72
                                  }
                                },
                                "name": "_handleClick"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1151,
                              "end": 1155,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 73
                                },
                                "end": {
                                  "line": 31,
                                  "column": 77
                                }
                              },
                              "name": "bind"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ThisExpression",
                              "start": 1156,
                              "end": 1160,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 78
                                },
                                "end": {
                                  "line": 31,
                                  "column": 82
                                }
                              }
                            }
                          ]
                        }
                      ]
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1169,
                    "end": 1241,
                    "loc": {
                      "start": {
                        "line": 33,
                        "column": 4
                      },
                      "end": {
                        "line": 33,
                        "column": 76
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 1169,
                      "end": 1240,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 4
                        },
                        "end": {
                          "line": 33,
                          "column": 75
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1169,
                        "end": 1180,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 4
                          },
                          "end": {
                            "line": 33,
                            "column": 15
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 1169,
                          "end": 1177,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 4
                            },
                            "end": {
                              "line": 33,
                              "column": 12
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1169,
                            "end": 1173,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 4
                              },
                              "end": {
                                "line": 33,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1174,
                            "end": 1177,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 9
                              },
                              "end": {
                                "line": 33,
                                "column": 12
                              }
                            },
                            "name": "$el"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1178,
                          "end": 1180,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 13
                            },
                            "end": {
                              "line": 33,
                              "column": 15
                            }
                          },
                          "name": "on"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Literal",
                          "start": 1181,
                          "end": 1193,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 16
                            },
                            "end": {
                              "line": 33,
                              "column": 28
                            }
                          },
                          "value": "touchstart",
                          "rawValue": "touchstart",
                          "raw": "\"touchstart\""
                        },
                        {
                          "type": "Literal",
                          "start": 1195,
                          "end": 1209,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 30
                            },
                            "end": {
                              "line": 33,
                              "column": 44
                            }
                          },
                          "value": ".js-nav-item",
                          "rawValue": ".js-nav-item",
                          "raw": "\".js-nav-item\""
                        },
                        {
                          "type": "CallExpression",
                          "start": 1211,
                          "end": 1239,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 46
                            },
                            "end": {
                              "line": 33,
                              "column": 74
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1211,
                            "end": 1233,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 46
                              },
                              "end": {
                                "line": 33,
                                "column": 68
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1211,
                              "end": 1228,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 46
                                },
                                "end": {
                                  "line": 33,
                                  "column": 63
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1211,
                                "end": 1215,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 50
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1216,
                                "end": 1228,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 63
                                  }
                                },
                                "name": "_handleClick"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1229,
                              "end": 1233,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 64
                                },
                                "end": {
                                  "line": 33,
                                  "column": 68
                                }
                              },
                              "name": "bind"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ThisExpression",
                              "start": 1234,
                              "end": 1238,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 69
                                },
                                "end": {
                                  "line": 33,
                                  "column": 73
                                }
                              }
                            }
                          ]
                        }
                      ]
                    },
                    "trailingComments": [
                      {
                        "type": "CommentLine",
                        "value": " SubNavigation hover",
                        "start": 1247,
                        "end": 1269,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 4
                          },
                          "end": {
                            "line": 35,
                            "column": 26
                          }
                        },
                        "range": [
                          1247,
                          1269
                        ]
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1274,
                    "end": 1293,
                    "loc": {
                      "start": {
                        "line": 36,
                        "column": 4
                      },
                      "end": {
                        "line": 36,
                        "column": 23
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 1274,
                      "end": 1292,
                      "loc": {
                        "start": {
                          "line": 36,
                          "column": 4
                        },
                        "end": {
                          "line": 36,
                          "column": 22
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1274,
                        "end": 1290,
                        "loc": {
                          "start": {
                            "line": 36,
                            "column": 4
                          },
                          "end": {
                            "line": 36,
                            "column": 20
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 1274,
                          "end": 1278,
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 4
                            },
                            "end": {
                              "line": 36,
                              "column": 8
                            }
                          },
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1279,
                          "end": 1290,
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 9
                            },
                            "end": {
                              "line": 36,
                              "column": 20
                            }
                          },
                          "name": "handleHover"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "arguments": [],
                      "leadingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "CommentLine",
                        "value": " SubNavigation hover",
                        "start": 1247,
                        "end": 1269,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 4
                          },
                          "end": {
                            "line": 35,
                            "column": 26
                          }
                        },
                        "range": [
                          1247,
                          1269
                        ]
                      }
                    ],
                    "trailingComments": [
                      {
                        "type": "CommentLine",
                        "value": " Events",
                        "start": 1299,
                        "end": 1308,
                        "loc": {
                          "start": {
                            "line": 38,
                            "column": 4
                          },
                          "end": {
                            "line": 38,
                            "column": 13
                          }
                        },
                        "range": [
                          1299,
                          1308
                        ]
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1313,
                    "end": 1375,
                    "loc": {
                      "start": {
                        "line": 39,
                        "column": 4
                      },
                      "end": {
                        "line": 39,
                        "column": 66
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 1313,
                      "end": 1374,
                      "loc": {
                        "start": {
                          "line": 39,
                          "column": 4
                        },
                        "end": {
                          "line": 39,
                          "column": 65
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1313,
                        "end": 1326,
                        "loc": {
                          "start": {
                            "line": 39,
                            "column": 4
                          },
                          "end": {
                            "line": 39,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 1313,
                          "end": 1317,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 4
                            },
                            "end": {
                              "line": 39,
                              "column": 8
                            }
                          },
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1318,
                          "end": 1326,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 9
                            },
                            "end": {
                              "line": 39,
                              "column": 17
                            }
                          },
                          "name": "listenTo"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 1327,
                          "end": 1342,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 18
                            },
                            "end": {
                              "line": 39,
                              "column": 33
                            }
                          },
                          "name": "NavigationState"
                        },
                        {
                          "type": "Literal",
                          "start": 1344,
                          "end": 1357,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 35
                            },
                            "end": {
                              "line": 39,
                              "column": 48
                            }
                          },
                          "value": "changed:nav",
                          "rawValue": "changed:nav",
                          "raw": "\"changed:nav\""
                        },
                        {
                          "type": "MemberExpression",
                          "start": 1359,
                          "end": 1373,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 50
                            },
                            "end": {
                              "line": 39,
                              "column": 64
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1359,
                            "end": 1363,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 50
                              },
                              "end": {
                                "line": 39,
                                "column": 54
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1364,
                            "end": 1373,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 55
                              },
                              "end": {
                                "line": 39,
                                "column": 64
                              }
                            },
                            "name": "toggleNav"
                          },
                          "computed": false
                        }
                      ],
                      "leadingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "CommentLine",
                        "value": " Events",
                        "start": 1299,
                        "end": 1308,
                        "loc": {
                          "start": {
                            "line": 38,
                            "column": 4
                          },
                          "end": {
                            "line": 38,
                            "column": 13
                          }
                        },
                        "range": [
                          1299,
                          1308
                        ]
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1380,
                    "end": 1433,
                    "loc": {
                      "start": {
                        "line": 40,
                        "column": 4
                      },
                      "end": {
                        "line": 40,
                        "column": 57
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 1380,
                      "end": 1432,
                      "loc": {
                        "start": {
                          "line": 40,
                          "column": 4
                        },
                        "end": {
                          "line": 40,
                          "column": 56
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1380,
                        "end": 1393,
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 4
                          },
                          "end": {
                            "line": 40,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 1380,
                          "end": 1384,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 4
                            },
                            "end": {
                              "line": 40,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1385,
                          "end": 1393,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 9
                            },
                            "end": {
                              "line": 40,
                              "column": 17
                            }
                          },
                          "name": "listenTo"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "MemberExpression",
                          "start": 1394,
                          "end": 1406,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 18
                            },
                            "end": {
                              "line": 40,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1394,
                            "end": 1398,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 18
                              },
                              "end": {
                                "line": 40,
                                "column": 22
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1399,
                            "end": 1406,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 23
                              },
                              "end": {
                                "line": 40,
                                "column": 30
                              }
                            },
                            "name": "overlay"
                          },
                          "computed": false
                        },
                        {
                          "type": "Literal",
                          "start": 1408,
                          "end": 1415,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 32
                            },
                            "end": {
                              "line": 40,
                              "column": 39
                            }
                          },
                          "value": "click",
                          "rawValue": "click",
                          "raw": "\"click\""
                        },
                        {
                          "type": "MemberExpression",
                          "start": 1417,
                          "end": 1431,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 41
                            },
                            "end": {
                              "line": 40,
                              "column": 55
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1417,
                            "end": 1421,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 41
                              },
                              "end": {
                                "line": 40,
                                "column": 45
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1422,
                            "end": 1431,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 46
                              },
                              "end": {
                                "line": 40,
                                "column": 55
                              }
                            },
                            "name": "_clickNav"
                          },
                          "computed": false
                        }
                      ]
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1439,
                    "end": 1456,
                    "loc": {
                      "start": {
                        "line": 42,
                        "column": 4
                      },
                      "end": {
                        "line": 42,
                        "column": 21
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 1439,
                      "end": 1455,
                      "loc": {
                        "start": {
                          "line": 42,
                          "column": 4
                        },
                        "end": {
                          "line": 42,
                          "column": 20
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1439,
                        "end": 1453,
                        "loc": {
                          "start": {
                            "line": 42,
                            "column": 4
                          },
                          "end": {
                            "line": 42,
                            "column": 18
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 1439,
                          "end": 1443,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 4
                            },
                            "end": {
                              "line": 42,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1444,
                          "end": 1453,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 9
                            },
                            "end": {
                              "line": 42,
                              "column": 18
                            }
                          },
                          "name": "subscribe"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  }
                ],
                "trailingComments": null
              },
              "trailingComments": null
            },
            "trailingComments": [
              {
                "type": "Block",
                "value": "*\n   * Set up hover events to trigger the sub menu's opening and closing.\n   * Use event delegation here because the user login is dynamically added.\n   * @return {[type]} [description]\n   ",
                "start": 1463,
                "end": 1656,
                "loc": {
                  "start": {
                    "line": 44,
                    "column": 2
                  },
                  "end": {
                    "line": 48,
                    "column": 5
                  }
                },
                "range": [
                  1463,
                  1656
                ]
              }
            ]
          },
          {
            "type": "MethodDefinition",
            "start": 1660,
            "end": 1823,
            "loc": {
              "start": {
                "line": 50,
                "column": 2
              },
              "end": {
                "line": 53,
                "column": 3
              }
            },
            "computed": false,
            "key": {
              "type": "Identifier",
              "start": 1660,
              "end": 1672,
              "loc": {
                "start": {
                  "line": 50,
                  "column": 2
                },
                "end": {
                  "line": 50,
                  "column": 14
                }
              },
              "name": "_handleClick",
              "leadingComments": null
            },
            "static": false,
            "kind": "method",
            "value": {
              "type": "FunctionExpression",
              "start": 1672,
              "end": 1823,
              "loc": {
                "start": {
                  "line": 50,
                  "column": 14
                },
                "end": {
                  "line": 53,
                  "column": 3
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 1673,
                  "end": 1674,
                  "loc": {
                    "start": {
                      "line": 50,
                      "column": 15
                    },
                    "end": {
                      "line": 50,
                      "column": 16
                    }
                  },
                  "name": "e"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 1676,
                "end": 1823,
                "loc": {
                  "start": {
                    "line": 50,
                    "column": 18
                  },
                  "end": {
                    "line": 53,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 1682,
                    "end": 1711,
                    "loc": {
                      "start": {
                        "line": 51,
                        "column": 4
                      },
                      "end": {
                        "line": 51,
                        "column": 33
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 1686,
                        "end": 1710,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 8
                          },
                          "end": {
                            "line": 51,
                            "column": 32
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 1686,
                          "end": 1692,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 8
                            },
                            "end": {
                              "line": 51,
                              "column": 14
                            }
                          },
                          "name": "target"
                        },
                        "init": {
                          "type": "MemberExpression",
                          "start": 1695,
                          "end": 1710,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 17
                            },
                            "end": {
                              "line": 51,
                              "column": 32
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1695,
                            "end": 1696,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 17
                              },
                              "end": {
                                "line": 51,
                                "column": 18
                              }
                            },
                            "name": "e"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1697,
                            "end": 1710,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 19
                              },
                              "end": {
                                "line": 51,
                                "column": 32
                              }
                            },
                            "name": "currentTarget"
                          },
                          "computed": false
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1716,
                    "end": 1819,
                    "loc": {
                      "start": {
                        "line": 52,
                        "column": 4
                      },
                      "end": {
                        "line": 52,
                        "column": 107
                      }
                    },
                    "expression": {
                      "type": "ConditionalExpression",
                      "start": 1716,
                      "end": 1818,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 4
                        },
                        "end": {
                          "line": 52,
                          "column": 106
                        }
                      },
                      "test": {
                        "type": "CallExpression",
                        "start": 1716,
                        "end": 1754,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 4
                          },
                          "end": {
                            "line": 52,
                            "column": 42
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1716,
                          "end": 1734,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 4
                            },
                            "end": {
                              "line": 52,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 1716,
                            "end": 1725,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 4
                              },
                              "end": {
                                "line": 52,
                                "column": 13
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 1716,
                              "end": 1717,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 4
                                },
                                "end": {
                                  "line": 52,
                                  "column": 5
                                }
                              },
                              "name": "$"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 1718,
                                "end": 1724,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 12
                                  }
                                },
                                "name": "target"
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1726,
                            "end": 1734,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 14
                              },
                              "end": {
                                "line": 52,
                                "column": 22
                              }
                            },
                            "name": "hasClass"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 1735,
                            "end": 1753,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 23
                              },
                              "end": {
                                "line": 52,
                                "column": 41
                              }
                            },
                            "value": "navigation__item",
                            "rawValue": "navigation__item",
                            "raw": "\"navigation__item\""
                          }
                        ]
                      },
                      "consequent": {
                        "type": "CallExpression",
                        "start": 1757,
                        "end": 1783,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 45
                          },
                          "end": {
                            "line": 52,
                            "column": 71
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1757,
                          "end": 1775,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 45
                            },
                            "end": {
                              "line": 52,
                              "column": 63
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1757,
                            "end": 1761,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 45
                              },
                              "end": {
                                "line": 52,
                                "column": 49
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1762,
                            "end": 1775,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 50
                              },
                              "end": {
                                "line": 52,
                                "column": 63
                              }
                            },
                            "name": "_handleSubNav"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 1776,
                            "end": 1782,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 64
                              },
                              "end": {
                                "line": 52,
                                "column": 70
                              }
                            },
                            "name": "target"
                          }
                        ]
                      },
                      "alternate": {
                        "type": "CallExpression",
                        "start": 1786,
                        "end": 1818,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 74
                          },
                          "end": {
                            "line": 52,
                            "column": 106
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1786,
                          "end": 1810,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 74
                            },
                            "end": {
                              "line": 52,
                              "column": 98
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1786,
                            "end": 1790,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 74
                              },
                              "end": {
                                "line": 52,
                                "column": 78
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1791,
                            "end": 1810,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 79
                              },
                              "end": {
                                "line": 52,
                                "column": 98
                              }
                            },
                            "name": "_handleMobileSubNav"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 1811,
                            "end": 1817,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 99
                              },
                              "end": {
                                "line": 52,
                                "column": 105
                              }
                            },
                            "name": "target"
                          }
                        ]
                      }
                    }
                  }
                ]
              }
            },
            "leadingComments": [
              {
                "type": "Block",
                "value": "*\n   * Set up hover events to trigger the sub menu's opening and closing.\n   * Use event delegation here because the user login is dynamically added.\n   * @return {[type]} [description]\n   ",
                "start": 1463,
                "end": 1656,
                "loc": {
                  "start": {
                    "line": 44,
                    "column": 2
                  },
                  "end": {
                    "line": 48,
                    "column": 5
                  }
                },
                "range": [
                  1463,
                  1656
                ]
              }
            ]
          },
          {
            "type": "MethodDefinition",
            "start": 1827,
            "end": 2233,
            "loc": {
              "start": {
                "line": 55,
                "column": 2
              },
              "end": {
                "line": 65,
                "column": 3
              }
            },
            "computed": false,
            "key": {
              "type": "Identifier",
              "start": 1827,
              "end": 1846,
              "loc": {
                "start": {
                  "line": 55,
                  "column": 2
                },
                "end": {
                  "line": 55,
                  "column": 21
                }
              },
              "name": "_handleMobileSubNav"
            },
            "static": false,
            "kind": "method",
            "value": {
              "type": "FunctionExpression",
              "start": 1846,
              "end": 2233,
              "loc": {
                "start": {
                  "line": 55,
                  "column": 21
                },
                "end": {
                  "line": 65,
                  "column": 3
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 1847,
                  "end": 1849,
                  "loc": {
                    "start": {
                      "line": 55,
                      "column": 22
                    },
                    "end": {
                      "line": 55,
                      "column": 24
                    }
                  },
                  "name": "el"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 1851,
                "end": 2233,
                "loc": {
                  "start": {
                    "line": 55,
                    "column": 26
                  },
                  "end": {
                    "line": 65,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 1857,
                    "end": 1909,
                    "loc": {
                      "start": {
                        "line": 56,
                        "column": 4
                      },
                      "end": {
                        "line": 56,
                        "column": 56
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 1861,
                        "end": 1908,
                        "loc": {
                          "start": {
                            "line": 56,
                            "column": 8
                          },
                          "end": {
                            "line": 56,
                            "column": 55
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 1861,
                          "end": 1869,
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 8
                            },
                            "end": {
                              "line": 56,
                              "column": 16
                            }
                          },
                          "name": "$navItem"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 1872,
                          "end": 1908,
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 19
                            },
                            "end": {
                              "line": 56,
                              "column": 55
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1872,
                            "end": 1882,
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 19
                              },
                              "end": {
                                "line": 56,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 1872,
                              "end": 1877,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 19
                                },
                                "end": {
                                  "line": 56,
                                  "column": 24
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 1872,
                                "end": 1873,
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 20
                                  }
                                },
                                "name": "$"
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 1874,
                                  "end": 1876,
                                  "loc": {
                                    "start": {
                                      "line": 56,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 56,
                                      "column": 23
                                    }
                                  },
                                  "name": "el"
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1878,
                              "end": 1882,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 25
                                },
                                "end": {
                                  "line": 56,
                                  "column": 29
                                }
                              },
                              "name": "find"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Literal",
                              "start": 1883,
                              "end": 1907,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 30
                                },
                                "end": {
                                  "line": 56,
                                  "column": 54
                                }
                              },
                              "value": ".mobile-sub-navigation",
                              "rawValue": ".mobile-sub-navigation",
                              "raw": "\".mobile-sub-navigation\""
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "IfStatement",
                    "start": 1915,
                    "end": 2153,
                    "loc": {
                      "start": {
                        "line": 58,
                        "column": 4
                      },
                      "end": {
                        "line": 61,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "LogicalExpression",
                      "start": 1920,
                      "end": 1981,
                      "loc": {
                        "start": {
                          "line": 58,
                          "column": 9
                        },
                        "end": {
                          "line": 58,
                          "column": 70
                        }
                      },
                      "left": {
                        "type": "MemberExpression",
                        "start": 1920,
                        "end": 1944,
                        "loc": {
                          "start": {
                            "line": 58,
                            "column": 9
                          },
                          "end": {
                            "line": 58,
                            "column": 33
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 1920,
                          "end": 1937,
                          "loc": {
                            "start": {
                              "line": 58,
                              "column": 9
                            },
                            "end": {
                              "line": 58,
                              "column": 26
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 1920,
                            "end": 1921,
                            "loc": {
                              "start": {
                                "line": 58,
                                "column": 9
                              },
                              "end": {
                                "line": 58,
                                "column": 10
                              }
                            },
                            "name": "$"
                          },
                          "arguments": [
                            {
                              "type": "Literal",
                              "start": 1922,
                              "end": 1936,
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 11
                                },
                                "end": {
                                  "line": 58,
                                  "column": 25
                                }
                              },
                              "value": ".is-expanded",
                              "rawValue": ".is-expanded",
                              "raw": "\".is-expanded\""
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1938,
                          "end": 1944,
                          "loc": {
                            "start": {
                              "line": 58,
                              "column": 27
                            },
                            "end": {
                              "line": 58,
                              "column": 33
                            }
                          },
                          "name": "length"
                        },
                        "computed": false
                      },
                      "operator": "&&",
                      "right": {
                        "type": "UnaryExpression",
                        "start": 1948,
                        "end": 1981,
                        "loc": {
                          "start": {
                            "line": 58,
                            "column": 37
                          },
                          "end": {
                            "line": 58,
                            "column": 70
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "CallExpression",
                          "start": 1949,
                          "end": 1981,
                          "loc": {
                            "start": {
                              "line": 58,
                              "column": 38
                            },
                            "end": {
                              "line": 58,
                              "column": 70
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1949,
                            "end": 1966,
                            "loc": {
                              "start": {
                                "line": 58,
                                "column": 38
                              },
                              "end": {
                                "line": 58,
                                "column": 55
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1949,
                              "end": 1957,
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 38
                                },
                                "end": {
                                  "line": 58,
                                  "column": 46
                                }
                              },
                              "name": "$navItem"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1958,
                              "end": 1966,
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 47
                                },
                                "end": {
                                  "line": 58,
                                  "column": 55
                                }
                              },
                              "name": "hasClass"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Literal",
                              "start": 1967,
                              "end": 1980,
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 56
                                },
                                "end": {
                                  "line": 58,
                                  "column": 69
                                }
                              },
                              "value": "is-expanded",
                              "rawValue": "is-expanded",
                              "raw": "\"is-expanded\""
                            }
                          ]
                        }
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 1984,
                      "end": 2153,
                      "loc": {
                        "start": {
                          "line": 58,
                          "column": 73
                        },
                        "end": {
                          "line": 61,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 1992,
                          "end": 2073,
                          "loc": {
                            "start": {
                              "line": 59,
                              "column": 6
                            },
                            "end": {
                              "line": 59,
                              "column": 87
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 1992,
                            "end": 2072,
                            "loc": {
                              "start": {
                                "line": 59,
                                "column": 6
                              },
                              "end": {
                                "line": 59,
                                "column": 86
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1992,
                              "end": 2057,
                              "loc": {
                                "start": {
                                  "line": 59,
                                  "column": 6
                                },
                                "end": {
                                  "line": 59,
                                  "column": 71
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 1992,
                                "end": 2045,
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 59
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1992,
                                  "end": 2019,
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 33
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1992,
                                    "end": 2014,
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 28
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 1992,
                                      "end": 1996,
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 10
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1997,
                                      "end": 2014,
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 28
                                        }
                                      },
                                      "name": "$mobileNavigation"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2015,
                                    "end": 2019,
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 33
                                      }
                                    },
                                    "name": "find"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 2020,
                                    "end": 2044,
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 58
                                      }
                                    },
                                    "value": ".mobile-sub-navigation",
                                    "rawValue": ".mobile-sub-navigation",
                                    "raw": "\".mobile-sub-navigation\""
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2046,
                                "end": 2057,
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 60
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 71
                                  }
                                },
                                "name": "removeClass"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Literal",
                                "start": 2058,
                                "end": 2071,
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 72
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 85
                                  }
                                },
                                "value": "is-expanded",
                                "rawValue": "is-expanded",
                                "raw": "\"is-expanded\""
                              }
                            ]
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 2080,
                          "end": 2147,
                          "loc": {
                            "start": {
                              "line": 60,
                              "column": 6
                            },
                            "end": {
                              "line": 60,
                              "column": 73
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 2080,
                            "end": 2146,
                            "loc": {
                              "start": {
                                "line": 60,
                                "column": 6
                              },
                              "end": {
                                "line": 60,
                                "column": 72
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2080,
                              "end": 2135,
                              "loc": {
                                "start": {
                                  "line": 60,
                                  "column": 6
                                },
                                "end": {
                                  "line": 60,
                                  "column": 61
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 2080,
                                "end": 2123,
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 49
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2080,
                                  "end": 2107,
                                  "loc": {
                                    "start": {
                                      "line": 60,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 60,
                                      "column": 33
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 2080,
                                    "end": 2102,
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 28
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 2080,
                                      "end": 2084,
                                      "loc": {
                                        "start": {
                                          "line": 60,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 60,
                                          "column": 10
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2085,
                                      "end": 2102,
                                      "loc": {
                                        "start": {
                                          "line": 60,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 60,
                                          "column": 28
                                        }
                                      },
                                      "name": "$mobileNavigation"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2103,
                                    "end": 2107,
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 33
                                      }
                                    },
                                    "name": "find"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 2108,
                                    "end": 2122,
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 48
                                      }
                                    },
                                    "value": ".js-nav-item",
                                    "rawValue": ".js-nav-item",
                                    "raw": "\".js-nav-item\""
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2124,
                                "end": 2135,
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 61
                                  }
                                },
                                "name": "removeClass"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Literal",
                                "start": 2136,
                                "end": 2145,
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 62
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 71
                                  }
                                },
                                "value": "clicked",
                                "rawValue": "clicked",
                                "raw": "\"clicked\""
                              }
                            ]
                          }
                        }
                      ]
                    },
                    "alternate": null
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 2159,
                    "end": 2188,
                    "loc": {
                      "start": {
                        "line": 63,
                        "column": 4
                      },
                      "end": {
                        "line": 63,
                        "column": 33
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 2159,
                      "end": 2187,
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 4
                        },
                        "end": {
                          "line": 63,
                          "column": 32
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 2159,
                        "end": 2176,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 4
                          },
                          "end": {
                            "line": 63,
                            "column": 21
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 2159,
                          "end": 2164,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 4
                            },
                            "end": {
                              "line": 63,
                              "column": 9
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 2159,
                            "end": 2160,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 4
                              },
                              "end": {
                                "line": 63,
                                "column": 5
                              }
                            },
                            "name": "$"
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 2161,
                              "end": 2163,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 6
                                },
                                "end": {
                                  "line": 63,
                                  "column": 8
                                }
                              },
                              "name": "el"
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2165,
                          "end": 2176,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 10
                            },
                            "end": {
                              "line": 63,
                              "column": 21
                            }
                          },
                          "name": "toggleClass"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Literal",
                          "start": 2177,
                          "end": 2186,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 22
                            },
                            "end": {
                              "line": 63,
                              "column": 31
                            }
                          },
                          "value": "clicked",
                          "rawValue": "clicked",
                          "raw": "\"clicked\""
                        }
                      ]
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 2193,
                    "end": 2229,
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 4
                      },
                      "end": {
                        "line": 64,
                        "column": 40
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 2193,
                      "end": 2228,
                      "loc": {
                        "start": {
                          "line": 64,
                          "column": 4
                        },
                        "end": {
                          "line": 64,
                          "column": 39
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 2193,
                        "end": 2213,
                        "loc": {
                          "start": {
                            "line": 64,
                            "column": 4
                          },
                          "end": {
                            "line": 64,
                            "column": 24
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 2193,
                          "end": 2201,
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 4
                            },
                            "end": {
                              "line": 64,
                              "column": 12
                            }
                          },
                          "name": "$navItem"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2202,
                          "end": 2213,
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 13
                            },
                            "end": {
                              "line": 64,
                              "column": 24
                            }
                          },
                          "name": "toggleClass"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Literal",
                          "start": 2214,
                          "end": 2227,
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 25
                            },
                            "end": {
                              "line": 64,
                              "column": 38
                            }
                          },
                          "value": "is-expanded",
                          "rawValue": "is-expanded",
                          "raw": "\"is-expanded\""
                        }
                      ]
                    }
                  }
                ]
              }
            }
          },
          {
            "type": "MethodDefinition",
            "start": 2237,
            "end": 2413,
            "loc": {
              "start": {
                "line": 67,
                "column": 2
              },
              "end": {
                "line": 73,
                "column": 3
              }
            },
            "computed": false,
            "key": {
              "type": "Identifier",
              "start": 2237,
              "end": 2250,
              "loc": {
                "start": {
                  "line": 67,
                  "column": 2
                },
                "end": {
                  "line": 67,
                  "column": 15
                }
              },
              "name": "_handleSubNav"
            },
            "static": false,
            "kind": "method",
            "value": {
              "type": "FunctionExpression",
              "start": 2250,
              "end": 2413,
              "loc": {
                "start": {
                  "line": 67,
                  "column": 15
                },
                "end": {
                  "line": 73,
                  "column": 3
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 2251,
                  "end": 2253,
                  "loc": {
                    "start": {
                      "line": 67,
                      "column": 16
                    },
                    "end": {
                      "line": 67,
                      "column": 18
                    }
                  },
                  "name": "el"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 2255,
                "end": 2413,
                "loc": {
                  "start": {
                    "line": 67,
                    "column": 20
                  },
                  "end": {
                    "line": 73,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 2261,
                    "end": 2409,
                    "loc": {
                      "start": {
                        "line": 68,
                        "column": 4
                      },
                      "end": {
                        "line": 72,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "CallExpression",
                      "start": 2265,
                      "end": 2330,
                      "loc": {
                        "start": {
                          "line": 68,
                          "column": 8
                        },
                        "end": {
                          "line": 68,
                          "column": 73
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 2265,
                        "end": 2303,
                        "loc": {
                          "start": {
                            "line": 68,
                            "column": 8
                          },
                          "end": {
                            "line": 68,
                            "column": 46
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 2265,
                          "end": 2294,
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 8
                            },
                            "end": {
                              "line": 68,
                              "column": 37
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2265,
                            "end": 2275,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 8
                              },
                              "end": {
                                "line": 68,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 2265,
                              "end": 2270,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 8
                                },
                                "end": {
                                  "line": 68,
                                  "column": 13
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 2265,
                                "end": 2266,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 9
                                  }
                                },
                                "name": "$"
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 2267,
                                  "end": 2269,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 12
                                    }
                                  },
                                  "name": "el"
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2271,
                              "end": 2275,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 14
                                },
                                "end": {
                                  "line": 68,
                                  "column": 18
                                }
                              },
                              "name": "find"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Literal",
                              "start": 2276,
                              "end": 2293,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 19
                                },
                                "end": {
                                  "line": 68,
                                  "column": 36
                                }
                              },
                              "value": ".sub-navigation",
                              "rawValue": ".sub-navigation",
                              "raw": "\".sub-navigation\""
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2295,
                          "end": 2303,
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 38
                            },
                            "end": {
                              "line": 68,
                              "column": 46
                            }
                          },
                          "name": "hasClass"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Literal",
                          "start": 2304,
                          "end": 2329,
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 47
                            },
                            "end": {
                              "line": 68,
                              "column": 72
                            }
                          },
                          "value": "sub-navigation--visible",
                          "rawValue": "sub-navigation--visible",
                          "raw": "\"sub-navigation--visible\""
                        }
                      ]
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 2332,
                      "end": 2368,
                      "loc": {
                        "start": {
                          "line": 68,
                          "column": 75
                        },
                        "end": {
                          "line": 70,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 2340,
                          "end": 2362,
                          "loc": {
                            "start": {
                              "line": 69,
                              "column": 6
                            },
                            "end": {
                              "line": 69,
                              "column": 28
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 2340,
                            "end": 2361,
                            "loc": {
                              "start": {
                                "line": 69,
                                "column": 6
                              },
                              "end": {
                                "line": 69,
                                "column": 27
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2340,
                              "end": 2357,
                              "loc": {
                                "start": {
                                  "line": 69,
                                  "column": 6
                                },
                                "end": {
                                  "line": 69,
                                  "column": 23
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2340,
                                "end": 2344,
                                "loc": {
                                  "start": {
                                    "line": 69,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 69,
                                    "column": 10
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2345,
                                "end": 2357,
                                "loc": {
                                  "start": {
                                    "line": 69,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 69,
                                    "column": 23
                                  }
                                },
                                "name": "_closeSubNav"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 2358,
                                "end": 2360,
                                "loc": {
                                  "start": {
                                    "line": 69,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 69,
                                    "column": 26
                                  }
                                },
                                "name": "el"
                              }
                            ]
                          }
                        }
                      ]
                    },
                    "alternate": {
                      "type": "BlockStatement",
                      "start": 2374,
                      "end": 2409,
                      "loc": {
                        "start": {
                          "line": 70,
                          "column": 11
                        },
                        "end": {
                          "line": 72,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 2382,
                          "end": 2403,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 6
                            },
                            "end": {
                              "line": 71,
                              "column": 27
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 2382,
                            "end": 2402,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 6
                              },
                              "end": {
                                "line": 71,
                                "column": 26
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2382,
                              "end": 2398,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 6
                                },
                                "end": {
                                  "line": 71,
                                  "column": 22
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2382,
                                "end": 2386,
                                "loc": {
                                  "start": {
                                    "line": 71,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 71,
                                    "column": 10
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2387,
                                "end": 2398,
                                "loc": {
                                  "start": {
                                    "line": 71,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 71,
                                    "column": 22
                                  }
                                },
                                "name": "_openSubNav"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 2399,
                                "end": 2401,
                                "loc": {
                                  "start": {
                                    "line": 71,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 71,
                                    "column": 25
                                  }
                                },
                                "name": "el"
                              }
                            ]
                          }
                        }
                      ]
                    }
                  }
                ]
              }
            }
          },
          {
            "type": "MethodDefinition",
            "start": 2417,
            "end": 2720,
            "loc": {
              "start": {
                "line": 75,
                "column": 2
              },
              "end": {
                "line": 84,
                "column": 3
              }
            },
            "computed": false,
            "key": {
              "type": "Identifier",
              "start": 2417,
              "end": 2428,
              "loc": {
                "start": {
                  "line": 75,
                  "column": 2
                },
                "end": {
                  "line": 75,
                  "column": 13
                }
              },
              "name": "_openSubNav"
            },
            "static": false,
            "kind": "method",
            "value": {
              "type": "FunctionExpression",
              "start": 2428,
              "end": 2720,
              "loc": {
                "start": {
                  "line": 75,
                  "column": 13
                },
                "end": {
                  "line": 84,
                  "column": 3
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 2429,
                  "end": 2431,
                  "loc": {
                    "start": {
                      "line": 75,
                      "column": 14
                    },
                    "end": {
                      "line": 75,
                      "column": 16
                    }
                  },
                  "name": "el"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 2433,
                "end": 2720,
                "loc": {
                  "start": {
                    "line": 75,
                    "column": 18
                  },
                  "end": {
                    "line": 84,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 2439,
                    "end": 2468,
                    "loc": {
                      "start": {
                        "line": 76,
                        "column": 4
                      },
                      "end": {
                        "line": 76,
                        "column": 33
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 2439,
                      "end": 2467,
                      "loc": {
                        "start": {
                          "line": 76,
                          "column": 4
                        },
                        "end": {
                          "line": 76,
                          "column": 32
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 2439,
                        "end": 2451,
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 4
                          },
                          "end": {
                            "line": 76,
                            "column": 16
                          }
                        },
                        "name": "clearTimeout"
                      },
                      "arguments": [
                        {
                          "type": "MemberExpression",
                          "start": 2452,
                          "end": 2466,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 17
                            },
                            "end": {
                              "line": 76,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2452,
                            "end": 2456,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 17
                              },
                              "end": {
                                "line": 76,
                                "column": 21
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2457,
                            "end": 2466,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 22
                              },
                              "end": {
                                "line": 76,
                                "column": 31
                              }
                            },
                            "name": "hideTimer"
                          },
                          "computed": false
                        }
                      ]
                    },
                    "trailingComments": [
                      {
                        "type": "CommentLine",
                        "value": " Always clear the currently active one",
                        "start": 2474,
                        "end": 2514,
                        "loc": {
                          "start": {
                            "line": 78,
                            "column": 4
                          },
                          "end": {
                            "line": 78,
                            "column": 44
                          }
                        },
                        "range": [
                          2474,
                          2514
                        ]
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 2519,
                    "end": 2591,
                    "loc": {
                      "start": {
                        "line": 79,
                        "column": 4
                      },
                      "end": {
                        "line": 79,
                        "column": 76
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 2519,
                      "end": 2590,
                      "loc": {
                        "start": {
                          "line": 79,
                          "column": 4
                        },
                        "end": {
                          "line": 79,
                          "column": 75
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 2519,
                        "end": 2563,
                        "loc": {
                          "start": {
                            "line": 79,
                            "column": 4
                          },
                          "end": {
                            "line": 79,
                            "column": 48
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 2519,
                          "end": 2551,
                          "loc": {
                            "start": {
                              "line": 79,
                              "column": 4
                            },
                            "end": {
                              "line": 79,
                              "column": 36
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2519,
                            "end": 2532,
                            "loc": {
                              "start": {
                                "line": 79,
                                "column": 4
                              },
                              "end": {
                                "line": 79,
                                "column": 17
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2519,
                              "end": 2527,
                              "loc": {
                                "start": {
                                  "line": 79,
                                  "column": 4
                                },
                                "end": {
                                  "line": 79,
                                  "column": 12
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2519,
                                "end": 2523,
                                "loc": {
                                  "start": {
                                    "line": 79,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 79,
                                    "column": 8
                                  }
                                },
                                "leadingComments": null
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2524,
                                "end": 2527,
                                "loc": {
                                  "start": {
                                    "line": 79,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 79,
                                    "column": 12
                                  }
                                },
                                "name": "$el"
                              },
                              "computed": false,
                              "leadingComments": null
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2528,
                              "end": 2532,
                              "loc": {
                                "start": {
                                  "line": 79,
                                  "column": 13
                                },
                                "end": {
                                  "line": 79,
                                  "column": 17
                                }
                              },
                              "name": "find"
                            },
                            "computed": false,
                            "leadingComments": null
                          },
                          "arguments": [
                            {
                              "type": "Literal",
                              "start": 2533,
                              "end": 2550,
                              "loc": {
                                "start": {
                                  "line": 79,
                                  "column": 18
                                },
                                "end": {
                                  "line": 79,
                                  "column": 35
                                }
                              },
                              "value": ".sub-navigation",
                              "rawValue": ".sub-navigation",
                              "raw": "\".sub-navigation\""
                            }
                          ],
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2552,
                          "end": 2563,
                          "loc": {
                            "start": {
                              "line": 79,
                              "column": 37
                            },
                            "end": {
                              "line": 79,
                              "column": 48
                            }
                          },
                          "name": "removeClass"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "arguments": [
                        {
                          "type": "Literal",
                          "start": 2564,
                          "end": 2589,
                          "loc": {
                            "start": {
                              "line": 79,
                              "column": 49
                            },
                            "end": {
                              "line": 79,
                              "column": 74
                            }
                          },
                          "value": "sub-navigation--visible",
                          "rawValue": "sub-navigation--visible",
                          "raw": "\"sub-navigation--visible\""
                        }
                      ],
                      "leadingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "CommentLine",
                        "value": " Always clear the currently active one",
                        "start": 2474,
                        "end": 2514,
                        "loc": {
                          "start": {
                            "line": 78,
                            "column": 4
                          },
                          "end": {
                            "line": 78,
                            "column": 44
                          }
                        },
                        "range": [
                          2474,
                          2514
                        ]
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 2597,
                    "end": 2716,
                    "loc": {
                      "start": {
                        "line": 81,
                        "column": 4
                      },
                      "end": {
                        "line": 83,
                        "column": 10
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 2597,
                      "end": 2715,
                      "loc": {
                        "start": {
                          "line": 81,
                          "column": 4
                        },
                        "end": {
                          "line": 83,
                          "column": 9
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 2597,
                        "end": 2611,
                        "loc": {
                          "start": {
                            "line": 81,
                            "column": 4
                          },
                          "end": {
                            "line": 81,
                            "column": 18
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 2597,
                          "end": 2601,
                          "loc": {
                            "start": {
                              "line": 81,
                              "column": 4
                            },
                            "end": {
                              "line": 81,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2602,
                          "end": 2611,
                          "loc": {
                            "start": {
                              "line": 81,
                              "column": 9
                            },
                            "end": {
                              "line": 81,
                              "column": 18
                            }
                          },
                          "name": "showTimer"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 2614,
                        "end": 2715,
                        "loc": {
                          "start": {
                            "line": 81,
                            "column": 21
                          },
                          "end": {
                            "line": 83,
                            "column": 9
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 2614,
                          "end": 2624,
                          "loc": {
                            "start": {
                              "line": 81,
                              "column": 21
                            },
                            "end": {
                              "line": 81,
                              "column": 31
                            }
                          },
                          "name": "setTimeout"
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 2625,
                            "end": 2711,
                            "loc": {
                              "start": {
                                "line": 81,
                                "column": 32
                              },
                              "end": {
                                "line": 83,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [],
                            "body": {
                              "type": "BlockStatement",
                              "start": 2631,
                              "end": 2711,
                              "loc": {
                                "start": {
                                  "line": 81,
                                  "column": 38
                                },
                                "end": {
                                  "line": 83,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2639,
                                  "end": 2705,
                                  "loc": {
                                    "start": {
                                      "line": 82,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 82,
                                      "column": 72
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 2639,
                                    "end": 2704,
                                    "loc": {
                                      "start": {
                                        "line": 82,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 82,
                                        "column": 71
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2639,
                                      "end": 2677,
                                      "loc": {
                                        "start": {
                                          "line": 82,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 82,
                                          "column": 44
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 2639,
                                        "end": 2668,
                                        "loc": {
                                          "start": {
                                            "line": 82,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 82,
                                            "column": 35
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 2639,
                                          "end": 2649,
                                          "loc": {
                                            "start": {
                                              "line": 82,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 82,
                                              "column": 16
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 2639,
                                            "end": 2644,
                                            "loc": {
                                              "start": {
                                                "line": 82,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 11
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 2639,
                                              "end": 2640,
                                              "loc": {
                                                "start": {
                                                  "line": 82,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 82,
                                                  "column": 7
                                                }
                                              },
                                              "name": "$"
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 2641,
                                                "end": 2643,
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 10
                                                  }
                                                },
                                                "name": "el"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2645,
                                            "end": 2649,
                                            "loc": {
                                              "start": {
                                                "line": 82,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 16
                                              }
                                            },
                                            "name": "find"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 2650,
                                            "end": 2667,
                                            "loc": {
                                              "start": {
                                                "line": 82,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 34
                                              }
                                            },
                                            "value": ".sub-navigation",
                                            "rawValue": ".sub-navigation",
                                            "raw": "\".sub-navigation\""
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2669,
                                        "end": 2677,
                                        "loc": {
                                          "start": {
                                            "line": 82,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 82,
                                            "column": 44
                                          }
                                        },
                                        "name": "addClass"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 2678,
                                        "end": 2703,
                                        "loc": {
                                          "start": {
                                            "line": 82,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 82,
                                            "column": 70
                                          }
                                        },
                                        "value": "sub-navigation--visible",
                                        "rawValue": "sub-navigation--visible",
                                        "raw": "\"sub-navigation--visible\""
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          },
                          {
                            "type": "Literal",
                            "start": 2713,
                            "end": 2714,
                            "loc": {
                              "start": {
                                "line": 83,
                                "column": 7
                              },
                              "end": {
                                "line": 83,
                                "column": 8
                              }
                            },
                            "value": 0,
                            "rawValue": 0,
                            "raw": "0"
                          }
                        ]
                      }
                    }
                  }
                ]
              }
            }
          },
          {
            "type": "MethodDefinition",
            "start": 2724,
            "end": 2910,
            "loc": {
              "start": {
                "line": 86,
                "column": 2
              },
              "end": {
                "line": 92,
                "column": 3
              }
            },
            "computed": false,
            "key": {
              "type": "Identifier",
              "start": 2724,
              "end": 2736,
              "loc": {
                "start": {
                  "line": 86,
                  "column": 2
                },
                "end": {
                  "line": 86,
                  "column": 14
                }
              },
              "name": "_closeSubNav"
            },
            "static": false,
            "kind": "method",
            "value": {
              "type": "FunctionExpression",
              "start": 2736,
              "end": 2910,
              "loc": {
                "start": {
                  "line": 86,
                  "column": 14
                },
                "end": {
                  "line": 92,
                  "column": 3
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 2737,
                  "end": 2739,
                  "loc": {
                    "start": {
                      "line": 86,
                      "column": 15
                    },
                    "end": {
                      "line": 86,
                      "column": 17
                    }
                  },
                  "name": "el"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 2741,
                "end": 2910,
                "loc": {
                  "start": {
                    "line": 86,
                    "column": 19
                  },
                  "end": {
                    "line": 92,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 2747,
                    "end": 2776,
                    "loc": {
                      "start": {
                        "line": 87,
                        "column": 4
                      },
                      "end": {
                        "line": 87,
                        "column": 33
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 2747,
                      "end": 2775,
                      "loc": {
                        "start": {
                          "line": 87,
                          "column": 4
                        },
                        "end": {
                          "line": 87,
                          "column": 32
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 2747,
                        "end": 2759,
                        "loc": {
                          "start": {
                            "line": 87,
                            "column": 4
                          },
                          "end": {
                            "line": 87,
                            "column": 16
                          }
                        },
                        "name": "clearTimeout"
                      },
                      "arguments": [
                        {
                          "type": "MemberExpression",
                          "start": 2760,
                          "end": 2774,
                          "loc": {
                            "start": {
                              "line": 87,
                              "column": 17
                            },
                            "end": {
                              "line": 87,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2760,
                            "end": 2764,
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 17
                              },
                              "end": {
                                "line": 87,
                                "column": 21
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2765,
                            "end": 2774,
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 22
                              },
                              "end": {
                                "line": 87,
                                "column": 31
                              }
                            },
                            "name": "showTimer"
                          },
                          "computed": false
                        }
                      ]
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 2782,
                    "end": 2906,
                    "loc": {
                      "start": {
                        "line": 89,
                        "column": 4
                      },
                      "end": {
                        "line": 91,
                        "column": 12
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 2782,
                      "end": 2905,
                      "loc": {
                        "start": {
                          "line": 89,
                          "column": 4
                        },
                        "end": {
                          "line": 91,
                          "column": 11
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 2782,
                        "end": 2796,
                        "loc": {
                          "start": {
                            "line": 89,
                            "column": 4
                          },
                          "end": {
                            "line": 89,
                            "column": 18
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 2782,
                          "end": 2786,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 4
                            },
                            "end": {
                              "line": 89,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2787,
                          "end": 2796,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 9
                            },
                            "end": {
                              "line": 89,
                              "column": 18
                            }
                          },
                          "name": "hideTimer"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 2799,
                        "end": 2905,
                        "loc": {
                          "start": {
                            "line": 89,
                            "column": 21
                          },
                          "end": {
                            "line": 91,
                            "column": 11
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 2799,
                          "end": 2809,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 21
                            },
                            "end": {
                              "line": 89,
                              "column": 31
                            }
                          },
                          "name": "setTimeout"
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 2810,
                            "end": 2899,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 32
                              },
                              "end": {
                                "line": 91,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [],
                            "body": {
                              "type": "BlockStatement",
                              "start": 2816,
                              "end": 2899,
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 38
                                },
                                "end": {
                                  "line": 91,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2824,
                                  "end": 2893,
                                  "loc": {
                                    "start": {
                                      "line": 90,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 90,
                                      "column": 75
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 2824,
                                    "end": 2892,
                                    "loc": {
                                      "start": {
                                        "line": 90,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 90,
                                        "column": 74
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2824,
                                      "end": 2865,
                                      "loc": {
                                        "start": {
                                          "line": 90,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 90,
                                          "column": 47
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 2824,
                                        "end": 2853,
                                        "loc": {
                                          "start": {
                                            "line": 90,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 90,
                                            "column": 35
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 2824,
                                          "end": 2834,
                                          "loc": {
                                            "start": {
                                              "line": 90,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 90,
                                              "column": 16
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 2824,
                                            "end": 2829,
                                            "loc": {
                                              "start": {
                                                "line": 90,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 90,
                                                "column": 11
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 2824,
                                              "end": 2825,
                                              "loc": {
                                                "start": {
                                                  "line": 90,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 90,
                                                  "column": 7
                                                }
                                              },
                                              "name": "$"
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 2826,
                                                "end": 2828,
                                                "loc": {
                                                  "start": {
                                                    "line": 90,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 90,
                                                    "column": 10
                                                  }
                                                },
                                                "name": "el"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2830,
                                            "end": 2834,
                                            "loc": {
                                              "start": {
                                                "line": 90,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 90,
                                                "column": 16
                                              }
                                            },
                                            "name": "find"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 2835,
                                            "end": 2852,
                                            "loc": {
                                              "start": {
                                                "line": 90,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 90,
                                                "column": 34
                                              }
                                            },
                                            "value": ".sub-navigation",
                                            "rawValue": ".sub-navigation",
                                            "raw": "\".sub-navigation\""
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2854,
                                        "end": 2865,
                                        "loc": {
                                          "start": {
                                            "line": 90,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 90,
                                            "column": 47
                                          }
                                        },
                                        "name": "removeClass"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 2866,
                                        "end": 2891,
                                        "loc": {
                                          "start": {
                                            "line": 90,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 90,
                                            "column": 73
                                          }
                                        },
                                        "value": "sub-navigation--visible",
                                        "rawValue": "sub-navigation--visible",
                                        "raw": "\"sub-navigation--visible\""
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          },
                          {
                            "type": "Literal",
                            "start": 2901,
                            "end": 2904,
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 7
                              },
                              "end": {
                                "line": 91,
                                "column": 10
                              }
                            },
                            "value": 100,
                            "rawValue": 100,
                            "raw": "100"
                          }
                        ]
                      }
                    }
                  }
                ]
              }
            }
          },
          {
            "type": "MethodDefinition",
            "start": 2914,
            "end": 3112,
            "loc": {
              "start": {
                "line": 94,
                "column": 2
              },
              "end": {
                "line": 97,
                "column": 3
              }
            },
            "computed": false,
            "key": {
              "type": "Identifier",
              "start": 2914,
              "end": 2925,
              "loc": {
                "start": {
                  "line": 94,
                  "column": 2
                },
                "end": {
                  "line": 94,
                  "column": 13
                }
              },
              "name": "handleHover"
            },
            "static": false,
            "kind": "method",
            "value": {
              "type": "FunctionExpression",
              "start": 2925,
              "end": 3112,
              "loc": {
                "start": {
                  "line": 94,
                  "column": 13
                },
                "end": {
                  "line": 97,
                  "column": 3
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 2928,
                "end": 3112,
                "loc": {
                  "start": {
                    "line": 94,
                    "column": 16
                  },
                  "end": {
                    "line": 97,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 2934,
                    "end": 3018,
                    "loc": {
                      "start": {
                        "line": 95,
                        "column": 4
                      },
                      "end": {
                        "line": 95,
                        "column": 88
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 2934,
                      "end": 3017,
                      "loc": {
                        "start": {
                          "line": 95,
                          "column": 4
                        },
                        "end": {
                          "line": 95,
                          "column": 87
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 2934,
                        "end": 2945,
                        "loc": {
                          "start": {
                            "line": 95,
                            "column": 4
                          },
                          "end": {
                            "line": 95,
                            "column": 15
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 2934,
                          "end": 2942,
                          "loc": {
                            "start": {
                              "line": 95,
                              "column": 4
                            },
                            "end": {
                              "line": 95,
                              "column": 12
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2934,
                            "end": 2938,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 4
                              },
                              "end": {
                                "line": 95,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2939,
                            "end": 2942,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 9
                              },
                              "end": {
                                "line": 95,
                                "column": 12
                              }
                            },
                            "name": "$el"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2943,
                          "end": 2945,
                          "loc": {
                            "start": {
                              "line": 95,
                              "column": 13
                            },
                            "end": {
                              "line": 95,
                              "column": 15
                            }
                          },
                          "name": "on"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Literal",
                          "start": 2946,
                          "end": 2958,
                          "loc": {
                            "start": {
                              "line": 95,
                              "column": 16
                            },
                            "end": {
                              "line": 95,
                              "column": 28
                            }
                          },
                          "value": "mouseenter",
                          "rawValue": "mouseenter",
                          "raw": "\"mouseenter\""
                        },
                        {
                          "type": "Literal",
                          "start": 2960,
                          "end": 2974,
                          "loc": {
                            "start": {
                              "line": 95,
                              "column": 30
                            },
                            "end": {
                              "line": 95,
                              "column": 44
                            }
                          },
                          "value": ".js-nav-item",
                          "rawValue": ".js-nav-item",
                          "raw": "\".js-nav-item\""
                        },
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 2976,
                          "end": 3016,
                          "loc": {
                            "start": {
                              "line": 95,
                              "column": 46
                            },
                            "end": {
                              "line": 95,
                              "column": 86
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": true,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 2977,
                              "end": 2978,
                              "loc": {
                                "start": {
                                  "line": 95,
                                  "column": 47
                                },
                                "end": {
                                  "line": 95,
                                  "column": 48
                                }
                              },
                              "name": "e"
                            }
                          ],
                          "body": {
                            "type": "CallExpression",
                            "start": 2983,
                            "end": 3016,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 53
                              },
                              "end": {
                                "line": 95,
                                "column": 86
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2983,
                              "end": 2999,
                              "loc": {
                                "start": {
                                  "line": 95,
                                  "column": 53
                                },
                                "end": {
                                  "line": 95,
                                  "column": 69
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2983,
                                "end": 2987,
                                "loc": {
                                  "start": {
                                    "line": 95,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 95,
                                    "column": 57
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2988,
                                "end": 2999,
                                "loc": {
                                  "start": {
                                    "line": 95,
                                    "column": 58
                                  },
                                  "end": {
                                    "line": 95,
                                    "column": 69
                                  }
                                },
                                "name": "_openSubNav"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 3000,
                                "end": 3015,
                                "loc": {
                                  "start": {
                                    "line": 95,
                                    "column": 70
                                  },
                                  "end": {
                                    "line": 95,
                                    "column": 85
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3000,
                                  "end": 3001,
                                  "loc": {
                                    "start": {
                                      "line": 95,
                                      "column": 70
                                    },
                                    "end": {
                                      "line": 95,
                                      "column": 71
                                    }
                                  },
                                  "name": "e"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3002,
                                  "end": 3015,
                                  "loc": {
                                    "start": {
                                      "line": 95,
                                      "column": 72
                                    },
                                    "end": {
                                      "line": 95,
                                      "column": 85
                                    }
                                  },
                                  "name": "currentTarget"
                                },
                                "computed": false
                              }
                            ]
                          }
                        }
                      ]
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 3023,
                    "end": 3108,
                    "loc": {
                      "start": {
                        "line": 96,
                        "column": 4
                      },
                      "end": {
                        "line": 96,
                        "column": 89
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 3023,
                      "end": 3107,
                      "loc": {
                        "start": {
                          "line": 96,
                          "column": 4
                        },
                        "end": {
                          "line": 96,
                          "column": 88
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 3023,
                        "end": 3034,
                        "loc": {
                          "start": {
                            "line": 96,
                            "column": 4
                          },
                          "end": {
                            "line": 96,
                            "column": 15
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 3023,
                          "end": 3031,
                          "loc": {
                            "start": {
                              "line": 96,
                              "column": 4
                            },
                            "end": {
                              "line": 96,
                              "column": 12
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3023,
                            "end": 3027,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 4
                              },
                              "end": {
                                "line": 96,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3028,
                            "end": 3031,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 9
                              },
                              "end": {
                                "line": 96,
                                "column": 12
                              }
                            },
                            "name": "$el"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3032,
                          "end": 3034,
                          "loc": {
                            "start": {
                              "line": 96,
                              "column": 13
                            },
                            "end": {
                              "line": 96,
                              "column": 15
                            }
                          },
                          "name": "on"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Literal",
                          "start": 3035,
                          "end": 3047,
                          "loc": {
                            "start": {
                              "line": 96,
                              "column": 16
                            },
                            "end": {
                              "line": 96,
                              "column": 28
                            }
                          },
                          "value": "mouseleave",
                          "rawValue": "mouseleave",
                          "raw": "\"mouseleave\""
                        },
                        {
                          "type": "Literal",
                          "start": 3049,
                          "end": 3063,
                          "loc": {
                            "start": {
                              "line": 96,
                              "column": 30
                            },
                            "end": {
                              "line": 96,
                              "column": 44
                            }
                          },
                          "value": ".js-nav-item",
                          "rawValue": ".js-nav-item",
                          "raw": "\".js-nav-item\""
                        },
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 3065,
                          "end": 3106,
                          "loc": {
                            "start": {
                              "line": 96,
                              "column": 46
                            },
                            "end": {
                              "line": 96,
                              "column": 87
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": true,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 3066,
                              "end": 3067,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 47
                                },
                                "end": {
                                  "line": 96,
                                  "column": 48
                                }
                              },
                              "name": "e"
                            }
                          ],
                          "body": {
                            "type": "CallExpression",
                            "start": 3072,
                            "end": 3106,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 53
                              },
                              "end": {
                                "line": 96,
                                "column": 87
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3072,
                              "end": 3089,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 53
                                },
                                "end": {
                                  "line": 96,
                                  "column": 70
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3072,
                                "end": 3076,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 57
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3077,
                                "end": 3089,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 58
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 70
                                  }
                                },
                                "name": "_closeSubNav"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 3090,
                                "end": 3105,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 71
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 86
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3090,
                                  "end": 3091,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 71
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 72
                                    }
                                  },
                                  "name": "e"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3092,
                                  "end": 3105,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 73
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 86
                                    }
                                  },
                                  "name": "currentTarget"
                                },
                                "computed": false
                              }
                            ]
                          }
                        }
                      ]
                    }
                  }
                ]
              }
            }
          },
          {
            "type": "MethodDefinition",
            "start": 3116,
            "end": 3221,
            "loc": {
              "start": {
                "line": 99,
                "column": 2
              },
              "end": {
                "line": 105,
                "column": 3
              }
            },
            "computed": false,
            "key": {
              "type": "Identifier",
              "start": 3116,
              "end": 3125,
              "loc": {
                "start": {
                  "line": 99,
                  "column": 2
                },
                "end": {
                  "line": 99,
                  "column": 11
                }
              },
              "name": "toggleNav"
            },
            "static": false,
            "kind": "method",
            "value": {
              "type": "FunctionExpression",
              "start": 3125,
              "end": 3221,
              "loc": {
                "start": {
                  "line": 99,
                  "column": 11
                },
                "end": {
                  "line": 105,
                  "column": 3
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 3128,
                "end": 3221,
                "loc": {
                  "start": {
                    "line": 99,
                    "column": 14
                  },
                  "end": {
                    "line": 105,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 3134,
                    "end": 3217,
                    "loc": {
                      "start": {
                        "line": 100,
                        "column": 4
                      },
                      "end": {
                        "line": 104,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "MemberExpression",
                      "start": 3137,
                      "end": 3157,
                      "loc": {
                        "start": {
                          "line": 100,
                          "column": 7
                        },
                        "end": {
                          "line": 100,
                          "column": 27
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 3137,
                        "end": 3147,
                        "loc": {
                          "start": {
                            "line": 100,
                            "column": 7
                          },
                          "end": {
                            "line": 100,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 3137,
                          "end": 3141,
                          "loc": {
                            "start": {
                              "line": 100,
                              "column": 7
                            },
                            "end": {
                              "line": 100,
                              "column": 11
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3142,
                          "end": 3147,
                          "loc": {
                            "start": {
                              "line": 100,
                              "column": 12
                            },
                            "end": {
                              "line": 100,
                              "column": 17
                            }
                          },
                          "name": "state"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 3148,
                        "end": 3157,
                        "loc": {
                          "start": {
                            "line": 100,
                            "column": 18
                          },
                          "end": {
                            "line": 100,
                            "column": 27
                          }
                        },
                        "name": "isNavOpen"
                      },
                      "computed": false
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 3159,
                      "end": 3185,
                      "loc": {
                        "start": {
                          "line": 100,
                          "column": 29
                        },
                        "end": {
                          "line": 102,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 3167,
                          "end": 3179,
                          "loc": {
                            "start": {
                              "line": 101,
                              "column": 6
                            },
                            "end": {
                              "line": 101,
                              "column": 18
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 3167,
                            "end": 3178,
                            "loc": {
                              "start": {
                                "line": 101,
                                "column": 6
                              },
                              "end": {
                                "line": 101,
                                "column": 17
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3167,
                              "end": 3176,
                              "loc": {
                                "start": {
                                  "line": 101,
                                  "column": 6
                                },
                                "end": {
                                  "line": 101,
                                  "column": 15
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3167,
                                "end": 3171,
                                "loc": {
                                  "start": {
                                    "line": 101,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 101,
                                    "column": 10
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3172,
                                "end": 3176,
                                "loc": {
                                  "start": {
                                    "line": 101,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 101,
                                    "column": 15
                                  }
                                },
                                "name": "show"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ]
                    },
                    "alternate": {
                      "type": "BlockStatement",
                      "start": 3191,
                      "end": 3217,
                      "loc": {
                        "start": {
                          "line": 102,
                          "column": 11
                        },
                        "end": {
                          "line": 104,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 3199,
                          "end": 3211,
                          "loc": {
                            "start": {
                              "line": 103,
                              "column": 6
                            },
                            "end": {
                              "line": 103,
                              "column": 18
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 3199,
                            "end": 3210,
                            "loc": {
                              "start": {
                                "line": 103,
                                "column": 6
                              },
                              "end": {
                                "line": 103,
                                "column": 17
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3199,
                              "end": 3208,
                              "loc": {
                                "start": {
                                  "line": 103,
                                  "column": 6
                                },
                                "end": {
                                  "line": 103,
                                  "column": 15
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3199,
                                "end": 3203,
                                "loc": {
                                  "start": {
                                    "line": 103,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 103,
                                    "column": 10
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3204,
                                "end": 3208,
                                "loc": {
                                  "start": {
                                    "line": 103,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 103,
                                    "column": 15
                                  }
                                },
                                "name": "hide"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ]
                    }
                  }
                ]
              }
            }
          },
          {
            "type": "MethodDefinition",
            "start": 3225,
            "end": 3631,
            "loc": {
              "start": {
                "line": 107,
                "column": 2
              },
              "end": {
                "line": 123,
                "column": 3
              }
            },
            "computed": false,
            "key": {
              "type": "Identifier",
              "start": 3225,
              "end": 3229,
              "loc": {
                "start": {
                  "line": 107,
                  "column": 2
                },
                "end": {
                  "line": 107,
                  "column": 6
                }
              },
              "name": "show"
            },
            "static": false,
            "kind": "method",
            "value": {
              "type": "FunctionExpression",
              "start": 3229,
              "end": 3631,
              "loc": {
                "start": {
                  "line": 107,
                  "column": 6
                },
                "end": {
                  "line": 123,
                  "column": 3
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 3232,
                "end": 3631,
                "loc": {
                  "start": {
                    "line": 107,
                    "column": 9
                  },
                  "end": {
                    "line": 123,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 3238,
                    "end": 3300,
                    "loc": {
                      "start": {
                        "line": 108,
                        "column": 4
                      },
                      "end": {
                        "line": 110,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "UnaryExpression",
                      "start": 3241,
                      "end": 3262,
                      "loc": {
                        "start": {
                          "line": 108,
                          "column": 7
                        },
                        "end": {
                          "line": 108,
                          "column": 28
                        }
                      },
                      "operator": "!",
                      "prefix": true,
                      "argument": {
                        "type": "MemberExpression",
                        "start": 3242,
                        "end": 3262,
                        "loc": {
                          "start": {
                            "line": 108,
                            "column": 8
                          },
                          "end": {
                            "line": 108,
                            "column": 28
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 3242,
                          "end": 3252,
                          "loc": {
                            "start": {
                              "line": 108,
                              "column": 8
                            },
                            "end": {
                              "line": 108,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3242,
                            "end": 3246,
                            "loc": {
                              "start": {
                                "line": 108,
                                "column": 8
                              },
                              "end": {
                                "line": 108,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3247,
                            "end": 3252,
                            "loc": {
                              "start": {
                                "line": 108,
                                "column": 13
                              },
                              "end": {
                                "line": 108,
                                "column": 18
                              }
                            },
                            "name": "state"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3253,
                          "end": 3262,
                          "loc": {
                            "start": {
                              "line": 108,
                              "column": 19
                            },
                            "end": {
                              "line": 108,
                              "column": 28
                            }
                          },
                          "name": "isNavOpen"
                        },
                        "computed": false
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 3263,
                      "end": 3300,
                      "loc": {
                        "start": {
                          "line": 108,
                          "column": 29
                        },
                        "end": {
                          "line": 110,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 3271,
                          "end": 3294,
                          "loc": {
                            "start": {
                              "line": 109,
                              "column": 6
                            },
                            "end": {
                              "line": 109,
                              "column": 29
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 3278,
                            "end": 3293,
                            "loc": {
                              "start": {
                                "line": 109,
                                "column": 13
                              },
                              "end": {
                                "line": 109,
                                "column": 28
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3278,
                              "end": 3289,
                              "loc": {
                                "start": {
                                  "line": 109,
                                  "column": 13
                                },
                                "end": {
                                  "line": 109,
                                  "column": 24
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3278,
                                "end": 3285,
                                "loc": {
                                  "start": {
                                    "line": 109,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 109,
                                    "column": 20
                                  }
                                },
                                "name": "Promise"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3286,
                                "end": 3289,
                                "loc": {
                                  "start": {
                                    "line": 109,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 109,
                                    "column": 24
                                  }
                                },
                                "name": "all"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrayExpression",
                                "start": 3290,
                                "end": 3292,
                                "loc": {
                                  "start": {
                                    "line": 109,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 109,
                                    "column": 27
                                  }
                                },
                                "elements": []
                              }
                            ]
                          }
                        }
                      ]
                    },
                    "alternate": null
                  },
                  {
                    "type": "IfStatement",
                    "start": 3306,
                    "end": 3417,
                    "loc": {
                      "start": {
                        "line": 112,
                        "column": 4
                      },
                      "end": {
                        "line": 114,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 3309,
                      "end": 3354,
                      "loc": {
                        "start": {
                          "line": 112,
                          "column": 7
                        },
                        "end": {
                          "line": 112,
                          "column": 52
                        }
                      },
                      "left": {
                        "type": "MemberExpression",
                        "start": 3309,
                        "end": 3348,
                        "loc": {
                          "start": {
                            "line": 112,
                            "column": 7
                          },
                          "end": {
                            "line": 112,
                            "column": 46
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 3309,
                          "end": 3341,
                          "loc": {
                            "start": {
                              "line": 112,
                              "column": 7
                            },
                            "end": {
                              "line": 112,
                              "column": 39
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 3309,
                            "end": 3339,
                            "loc": {
                              "start": {
                                "line": 112,
                                "column": 7
                              },
                              "end": {
                                "line": 112,
                                "column": 37
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 3309,
                              "end": 3331,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 7
                                },
                                "end": {
                                  "line": 112,
                                  "column": 29
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3309,
                                "end": 3313,
                                "loc": {
                                  "start": {
                                    "line": 112,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 112,
                                    "column": 11
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3314,
                                "end": 3331,
                                "loc": {
                                  "start": {
                                    "line": 112,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 112,
                                    "column": 29
                                  }
                                },
                                "name": "$mobileNavigation"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3332,
                              "end": 3339,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 30
                                },
                                "end": {
                                  "line": 112,
                                  "column": 37
                                }
                              },
                              "name": "parents"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3342,
                          "end": 3348,
                          "loc": {
                            "start": {
                              "line": 112,
                              "column": 40
                            },
                            "end": {
                              "line": 112,
                              "column": 46
                            }
                          },
                          "name": "length"
                        },
                        "computed": false
                      },
                      "operator": "===",
                      "right": {
                        "type": "Literal",
                        "start": 3353,
                        "end": 3354,
                        "loc": {
                          "start": {
                            "line": 112,
                            "column": 51
                          },
                          "end": {
                            "line": 112,
                            "column": 52
                          }
                        },
                        "value": 0,
                        "rawValue": 0,
                        "raw": "0"
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 3356,
                      "end": 3417,
                      "loc": {
                        "start": {
                          "line": 112,
                          "column": 54
                        },
                        "end": {
                          "line": 114,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 3364,
                          "end": 3411,
                          "loc": {
                            "start": {
                              "line": 113,
                              "column": 6
                            },
                            "end": {
                              "line": 113,
                              "column": 53
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 3364,
                            "end": 3410,
                            "loc": {
                              "start": {
                                "line": 113,
                                "column": 6
                              },
                              "end": {
                                "line": 113,
                                "column": 52
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3364,
                              "end": 3395,
                              "loc": {
                                "start": {
                                  "line": 113,
                                  "column": 6
                                },
                                "end": {
                                  "line": 113,
                                  "column": 37
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 3364,
                                "end": 3386,
                                "loc": {
                                  "start": {
                                    "line": 113,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 113,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 3364,
                                  "end": 3368,
                                  "loc": {
                                    "start": {
                                      "line": 113,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 113,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3369,
                                  "end": 3386,
                                  "loc": {
                                    "start": {
                                      "line": 113,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 113,
                                      "column": 28
                                    }
                                  },
                                  "name": "$mobileNavigation"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3387,
                                "end": 3395,
                                "loc": {
                                  "start": {
                                    "line": 113,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 113,
                                    "column": 37
                                  }
                                },
                                "name": "appendTo"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 3396,
                                "end": 3409,
                                "loc": {
                                  "start": {
                                    "line": 113,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 113,
                                    "column": 51
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3396,
                                  "end": 3404,
                                  "loc": {
                                    "start": {
                                      "line": 113,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 113,
                                      "column": 46
                                    }
                                  },
                                  "name": "document"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3405,
                                  "end": 3409,
                                  "loc": {
                                    "start": {
                                      "line": 113,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 113,
                                      "column": 51
                                    }
                                  },
                                  "name": "body"
                                },
                                "computed": false
                              }
                            ]
                          }
                        }
                      ]
                    },
                    "alternate": null
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 3423,
                    "end": 3443,
                    "loc": {
                      "start": {
                        "line": 116,
                        "column": 4
                      },
                      "end": {
                        "line": 116,
                        "column": 24
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 3423,
                      "end": 3442,
                      "loc": {
                        "start": {
                          "line": 116,
                          "column": 4
                        },
                        "end": {
                          "line": 116,
                          "column": 23
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 3423,
                        "end": 3440,
                        "loc": {
                          "start": {
                            "line": 116,
                            "column": 4
                          },
                          "end": {
                            "line": 116,
                            "column": 21
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 3423,
                          "end": 3435,
                          "loc": {
                            "start": {
                              "line": 116,
                              "column": 4
                            },
                            "end": {
                              "line": 116,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3423,
                            "end": 3427,
                            "loc": {
                              "start": {
                                "line": 116,
                                "column": 4
                              },
                              "end": {
                                "line": 116,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3428,
                            "end": 3435,
                            "loc": {
                              "start": {
                                "line": 116,
                                "column": 9
                              },
                              "end": {
                                "line": 116,
                                "column": 16
                              }
                            },
                            "name": "overlay"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3436,
                          "end": 3440,
                          "loc": {
                            "start": {
                              "line": 116,
                              "column": 17
                            },
                            "end": {
                              "line": 116,
                              "column": 21
                            }
                          },
                          "name": "show"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 3449,
                    "end": 3548,
                    "loc": {
                      "start": {
                        "line": 118,
                        "column": 4
                      },
                      "end": {
                        "line": 120,
                        "column": 11
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 3449,
                      "end": 3547,
                      "loc": {
                        "start": {
                          "line": 118,
                          "column": 4
                        },
                        "end": {
                          "line": 120,
                          "column": 10
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 3449,
                        "end": 3459,
                        "loc": {
                          "start": {
                            "line": 118,
                            "column": 4
                          },
                          "end": {
                            "line": 118,
                            "column": 14
                          }
                        },
                        "name": "setTimeout"
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 3460,
                          "end": 3542,
                          "loc": {
                            "start": {
                              "line": 118,
                              "column": 15
                            },
                            "end": {
                              "line": 120,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [],
                          "body": {
                            "type": "BlockStatement",
                            "start": 3466,
                            "end": 3542,
                            "loc": {
                              "start": {
                                "line": 118,
                                "column": 21
                              },
                              "end": {
                                "line": 120,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 3474,
                                "end": 3536,
                                "loc": {
                                  "start": {
                                    "line": 119,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 119,
                                    "column": 68
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 3474,
                                  "end": 3535,
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 67
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 3474,
                                    "end": 3505,
                                    "loc": {
                                      "start": {
                                        "line": 119,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 119,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 3474,
                                      "end": 3496,
                                      "loc": {
                                        "start": {
                                          "line": 119,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 119,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 3474,
                                        "end": 3478,
                                        "loc": {
                                          "start": {
                                            "line": 119,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 119,
                                            "column": 10
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3479,
                                        "end": 3496,
                                        "loc": {
                                          "start": {
                                            "line": 119,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 119,
                                            "column": 28
                                          }
                                        },
                                        "name": "$mobileNavigation"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3497,
                                      "end": 3505,
                                      "loc": {
                                        "start": {
                                          "line": 119,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 119,
                                          "column": 37
                                        }
                                      },
                                      "name": "addClass"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Literal",
                                      "start": 3506,
                                      "end": 3534,
                                      "loc": {
                                        "start": {
                                          "line": 119,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 119,
                                          "column": 66
                                        }
                                      },
                                      "value": "mobile-navigation--visible",
                                      "rawValue": "mobile-navigation--visible",
                                      "raw": "\"mobile-navigation--visible\""
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        },
                        {
                          "type": "Literal",
                          "start": 3544,
                          "end": 3546,
                          "loc": {
                            "start": {
                              "line": 120,
                              "column": 7
                            },
                            "end": {
                              "line": 120,
                              "column": 9
                            }
                          },
                          "value": 20,
                          "rawValue": 20,
                          "raw": "20"
                        }
                      ]
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 3554,
                    "end": 3627,
                    "loc": {
                      "start": {
                        "line": 122,
                        "column": 4
                      },
                      "end": {
                        "line": 122,
                        "column": 77
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 3561,
                      "end": 3626,
                      "loc": {
                        "start": {
                          "line": 122,
                          "column": 11
                        },
                        "end": {
                          "line": 122,
                          "column": 76
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 3561,
                        "end": 3578,
                        "loc": {
                          "start": {
                            "line": 122,
                            "column": 11
                          },
                          "end": {
                            "line": 122,
                            "column": 28
                          }
                        },
                        "name": "waitForTransition"
                      },
                      "arguments": [
                        {
                          "type": "MemberExpression",
                          "start": 3579,
                          "end": 3601,
                          "loc": {
                            "start": {
                              "line": 122,
                              "column": 29
                            },
                            "end": {
                              "line": 122,
                              "column": 51
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3579,
                            "end": 3583,
                            "loc": {
                              "start": {
                                "line": 122,
                                "column": 29
                              },
                              "end": {
                                "line": 122,
                                "column": 33
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3584,
                            "end": 3601,
                            "loc": {
                              "start": {
                                "line": 122,
                                "column": 34
                              },
                              "end": {
                                "line": 122,
                                "column": 51
                              }
                            },
                            "name": "$mobileNavigation"
                          },
                          "computed": false
                        },
                        {
                          "type": "ObjectExpression",
                          "start": 3603,
                          "end": 3625,
                          "loc": {
                            "start": {
                              "line": 122,
                              "column": 53
                            },
                            "end": {
                              "line": 122,
                              "column": 75
                            }
                          },
                          "properties": [
                            {
                              "type": "Property",
                              "start": 3605,
                              "end": 3623,
                              "loc": {
                                "start": {
                                  "line": 122,
                                  "column": 55
                                },
                                "end": {
                                  "line": 122,
                                  "column": 73
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 3605,
                                "end": 3617,
                                "loc": {
                                  "start": {
                                    "line": 122,
                                    "column": 55
                                  },
                                  "end": {
                                    "line": 122,
                                    "column": 67
                                  }
                                },
                                "name": "fallbackTime"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 3619,
                                "end": 3623,
                                "loc": {
                                  "start": {
                                    "line": 122,
                                    "column": 69
                                  },
                                  "end": {
                                    "line": 122,
                                    "column": 73
                                  }
                                },
                                "value": 2000,
                                "rawValue": 2000,
                                "raw": "2000"
                              },
                              "kind": "init"
                            }
                          ]
                        }
                      ]
                    }
                  }
                ]
              }
            }
          },
          {
            "type": "MethodDefinition",
            "start": 3635,
            "end": 3960,
            "loc": {
              "start": {
                "line": 125,
                "column": 2
              },
              "end": {
                "line": 138,
                "column": 3
              }
            },
            "computed": false,
            "key": {
              "type": "Identifier",
              "start": 3635,
              "end": 3639,
              "loc": {
                "start": {
                  "line": 125,
                  "column": 2
                },
                "end": {
                  "line": 125,
                  "column": 6
                }
              },
              "name": "hide"
            },
            "static": false,
            "kind": "method",
            "value": {
              "type": "FunctionExpression",
              "start": 3639,
              "end": 3960,
              "loc": {
                "start": {
                  "line": 125,
                  "column": 6
                },
                "end": {
                  "line": 138,
                  "column": 3
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 3642,
                "end": 3960,
                "loc": {
                  "start": {
                    "line": 125,
                    "column": 9
                  },
                  "end": {
                    "line": 138,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 3648,
                    "end": 3710,
                    "loc": {
                      "start": {
                        "line": 126,
                        "column": 4
                      },
                      "end": {
                        "line": 128,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "MemberExpression",
                      "start": 3651,
                      "end": 3671,
                      "loc": {
                        "start": {
                          "line": 126,
                          "column": 7
                        },
                        "end": {
                          "line": 126,
                          "column": 27
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 3651,
                        "end": 3661,
                        "loc": {
                          "start": {
                            "line": 126,
                            "column": 7
                          },
                          "end": {
                            "line": 126,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 3651,
                          "end": 3655,
                          "loc": {
                            "start": {
                              "line": 126,
                              "column": 7
                            },
                            "end": {
                              "line": 126,
                              "column": 11
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3656,
                          "end": 3661,
                          "loc": {
                            "start": {
                              "line": 126,
                              "column": 12
                            },
                            "end": {
                              "line": 126,
                              "column": 17
                            }
                          },
                          "name": "state"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 3662,
                        "end": 3671,
                        "loc": {
                          "start": {
                            "line": 126,
                            "column": 18
                          },
                          "end": {
                            "line": 126,
                            "column": 27
                          }
                        },
                        "name": "isNavOpen"
                      },
                      "computed": false
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 3673,
                      "end": 3710,
                      "loc": {
                        "start": {
                          "line": 126,
                          "column": 29
                        },
                        "end": {
                          "line": 128,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 3681,
                          "end": 3704,
                          "loc": {
                            "start": {
                              "line": 127,
                              "column": 6
                            },
                            "end": {
                              "line": 127,
                              "column": 29
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 3688,
                            "end": 3703,
                            "loc": {
                              "start": {
                                "line": 127,
                                "column": 13
                              },
                              "end": {
                                "line": 127,
                                "column": 28
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3688,
                              "end": 3699,
                              "loc": {
                                "start": {
                                  "line": 127,
                                  "column": 13
                                },
                                "end": {
                                  "line": 127,
                                  "column": 24
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3688,
                                "end": 3695,
                                "loc": {
                                  "start": {
                                    "line": 127,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 127,
                                    "column": 20
                                  }
                                },
                                "name": "Promise"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3696,
                                "end": 3699,
                                "loc": {
                                  "start": {
                                    "line": 127,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 127,
                                    "column": 24
                                  }
                                },
                                "name": "all"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrayExpression",
                                "start": 3700,
                                "end": 3702,
                                "loc": {
                                  "start": {
                                    "line": 127,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 127,
                                    "column": 27
                                  }
                                },
                                "elements": []
                              }
                            ]
                          }
                        }
                      ]
                    },
                    "alternate": null
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 3716,
                    "end": 3781,
                    "loc": {
                      "start": {
                        "line": 130,
                        "column": 4
                      },
                      "end": {
                        "line": 130,
                        "column": 69
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 3716,
                      "end": 3780,
                      "loc": {
                        "start": {
                          "line": 130,
                          "column": 4
                        },
                        "end": {
                          "line": 130,
                          "column": 68
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 3716,
                        "end": 3750,
                        "loc": {
                          "start": {
                            "line": 130,
                            "column": 4
                          },
                          "end": {
                            "line": 130,
                            "column": 38
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 3716,
                          "end": 3738,
                          "loc": {
                            "start": {
                              "line": 130,
                              "column": 4
                            },
                            "end": {
                              "line": 130,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3716,
                            "end": 3720,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 4
                              },
                              "end": {
                                "line": 130,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3721,
                            "end": 3738,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 9
                              },
                              "end": {
                                "line": 130,
                                "column": 26
                              }
                            },
                            "name": "$mobileNavigation"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3739,
                          "end": 3750,
                          "loc": {
                            "start": {
                              "line": 130,
                              "column": 27
                            },
                            "end": {
                              "line": 130,
                              "column": 38
                            }
                          },
                          "name": "removeClass"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Literal",
                          "start": 3751,
                          "end": 3779,
                          "loc": {
                            "start": {
                              "line": 130,
                              "column": 39
                            },
                            "end": {
                              "line": 130,
                              "column": 67
                            }
                          },
                          "value": "mobile-navigation--visible",
                          "rawValue": "mobile-navigation--visible",
                          "raw": "\"mobile-navigation--visible\""
                        }
                      ]
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 3787,
                    "end": 3807,
                    "loc": {
                      "start": {
                        "line": 132,
                        "column": 4
                      },
                      "end": {
                        "line": 132,
                        "column": 24
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 3787,
                      "end": 3806,
                      "loc": {
                        "start": {
                          "line": 132,
                          "column": 4
                        },
                        "end": {
                          "line": 132,
                          "column": 23
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 3787,
                        "end": 3804,
                        "loc": {
                          "start": {
                            "line": 132,
                            "column": 4
                          },
                          "end": {
                            "line": 132,
                            "column": 21
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 3787,
                          "end": 3799,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 4
                            },
                            "end": {
                              "line": 132,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3787,
                            "end": 3791,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 4
                              },
                              "end": {
                                "line": 132,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3792,
                            "end": 3799,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 9
                              },
                              "end": {
                                "line": 132,
                                "column": 16
                              }
                            },
                            "name": "overlay"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3800,
                          "end": 3804,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 17
                            },
                            "end": {
                              "line": 132,
                              "column": 21
                            }
                          },
                          "name": "hide"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 3813,
                    "end": 3956,
                    "loc": {
                      "start": {
                        "line": 134,
                        "column": 4
                      },
                      "end": {
                        "line": 137,
                        "column": 9
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 3820,
                      "end": 3955,
                      "loc": {
                        "start": {
                          "line": 134,
                          "column": 11
                        },
                        "end": {
                          "line": 137,
                          "column": 8
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 3820,
                        "end": 3897,
                        "loc": {
                          "start": {
                            "line": 134,
                            "column": 11
                          },
                          "end": {
                            "line": 135,
                            "column": 11
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 3820,
                          "end": 3885,
                          "loc": {
                            "start": {
                              "line": 134,
                              "column": 11
                            },
                            "end": {
                              "line": 134,
                              "column": 76
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 3820,
                            "end": 3837,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 11
                              },
                              "end": {
                                "line": 134,
                                "column": 28
                              }
                            },
                            "name": "waitForTransition"
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 3838,
                              "end": 3860,
                              "loc": {
                                "start": {
                                  "line": 134,
                                  "column": 29
                                },
                                "end": {
                                  "line": 134,
                                  "column": 51
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3838,
                                "end": 3842,
                                "loc": {
                                  "start": {
                                    "line": 134,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 134,
                                    "column": 33
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3843,
                                "end": 3860,
                                "loc": {
                                  "start": {
                                    "line": 134,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 134,
                                    "column": 51
                                  }
                                },
                                "name": "$mobileNavigation"
                              },
                              "computed": false
                            },
                            {
                              "type": "ObjectExpression",
                              "start": 3862,
                              "end": 3884,
                              "loc": {
                                "start": {
                                  "line": 134,
                                  "column": 53
                                },
                                "end": {
                                  "line": 134,
                                  "column": 75
                                }
                              },
                              "properties": [
                                {
                                  "type": "Property",
                                  "start": 3864,
                                  "end": 3882,
                                  "loc": {
                                    "start": {
                                      "line": 134,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 134,
                                      "column": 73
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 3864,
                                    "end": 3876,
                                    "loc": {
                                      "start": {
                                        "line": 134,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 134,
                                        "column": 67
                                      }
                                    },
                                    "name": "fallbackTime"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 3878,
                                    "end": 3882,
                                    "loc": {
                                      "start": {
                                        "line": 134,
                                        "column": 69
                                      },
                                      "end": {
                                        "line": 134,
                                        "column": 73
                                      }
                                    },
                                    "value": 2000,
                                    "rawValue": 2000,
                                    "raw": "2000"
                                  },
                                  "kind": "init"
                                }
                              ]
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3893,
                          "end": 3897,
                          "loc": {
                            "start": {
                              "line": 135,
                              "column": 7
                            },
                            "end": {
                              "line": 135,
                              "column": 11
                            }
                          },
                          "name": "then"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 3898,
                          "end": 3954,
                          "loc": {
                            "start": {
                              "line": 135,
                              "column": 12
                            },
                            "end": {
                              "line": 137,
                              "column": 7
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [],
                          "body": {
                            "type": "BlockStatement",
                            "start": 3904,
                            "end": 3954,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 18
                              },
                              "end": {
                                "line": 137,
                                "column": 7
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 3914,
                                "end": 3946,
                                "loc": {
                                  "start": {
                                    "line": 136,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 136,
                                    "column": 40
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 3914,
                                  "end": 3945,
                                  "loc": {
                                    "start": {
                                      "line": 136,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 136,
                                      "column": 39
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 3914,
                                    "end": 3943,
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 136,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 3914,
                                      "end": 3936,
                                      "loc": {
                                        "start": {
                                          "line": 136,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 30
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 3914,
                                        "end": 3918,
                                        "loc": {
                                          "start": {
                                            "line": 136,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 12
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3919,
                                        "end": 3936,
                                        "loc": {
                                          "start": {
                                            "line": 136,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 30
                                          }
                                        },
                                        "name": "$mobileNavigation"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3937,
                                      "end": 3943,
                                      "loc": {
                                        "start": {
                                          "line": 136,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 37
                                        }
                                      },
                                      "name": "detach"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                }
                              }
                            ]
                          }
                        }
                      ]
                    }
                  }
                ]
              }
            }
          },
          {
            "type": "MethodDefinition",
            "start": 3964,
            "end": 4015,
            "loc": {
              "start": {
                "line": 140,
                "column": 2
              },
              "end": {
                "line": 142,
                "column": 3
              }
            },
            "computed": false,
            "key": {
              "type": "Identifier",
              "start": 3964,
              "end": 3973,
              "loc": {
                "start": {
                  "line": 140,
                  "column": 2
                },
                "end": {
                  "line": 140,
                  "column": 11
                }
              },
              "name": "_clickNav"
            },
            "static": false,
            "kind": "method",
            "value": {
              "type": "FunctionExpression",
              "start": 3973,
              "end": 4015,
              "loc": {
                "start": {
                  "line": 140,
                  "column": 11
                },
                "end": {
                  "line": 142,
                  "column": 3
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 3976,
                "end": 4015,
                "loc": {
                  "start": {
                    "line": 140,
                    "column": 14
                  },
                  "end": {
                    "line": 142,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 3982,
                    "end": 4011,
                    "loc": {
                      "start": {
                        "line": 141,
                        "column": 4
                      },
                      "end": {
                        "line": 141,
                        "column": 33
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 3982,
                      "end": 4010,
                      "loc": {
                        "start": {
                          "line": 141,
                          "column": 4
                        },
                        "end": {
                          "line": 141,
                          "column": 32
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 3982,
                        "end": 4008,
                        "loc": {
                          "start": {
                            "line": 141,
                            "column": 4
                          },
                          "end": {
                            "line": 141,
                            "column": 30
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 3982,
                          "end": 3999,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 4
                            },
                            "end": {
                              "line": 141,
                              "column": 21
                            }
                          },
                          "name": "NavigationActions"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4000,
                          "end": 4008,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 22
                            },
                            "end": {
                              "line": 141,
                              "column": 30
                            }
                          },
                          "name": "clickNav"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  }
                ]
              }
            }
          },
          {
            "type": "MethodDefinition",
            "start": 4054,
            "end": 4781,
            "loc": {
              "start": {
                "line": 145,
                "column": 2
              },
              "end": {
                "line": 171,
                "column": 3
              }
            },
            "decorators": [
              {
                "type": "Decorator",
                "start": 4019,
                "end": 4051,
                "loc": {
                  "start": {
                    "line": 144,
                    "column": 2
                  },
                  "end": {
                    "line": 144,
                    "column": 34
                  }
                },
                "expression": {
                  "type": "CallExpression",
                  "start": 4020,
                  "end": 4051,
                  "loc": {
                    "start": {
                      "line": 144,
                      "column": 3
                    },
                    "end": {
                      "line": 144,
                      "column": 34
                    }
                  },
                  "callee": {
                    "type": "Identifier",
                    "start": 4020,
                    "end": 4029,
                    "loc": {
                      "start": {
                        "line": 144,
                        "column": 3
                      },
                      "end": {
                        "line": 144,
                        "column": 12
                      }
                    },
                    "name": "subscribe"
                  },
                  "arguments": [
                    {
                      "type": "Literal",
                      "start": 4030,
                      "end": 4050,
                      "loc": {
                        "start": {
                          "line": 144,
                          "column": 13
                        },
                        "end": {
                          "line": 144,
                          "column": 33
                        }
                      },
                      "value": "user.status.update",
                      "rawValue": "user.status.update",
                      "raw": "\"user.status.update\""
                    }
                  ]
                }
              }
            ],
            "computed": false,
            "key": {
              "type": "Identifier",
              "start": 4054,
              "end": 4070,
              "loc": {
                "start": {
                  "line": 145,
                  "column": 2
                },
                "end": {
                  "line": 145,
                  "column": 18
                }
              },
              "name": "userStatusUpdate"
            },
            "static": false,
            "kind": "method",
            "value": {
              "type": "FunctionExpression",
              "start": 4070,
              "end": 4781,
              "loc": {
                "start": {
                  "line": 145,
                  "column": 18
                },
                "end": {
                  "line": 171,
                  "column": 3
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 4071,
                  "end": 4075,
                  "loc": {
                    "start": {
                      "line": 145,
                      "column": 19
                    },
                    "end": {
                      "line": 145,
                      "column": 23
                    }
                  },
                  "name": "user"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 4077,
                "end": 4781,
                "loc": {
                  "start": {
                    "line": 145,
                    "column": 25
                  },
                  "end": {
                    "line": 171,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 4083,
                    "end": 4134,
                    "loc": {
                      "start": {
                        "line": 146,
                        "column": 4
                      },
                      "end": {
                        "line": 146,
                        "column": 55
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 4087,
                        "end": 4133,
                        "loc": {
                          "start": {
                            "line": 146,
                            "column": 8
                          },
                          "end": {
                            "line": 146,
                            "column": 54
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 4087,
                          "end": 4090,
                          "loc": {
                            "start": {
                              "line": 146,
                              "column": 8
                            },
                            "end": {
                              "line": 146,
                              "column": 11
                            }
                          },
                          "name": "$li"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 4093,
                          "end": 4133,
                          "loc": {
                            "start": {
                              "line": 146,
                              "column": 14
                            },
                            "end": {
                              "line": 146,
                              "column": 54
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 4093,
                            "end": 4106,
                            "loc": {
                              "start": {
                                "line": 146,
                                "column": 14
                              },
                              "end": {
                                "line": 146,
                                "column": 27
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 4093,
                              "end": 4101,
                              "loc": {
                                "start": {
                                  "line": 146,
                                  "column": 14
                                },
                                "end": {
                                  "line": 146,
                                  "column": 22
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 4093,
                                "end": 4097,
                                "loc": {
                                  "start": {
                                    "line": 146,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 146,
                                    "column": 18
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4098,
                                "end": 4101,
                                "loc": {
                                  "start": {
                                    "line": 146,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 146,
                                    "column": 22
                                  }
                                },
                                "name": "$el"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4102,
                              "end": 4106,
                              "loc": {
                                "start": {
                                  "line": 146,
                                  "column": 23
                                },
                                "end": {
                                  "line": 146,
                                  "column": 27
                                }
                              },
                              "name": "find"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Literal",
                              "start": 4107,
                              "end": 4132,
                              "loc": {
                                "start": {
                                  "line": 146,
                                  "column": 28
                                },
                                "end": {
                                  "line": 146,
                                  "column": 53
                                }
                              },
                              "value": ".navigation__item--user",
                              "rawValue": ".navigation__item--user",
                              "raw": "\".navigation__item--user\""
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "IfStatement",
                    "start": 4140,
                    "end": 4322,
                    "loc": {
                      "start": {
                        "line": 148,
                        "column": 4
                      },
                      "end": {
                        "line": 153,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "UnaryExpression",
                      "start": 4144,
                      "end": 4152,
                      "loc": {
                        "start": {
                          "line": 148,
                          "column": 8
                        },
                        "end": {
                          "line": 148,
                          "column": 16
                        }
                      },
                      "operator": "!",
                      "prefix": true,
                      "argument": {
                        "type": "MemberExpression",
                        "start": 4145,
                        "end": 4152,
                        "loc": {
                          "start": {
                            "line": 148,
                            "column": 9
                          },
                          "end": {
                            "line": 148,
                            "column": 16
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 4145,
                          "end": 4149,
                          "loc": {
                            "start": {
                              "line": 148,
                              "column": 9
                            },
                            "end": {
                              "line": 148,
                              "column": 13
                            }
                          },
                          "name": "user"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4150,
                          "end": 4152,
                          "loc": {
                            "start": {
                              "line": 148,
                              "column": 14
                            },
                            "end": {
                              "line": 148,
                              "column": 16
                            }
                          },
                          "name": "id"
                        },
                        "computed": false
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 4154,
                      "end": 4322,
                      "loc": {
                        "start": {
                          "line": 148,
                          "column": 18
                        },
                        "end": {
                          "line": 153,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 4162,
                          "end": 4316,
                          "loc": {
                            "start": {
                              "line": 149,
                              "column": 6
                            },
                            "end": {
                              "line": 152,
                              "column": 26
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 4169,
                            "end": 4315,
                            "loc": {
                              "start": {
                                "line": 149,
                                "column": 13
                              },
                              "end": {
                                "line": 152,
                                "column": 25
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4169,
                              "end": 4177,
                              "loc": {
                                "start": {
                                  "line": 149,
                                  "column": 13
                                },
                                "end": {
                                  "line": 149,
                                  "column": 21
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 4169,
                                "end": 4172,
                                "loc": {
                                  "start": {
                                    "line": 149,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 149,
                                    "column": 16
                                  }
                                },
                                "name": "$li"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4173,
                                "end": 4177,
                                "loc": {
                                  "start": {
                                    "line": 149,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 149,
                                    "column": 21
                                  }
                                },
                                "name": "html"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "CallExpression",
                                "start": 4178,
                                "end": 4314,
                                "loc": {
                                  "start": {
                                    "line": 149,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 152,
                                    "column": 24
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 4178,
                                  "end": 4303,
                                  "loc": {
                                    "start": {
                                      "line": 149,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 152,
                                      "column": 13
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 4178,
                                    "end": 4298,
                                    "loc": {
                                      "start": {
                                        "line": 149,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 152,
                                        "column": 8
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 4178,
                                      "end": 4179,
                                      "loc": {
                                        "start": {
                                          "line": 149,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 149,
                                          "column": 23
                                        }
                                      },
                                      "name": "$"
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 4180,
                                        "end": 4187,
                                        "loc": {
                                          "start": {
                                            "line": 149,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 149,
                                            "column": 31
                                          }
                                        },
                                        "value": "<a />",
                                        "rawValue": "<a />",
                                        "raw": "\"<a />\""
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "start": 4189,
                                        "end": 4297,
                                        "loc": {
                                          "start": {
                                            "line": 149,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 152,
                                            "column": 7
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 4199,
                                            "end": 4226,
                                            "loc": {
                                              "start": {
                                                "line": 150,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 150,
                                                "column": 35
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Literal",
                                              "start": 4199,
                                              "end": 4206,
                                              "loc": {
                                                "start": {
                                                  "line": 150,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 150,
                                                  "column": 15
                                                }
                                              },
                                              "value": "class",
                                              "rawValue": "class",
                                              "raw": "\"class\""
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 4208,
                                              "end": 4226,
                                              "loc": {
                                                "start": {
                                                  "line": 150,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 150,
                                                  "column": 35
                                                }
                                              },
                                              "value": "navigation__link",
                                              "rawValue": "navigation__link",
                                              "raw": "\"navigation__link\""
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 4236,
                                            "end": 4289,
                                            "loc": {
                                              "start": {
                                                "line": 151,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 151,
                                                "column": 61
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Literal",
                                              "start": 4236,
                                              "end": 4242,
                                              "loc": {
                                                "start": {
                                                  "line": 151,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 151,
                                                  "column": 14
                                                }
                                              },
                                              "value": "href",
                                              "rawValue": "href",
                                              "raw": "\"href\""
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 4244,
                                              "end": 4289,
                                              "loc": {
                                                "start": {
                                                  "line": 151,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 151,
                                                  "column": 61
                                                }
                                              },
                                              "value": "https://auth.lonelyplanet.com/users/sign_in",
                                              "rawValue": "https://auth.lonelyplanet.com/users/sign_in",
                                              "raw": "\"https://auth.lonelyplanet.com/users/sign_in\""
                                            },
                                            "kind": "init"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4299,
                                    "end": 4303,
                                    "loc": {
                                      "start": {
                                        "line": 152,
                                        "column": 9
                                      },
                                      "end": {
                                        "line": 152,
                                        "column": 13
                                      }
                                    },
                                    "name": "text"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 4304,
                                    "end": 4313,
                                    "loc": {
                                      "start": {
                                        "line": 152,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 152,
                                        "column": 23
                                      }
                                    },
                                    "value": "Sign in",
                                    "rawValue": "Sign in",
                                    "raw": "\"Sign in\""
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      ]
                    },
                    "alternate": null
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 4328,
                    "end": 4483,
                    "loc": {
                      "start": {
                        "line": 155,
                        "column": 4
                      },
                      "end": {
                        "line": 160,
                        "column": 7
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 4328,
                      "end": 4482,
                      "loc": {
                        "start": {
                          "line": 155,
                          "column": 4
                        },
                        "end": {
                          "line": 160,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 4328,
                        "end": 4393,
                        "loc": {
                          "start": {
                            "line": 155,
                            "column": 4
                          },
                          "end": {
                            "line": 157,
                            "column": 25
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 4328,
                          "end": 4388,
                          "loc": {
                            "start": {
                              "line": 155,
                              "column": 4
                            },
                            "end": {
                              "line": 157,
                              "column": 20
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 4328,
                            "end": 4380,
                            "loc": {
                              "start": {
                                "line": 155,
                                "column": 4
                              },
                              "end": {
                                "line": 157,
                                "column": 12
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 4328,
                              "end": 4375,
                              "loc": {
                                "start": {
                                  "line": 155,
                                  "column": 4
                                },
                                "end": {
                                  "line": 157,
                                  "column": 7
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 4328,
                                "end": 4336,
                                "loc": {
                                  "start": {
                                    "line": 155,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 155,
                                    "column": 12
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4328,
                                  "end": 4331,
                                  "loc": {
                                    "start": {
                                      "line": 155,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 155,
                                      "column": 7
                                    }
                                  },
                                  "name": "$li"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4332,
                                  "end": 4336,
                                  "loc": {
                                    "start": {
                                      "line": 155,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 155,
                                      "column": 12
                                    }
                                  },
                                  "name": "html"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "CallExpression",
                                  "start": 4337,
                                  "end": 4374,
                                  "loc": {
                                    "start": {
                                      "line": 155,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 157,
                                      "column": 6
                                    }
                                  },
                                  "callee": {
                                    "type": "Identifier",
                                    "start": 4337,
                                    "end": 4354,
                                    "loc": {
                                      "start": {
                                        "line": 155,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 155,
                                        "column": 30
                                      }
                                    },
                                    "name": "userPanelTemplate"
                                  },
                                  "arguments": [
                                    {
                                      "type": "ObjectExpression",
                                      "start": 4355,
                                      "end": 4373,
                                      "loc": {
                                        "start": {
                                          "line": 155,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 157,
                                          "column": 5
                                        }
                                      },
                                      "properties": [
                                        {
                                          "type": "Property",
                                          "start": 4363,
                                          "end": 4367,
                                          "loc": {
                                            "start": {
                                              "line": 156,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 156,
                                              "column": 10
                                            }
                                          },
                                          "method": false,
                                          "shorthand": true,
                                          "computed": false,
                                          "key": {
                                            "type": "Identifier",
                                            "start": 4363,
                                            "end": 4367,
                                            "loc": {
                                              "start": {
                                                "line": 156,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 156,
                                                "column": 10
                                              }
                                            },
                                            "name": "user"
                                          },
                                          "kind": "init",
                                          "value": {
                                            "type": "Identifier",
                                            "start": 4363,
                                            "end": 4367,
                                            "loc": {
                                              "start": {
                                                "line": 156,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 156,
                                                "column": 10
                                              }
                                            },
                                            "name": "user"
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4376,
                              "end": 4380,
                              "loc": {
                                "start": {
                                  "line": 157,
                                  "column": 8
                                },
                                "end": {
                                  "line": 157,
                                  "column": 12
                                }
                              },
                              "name": "find"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Literal",
                              "start": 4381,
                              "end": 4387,
                              "loc": {
                                "start": {
                                  "line": 157,
                                  "column": 13
                                },
                                "end": {
                                  "line": 157,
                                  "column": 19
                                }
                              },
                              "value": "time",
                              "rawValue": "time",
                              "raw": "\"time\""
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4389,
                          "end": 4393,
                          "loc": {
                            "start": {
                              "line": 157,
                              "column": 21
                            },
                            "end": {
                              "line": 157,
                              "column": 25
                            }
                          },
                          "name": "each"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 4394,
                          "end": 4481,
                          "loc": {
                            "start": {
                              "line": 157,
                              "column": 26
                            },
                            "end": {
                              "line": 160,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 4395,
                              "end": 4396,
                              "loc": {
                                "start": {
                                  "line": 157,
                                  "column": 27
                                },
                                "end": {
                                  "line": 157,
                                  "column": 28
                                }
                              },
                              "name": "i"
                            },
                            {
                              "type": "Identifier",
                              "start": 4398,
                              "end": 4400,
                              "loc": {
                                "start": {
                                  "line": 157,
                                  "column": 30
                                },
                                "end": {
                                  "line": 157,
                                  "column": 32
                                }
                              },
                              "name": "el"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 4405,
                            "end": 4481,
                            "loc": {
                              "start": {
                                "line": 157,
                                "column": 37
                              },
                              "end": {
                                "line": 160,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "start": 4413,
                                "end": 4429,
                                "loc": {
                                  "start": {
                                    "line": 158,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 158,
                                    "column": 22
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 4417,
                                    "end": 4428,
                                    "loc": {
                                      "start": {
                                        "line": 158,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 158,
                                        "column": 21
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 4417,
                                      "end": 4420,
                                      "loc": {
                                        "start": {
                                          "line": 158,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 158,
                                          "column": 13
                                        }
                                      },
                                      "name": "$el"
                                    },
                                    "init": {
                                      "type": "CallExpression",
                                      "start": 4423,
                                      "end": 4428,
                                      "loc": {
                                        "start": {
                                          "line": 158,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 158,
                                          "column": 21
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 4423,
                                        "end": 4424,
                                        "loc": {
                                          "start": {
                                            "line": 158,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 158,
                                            "column": 17
                                          }
                                        },
                                        "name": "$"
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 4425,
                                          "end": 4427,
                                          "loc": {
                                            "start": {
                                              "line": 158,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 158,
                                              "column": 20
                                            }
                                          },
                                          "name": "el"
                                        }
                                      ]
                                    }
                                  }
                                ],
                                "kind": "let"
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 4436,
                                "end": 4475,
                                "loc": {
                                  "start": {
                                    "line": 159,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 159,
                                    "column": 45
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 4436,
                                  "end": 4474,
                                  "loc": {
                                    "start": {
                                      "line": 159,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 159,
                                      "column": 44
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 4436,
                                    "end": 4444,
                                    "loc": {
                                      "start": {
                                        "line": 159,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 159,
                                        "column": 14
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4436,
                                      "end": 4439,
                                      "loc": {
                                        "start": {
                                          "line": 159,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 159,
                                          "column": 9
                                        }
                                      },
                                      "name": "$el"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4440,
                                      "end": 4444,
                                      "loc": {
                                        "start": {
                                          "line": 159,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 159,
                                          "column": 14
                                        }
                                      },
                                      "name": "text"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "CallExpression",
                                      "start": 4445,
                                      "end": 4473,
                                      "loc": {
                                        "start": {
                                          "line": 159,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 159,
                                          "column": 43
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 4445,
                                        "end": 4471,
                                        "loc": {
                                          "start": {
                                            "line": 159,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 159,
                                            "column": 41
                                          }
                                        },
                                        "object": {
                                          "type": "CallExpression",
                                          "start": 4445,
                                          "end": 4463,
                                          "loc": {
                                            "start": {
                                              "line": 159,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 159,
                                              "column": 33
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 4445,
                                            "end": 4451,
                                            "loc": {
                                              "start": {
                                                "line": 159,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 159,
                                                "column": 21
                                              }
                                            },
                                            "name": "moment"
                                          },
                                          "arguments": [
                                            {
                                              "type": "CallExpression",
                                              "start": 4452,
                                              "end": 4462,
                                              "loc": {
                                                "start": {
                                                  "line": 159,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 159,
                                                  "column": 32
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 4452,
                                                "end": 4460,
                                                "loc": {
                                                  "start": {
                                                    "line": 159,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 159,
                                                    "column": 30
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4452,
                                                  "end": 4455,
                                                  "loc": {
                                                    "start": {
                                                      "line": 159,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 159,
                                                      "column": 25
                                                    }
                                                  },
                                                  "name": "$el"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4456,
                                                  "end": 4460,
                                                  "loc": {
                                                    "start": {
                                                      "line": 159,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 159,
                                                      "column": 30
                                                    }
                                                  },
                                                  "name": "text"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            }
                                          ]
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4464,
                                          "end": 4471,
                                          "loc": {
                                            "start": {
                                              "line": 159,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 159,
                                              "column": 41
                                            }
                                          },
                                          "name": "fromNow"
                                        },
                                        "computed": false
                                      },
                                      "arguments": []
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        }
                      ]
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 4489,
                    "end": 4693,
                    "loc": {
                      "start": {
                        "line": 162,
                        "column": 4
                      },
                      "end": {
                        "line": 166,
                        "column": 7
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 4489,
                      "end": 4692,
                      "loc": {
                        "start": {
                          "line": 162,
                          "column": 4
                        },
                        "end": {
                          "line": 166,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 4489,
                        "end": 4526,
                        "loc": {
                          "start": {
                            "line": 162,
                            "column": 4
                          },
                          "end": {
                            "line": 162,
                            "column": 41
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 4489,
                          "end": 4521,
                          "loc": {
                            "start": {
                              "line": 162,
                              "column": 4
                            },
                            "end": {
                              "line": 162,
                              "column": 36
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 4489,
                            "end": 4497,
                            "loc": {
                              "start": {
                                "line": 162,
                                "column": 4
                              },
                              "end": {
                                "line": 162,
                                "column": 12
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4489,
                              "end": 4492,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 4
                                },
                                "end": {
                                  "line": 162,
                                  "column": 7
                                }
                              },
                              "name": "$li"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4493,
                              "end": 4497,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 8
                                },
                                "end": {
                                  "line": 162,
                                  "column": 12
                                }
                              },
                              "name": "find"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Literal",
                              "start": 4498,
                              "end": 4520,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 13
                                },
                                "end": {
                                  "line": 162,
                                  "column": 35
                                }
                              },
                              "value": ".js-user-messages li",
                              "rawValue": ".js-user-messages li",
                              "raw": "\".js-user-messages li\""
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4522,
                          "end": 4526,
                          "loc": {
                            "start": {
                              "line": 162,
                              "column": 37
                            },
                            "end": {
                              "line": 162,
                              "column": 41
                            }
                          },
                          "name": "each"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 4527,
                          "end": 4691,
                          "loc": {
                            "start": {
                              "line": 162,
                              "column": 42
                            },
                            "end": {
                              "line": 166,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 4528,
                              "end": 4529,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 43
                                },
                                "end": {
                                  "line": 162,
                                  "column": 44
                                }
                              },
                              "name": "i"
                            },
                            {
                              "type": "Identifier",
                              "start": 4531,
                              "end": 4533,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 46
                                },
                                "end": {
                                  "line": 162,
                                  "column": 48
                                }
                              },
                              "name": "el"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 4538,
                            "end": 4691,
                            "loc": {
                              "start": {
                                "line": 162,
                                "column": 53
                              },
                              "end": {
                                "line": 166,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "start": 4546,
                                "end": 4567,
                                "loc": {
                                  "start": {
                                    "line": 163,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 163,
                                    "column": 27
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 4550,
                                    "end": 4566,
                                    "loc": {
                                      "start": {
                                        "line": 163,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 163,
                                        "column": 26
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 4550,
                                      "end": 4558,
                                      "loc": {
                                        "start": {
                                          "line": 163,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 163,
                                          "column": 18
                                        }
                                      },
                                      "name": "$message"
                                    },
                                    "init": {
                                      "type": "CallExpression",
                                      "start": 4561,
                                      "end": 4566,
                                      "loc": {
                                        "start": {
                                          "line": 163,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 163,
                                          "column": 26
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 4561,
                                        "end": 4562,
                                        "loc": {
                                          "start": {
                                            "line": 163,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 163,
                                            "column": 22
                                          }
                                        },
                                        "name": "$"
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 4563,
                                          "end": 4565,
                                          "loc": {
                                            "start": {
                                              "line": 163,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 163,
                                              "column": 25
                                            }
                                          },
                                          "name": "el"
                                        }
                                      ]
                                    }
                                  }
                                ],
                                "kind": "let"
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 4574,
                                "end": 4685,
                                "loc": {
                                  "start": {
                                    "line": 164,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 165,
                                    "column": 73
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 4574,
                                  "end": 4684,
                                  "loc": {
                                    "start": {
                                      "line": 164,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 165,
                                      "column": 72
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 4574,
                                    "end": 4632,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 165,
                                        "column": 20
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 4574,
                                      "end": 4611,
                                      "loc": {
                                        "start": {
                                          "line": 164,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 164,
                                          "column": 43
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 4574,
                                        "end": 4591,
                                        "loc": {
                                          "start": {
                                            "line": 164,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 164,
                                            "column": 23
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 4574,
                                          "end": 4582,
                                          "loc": {
                                            "start": {
                                              "line": 164,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 164,
                                              "column": 14
                                            }
                                          },
                                          "name": "$message"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4583,
                                          "end": 4591,
                                          "loc": {
                                            "start": {
                                              "line": 164,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 164,
                                              "column": 23
                                            }
                                          },
                                          "name": "addClass"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Literal",
                                          "start": 4592,
                                          "end": 4610,
                                          "loc": {
                                            "start": {
                                              "line": 164,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 164,
                                              "column": 42
                                            }
                                          },
                                          "value": "user-panel__item",
                                          "rawValue": "user-panel__item",
                                          "raw": "\"user-panel__item\""
                                        }
                                      ]
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4621,
                                      "end": 4632,
                                      "loc": {
                                        "start": {
                                          "line": 165,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 165,
                                          "column": 20
                                        }
                                      },
                                      "name": "toggleClass"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Literal",
                                      "start": 4633,
                                      "end": 4659,
                                      "loc": {
                                        "start": {
                                          "line": 165,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 165,
                                          "column": 47
                                        }
                                      },
                                      "value": "user-panel__item--unread",
                                      "rawValue": "user-panel__item--unread",
                                      "raw": "\"user-panel__item--unread\""
                                    },
                                    {
                                      "type": "UnaryExpression",
                                      "start": 4661,
                                      "end": 4683,
                                      "loc": {
                                        "start": {
                                          "line": 165,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 165,
                                          "column": 71
                                        }
                                      },
                                      "operator": "!",
                                      "prefix": true,
                                      "argument": {
                                        "type": "MemberExpression",
                                        "start": 4662,
                                        "end": 4683,
                                        "loc": {
                                          "start": {
                                            "line": 165,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 165,
                                            "column": 71
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 4662,
                                          "end": 4678,
                                          "loc": {
                                            "start": {
                                              "line": 165,
                                              "column": 50
                                            },
                                            "end": {
                                              "line": 165,
                                              "column": 66
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 4662,
                                            "end": 4675,
                                            "loc": {
                                              "start": {
                                                "line": 165,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 165,
                                                "column": 63
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 4662,
                                              "end": 4666,
                                              "loc": {
                                                "start": {
                                                  "line": 165,
                                                  "column": 50
                                                },
                                                "end": {
                                                  "line": 165,
                                                  "column": 54
                                                }
                                              },
                                              "name": "user"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4667,
                                              "end": 4675,
                                              "loc": {
                                                "start": {
                                                  "line": 165,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 165,
                                                  "column": 63
                                                }
                                              },
                                              "name": "messages"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4676,
                                            "end": 4677,
                                            "loc": {
                                              "start": {
                                                "line": 165,
                                                "column": 64
                                              },
                                              "end": {
                                                "line": 165,
                                                "column": 65
                                              }
                                            },
                                            "name": "i"
                                          },
                                          "computed": true
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4679,
                                          "end": 4683,
                                          "loc": {
                                            "start": {
                                              "line": 165,
                                              "column": 67
                                            },
                                            "end": {
                                              "line": 165,
                                              "column": 71
                                            }
                                          },
                                          "name": "read"
                                        },
                                        "computed": false
                                      }
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        }
                      ]
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 4699,
                    "end": 4777,
                    "loc": {
                      "start": {
                        "line": 168,
                        "column": 4
                      },
                      "end": {
                        "line": 170,
                        "column": 7
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 4699,
                      "end": 4776,
                      "loc": {
                        "start": {
                          "line": 168,
                          "column": 4
                        },
                        "end": {
                          "line": 170,
                          "column": 6
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 4699,
                        "end": 4715,
                        "loc": {
                          "start": {
                            "line": 168,
                            "column": 4
                          },
                          "end": {
                            "line": 168,
                            "column": 20
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 4699,
                          "end": 4703,
                          "loc": {
                            "start": {
                              "line": 168,
                              "column": 4
                            },
                            "end": {
                              "line": 168,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4704,
                          "end": 4715,
                          "loc": {
                            "start": {
                              "line": 168,
                              "column": 9
                            },
                            "end": {
                              "line": 168,
                              "column": 20
                            }
                          },
                          "name": "profileTabs"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "NewExpression",
                        "start": 4718,
                        "end": 4776,
                        "loc": {
                          "start": {
                            "line": 168,
                            "column": 23
                          },
                          "end": {
                            "line": 170,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 4722,
                          "end": 4726,
                          "loc": {
                            "start": {
                              "line": 168,
                              "column": 27
                            },
                            "end": {
                              "line": 168,
                              "column": 31
                            }
                          },
                          "name": "Tabs"
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 4727,
                            "end": 4775,
                            "loc": {
                              "start": {
                                "line": 168,
                                "column": 32
                              },
                              "end": {
                                "line": 170,
                                "column": 5
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 4735,
                                "end": 4769,
                                "loc": {
                                  "start": {
                                    "line": 169,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 169,
                                    "column": 40
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 4735,
                                  "end": 4737,
                                  "loc": {
                                    "start": {
                                      "line": 169,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 169,
                                      "column": 8
                                    }
                                  },
                                  "name": "el"
                                },
                                "value": {
                                  "type": "CallExpression",
                                  "start": 4739,
                                  "end": 4769,
                                  "loc": {
                                    "start": {
                                      "line": 169,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 169,
                                      "column": 40
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 4739,
                                    "end": 4760,
                                    "loc": {
                                      "start": {
                                        "line": 169,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 169,
                                        "column": 31
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 4739,
                                      "end": 4755,
                                      "loc": {
                                        "start": {
                                          "line": 169,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 169,
                                          "column": 26
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 4739,
                                        "end": 4740,
                                        "loc": {
                                          "start": {
                                            "line": 169,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 169,
                                            "column": 11
                                          }
                                        },
                                        "name": "$"
                                      },
                                      "arguments": [
                                        {
                                          "type": "Literal",
                                          "start": 4741,
                                          "end": 4754,
                                          "loc": {
                                            "start": {
                                              "line": 169,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 169,
                                              "column": 25
                                            }
                                          },
                                          "value": ".navigation",
                                          "rawValue": ".navigation",
                                          "raw": "\".navigation\""
                                        }
                                      ]
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4756,
                                      "end": 4760,
                                      "loc": {
                                        "start": {
                                          "line": 169,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 169,
                                          "column": 31
                                        }
                                      },
                                      "name": "find"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Literal",
                                      "start": 4761,
                                      "end": 4768,
                                      "loc": {
                                        "start": {
                                          "line": 169,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 169,
                                          "column": 39
                                        }
                                      },
                                      "value": ".tabs",
                                      "rawValue": ".tabs",
                                      "raw": "\".tabs\""
                                    }
                                  ]
                                },
                                "kind": "init"
                              }
                            ]
                          }
                        ]
                      }
                    }
                  }
                ]
              }
            }
          },
          {
            "type": "MethodDefinition",
            "start": 4826,
            "end": 4893,
            "loc": {
              "start": {
                "line": 173,
                "column": 2
              },
              "end": {
                "line": 175,
                "column": 3
              }
            },
            "decorators": [
              {
                "type": "Decorator",
                "start": 4784,
                "end": 4823,
                "loc": {
                  "start": {
                    "line": 172,
                    "column": 2
                  },
                  "end": {
                    "line": 172,
                    "column": 41
                  }
                },
                "expression": {
                  "type": "CallExpression",
                  "start": 4785,
                  "end": 4823,
                  "loc": {
                    "start": {
                      "line": 172,
                      "column": 3
                    },
                    "end": {
                      "line": 172,
                      "column": 41
                    }
                  },
                  "callee": {
                    "type": "Identifier",
                    "start": 4785,
                    "end": 4794,
                    "loc": {
                      "start": {
                        "line": 172,
                        "column": 3
                      },
                      "end": {
                        "line": 172,
                        "column": 12
                      }
                    },
                    "name": "subscribe"
                  },
                  "arguments": [
                    {
                      "type": "Literal",
                      "start": 4795,
                      "end": 4822,
                      "loc": {
                        "start": {
                          "line": 172,
                          "column": 13
                        },
                        "end": {
                          "line": 172,
                          "column": 40
                        }
                      },
                      "value": "user.notifications.update",
                      "rawValue": "user.notifications.update",
                      "raw": "\"user.notifications.update\""
                    }
                  ]
                }
              }
            ],
            "computed": false,
            "key": {
              "type": "Identifier",
              "start": 4826,
              "end": 4848,
              "loc": {
                "start": {
                  "line": 173,
                  "column": 2
                },
                "end": {
                  "line": 173,
                  "column": 24
                }
              },
              "name": "userNotificationUpdate"
            },
            "static": false,
            "kind": "method",
            "value": {
              "type": "FunctionExpression",
              "start": 4848,
              "end": 4893,
              "loc": {
                "start": {
                  "line": 173,
                  "column": 24
                },
                "end": {
                  "line": 175,
                  "column": 3
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 4849,
                  "end": 4853,
                  "loc": {
                    "start": {
                      "line": 173,
                      "column": 25
                    },
                    "end": {
                      "line": 173,
                      "column": 29
                    }
                  },
                  "name": "user"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 4855,
                "end": 4893,
                "loc": {
                  "start": {
                    "line": 173,
                    "column": 31
                  },
                  "end": {
                    "line": 175,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 4861,
                    "end": 4889,
                    "loc": {
                      "start": {
                        "line": 174,
                        "column": 4
                      },
                      "end": {
                        "line": 174,
                        "column": 32
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 4861,
                      "end": 4888,
                      "loc": {
                        "start": {
                          "line": 174,
                          "column": 4
                        },
                        "end": {
                          "line": 174,
                          "column": 31
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 4861,
                        "end": 4882,
                        "loc": {
                          "start": {
                            "line": 174,
                            "column": 4
                          },
                          "end": {
                            "line": 174,
                            "column": 25
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 4861,
                          "end": 4865,
                          "loc": {
                            "start": {
                              "line": 174,
                              "column": 4
                            },
                            "end": {
                              "line": 174,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4866,
                          "end": 4882,
                          "loc": {
                            "start": {
                              "line": 174,
                              "column": 9
                            },
                            "end": {
                              "line": 174,
                              "column": 25
                            }
                          },
                          "name": "userStatusUpdate"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 4883,
                          "end": 4887,
                          "loc": {
                            "start": {
                              "line": 174,
                              "column": 26
                            },
                            "end": {
                              "line": 174,
                              "column": 30
                            }
                          },
                          "name": "user"
                        }
                      ]
                    }
                  }
                ]
              }
            }
          }
        ]
      },
      "leadingComments": [],
      "name": "_",
      "trailingComments": []
    },
    {
      "type": "Identifier",
      "start": 4897,
      "end": 4932,
      "loc": {
        "start": {
          "line": 178,
          "column": 0
        },
        "end": {
          "line": 178,
          "column": 35
        }
      },
      "declaration": {
        "type": "Identifier",
        "start": 4912,
        "end": 4931,
        "loc": {
          "start": {
            "line": 178,
            "column": 15
          },
          "end": {
            "line": 178,
            "column": 34
          }
        },
        "name": "NavigationComponent"
      },
      "name": "_",
      "leadingComments": [],
      "trailingComments": []
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 4897,
      "end": 4932,
      "loc": {
        "start": {
          "line": 178,
          "column": 0
        },
        "end": {
          "line": 178,
          "column": 35
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 557,
        "end": 4895,
        "loc": {
          "start": {
            "line": 15,
            "column": 0
          },
          "end": {
            "line": 176,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 563,
          "end": 582,
          "loc": {
            "start": {
              "line": 15,
              "column": 6
            },
            "end": {
              "line": 15,
              "column": 25
            }
          },
          "name": "NavigationComponent",
          "leadingComments": null
        },
        "superClass": {
          "type": "Identifier",
          "start": 591,
          "end": 600,
          "loc": {
            "start": {
              "line": 15,
              "column": 34
            },
            "end": {
              "line": 15,
              "column": 43
            }
          },
          "name": "Component"
        },
        "body": {
          "type": "ClassBody",
          "start": 601,
          "end": 4895,
          "loc": {
            "start": {
              "line": 15,
              "column": 44
            },
            "end": {
              "line": 176,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 606,
              "end": 1460,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 2
                },
                "end": {
                  "line": 43,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 606,
                "end": 616,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 2
                  },
                  "end": {
                    "line": 17,
                    "column": 12
                  }
                },
                "name": "initialize"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 616,
                "end": 1460,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 12
                  },
                  "end": {
                    "line": 43,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 619,
                  "end": 1460,
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 15
                    },
                    "end": {
                      "line": 43,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 626,
                      "end": 666,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 4
                        },
                        "end": {
                          "line": 19,
                          "column": 44
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 626,
                        "end": 665,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 4
                          },
                          "end": {
                            "line": 19,
                            "column": 43
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 626,
                          "end": 636,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 4
                            },
                            "end": {
                              "line": 19,
                              "column": 14
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 626,
                            "end": 630,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 4
                              },
                              "end": {
                                "line": 19,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 631,
                            "end": 636,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 9
                              },
                              "end": {
                                "line": 19,
                                "column": 14
                              }
                            },
                            "name": "state"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 639,
                          "end": 665,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 17
                            },
                            "end": {
                              "line": 19,
                              "column": 43
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 639,
                            "end": 663,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 17
                              },
                              "end": {
                                "line": 19,
                                "column": 41
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 639,
                              "end": 654,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 17
                                },
                                "end": {
                                  "line": 19,
                                  "column": 32
                                }
                              },
                              "name": "NavigationState"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 655,
                              "end": 663,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 33
                                },
                                "end": {
                                  "line": 19,
                                  "column": 41
                                }
                              },
                              "name": "getState"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 671,
                      "end": 700,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 4
                        },
                        "end": {
                          "line": 20,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 671,
                        "end": 699,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 4
                          },
                          "end": {
                            "line": 20,
                            "column": 32
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 671,
                          "end": 683,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 4
                            },
                            "end": {
                              "line": 20,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 671,
                            "end": 675,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 4
                              },
                              "end": {
                                "line": 20,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 676,
                            "end": 683,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 9
                              },
                              "end": {
                                "line": 20,
                                "column": 16
                              }
                            },
                            "name": "overlay"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 686,
                          "end": 699,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 19
                            },
                            "end": {
                              "line": 20,
                              "column": 32
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 690,
                            "end": 697,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 23
                              },
                              "end": {
                                "line": 20,
                                "column": 30
                              }
                            },
                            "name": "Overlay"
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 706,
                      "end": 891,
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 4
                        },
                        "end": {
                          "line": 26,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 706,
                        "end": 890,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 4
                          },
                          "end": {
                            "line": 26,
                            "column": 6
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 706,
                          "end": 723,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 4
                            },
                            "end": {
                              "line": 22,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 706,
                            "end": 710,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 4
                              },
                              "end": {
                                "line": 22,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 711,
                            "end": 723,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 9
                              },
                              "end": {
                                "line": 22,
                                "column": 21
                              }
                            },
                            "name": "notification"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 726,
                          "end": 890,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 24
                            },
                            "end": {
                              "line": 26,
                              "column": 6
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 730,
                            "end": 742,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 28
                              },
                              "end": {
                                "line": 22,
                                "column": 40
                              }
                            },
                            "name": "Notification"
                          },
                          "arguments": [
                            {
                              "type": "ObjectExpression",
                              "start": 743,
                              "end": 889,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 41
                                },
                                "end": {
                                  "line": 26,
                                  "column": 5
                                }
                              },
                              "properties": [
                                {
                                  "type": "Property",
                                  "start": 751,
                                  "end": 797,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 52
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 751,
                                    "end": 757,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 12
                                      }
                                    },
                                    "name": "target"
                                  },
                                  "value": {
                                    "type": "CallExpression",
                                    "start": 759,
                                    "end": 797,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 52
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 759,
                                      "end": 772,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 759,
                                        "end": 767,
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 22
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 759,
                                          "end": 763,
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 18
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 764,
                                          "end": 767,
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 22
                                            }
                                          },
                                          "name": "$el"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 768,
                                        "end": 772,
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 27
                                          }
                                        },
                                        "name": "find"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 773,
                                        "end": 796,
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 51
                                          }
                                        },
                                        "value": ".js-cart-notification",
                                        "rawValue": ".js-cart-notification",
                                        "raw": "\".js-cart-notification\""
                                      }
                                    ]
                                  },
                                  "kind": "init"
                                },
                                {
                                  "type": "Property",
                                  "start": 805,
                                  "end": 838,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 39
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 805,
                                    "end": 812,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 13
                                      }
                                    },
                                    "name": "content"
                                  },
                                  "value": {
                                    "type": "MemberExpression",
                                    "start": 814,
                                    "end": 838,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 39
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 814,
                                      "end": 824,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 25
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 814,
                                        "end": 818,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 19
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 819,
                                        "end": 824,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 25
                                          }
                                        },
                                        "name": "state"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 825,
                                      "end": 838,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 39
                                        }
                                      },
                                      "name": "cartItemCount"
                                    },
                                    "computed": false
                                  },
                                  "kind": "init"
                                },
                                {
                                  "type": "Property",
                                  "start": 846,
                                  "end": 883,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 43
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 846,
                                    "end": 855,
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 15
                                      }
                                    },
                                    "name": "className"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 857,
                                    "end": 883,
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 43
                                      }
                                    },
                                    "value": "notification-badge--shop",
                                    "rawValue": "notification-badge--shop",
                                    "raw": "\"notification-badge--shop\""
                                  },
                                  "kind": "init"
                                }
                              ]
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 897,
                      "end": 922,
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 4
                        },
                        "end": {
                          "line": 28,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 897,
                        "end": 921,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 4
                          },
                          "end": {
                            "line": 28,
                            "column": 28
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 897,
                          "end": 906,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 4
                            },
                            "end": {
                              "line": 28,
                              "column": 13
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 897,
                            "end": 901,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 4
                              },
                              "end": {
                                "line": 28,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 902,
                            "end": 906,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 9
                              },
                              "end": {
                                "line": 28,
                                "column": 13
                              }
                            },
                            "name": "name"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 909,
                          "end": 921,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 16
                            },
                            "end": {
                              "line": 28,
                              "column": 28
                            }
                          },
                          "value": "navigation",
                          "rawValue": "navigation",
                          "raw": "\"navigation\""
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 927,
                      "end": 997,
                      "loc": {
                        "start": {
                          "line": 29,
                          "column": 4
                        },
                        "end": {
                          "line": 29,
                          "column": 74
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 927,
                        "end": 996,
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 4
                          },
                          "end": {
                            "line": 29,
                            "column": 73
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 927,
                          "end": 949,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 4
                            },
                            "end": {
                              "line": 29,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 927,
                            "end": 931,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 4
                              },
                              "end": {
                                "line": 29,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 932,
                            "end": 949,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 9
                              },
                              "end": {
                                "line": 29,
                                "column": 26
                              }
                            },
                            "name": "$mobileNavigation"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 952,
                          "end": 996,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 29
                            },
                            "end": {
                              "line": 29,
                              "column": 73
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 952,
                            "end": 994,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 29
                              },
                              "end": {
                                "line": 29,
                                "column": 71
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 952,
                              "end": 987,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 29
                                },
                                "end": {
                                  "line": 29,
                                  "column": 64
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 952,
                                "end": 965,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 42
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 952,
                                  "end": 960,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 37
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 952,
                                    "end": 956,
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 33
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 957,
                                    "end": 960,
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 37
                                      }
                                    },
                                    "name": "$el"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 961,
                                  "end": 965,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 42
                                    }
                                  },
                                  "name": "find"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Literal",
                                  "start": 966,
                                  "end": 986,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 63
                                    }
                                  },
                                  "value": ".mobile-navigation",
                                  "rawValue": ".mobile-navigation",
                                  "raw": "\".mobile-navigation\""
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 988,
                              "end": 994,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 65
                                },
                                "end": {
                                  "line": 29,
                                  "column": 71
                                }
                              },
                              "name": "detach"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1002,
                      "end": 1077,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 4
                        },
                        "end": {
                          "line": 30,
                          "column": 79
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1002,
                        "end": 1076,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 4
                          },
                          "end": {
                            "line": 30,
                            "column": 78
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1002,
                          "end": 1027,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 4
                            },
                            "end": {
                              "line": 30,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1002,
                            "end": 1024,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 4
                              },
                              "end": {
                                "line": 30,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1002,
                              "end": 1006,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 4
                                },
                                "end": {
                                  "line": 30,
                                  "column": 8
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1007,
                              "end": 1024,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 9
                                },
                                "end": {
                                  "line": 30,
                                  "column": 26
                                }
                              },
                              "name": "$mobileNavigation"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1025,
                            "end": 1027,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 27
                              },
                              "end": {
                                "line": 30,
                                "column": 29
                              }
                            },
                            "name": "on"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 1028,
                            "end": 1035,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 30
                              },
                              "end": {
                                "line": 30,
                                "column": 37
                              }
                            },
                            "value": "click",
                            "rawValue": "click",
                            "raw": "\"click\""
                          },
                          {
                            "type": "Literal",
                            "start": 1037,
                            "end": 1048,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 39
                              },
                              "end": {
                                "line": 30,
                                "column": 50
                              }
                            },
                            "value": ".js-close",
                            "rawValue": ".js-close",
                            "raw": "\".js-close\""
                          },
                          {
                            "type": "CallExpression",
                            "start": 1050,
                            "end": 1075,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 52
                              },
                              "end": {
                                "line": 30,
                                "column": 77
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1050,
                              "end": 1069,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 52
                                },
                                "end": {
                                  "line": 30,
                                  "column": 71
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1050,
                                "end": 1064,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 66
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1050,
                                  "end": 1054,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 56
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1055,
                                  "end": 1064,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 66
                                    }
                                  },
                                  "name": "_clickNav"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1065,
                                "end": 1069,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 67
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 71
                                  }
                                },
                                "name": "bind"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ThisExpression",
                                "start": 1070,
                                "end": 1074,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 72
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 76
                                  }
                                }
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1082,
                      "end": 1163,
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 4
                        },
                        "end": {
                          "line": 31,
                          "column": 85
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1082,
                        "end": 1162,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 4
                          },
                          "end": {
                            "line": 31,
                            "column": 84
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1082,
                          "end": 1107,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 4
                            },
                            "end": {
                              "line": 31,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1082,
                            "end": 1104,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 4
                              },
                              "end": {
                                "line": 31,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1082,
                              "end": 1086,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 4
                                },
                                "end": {
                                  "line": 31,
                                  "column": 8
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1087,
                              "end": 1104,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 9
                                },
                                "end": {
                                  "line": 31,
                                  "column": 26
                                }
                              },
                              "name": "$mobileNavigation"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1105,
                            "end": 1107,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 27
                              },
                              "end": {
                                "line": 31,
                                "column": 29
                              }
                            },
                            "name": "on"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 1108,
                            "end": 1115,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 30
                              },
                              "end": {
                                "line": 31,
                                "column": 37
                              }
                            },
                            "value": "click",
                            "rawValue": "click",
                            "raw": "\"click\""
                          },
                          {
                            "type": "Literal",
                            "start": 1117,
                            "end": 1131,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 39
                              },
                              "end": {
                                "line": 31,
                                "column": 53
                              }
                            },
                            "value": ".js-nav-item",
                            "rawValue": ".js-nav-item",
                            "raw": "\".js-nav-item\""
                          },
                          {
                            "type": "CallExpression",
                            "start": 1133,
                            "end": 1161,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 55
                              },
                              "end": {
                                "line": 31,
                                "column": 83
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1133,
                              "end": 1155,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 55
                                },
                                "end": {
                                  "line": 31,
                                  "column": 77
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1133,
                                "end": 1150,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 55
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 72
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1133,
                                  "end": 1137,
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 59
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1138,
                                  "end": 1150,
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 72
                                    }
                                  },
                                  "name": "_handleClick"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1151,
                                "end": 1155,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 73
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 77
                                  }
                                },
                                "name": "bind"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ThisExpression",
                                "start": 1156,
                                "end": 1160,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 78
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 82
                                  }
                                }
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1169,
                      "end": 1241,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 4
                        },
                        "end": {
                          "line": 33,
                          "column": 76
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1169,
                        "end": 1240,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 4
                          },
                          "end": {
                            "line": 33,
                            "column": 75
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1169,
                          "end": 1180,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 4
                            },
                            "end": {
                              "line": 33,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1169,
                            "end": 1177,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 4
                              },
                              "end": {
                                "line": 33,
                                "column": 12
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1169,
                              "end": 1173,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 4
                                },
                                "end": {
                                  "line": 33,
                                  "column": 8
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1174,
                              "end": 1177,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 9
                                },
                                "end": {
                                  "line": 33,
                                  "column": 12
                                }
                              },
                              "name": "$el"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1178,
                            "end": 1180,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 13
                              },
                              "end": {
                                "line": 33,
                                "column": 15
                              }
                            },
                            "name": "on"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 1181,
                            "end": 1193,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 16
                              },
                              "end": {
                                "line": 33,
                                "column": 28
                              }
                            },
                            "value": "touchstart",
                            "rawValue": "touchstart",
                            "raw": "\"touchstart\""
                          },
                          {
                            "type": "Literal",
                            "start": 1195,
                            "end": 1209,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 30
                              },
                              "end": {
                                "line": 33,
                                "column": 44
                              }
                            },
                            "value": ".js-nav-item",
                            "rawValue": ".js-nav-item",
                            "raw": "\".js-nav-item\""
                          },
                          {
                            "type": "CallExpression",
                            "start": 1211,
                            "end": 1239,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 46
                              },
                              "end": {
                                "line": 33,
                                "column": 74
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1211,
                              "end": 1233,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 46
                                },
                                "end": {
                                  "line": 33,
                                  "column": 68
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1211,
                                "end": 1228,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 63
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1211,
                                  "end": 1215,
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 50
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1216,
                                  "end": 1228,
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 51
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 63
                                    }
                                  },
                                  "name": "_handleClick"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1229,
                                "end": 1233,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 64
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 68
                                  }
                                },
                                "name": "bind"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ThisExpression",
                                "start": 1234,
                                "end": 1238,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 69
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 73
                                  }
                                }
                              }
                            ]
                          }
                        ]
                      },
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " SubNavigation hover",
                          "start": 1247,
                          "end": 1269,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 4
                            },
                            "end": {
                              "line": 35,
                              "column": 26
                            }
                          },
                          "range": [
                            1247,
                            1269
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1274,
                      "end": 1293,
                      "loc": {
                        "start": {
                          "line": 36,
                          "column": 4
                        },
                        "end": {
                          "line": 36,
                          "column": 23
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1274,
                        "end": 1292,
                        "loc": {
                          "start": {
                            "line": 36,
                            "column": 4
                          },
                          "end": {
                            "line": 36,
                            "column": 22
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1274,
                          "end": 1290,
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 4
                            },
                            "end": {
                              "line": 36,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1274,
                            "end": 1278,
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 4
                              },
                              "end": {
                                "line": 36,
                                "column": 8
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1279,
                            "end": 1290,
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 9
                              },
                              "end": {
                                "line": 36,
                                "column": 20
                              }
                            },
                            "name": "handleHover"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "arguments": [],
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " SubNavigation hover",
                          "start": 1247,
                          "end": 1269,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 4
                            },
                            "end": {
                              "line": 35,
                              "column": 26
                            }
                          },
                          "range": [
                            1247,
                            1269
                          ]
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Events",
                          "start": 1299,
                          "end": 1308,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 4
                            },
                            "end": {
                              "line": 38,
                              "column": 13
                            }
                          },
                          "range": [
                            1299,
                            1308
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1313,
                      "end": 1375,
                      "loc": {
                        "start": {
                          "line": 39,
                          "column": 4
                        },
                        "end": {
                          "line": 39,
                          "column": 66
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1313,
                        "end": 1374,
                        "loc": {
                          "start": {
                            "line": 39,
                            "column": 4
                          },
                          "end": {
                            "line": 39,
                            "column": 65
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1313,
                          "end": 1326,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 4
                            },
                            "end": {
                              "line": 39,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1313,
                            "end": 1317,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 4
                              },
                              "end": {
                                "line": 39,
                                "column": 8
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1318,
                            "end": 1326,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 9
                              },
                              "end": {
                                "line": 39,
                                "column": 17
                              }
                            },
                            "name": "listenTo"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 1327,
                            "end": 1342,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 18
                              },
                              "end": {
                                "line": 39,
                                "column": 33
                              }
                            },
                            "name": "NavigationState"
                          },
                          {
                            "type": "Literal",
                            "start": 1344,
                            "end": 1357,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 35
                              },
                              "end": {
                                "line": 39,
                                "column": 48
                              }
                            },
                            "value": "changed:nav",
                            "rawValue": "changed:nav",
                            "raw": "\"changed:nav\""
                          },
                          {
                            "type": "MemberExpression",
                            "start": 1359,
                            "end": 1373,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 50
                              },
                              "end": {
                                "line": 39,
                                "column": 64
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1359,
                              "end": 1363,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 50
                                },
                                "end": {
                                  "line": 39,
                                  "column": 54
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1364,
                              "end": 1373,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 55
                                },
                                "end": {
                                  "line": 39,
                                  "column": 64
                                }
                              },
                              "name": "toggleNav"
                            },
                            "computed": false
                          }
                        ],
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Events",
                          "start": 1299,
                          "end": 1308,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 4
                            },
                            "end": {
                              "line": 38,
                              "column": 13
                            }
                          },
                          "range": [
                            1299,
                            1308
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1380,
                      "end": 1433,
                      "loc": {
                        "start": {
                          "line": 40,
                          "column": 4
                        },
                        "end": {
                          "line": 40,
                          "column": 57
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1380,
                        "end": 1432,
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 4
                          },
                          "end": {
                            "line": 40,
                            "column": 56
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1380,
                          "end": 1393,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 4
                            },
                            "end": {
                              "line": 40,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1380,
                            "end": 1384,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 4
                              },
                              "end": {
                                "line": 40,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1385,
                            "end": 1393,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 9
                              },
                              "end": {
                                "line": 40,
                                "column": 17
                              }
                            },
                            "name": "listenTo"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 1394,
                            "end": 1406,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 18
                              },
                              "end": {
                                "line": 40,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1394,
                              "end": 1398,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 18
                                },
                                "end": {
                                  "line": 40,
                                  "column": 22
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1399,
                              "end": 1406,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 23
                                },
                                "end": {
                                  "line": 40,
                                  "column": 30
                                }
                              },
                              "name": "overlay"
                            },
                            "computed": false
                          },
                          {
                            "type": "Literal",
                            "start": 1408,
                            "end": 1415,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 32
                              },
                              "end": {
                                "line": 40,
                                "column": 39
                              }
                            },
                            "value": "click",
                            "rawValue": "click",
                            "raw": "\"click\""
                          },
                          {
                            "type": "MemberExpression",
                            "start": 1417,
                            "end": 1431,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 41
                              },
                              "end": {
                                "line": 40,
                                "column": 55
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1417,
                              "end": 1421,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 41
                                },
                                "end": {
                                  "line": 40,
                                  "column": 45
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1422,
                              "end": 1431,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 46
                                },
                                "end": {
                                  "line": 40,
                                  "column": 55
                                }
                              },
                              "name": "_clickNav"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1439,
                      "end": 1456,
                      "loc": {
                        "start": {
                          "line": 42,
                          "column": 4
                        },
                        "end": {
                          "line": 42,
                          "column": 21
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1439,
                        "end": 1455,
                        "loc": {
                          "start": {
                            "line": 42,
                            "column": 4
                          },
                          "end": {
                            "line": 42,
                            "column": 20
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1439,
                          "end": 1453,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 4
                            },
                            "end": {
                              "line": 42,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1439,
                            "end": 1443,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 4
                              },
                              "end": {
                                "line": 42,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1444,
                            "end": 1453,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 9
                              },
                              "end": {
                                "line": 42,
                                "column": 18
                              }
                            },
                            "name": "subscribe"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "trailingComments": [
                {
                  "type": "Block",
                  "value": "*\n   * Set up hover events to trigger the sub menu's opening and closing.\n   * Use event delegation here because the user login is dynamically added.\n   * @return {[type]} [description]\n   ",
                  "start": 1463,
                  "end": 1656,
                  "loc": {
                    "start": {
                      "line": 44,
                      "column": 2
                    },
                    "end": {
                      "line": 48,
                      "column": 5
                    }
                  },
                  "range": [
                    1463,
                    1656
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 1660,
              "end": 1823,
              "loc": {
                "start": {
                  "line": 50,
                  "column": 2
                },
                "end": {
                  "line": 53,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1660,
                "end": 1672,
                "loc": {
                  "start": {
                    "line": 50,
                    "column": 2
                  },
                  "end": {
                    "line": 50,
                    "column": 14
                  }
                },
                "name": "_handleClick",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1672,
                "end": 1823,
                "loc": {
                  "start": {
                    "line": 50,
                    "column": 14
                  },
                  "end": {
                    "line": 53,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1673,
                    "end": 1674,
                    "loc": {
                      "start": {
                        "line": 50,
                        "column": 15
                      },
                      "end": {
                        "line": 50,
                        "column": 16
                      }
                    },
                    "name": "e"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1676,
                  "end": 1823,
                  "loc": {
                    "start": {
                      "line": 50,
                      "column": 18
                    },
                    "end": {
                      "line": 53,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 1682,
                      "end": 1711,
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 4
                        },
                        "end": {
                          "line": 51,
                          "column": 33
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1686,
                          "end": 1710,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 8
                            },
                            "end": {
                              "line": 51,
                              "column": 32
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1686,
                            "end": 1692,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 8
                              },
                              "end": {
                                "line": 51,
                                "column": 14
                              }
                            },
                            "name": "target"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 1695,
                            "end": 1710,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 17
                              },
                              "end": {
                                "line": 51,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1695,
                              "end": 1696,
                              "loc": {
                                "start": {
                                  "line": 51,
                                  "column": 17
                                },
                                "end": {
                                  "line": 51,
                                  "column": 18
                                }
                              },
                              "name": "e"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1697,
                              "end": 1710,
                              "loc": {
                                "start": {
                                  "line": 51,
                                  "column": 19
                                },
                                "end": {
                                  "line": 51,
                                  "column": 32
                                }
                              },
                              "name": "currentTarget"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1716,
                      "end": 1819,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 4
                        },
                        "end": {
                          "line": 52,
                          "column": 107
                        }
                      },
                      "expression": {
                        "type": "ConditionalExpression",
                        "start": 1716,
                        "end": 1818,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 4
                          },
                          "end": {
                            "line": 52,
                            "column": 106
                          }
                        },
                        "test": {
                          "type": "CallExpression",
                          "start": 1716,
                          "end": 1754,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 4
                            },
                            "end": {
                              "line": 52,
                              "column": 42
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1716,
                            "end": 1734,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 4
                              },
                              "end": {
                                "line": 52,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 1716,
                              "end": 1725,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 4
                                },
                                "end": {
                                  "line": 52,
                                  "column": 13
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 1716,
                                "end": 1717,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 5
                                  }
                                },
                                "name": "$"
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 1718,
                                  "end": 1724,
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 12
                                    }
                                  },
                                  "name": "target"
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1726,
                              "end": 1734,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 14
                                },
                                "end": {
                                  "line": 52,
                                  "column": 22
                                }
                              },
                              "name": "hasClass"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Literal",
                              "start": 1735,
                              "end": 1753,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 23
                                },
                                "end": {
                                  "line": 52,
                                  "column": 41
                                }
                              },
                              "value": "navigation__item",
                              "rawValue": "navigation__item",
                              "raw": "\"navigation__item\""
                            }
                          ]
                        },
                        "consequent": {
                          "type": "CallExpression",
                          "start": 1757,
                          "end": 1783,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 45
                            },
                            "end": {
                              "line": 52,
                              "column": 71
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1757,
                            "end": 1775,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 45
                              },
                              "end": {
                                "line": 52,
                                "column": 63
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1757,
                              "end": 1761,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 45
                                },
                                "end": {
                                  "line": 52,
                                  "column": 49
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1762,
                              "end": 1775,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 50
                                },
                                "end": {
                                  "line": 52,
                                  "column": 63
                                }
                              },
                              "name": "_handleSubNav"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 1776,
                              "end": 1782,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 64
                                },
                                "end": {
                                  "line": 52,
                                  "column": 70
                                }
                              },
                              "name": "target"
                            }
                          ]
                        },
                        "alternate": {
                          "type": "CallExpression",
                          "start": 1786,
                          "end": 1818,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 74
                            },
                            "end": {
                              "line": 52,
                              "column": 106
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1786,
                            "end": 1810,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 74
                              },
                              "end": {
                                "line": 52,
                                "column": 98
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1786,
                              "end": 1790,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 74
                                },
                                "end": {
                                  "line": 52,
                                  "column": 78
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1791,
                              "end": 1810,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 79
                                },
                                "end": {
                                  "line": 52,
                                  "column": 98
                                }
                              },
                              "name": "_handleMobileSubNav"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 1811,
                              "end": 1817,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 99
                                },
                                "end": {
                                  "line": 52,
                                  "column": 105
                                }
                              },
                              "name": "target"
                            }
                          ]
                        }
                      }
                    }
                  ]
                }
              },
              "leadingComments": [
                {
                  "type": "Block",
                  "value": "*\n   * Set up hover events to trigger the sub menu's opening and closing.\n   * Use event delegation here because the user login is dynamically added.\n   * @return {[type]} [description]\n   ",
                  "start": 1463,
                  "end": 1656,
                  "loc": {
                    "start": {
                      "line": 44,
                      "column": 2
                    },
                    "end": {
                      "line": 48,
                      "column": 5
                    }
                  },
                  "range": [
                    1463,
                    1656
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 1827,
              "end": 2233,
              "loc": {
                "start": {
                  "line": 55,
                  "column": 2
                },
                "end": {
                  "line": 65,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1827,
                "end": 1846,
                "loc": {
                  "start": {
                    "line": 55,
                    "column": 2
                  },
                  "end": {
                    "line": 55,
                    "column": 21
                  }
                },
                "name": "_handleMobileSubNav"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1846,
                "end": 2233,
                "loc": {
                  "start": {
                    "line": 55,
                    "column": 21
                  },
                  "end": {
                    "line": 65,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1847,
                    "end": 1849,
                    "loc": {
                      "start": {
                        "line": 55,
                        "column": 22
                      },
                      "end": {
                        "line": 55,
                        "column": 24
                      }
                    },
                    "name": "el"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1851,
                  "end": 2233,
                  "loc": {
                    "start": {
                      "line": 55,
                      "column": 26
                    },
                    "end": {
                      "line": 65,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 1857,
                      "end": 1909,
                      "loc": {
                        "start": {
                          "line": 56,
                          "column": 4
                        },
                        "end": {
                          "line": 56,
                          "column": 56
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1861,
                          "end": 1908,
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 8
                            },
                            "end": {
                              "line": 56,
                              "column": 55
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1861,
                            "end": 1869,
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 8
                              },
                              "end": {
                                "line": 56,
                                "column": 16
                              }
                            },
                            "name": "$navItem"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 1872,
                            "end": 1908,
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 19
                              },
                              "end": {
                                "line": 56,
                                "column": 55
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1872,
                              "end": 1882,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 19
                                },
                                "end": {
                                  "line": 56,
                                  "column": 29
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 1872,
                                "end": 1877,
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 24
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 1872,
                                  "end": 1873,
                                  "loc": {
                                    "start": {
                                      "line": 56,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 56,
                                      "column": 20
                                    }
                                  },
                                  "name": "$"
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 1874,
                                    "end": 1876,
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 23
                                      }
                                    },
                                    "name": "el"
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1878,
                                "end": 1882,
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 29
                                  }
                                },
                                "name": "find"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Literal",
                                "start": 1883,
                                "end": 1907,
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 54
                                  }
                                },
                                "value": ".mobile-sub-navigation",
                                "rawValue": ".mobile-sub-navigation",
                                "raw": "\".mobile-sub-navigation\""
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 1915,
                      "end": 2153,
                      "loc": {
                        "start": {
                          "line": 58,
                          "column": 4
                        },
                        "end": {
                          "line": 61,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 1920,
                        "end": 1981,
                        "loc": {
                          "start": {
                            "line": 58,
                            "column": 9
                          },
                          "end": {
                            "line": 58,
                            "column": 70
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 1920,
                          "end": 1944,
                          "loc": {
                            "start": {
                              "line": 58,
                              "column": 9
                            },
                            "end": {
                              "line": 58,
                              "column": 33
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 1920,
                            "end": 1937,
                            "loc": {
                              "start": {
                                "line": 58,
                                "column": 9
                              },
                              "end": {
                                "line": 58,
                                "column": 26
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 1920,
                              "end": 1921,
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 9
                                },
                                "end": {
                                  "line": 58,
                                  "column": 10
                                }
                              },
                              "name": "$"
                            },
                            "arguments": [
                              {
                                "type": "Literal",
                                "start": 1922,
                                "end": 1936,
                                "loc": {
                                  "start": {
                                    "line": 58,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 58,
                                    "column": 25
                                  }
                                },
                                "value": ".is-expanded",
                                "rawValue": ".is-expanded",
                                "raw": "\".is-expanded\""
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1938,
                            "end": 1944,
                            "loc": {
                              "start": {
                                "line": 58,
                                "column": 27
                              },
                              "end": {
                                "line": 58,
                                "column": 33
                              }
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "operator": "&&",
                        "right": {
                          "type": "UnaryExpression",
                          "start": 1948,
                          "end": 1981,
                          "loc": {
                            "start": {
                              "line": 58,
                              "column": 37
                            },
                            "end": {
                              "line": 58,
                              "column": 70
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "CallExpression",
                            "start": 1949,
                            "end": 1981,
                            "loc": {
                              "start": {
                                "line": 58,
                                "column": 38
                              },
                              "end": {
                                "line": 58,
                                "column": 70
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1949,
                              "end": 1966,
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 38
                                },
                                "end": {
                                  "line": 58,
                                  "column": 55
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1949,
                                "end": 1957,
                                "loc": {
                                  "start": {
                                    "line": 58,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 58,
                                    "column": 46
                                  }
                                },
                                "name": "$navItem"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1958,
                                "end": 1966,
                                "loc": {
                                  "start": {
                                    "line": 58,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 58,
                                    "column": 55
                                  }
                                },
                                "name": "hasClass"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Literal",
                                "start": 1967,
                                "end": 1980,
                                "loc": {
                                  "start": {
                                    "line": 58,
                                    "column": 56
                                  },
                                  "end": {
                                    "line": 58,
                                    "column": 69
                                  }
                                },
                                "value": "is-expanded",
                                "rawValue": "is-expanded",
                                "raw": "\"is-expanded\""
                              }
                            ]
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 1984,
                        "end": 2153,
                        "loc": {
                          "start": {
                            "line": 58,
                            "column": 73
                          },
                          "end": {
                            "line": 61,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 1992,
                            "end": 2073,
                            "loc": {
                              "start": {
                                "line": 59,
                                "column": 6
                              },
                              "end": {
                                "line": 59,
                                "column": 87
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1992,
                              "end": 2072,
                              "loc": {
                                "start": {
                                  "line": 59,
                                  "column": 6
                                },
                                "end": {
                                  "line": 59,
                                  "column": 86
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1992,
                                "end": 2057,
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 71
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 1992,
                                  "end": 2045,
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 59
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 1992,
                                    "end": 2019,
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 33
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 1992,
                                      "end": 2014,
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 1992,
                                        "end": 1996,
                                        "loc": {
                                          "start": {
                                            "line": 59,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 59,
                                            "column": 10
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1997,
                                        "end": 2014,
                                        "loc": {
                                          "start": {
                                            "line": 59,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 59,
                                            "column": 28
                                          }
                                        },
                                        "name": "$mobileNavigation"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2015,
                                      "end": 2019,
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 33
                                        }
                                      },
                                      "name": "find"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Literal",
                                      "start": 2020,
                                      "end": 2044,
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 58
                                        }
                                      },
                                      "value": ".mobile-sub-navigation",
                                      "rawValue": ".mobile-sub-navigation",
                                      "raw": "\".mobile-sub-navigation\""
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2046,
                                  "end": 2057,
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 71
                                    }
                                  },
                                  "name": "removeClass"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Literal",
                                  "start": 2058,
                                  "end": 2071,
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 72
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 85
                                    }
                                  },
                                  "value": "is-expanded",
                                  "rawValue": "is-expanded",
                                  "raw": "\"is-expanded\""
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 2080,
                            "end": 2147,
                            "loc": {
                              "start": {
                                "line": 60,
                                "column": 6
                              },
                              "end": {
                                "line": 60,
                                "column": 73
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 2080,
                              "end": 2146,
                              "loc": {
                                "start": {
                                  "line": 60,
                                  "column": 6
                                },
                                "end": {
                                  "line": 60,
                                  "column": 72
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2080,
                                "end": 2135,
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 61
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 2080,
                                  "end": 2123,
                                  "loc": {
                                    "start": {
                                      "line": 60,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 60,
                                      "column": 49
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 2080,
                                    "end": 2107,
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 33
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 2080,
                                      "end": 2102,
                                      "loc": {
                                        "start": {
                                          "line": 60,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 60,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 2080,
                                        "end": 2084,
                                        "loc": {
                                          "start": {
                                            "line": 60,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 60,
                                            "column": 10
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2085,
                                        "end": 2102,
                                        "loc": {
                                          "start": {
                                            "line": 60,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 60,
                                            "column": 28
                                          }
                                        },
                                        "name": "$mobileNavigation"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2103,
                                      "end": 2107,
                                      "loc": {
                                        "start": {
                                          "line": 60,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 60,
                                          "column": 33
                                        }
                                      },
                                      "name": "find"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Literal",
                                      "start": 2108,
                                      "end": 2122,
                                      "loc": {
                                        "start": {
                                          "line": 60,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 60,
                                          "column": 48
                                        }
                                      },
                                      "value": ".js-nav-item",
                                      "rawValue": ".js-nav-item",
                                      "raw": "\".js-nav-item\""
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2124,
                                  "end": 2135,
                                  "loc": {
                                    "start": {
                                      "line": 60,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 60,
                                      "column": 61
                                    }
                                  },
                                  "name": "removeClass"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Literal",
                                  "start": 2136,
                                  "end": 2145,
                                  "loc": {
                                    "start": {
                                      "line": 60,
                                      "column": 62
                                    },
                                    "end": {
                                      "line": 60,
                                      "column": 71
                                    }
                                  },
                                  "value": "clicked",
                                  "rawValue": "clicked",
                                  "raw": "\"clicked\""
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2159,
                      "end": 2188,
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 4
                        },
                        "end": {
                          "line": 63,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2159,
                        "end": 2187,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 4
                          },
                          "end": {
                            "line": 63,
                            "column": 32
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2159,
                          "end": 2176,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 4
                            },
                            "end": {
                              "line": 63,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 2159,
                            "end": 2164,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 4
                              },
                              "end": {
                                "line": 63,
                                "column": 9
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 2159,
                              "end": 2160,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 4
                                },
                                "end": {
                                  "line": 63,
                                  "column": 5
                                }
                              },
                              "name": "$"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 2161,
                                "end": 2163,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 8
                                  }
                                },
                                "name": "el"
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2165,
                            "end": 2176,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 10
                              },
                              "end": {
                                "line": 63,
                                "column": 21
                              }
                            },
                            "name": "toggleClass"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 2177,
                            "end": 2186,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 22
                              },
                              "end": {
                                "line": 63,
                                "column": 31
                              }
                            },
                            "value": "clicked",
                            "rawValue": "clicked",
                            "raw": "\"clicked\""
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2193,
                      "end": 2229,
                      "loc": {
                        "start": {
                          "line": 64,
                          "column": 4
                        },
                        "end": {
                          "line": 64,
                          "column": 40
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2193,
                        "end": 2228,
                        "loc": {
                          "start": {
                            "line": 64,
                            "column": 4
                          },
                          "end": {
                            "line": 64,
                            "column": 39
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2193,
                          "end": 2213,
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 4
                            },
                            "end": {
                              "line": 64,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2193,
                            "end": 2201,
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 4
                              },
                              "end": {
                                "line": 64,
                                "column": 12
                              }
                            },
                            "name": "$navItem"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2202,
                            "end": 2213,
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 13
                              },
                              "end": {
                                "line": 64,
                                "column": 24
                              }
                            },
                            "name": "toggleClass"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 2214,
                            "end": 2227,
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 25
                              },
                              "end": {
                                "line": 64,
                                "column": 38
                              }
                            },
                            "value": "is-expanded",
                            "rawValue": "is-expanded",
                            "raw": "\"is-expanded\""
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2237,
              "end": 2413,
              "loc": {
                "start": {
                  "line": 67,
                  "column": 2
                },
                "end": {
                  "line": 73,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2237,
                "end": 2250,
                "loc": {
                  "start": {
                    "line": 67,
                    "column": 2
                  },
                  "end": {
                    "line": 67,
                    "column": 15
                  }
                },
                "name": "_handleSubNav"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2250,
                "end": 2413,
                "loc": {
                  "start": {
                    "line": 67,
                    "column": 15
                  },
                  "end": {
                    "line": 73,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2251,
                    "end": 2253,
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 16
                      },
                      "end": {
                        "line": 67,
                        "column": 18
                      }
                    },
                    "name": "el"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2255,
                  "end": 2413,
                  "loc": {
                    "start": {
                      "line": 67,
                      "column": 20
                    },
                    "end": {
                      "line": 73,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 2261,
                      "end": 2409,
                      "loc": {
                        "start": {
                          "line": 68,
                          "column": 4
                        },
                        "end": {
                          "line": 72,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "CallExpression",
                        "start": 2265,
                        "end": 2330,
                        "loc": {
                          "start": {
                            "line": 68,
                            "column": 8
                          },
                          "end": {
                            "line": 68,
                            "column": 73
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2265,
                          "end": 2303,
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 8
                            },
                            "end": {
                              "line": 68,
                              "column": 46
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 2265,
                            "end": 2294,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 8
                              },
                              "end": {
                                "line": 68,
                                "column": 37
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2265,
                              "end": 2275,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 8
                                },
                                "end": {
                                  "line": 68,
                                  "column": 18
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 2265,
                                "end": 2270,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 13
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 2265,
                                  "end": 2266,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 9
                                    }
                                  },
                                  "name": "$"
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 2267,
                                    "end": 2269,
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 12
                                      }
                                    },
                                    "name": "el"
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2271,
                                "end": 2275,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 18
                                  }
                                },
                                "name": "find"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Literal",
                                "start": 2276,
                                "end": 2293,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 36
                                  }
                                },
                                "value": ".sub-navigation",
                                "rawValue": ".sub-navigation",
                                "raw": "\".sub-navigation\""
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2295,
                            "end": 2303,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 38
                              },
                              "end": {
                                "line": 68,
                                "column": 46
                              }
                            },
                            "name": "hasClass"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 2304,
                            "end": 2329,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 47
                              },
                              "end": {
                                "line": 68,
                                "column": 72
                              }
                            },
                            "value": "sub-navigation--visible",
                            "rawValue": "sub-navigation--visible",
                            "raw": "\"sub-navigation--visible\""
                          }
                        ]
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 2332,
                        "end": 2368,
                        "loc": {
                          "start": {
                            "line": 68,
                            "column": 75
                          },
                          "end": {
                            "line": 70,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 2340,
                            "end": 2362,
                            "loc": {
                              "start": {
                                "line": 69,
                                "column": 6
                              },
                              "end": {
                                "line": 69,
                                "column": 28
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 2340,
                              "end": 2361,
                              "loc": {
                                "start": {
                                  "line": 69,
                                  "column": 6
                                },
                                "end": {
                                  "line": 69,
                                  "column": 27
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2340,
                                "end": 2357,
                                "loc": {
                                  "start": {
                                    "line": 69,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 69,
                                    "column": 23
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2340,
                                  "end": 2344,
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2345,
                                  "end": 2357,
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 23
                                    }
                                  },
                                  "name": "_closeSubNav"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 2358,
                                  "end": 2360,
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 26
                                    }
                                  },
                                  "name": "el"
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": {
                        "type": "BlockStatement",
                        "start": 2374,
                        "end": 2409,
                        "loc": {
                          "start": {
                            "line": 70,
                            "column": 11
                          },
                          "end": {
                            "line": 72,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 2382,
                            "end": 2403,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 6
                              },
                              "end": {
                                "line": 71,
                                "column": 27
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 2382,
                              "end": 2402,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 6
                                },
                                "end": {
                                  "line": 71,
                                  "column": 26
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2382,
                                "end": 2398,
                                "loc": {
                                  "start": {
                                    "line": 71,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 71,
                                    "column": 22
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2382,
                                  "end": 2386,
                                  "loc": {
                                    "start": {
                                      "line": 71,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 71,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2387,
                                  "end": 2398,
                                  "loc": {
                                    "start": {
                                      "line": 71,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 71,
                                      "column": 22
                                    }
                                  },
                                  "name": "_openSubNav"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 2399,
                                  "end": 2401,
                                  "loc": {
                                    "start": {
                                      "line": 71,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 71,
                                      "column": 25
                                    }
                                  },
                                  "name": "el"
                                }
                              ]
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2417,
              "end": 2720,
              "loc": {
                "start": {
                  "line": 75,
                  "column": 2
                },
                "end": {
                  "line": 84,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2417,
                "end": 2428,
                "loc": {
                  "start": {
                    "line": 75,
                    "column": 2
                  },
                  "end": {
                    "line": 75,
                    "column": 13
                  }
                },
                "name": "_openSubNav"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2428,
                "end": 2720,
                "loc": {
                  "start": {
                    "line": 75,
                    "column": 13
                  },
                  "end": {
                    "line": 84,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2429,
                    "end": 2431,
                    "loc": {
                      "start": {
                        "line": 75,
                        "column": 14
                      },
                      "end": {
                        "line": 75,
                        "column": 16
                      }
                    },
                    "name": "el"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2433,
                  "end": 2720,
                  "loc": {
                    "start": {
                      "line": 75,
                      "column": 18
                    },
                    "end": {
                      "line": 84,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 2439,
                      "end": 2468,
                      "loc": {
                        "start": {
                          "line": 76,
                          "column": 4
                        },
                        "end": {
                          "line": 76,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2439,
                        "end": 2467,
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 4
                          },
                          "end": {
                            "line": 76,
                            "column": 32
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 2439,
                          "end": 2451,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 4
                            },
                            "end": {
                              "line": 76,
                              "column": 16
                            }
                          },
                          "name": "clearTimeout"
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 2452,
                            "end": 2466,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 17
                              },
                              "end": {
                                "line": 76,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2452,
                              "end": 2456,
                              "loc": {
                                "start": {
                                  "line": 76,
                                  "column": 17
                                },
                                "end": {
                                  "line": 76,
                                  "column": 21
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2457,
                              "end": 2466,
                              "loc": {
                                "start": {
                                  "line": 76,
                                  "column": 22
                                },
                                "end": {
                                  "line": 76,
                                  "column": 31
                                }
                              },
                              "name": "hideTimer"
                            },
                            "computed": false
                          }
                        ]
                      },
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Always clear the currently active one",
                          "start": 2474,
                          "end": 2514,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 4
                            },
                            "end": {
                              "line": 78,
                              "column": 44
                            }
                          },
                          "range": [
                            2474,
                            2514
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2519,
                      "end": 2591,
                      "loc": {
                        "start": {
                          "line": 79,
                          "column": 4
                        },
                        "end": {
                          "line": 79,
                          "column": 76
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2519,
                        "end": 2590,
                        "loc": {
                          "start": {
                            "line": 79,
                            "column": 4
                          },
                          "end": {
                            "line": 79,
                            "column": 75
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2519,
                          "end": 2563,
                          "loc": {
                            "start": {
                              "line": 79,
                              "column": 4
                            },
                            "end": {
                              "line": 79,
                              "column": 48
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 2519,
                            "end": 2551,
                            "loc": {
                              "start": {
                                "line": 79,
                                "column": 4
                              },
                              "end": {
                                "line": 79,
                                "column": 36
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2519,
                              "end": 2532,
                              "loc": {
                                "start": {
                                  "line": 79,
                                  "column": 4
                                },
                                "end": {
                                  "line": 79,
                                  "column": 17
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2519,
                                "end": 2527,
                                "loc": {
                                  "start": {
                                    "line": 79,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 79,
                                    "column": 12
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2519,
                                  "end": 2523,
                                  "loc": {
                                    "start": {
                                      "line": 79,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 79,
                                      "column": 8
                                    }
                                  },
                                  "leadingComments": null
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2524,
                                  "end": 2527,
                                  "loc": {
                                    "start": {
                                      "line": 79,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 79,
                                      "column": 12
                                    }
                                  },
                                  "name": "$el"
                                },
                                "computed": false,
                                "leadingComments": null
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2528,
                                "end": 2532,
                                "loc": {
                                  "start": {
                                    "line": 79,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 79,
                                    "column": 17
                                  }
                                },
                                "name": "find"
                              },
                              "computed": false,
                              "leadingComments": null
                            },
                            "arguments": [
                              {
                                "type": "Literal",
                                "start": 2533,
                                "end": 2550,
                                "loc": {
                                  "start": {
                                    "line": 79,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 79,
                                    "column": 35
                                  }
                                },
                                "value": ".sub-navigation",
                                "rawValue": ".sub-navigation",
                                "raw": "\".sub-navigation\""
                              }
                            ],
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2552,
                            "end": 2563,
                            "loc": {
                              "start": {
                                "line": 79,
                                "column": 37
                              },
                              "end": {
                                "line": 79,
                                "column": 48
                              }
                            },
                            "name": "removeClass"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 2564,
                            "end": 2589,
                            "loc": {
                              "start": {
                                "line": 79,
                                "column": 49
                              },
                              "end": {
                                "line": 79,
                                "column": 74
                              }
                            },
                            "value": "sub-navigation--visible",
                            "rawValue": "sub-navigation--visible",
                            "raw": "\"sub-navigation--visible\""
                          }
                        ],
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Always clear the currently active one",
                          "start": 2474,
                          "end": 2514,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 4
                            },
                            "end": {
                              "line": 78,
                              "column": 44
                            }
                          },
                          "range": [
                            2474,
                            2514
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2597,
                      "end": 2716,
                      "loc": {
                        "start": {
                          "line": 81,
                          "column": 4
                        },
                        "end": {
                          "line": 83,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2597,
                        "end": 2715,
                        "loc": {
                          "start": {
                            "line": 81,
                            "column": 4
                          },
                          "end": {
                            "line": 83,
                            "column": 9
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2597,
                          "end": 2611,
                          "loc": {
                            "start": {
                              "line": 81,
                              "column": 4
                            },
                            "end": {
                              "line": 81,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2597,
                            "end": 2601,
                            "loc": {
                              "start": {
                                "line": 81,
                                "column": 4
                              },
                              "end": {
                                "line": 81,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2602,
                            "end": 2611,
                            "loc": {
                              "start": {
                                "line": 81,
                                "column": 9
                              },
                              "end": {
                                "line": 81,
                                "column": 18
                              }
                            },
                            "name": "showTimer"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 2614,
                          "end": 2715,
                          "loc": {
                            "start": {
                              "line": 81,
                              "column": 21
                            },
                            "end": {
                              "line": 83,
                              "column": 9
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 2614,
                            "end": 2624,
                            "loc": {
                              "start": {
                                "line": 81,
                                "column": 21
                              },
                              "end": {
                                "line": 81,
                                "column": 31
                              }
                            },
                            "name": "setTimeout"
                          },
                          "arguments": [
                            {
                              "type": "ArrowFunctionExpression",
                              "start": 2625,
                              "end": 2711,
                              "loc": {
                                "start": {
                                  "line": 81,
                                  "column": 32
                                },
                                "end": {
                                  "line": 83,
                                  "column": 5
                                }
                              },
                              "id": null,
                              "generator": false,
                              "expression": false,
                              "async": false,
                              "params": [],
                              "body": {
                                "type": "BlockStatement",
                                "start": 2631,
                                "end": 2711,
                                "loc": {
                                  "start": {
                                    "line": 81,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 83,
                                    "column": 5
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 2639,
                                    "end": 2705,
                                    "loc": {
                                      "start": {
                                        "line": 82,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 82,
                                        "column": 72
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 2639,
                                      "end": 2704,
                                      "loc": {
                                        "start": {
                                          "line": 82,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 82,
                                          "column": 71
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 2639,
                                        "end": 2677,
                                        "loc": {
                                          "start": {
                                            "line": 82,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 82,
                                            "column": 44
                                          }
                                        },
                                        "object": {
                                          "type": "CallExpression",
                                          "start": 2639,
                                          "end": 2668,
                                          "loc": {
                                            "start": {
                                              "line": 82,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 82,
                                              "column": 35
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 2639,
                                            "end": 2649,
                                            "loc": {
                                              "start": {
                                                "line": 82,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 16
                                              }
                                            },
                                            "object": {
                                              "type": "CallExpression",
                                              "start": 2639,
                                              "end": 2644,
                                              "loc": {
                                                "start": {
                                                  "line": 82,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 82,
                                                  "column": 11
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 2639,
                                                "end": 2640,
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 7
                                                  }
                                                },
                                                "name": "$"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 2641,
                                                  "end": 2643,
                                                  "loc": {
                                                    "start": {
                                                      "line": 82,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 82,
                                                      "column": 10
                                                    }
                                                  },
                                                  "name": "el"
                                                }
                                              ]
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2645,
                                              "end": 2649,
                                              "loc": {
                                                "start": {
                                                  "line": 82,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 82,
                                                  "column": 16
                                                }
                                              },
                                              "name": "find"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Literal",
                                              "start": 2650,
                                              "end": 2667,
                                              "loc": {
                                                "start": {
                                                  "line": 82,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 82,
                                                  "column": 34
                                                }
                                              },
                                              "value": ".sub-navigation",
                                              "rawValue": ".sub-navigation",
                                              "raw": "\".sub-navigation\""
                                            }
                                          ]
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2669,
                                          "end": 2677,
                                          "loc": {
                                            "start": {
                                              "line": 82,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 82,
                                              "column": 44
                                            }
                                          },
                                          "name": "addClass"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Literal",
                                          "start": 2678,
                                          "end": 2703,
                                          "loc": {
                                            "start": {
                                              "line": 82,
                                              "column": 45
                                            },
                                            "end": {
                                              "line": 82,
                                              "column": 70
                                            }
                                          },
                                          "value": "sub-navigation--visible",
                                          "rawValue": "sub-navigation--visible",
                                          "raw": "\"sub-navigation--visible\""
                                        }
                                      ]
                                    }
                                  }
                                ]
                              }
                            },
                            {
                              "type": "Literal",
                              "start": 2713,
                              "end": 2714,
                              "loc": {
                                "start": {
                                  "line": 83,
                                  "column": 7
                                },
                                "end": {
                                  "line": 83,
                                  "column": 8
                                }
                              },
                              "value": 0,
                              "rawValue": 0,
                              "raw": "0"
                            }
                          ]
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2724,
              "end": 2910,
              "loc": {
                "start": {
                  "line": 86,
                  "column": 2
                },
                "end": {
                  "line": 92,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2724,
                "end": 2736,
                "loc": {
                  "start": {
                    "line": 86,
                    "column": 2
                  },
                  "end": {
                    "line": 86,
                    "column": 14
                  }
                },
                "name": "_closeSubNav"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2736,
                "end": 2910,
                "loc": {
                  "start": {
                    "line": 86,
                    "column": 14
                  },
                  "end": {
                    "line": 92,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2737,
                    "end": 2739,
                    "loc": {
                      "start": {
                        "line": 86,
                        "column": 15
                      },
                      "end": {
                        "line": 86,
                        "column": 17
                      }
                    },
                    "name": "el"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2741,
                  "end": 2910,
                  "loc": {
                    "start": {
                      "line": 86,
                      "column": 19
                    },
                    "end": {
                      "line": 92,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 2747,
                      "end": 2776,
                      "loc": {
                        "start": {
                          "line": 87,
                          "column": 4
                        },
                        "end": {
                          "line": 87,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2747,
                        "end": 2775,
                        "loc": {
                          "start": {
                            "line": 87,
                            "column": 4
                          },
                          "end": {
                            "line": 87,
                            "column": 32
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 2747,
                          "end": 2759,
                          "loc": {
                            "start": {
                              "line": 87,
                              "column": 4
                            },
                            "end": {
                              "line": 87,
                              "column": 16
                            }
                          },
                          "name": "clearTimeout"
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 2760,
                            "end": 2774,
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 17
                              },
                              "end": {
                                "line": 87,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2760,
                              "end": 2764,
                              "loc": {
                                "start": {
                                  "line": 87,
                                  "column": 17
                                },
                                "end": {
                                  "line": 87,
                                  "column": 21
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2765,
                              "end": 2774,
                              "loc": {
                                "start": {
                                  "line": 87,
                                  "column": 22
                                },
                                "end": {
                                  "line": 87,
                                  "column": 31
                                }
                              },
                              "name": "showTimer"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2782,
                      "end": 2906,
                      "loc": {
                        "start": {
                          "line": 89,
                          "column": 4
                        },
                        "end": {
                          "line": 91,
                          "column": 12
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2782,
                        "end": 2905,
                        "loc": {
                          "start": {
                            "line": 89,
                            "column": 4
                          },
                          "end": {
                            "line": 91,
                            "column": 11
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2782,
                          "end": 2796,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 4
                            },
                            "end": {
                              "line": 89,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2782,
                            "end": 2786,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 4
                              },
                              "end": {
                                "line": 89,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2787,
                            "end": 2796,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 9
                              },
                              "end": {
                                "line": 89,
                                "column": 18
                              }
                            },
                            "name": "hideTimer"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 2799,
                          "end": 2905,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 21
                            },
                            "end": {
                              "line": 91,
                              "column": 11
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 2799,
                            "end": 2809,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 21
                              },
                              "end": {
                                "line": 89,
                                "column": 31
                              }
                            },
                            "name": "setTimeout"
                          },
                          "arguments": [
                            {
                              "type": "ArrowFunctionExpression",
                              "start": 2810,
                              "end": 2899,
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 32
                                },
                                "end": {
                                  "line": 91,
                                  "column": 5
                                }
                              },
                              "id": null,
                              "generator": false,
                              "expression": false,
                              "async": false,
                              "params": [],
                              "body": {
                                "type": "BlockStatement",
                                "start": 2816,
                                "end": 2899,
                                "loc": {
                                  "start": {
                                    "line": 89,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 91,
                                    "column": 5
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 2824,
                                    "end": 2893,
                                    "loc": {
                                      "start": {
                                        "line": 90,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 90,
                                        "column": 75
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 2824,
                                      "end": 2892,
                                      "loc": {
                                        "start": {
                                          "line": 90,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 90,
                                          "column": 74
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 2824,
                                        "end": 2865,
                                        "loc": {
                                          "start": {
                                            "line": 90,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 90,
                                            "column": 47
                                          }
                                        },
                                        "object": {
                                          "type": "CallExpression",
                                          "start": 2824,
                                          "end": 2853,
                                          "loc": {
                                            "start": {
                                              "line": 90,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 90,
                                              "column": 35
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 2824,
                                            "end": 2834,
                                            "loc": {
                                              "start": {
                                                "line": 90,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 90,
                                                "column": 16
                                              }
                                            },
                                            "object": {
                                              "type": "CallExpression",
                                              "start": 2824,
                                              "end": 2829,
                                              "loc": {
                                                "start": {
                                                  "line": 90,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 90,
                                                  "column": 11
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 2824,
                                                "end": 2825,
                                                "loc": {
                                                  "start": {
                                                    "line": 90,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 90,
                                                    "column": 7
                                                  }
                                                },
                                                "name": "$"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 2826,
                                                  "end": 2828,
                                                  "loc": {
                                                    "start": {
                                                      "line": 90,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 90,
                                                      "column": 10
                                                    }
                                                  },
                                                  "name": "el"
                                                }
                                              ]
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2830,
                                              "end": 2834,
                                              "loc": {
                                                "start": {
                                                  "line": 90,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 90,
                                                  "column": 16
                                                }
                                              },
                                              "name": "find"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Literal",
                                              "start": 2835,
                                              "end": 2852,
                                              "loc": {
                                                "start": {
                                                  "line": 90,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 90,
                                                  "column": 34
                                                }
                                              },
                                              "value": ".sub-navigation",
                                              "rawValue": ".sub-navigation",
                                              "raw": "\".sub-navigation\""
                                            }
                                          ]
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2854,
                                          "end": 2865,
                                          "loc": {
                                            "start": {
                                              "line": 90,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 90,
                                              "column": 47
                                            }
                                          },
                                          "name": "removeClass"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Literal",
                                          "start": 2866,
                                          "end": 2891,
                                          "loc": {
                                            "start": {
                                              "line": 90,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 90,
                                              "column": 73
                                            }
                                          },
                                          "value": "sub-navigation--visible",
                                          "rawValue": "sub-navigation--visible",
                                          "raw": "\"sub-navigation--visible\""
                                        }
                                      ]
                                    }
                                  }
                                ]
                              }
                            },
                            {
                              "type": "Literal",
                              "start": 2901,
                              "end": 2904,
                              "loc": {
                                "start": {
                                  "line": 91,
                                  "column": 7
                                },
                                "end": {
                                  "line": 91,
                                  "column": 10
                                }
                              },
                              "value": 100,
                              "rawValue": 100,
                              "raw": "100"
                            }
                          ]
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2914,
              "end": 3112,
              "loc": {
                "start": {
                  "line": 94,
                  "column": 2
                },
                "end": {
                  "line": 97,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2914,
                "end": 2925,
                "loc": {
                  "start": {
                    "line": 94,
                    "column": 2
                  },
                  "end": {
                    "line": 94,
                    "column": 13
                  }
                },
                "name": "handleHover"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2925,
                "end": 3112,
                "loc": {
                  "start": {
                    "line": 94,
                    "column": 13
                  },
                  "end": {
                    "line": 97,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2928,
                  "end": 3112,
                  "loc": {
                    "start": {
                      "line": 94,
                      "column": 16
                    },
                    "end": {
                      "line": 97,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 2934,
                      "end": 3018,
                      "loc": {
                        "start": {
                          "line": 95,
                          "column": 4
                        },
                        "end": {
                          "line": 95,
                          "column": 88
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2934,
                        "end": 3017,
                        "loc": {
                          "start": {
                            "line": 95,
                            "column": 4
                          },
                          "end": {
                            "line": 95,
                            "column": 87
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2934,
                          "end": 2945,
                          "loc": {
                            "start": {
                              "line": 95,
                              "column": 4
                            },
                            "end": {
                              "line": 95,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2934,
                            "end": 2942,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 4
                              },
                              "end": {
                                "line": 95,
                                "column": 12
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2934,
                              "end": 2938,
                              "loc": {
                                "start": {
                                  "line": 95,
                                  "column": 4
                                },
                                "end": {
                                  "line": 95,
                                  "column": 8
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2939,
                              "end": 2942,
                              "loc": {
                                "start": {
                                  "line": 95,
                                  "column": 9
                                },
                                "end": {
                                  "line": 95,
                                  "column": 12
                                }
                              },
                              "name": "$el"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2943,
                            "end": 2945,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 13
                              },
                              "end": {
                                "line": 95,
                                "column": 15
                              }
                            },
                            "name": "on"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 2946,
                            "end": 2958,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 16
                              },
                              "end": {
                                "line": 95,
                                "column": 28
                              }
                            },
                            "value": "mouseenter",
                            "rawValue": "mouseenter",
                            "raw": "\"mouseenter\""
                          },
                          {
                            "type": "Literal",
                            "start": 2960,
                            "end": 2974,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 30
                              },
                              "end": {
                                "line": 95,
                                "column": 44
                              }
                            },
                            "value": ".js-nav-item",
                            "rawValue": ".js-nav-item",
                            "raw": "\".js-nav-item\""
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 2976,
                            "end": 3016,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 46
                              },
                              "end": {
                                "line": 95,
                                "column": 86
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 2977,
                                "end": 2978,
                                "loc": {
                                  "start": {
                                    "line": 95,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 95,
                                    "column": 48
                                  }
                                },
                                "name": "e"
                              }
                            ],
                            "body": {
                              "type": "CallExpression",
                              "start": 2983,
                              "end": 3016,
                              "loc": {
                                "start": {
                                  "line": 95,
                                  "column": 53
                                },
                                "end": {
                                  "line": 95,
                                  "column": 86
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2983,
                                "end": 2999,
                                "loc": {
                                  "start": {
                                    "line": 95,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 95,
                                    "column": 69
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2983,
                                  "end": 2987,
                                  "loc": {
                                    "start": {
                                      "line": 95,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 95,
                                      "column": 57
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2988,
                                  "end": 2999,
                                  "loc": {
                                    "start": {
                                      "line": 95,
                                      "column": 58
                                    },
                                    "end": {
                                      "line": 95,
                                      "column": 69
                                    }
                                  },
                                  "name": "_openSubNav"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 3000,
                                  "end": 3015,
                                  "loc": {
                                    "start": {
                                      "line": 95,
                                      "column": 70
                                    },
                                    "end": {
                                      "line": 95,
                                      "column": 85
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3000,
                                    "end": 3001,
                                    "loc": {
                                      "start": {
                                        "line": 95,
                                        "column": 70
                                      },
                                      "end": {
                                        "line": 95,
                                        "column": 71
                                      }
                                    },
                                    "name": "e"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3002,
                                    "end": 3015,
                                    "loc": {
                                      "start": {
                                        "line": 95,
                                        "column": 72
                                      },
                                      "end": {
                                        "line": 95,
                                        "column": 85
                                      }
                                    },
                                    "name": "currentTarget"
                                  },
                                  "computed": false
                                }
                              ]
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3023,
                      "end": 3108,
                      "loc": {
                        "start": {
                          "line": 96,
                          "column": 4
                        },
                        "end": {
                          "line": 96,
                          "column": 89
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3023,
                        "end": 3107,
                        "loc": {
                          "start": {
                            "line": 96,
                            "column": 4
                          },
                          "end": {
                            "line": 96,
                            "column": 88
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3023,
                          "end": 3034,
                          "loc": {
                            "start": {
                              "line": 96,
                              "column": 4
                            },
                            "end": {
                              "line": 96,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3023,
                            "end": 3031,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 4
                              },
                              "end": {
                                "line": 96,
                                "column": 12
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3023,
                              "end": 3027,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 4
                                },
                                "end": {
                                  "line": 96,
                                  "column": 8
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3028,
                              "end": 3031,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 9
                                },
                                "end": {
                                  "line": 96,
                                  "column": 12
                                }
                              },
                              "name": "$el"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3032,
                            "end": 3034,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 13
                              },
                              "end": {
                                "line": 96,
                                "column": 15
                              }
                            },
                            "name": "on"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 3035,
                            "end": 3047,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 16
                              },
                              "end": {
                                "line": 96,
                                "column": 28
                              }
                            },
                            "value": "mouseleave",
                            "rawValue": "mouseleave",
                            "raw": "\"mouseleave\""
                          },
                          {
                            "type": "Literal",
                            "start": 3049,
                            "end": 3063,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 30
                              },
                              "end": {
                                "line": 96,
                                "column": 44
                              }
                            },
                            "value": ".js-nav-item",
                            "rawValue": ".js-nav-item",
                            "raw": "\".js-nav-item\""
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 3065,
                            "end": 3106,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 46
                              },
                              "end": {
                                "line": 96,
                                "column": 87
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 3066,
                                "end": 3067,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 48
                                  }
                                },
                                "name": "e"
                              }
                            ],
                            "body": {
                              "type": "CallExpression",
                              "start": 3072,
                              "end": 3106,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 53
                                },
                                "end": {
                                  "line": 96,
                                  "column": 87
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3072,
                                "end": 3089,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 70
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 3072,
                                  "end": 3076,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 57
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3077,
                                  "end": 3089,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 58
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 70
                                    }
                                  },
                                  "name": "_closeSubNav"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 3090,
                                  "end": 3105,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 71
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 86
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3090,
                                    "end": 3091,
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 71
                                      },
                                      "end": {
                                        "line": 96,
                                        "column": 72
                                      }
                                    },
                                    "name": "e"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3092,
                                    "end": 3105,
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 73
                                      },
                                      "end": {
                                        "line": 96,
                                        "column": 86
                                      }
                                    },
                                    "name": "currentTarget"
                                  },
                                  "computed": false
                                }
                              ]
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 3116,
              "end": 3221,
              "loc": {
                "start": {
                  "line": 99,
                  "column": 2
                },
                "end": {
                  "line": 105,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3116,
                "end": 3125,
                "loc": {
                  "start": {
                    "line": 99,
                    "column": 2
                  },
                  "end": {
                    "line": 99,
                    "column": 11
                  }
                },
                "name": "toggleNav"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 3125,
                "end": 3221,
                "loc": {
                  "start": {
                    "line": 99,
                    "column": 11
                  },
                  "end": {
                    "line": 105,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 3128,
                  "end": 3221,
                  "loc": {
                    "start": {
                      "line": 99,
                      "column": 14
                    },
                    "end": {
                      "line": 105,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 3134,
                      "end": 3217,
                      "loc": {
                        "start": {
                          "line": 100,
                          "column": 4
                        },
                        "end": {
                          "line": 104,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 3137,
                        "end": 3157,
                        "loc": {
                          "start": {
                            "line": 100,
                            "column": 7
                          },
                          "end": {
                            "line": 100,
                            "column": 27
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 3137,
                          "end": 3147,
                          "loc": {
                            "start": {
                              "line": 100,
                              "column": 7
                            },
                            "end": {
                              "line": 100,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3137,
                            "end": 3141,
                            "loc": {
                              "start": {
                                "line": 100,
                                "column": 7
                              },
                              "end": {
                                "line": 100,
                                "column": 11
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3142,
                            "end": 3147,
                            "loc": {
                              "start": {
                                "line": 100,
                                "column": 12
                              },
                              "end": {
                                "line": 100,
                                "column": 17
                              }
                            },
                            "name": "state"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3148,
                          "end": 3157,
                          "loc": {
                            "start": {
                              "line": 100,
                              "column": 18
                            },
                            "end": {
                              "line": 100,
                              "column": 27
                            }
                          },
                          "name": "isNavOpen"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 3159,
                        "end": 3185,
                        "loc": {
                          "start": {
                            "line": 100,
                            "column": 29
                          },
                          "end": {
                            "line": 102,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 3167,
                            "end": 3179,
                            "loc": {
                              "start": {
                                "line": 101,
                                "column": 6
                              },
                              "end": {
                                "line": 101,
                                "column": 18
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 3167,
                              "end": 3178,
                              "loc": {
                                "start": {
                                  "line": 101,
                                  "column": 6
                                },
                                "end": {
                                  "line": 101,
                                  "column": 17
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3167,
                                "end": 3176,
                                "loc": {
                                  "start": {
                                    "line": 101,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 101,
                                    "column": 15
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 3167,
                                  "end": 3171,
                                  "loc": {
                                    "start": {
                                      "line": 101,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 101,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3172,
                                  "end": 3176,
                                  "loc": {
                                    "start": {
                                      "line": 101,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 101,
                                      "column": 15
                                    }
                                  },
                                  "name": "show"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          }
                        ]
                      },
                      "alternate": {
                        "type": "BlockStatement",
                        "start": 3191,
                        "end": 3217,
                        "loc": {
                          "start": {
                            "line": 102,
                            "column": 11
                          },
                          "end": {
                            "line": 104,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 3199,
                            "end": 3211,
                            "loc": {
                              "start": {
                                "line": 103,
                                "column": 6
                              },
                              "end": {
                                "line": 103,
                                "column": 18
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 3199,
                              "end": 3210,
                              "loc": {
                                "start": {
                                  "line": 103,
                                  "column": 6
                                },
                                "end": {
                                  "line": 103,
                                  "column": 17
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3199,
                                "end": 3208,
                                "loc": {
                                  "start": {
                                    "line": 103,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 103,
                                    "column": 15
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 3199,
                                  "end": 3203,
                                  "loc": {
                                    "start": {
                                      "line": 103,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 103,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3204,
                                  "end": 3208,
                                  "loc": {
                                    "start": {
                                      "line": 103,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 103,
                                      "column": 15
                                    }
                                  },
                                  "name": "hide"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 3225,
              "end": 3631,
              "loc": {
                "start": {
                  "line": 107,
                  "column": 2
                },
                "end": {
                  "line": 123,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3225,
                "end": 3229,
                "loc": {
                  "start": {
                    "line": 107,
                    "column": 2
                  },
                  "end": {
                    "line": 107,
                    "column": 6
                  }
                },
                "name": "show"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 3229,
                "end": 3631,
                "loc": {
                  "start": {
                    "line": 107,
                    "column": 6
                  },
                  "end": {
                    "line": 123,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 3232,
                  "end": 3631,
                  "loc": {
                    "start": {
                      "line": 107,
                      "column": 9
                    },
                    "end": {
                      "line": 123,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 3238,
                      "end": 3300,
                      "loc": {
                        "start": {
                          "line": 108,
                          "column": 4
                        },
                        "end": {
                          "line": 110,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 3241,
                        "end": 3262,
                        "loc": {
                          "start": {
                            "line": 108,
                            "column": 7
                          },
                          "end": {
                            "line": 108,
                            "column": 28
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 3242,
                          "end": 3262,
                          "loc": {
                            "start": {
                              "line": 108,
                              "column": 8
                            },
                            "end": {
                              "line": 108,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3242,
                            "end": 3252,
                            "loc": {
                              "start": {
                                "line": 108,
                                "column": 8
                              },
                              "end": {
                                "line": 108,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3242,
                              "end": 3246,
                              "loc": {
                                "start": {
                                  "line": 108,
                                  "column": 8
                                },
                                "end": {
                                  "line": 108,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3247,
                              "end": 3252,
                              "loc": {
                                "start": {
                                  "line": 108,
                                  "column": 13
                                },
                                "end": {
                                  "line": 108,
                                  "column": 18
                                }
                              },
                              "name": "state"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3253,
                            "end": 3262,
                            "loc": {
                              "start": {
                                "line": 108,
                                "column": 19
                              },
                              "end": {
                                "line": 108,
                                "column": 28
                              }
                            },
                            "name": "isNavOpen"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 3263,
                        "end": 3300,
                        "loc": {
                          "start": {
                            "line": 108,
                            "column": 29
                          },
                          "end": {
                            "line": 110,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 3271,
                            "end": 3294,
                            "loc": {
                              "start": {
                                "line": 109,
                                "column": 6
                              },
                              "end": {
                                "line": 109,
                                "column": 29
                              }
                            },
                            "argument": {
                              "type": "CallExpression",
                              "start": 3278,
                              "end": 3293,
                              "loc": {
                                "start": {
                                  "line": 109,
                                  "column": 13
                                },
                                "end": {
                                  "line": 109,
                                  "column": 28
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3278,
                                "end": 3289,
                                "loc": {
                                  "start": {
                                    "line": 109,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 109,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3278,
                                  "end": 3285,
                                  "loc": {
                                    "start": {
                                      "line": 109,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 109,
                                      "column": 20
                                    }
                                  },
                                  "name": "Promise"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3286,
                                  "end": 3289,
                                  "loc": {
                                    "start": {
                                      "line": 109,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 109,
                                      "column": 24
                                    }
                                  },
                                  "name": "all"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ArrayExpression",
                                  "start": 3290,
                                  "end": 3292,
                                  "loc": {
                                    "start": {
                                      "line": 109,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 109,
                                      "column": 27
                                    }
                                  },
                                  "elements": []
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "IfStatement",
                      "start": 3306,
                      "end": 3417,
                      "loc": {
                        "start": {
                          "line": 112,
                          "column": 4
                        },
                        "end": {
                          "line": 114,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 3309,
                        "end": 3354,
                        "loc": {
                          "start": {
                            "line": 112,
                            "column": 7
                          },
                          "end": {
                            "line": 112,
                            "column": 52
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 3309,
                          "end": 3348,
                          "loc": {
                            "start": {
                              "line": 112,
                              "column": 7
                            },
                            "end": {
                              "line": 112,
                              "column": 46
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 3309,
                            "end": 3341,
                            "loc": {
                              "start": {
                                "line": 112,
                                "column": 7
                              },
                              "end": {
                                "line": 112,
                                "column": 39
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3309,
                              "end": 3339,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 7
                                },
                                "end": {
                                  "line": 112,
                                  "column": 37
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 3309,
                                "end": 3331,
                                "loc": {
                                  "start": {
                                    "line": 112,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 112,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 3309,
                                  "end": 3313,
                                  "loc": {
                                    "start": {
                                      "line": 112,
                                      "column": 7
                                    },
                                    "end": {
                                      "line": 112,
                                      "column": 11
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3314,
                                  "end": 3331,
                                  "loc": {
                                    "start": {
                                      "line": 112,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 112,
                                      "column": 29
                                    }
                                  },
                                  "name": "$mobileNavigation"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3332,
                                "end": 3339,
                                "loc": {
                                  "start": {
                                    "line": 112,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 112,
                                    "column": 37
                                  }
                                },
                                "name": "parents"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3342,
                            "end": 3348,
                            "loc": {
                              "start": {
                                "line": 112,
                                "column": 40
                              },
                              "end": {
                                "line": 112,
                                "column": 46
                              }
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "operator": "===",
                        "right": {
                          "type": "Literal",
                          "start": 3353,
                          "end": 3354,
                          "loc": {
                            "start": {
                              "line": 112,
                              "column": 51
                            },
                            "end": {
                              "line": 112,
                              "column": 52
                            }
                          },
                          "value": 0,
                          "rawValue": 0,
                          "raw": "0"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 3356,
                        "end": 3417,
                        "loc": {
                          "start": {
                            "line": 112,
                            "column": 54
                          },
                          "end": {
                            "line": 114,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 3364,
                            "end": 3411,
                            "loc": {
                              "start": {
                                "line": 113,
                                "column": 6
                              },
                              "end": {
                                "line": 113,
                                "column": 53
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 3364,
                              "end": 3410,
                              "loc": {
                                "start": {
                                  "line": 113,
                                  "column": 6
                                },
                                "end": {
                                  "line": 113,
                                  "column": 52
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3364,
                                "end": 3395,
                                "loc": {
                                  "start": {
                                    "line": 113,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 113,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3364,
                                  "end": 3386,
                                  "loc": {
                                    "start": {
                                      "line": 113,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 113,
                                      "column": 28
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 3364,
                                    "end": 3368,
                                    "loc": {
                                      "start": {
                                        "line": 113,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 113,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3369,
                                    "end": 3386,
                                    "loc": {
                                      "start": {
                                        "line": 113,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 113,
                                        "column": 28
                                      }
                                    },
                                    "name": "$mobileNavigation"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3387,
                                  "end": 3395,
                                  "loc": {
                                    "start": {
                                      "line": 113,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 113,
                                      "column": 37
                                    }
                                  },
                                  "name": "appendTo"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 3396,
                                  "end": 3409,
                                  "loc": {
                                    "start": {
                                      "line": 113,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 113,
                                      "column": 51
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3396,
                                    "end": 3404,
                                    "loc": {
                                      "start": {
                                        "line": 113,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 113,
                                        "column": 46
                                      }
                                    },
                                    "name": "document"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3405,
                                    "end": 3409,
                                    "loc": {
                                      "start": {
                                        "line": 113,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 113,
                                        "column": 51
                                      }
                                    },
                                    "name": "body"
                                  },
                                  "computed": false
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3423,
                      "end": 3443,
                      "loc": {
                        "start": {
                          "line": 116,
                          "column": 4
                        },
                        "end": {
                          "line": 116,
                          "column": 24
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3423,
                        "end": 3442,
                        "loc": {
                          "start": {
                            "line": 116,
                            "column": 4
                          },
                          "end": {
                            "line": 116,
                            "column": 23
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3423,
                          "end": 3440,
                          "loc": {
                            "start": {
                              "line": 116,
                              "column": 4
                            },
                            "end": {
                              "line": 116,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3423,
                            "end": 3435,
                            "loc": {
                              "start": {
                                "line": 116,
                                "column": 4
                              },
                              "end": {
                                "line": 116,
                                "column": 16
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3423,
                              "end": 3427,
                              "loc": {
                                "start": {
                                  "line": 116,
                                  "column": 4
                                },
                                "end": {
                                  "line": 116,
                                  "column": 8
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3428,
                              "end": 3435,
                              "loc": {
                                "start": {
                                  "line": 116,
                                  "column": 9
                                },
                                "end": {
                                  "line": 116,
                                  "column": 16
                                }
                              },
                              "name": "overlay"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3436,
                            "end": 3440,
                            "loc": {
                              "start": {
                                "line": 116,
                                "column": 17
                              },
                              "end": {
                                "line": 116,
                                "column": 21
                              }
                            },
                            "name": "show"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3449,
                      "end": 3548,
                      "loc": {
                        "start": {
                          "line": 118,
                          "column": 4
                        },
                        "end": {
                          "line": 120,
                          "column": 11
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3449,
                        "end": 3547,
                        "loc": {
                          "start": {
                            "line": 118,
                            "column": 4
                          },
                          "end": {
                            "line": 120,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 3449,
                          "end": 3459,
                          "loc": {
                            "start": {
                              "line": 118,
                              "column": 4
                            },
                            "end": {
                              "line": 118,
                              "column": 14
                            }
                          },
                          "name": "setTimeout"
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 3460,
                            "end": 3542,
                            "loc": {
                              "start": {
                                "line": 118,
                                "column": 15
                              },
                              "end": {
                                "line": 120,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [],
                            "body": {
                              "type": "BlockStatement",
                              "start": 3466,
                              "end": 3542,
                              "loc": {
                                "start": {
                                  "line": 118,
                                  "column": 21
                                },
                                "end": {
                                  "line": 120,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3474,
                                  "end": 3536,
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 68
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 3474,
                                    "end": 3535,
                                    "loc": {
                                      "start": {
                                        "line": 119,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 119,
                                        "column": 67
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 3474,
                                      "end": 3505,
                                      "loc": {
                                        "start": {
                                          "line": 119,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 119,
                                          "column": 37
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3474,
                                        "end": 3496,
                                        "loc": {
                                          "start": {
                                            "line": 119,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 119,
                                            "column": 28
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 3474,
                                          "end": 3478,
                                          "loc": {
                                            "start": {
                                              "line": 119,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 119,
                                              "column": 10
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3479,
                                          "end": 3496,
                                          "loc": {
                                            "start": {
                                              "line": 119,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 119,
                                              "column": 28
                                            }
                                          },
                                          "name": "$mobileNavigation"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3497,
                                        "end": 3505,
                                        "loc": {
                                          "start": {
                                            "line": 119,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 119,
                                            "column": 37
                                          }
                                        },
                                        "name": "addClass"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 3506,
                                        "end": 3534,
                                        "loc": {
                                          "start": {
                                            "line": 119,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 119,
                                            "column": 66
                                          }
                                        },
                                        "value": "mobile-navigation--visible",
                                        "rawValue": "mobile-navigation--visible",
                                        "raw": "\"mobile-navigation--visible\""
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          },
                          {
                            "type": "Literal",
                            "start": 3544,
                            "end": 3546,
                            "loc": {
                              "start": {
                                "line": 120,
                                "column": 7
                              },
                              "end": {
                                "line": 120,
                                "column": 9
                              }
                            },
                            "value": 20,
                            "rawValue": 20,
                            "raw": "20"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 3554,
                      "end": 3627,
                      "loc": {
                        "start": {
                          "line": 122,
                          "column": 4
                        },
                        "end": {
                          "line": 122,
                          "column": 77
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 3561,
                        "end": 3626,
                        "loc": {
                          "start": {
                            "line": 122,
                            "column": 11
                          },
                          "end": {
                            "line": 122,
                            "column": 76
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 3561,
                          "end": 3578,
                          "loc": {
                            "start": {
                              "line": 122,
                              "column": 11
                            },
                            "end": {
                              "line": 122,
                              "column": 28
                            }
                          },
                          "name": "waitForTransition"
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 3579,
                            "end": 3601,
                            "loc": {
                              "start": {
                                "line": 122,
                                "column": 29
                              },
                              "end": {
                                "line": 122,
                                "column": 51
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3579,
                              "end": 3583,
                              "loc": {
                                "start": {
                                  "line": 122,
                                  "column": 29
                                },
                                "end": {
                                  "line": 122,
                                  "column": 33
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3584,
                              "end": 3601,
                              "loc": {
                                "start": {
                                  "line": 122,
                                  "column": 34
                                },
                                "end": {
                                  "line": 122,
                                  "column": 51
                                }
                              },
                              "name": "$mobileNavigation"
                            },
                            "computed": false
                          },
                          {
                            "type": "ObjectExpression",
                            "start": 3603,
                            "end": 3625,
                            "loc": {
                              "start": {
                                "line": 122,
                                "column": 53
                              },
                              "end": {
                                "line": 122,
                                "column": 75
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 3605,
                                "end": 3623,
                                "loc": {
                                  "start": {
                                    "line": 122,
                                    "column": 55
                                  },
                                  "end": {
                                    "line": 122,
                                    "column": 73
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 3605,
                                  "end": 3617,
                                  "loc": {
                                    "start": {
                                      "line": 122,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 122,
                                      "column": 67
                                    }
                                  },
                                  "name": "fallbackTime"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 3619,
                                  "end": 3623,
                                  "loc": {
                                    "start": {
                                      "line": 122,
                                      "column": 69
                                    },
                                    "end": {
                                      "line": 122,
                                      "column": 73
                                    }
                                  },
                                  "value": 2000,
                                  "rawValue": 2000,
                                  "raw": "2000"
                                },
                                "kind": "init"
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 3635,
              "end": 3960,
              "loc": {
                "start": {
                  "line": 125,
                  "column": 2
                },
                "end": {
                  "line": 138,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3635,
                "end": 3639,
                "loc": {
                  "start": {
                    "line": 125,
                    "column": 2
                  },
                  "end": {
                    "line": 125,
                    "column": 6
                  }
                },
                "name": "hide"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 3639,
                "end": 3960,
                "loc": {
                  "start": {
                    "line": 125,
                    "column": 6
                  },
                  "end": {
                    "line": 138,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 3642,
                  "end": 3960,
                  "loc": {
                    "start": {
                      "line": 125,
                      "column": 9
                    },
                    "end": {
                      "line": 138,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 3648,
                      "end": 3710,
                      "loc": {
                        "start": {
                          "line": 126,
                          "column": 4
                        },
                        "end": {
                          "line": 128,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 3651,
                        "end": 3671,
                        "loc": {
                          "start": {
                            "line": 126,
                            "column": 7
                          },
                          "end": {
                            "line": 126,
                            "column": 27
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 3651,
                          "end": 3661,
                          "loc": {
                            "start": {
                              "line": 126,
                              "column": 7
                            },
                            "end": {
                              "line": 126,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3651,
                            "end": 3655,
                            "loc": {
                              "start": {
                                "line": 126,
                                "column": 7
                              },
                              "end": {
                                "line": 126,
                                "column": 11
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3656,
                            "end": 3661,
                            "loc": {
                              "start": {
                                "line": 126,
                                "column": 12
                              },
                              "end": {
                                "line": 126,
                                "column": 17
                              }
                            },
                            "name": "state"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3662,
                          "end": 3671,
                          "loc": {
                            "start": {
                              "line": 126,
                              "column": 18
                            },
                            "end": {
                              "line": 126,
                              "column": 27
                            }
                          },
                          "name": "isNavOpen"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 3673,
                        "end": 3710,
                        "loc": {
                          "start": {
                            "line": 126,
                            "column": 29
                          },
                          "end": {
                            "line": 128,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 3681,
                            "end": 3704,
                            "loc": {
                              "start": {
                                "line": 127,
                                "column": 6
                              },
                              "end": {
                                "line": 127,
                                "column": 29
                              }
                            },
                            "argument": {
                              "type": "CallExpression",
                              "start": 3688,
                              "end": 3703,
                              "loc": {
                                "start": {
                                  "line": 127,
                                  "column": 13
                                },
                                "end": {
                                  "line": 127,
                                  "column": 28
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3688,
                                "end": 3699,
                                "loc": {
                                  "start": {
                                    "line": 127,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 127,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3688,
                                  "end": 3695,
                                  "loc": {
                                    "start": {
                                      "line": 127,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 127,
                                      "column": 20
                                    }
                                  },
                                  "name": "Promise"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3696,
                                  "end": 3699,
                                  "loc": {
                                    "start": {
                                      "line": 127,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 127,
                                      "column": 24
                                    }
                                  },
                                  "name": "all"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ArrayExpression",
                                  "start": 3700,
                                  "end": 3702,
                                  "loc": {
                                    "start": {
                                      "line": 127,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 127,
                                      "column": 27
                                    }
                                  },
                                  "elements": []
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3716,
                      "end": 3781,
                      "loc": {
                        "start": {
                          "line": 130,
                          "column": 4
                        },
                        "end": {
                          "line": 130,
                          "column": 69
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3716,
                        "end": 3780,
                        "loc": {
                          "start": {
                            "line": 130,
                            "column": 4
                          },
                          "end": {
                            "line": 130,
                            "column": 68
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3716,
                          "end": 3750,
                          "loc": {
                            "start": {
                              "line": 130,
                              "column": 4
                            },
                            "end": {
                              "line": 130,
                              "column": 38
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3716,
                            "end": 3738,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 4
                              },
                              "end": {
                                "line": 130,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3716,
                              "end": 3720,
                              "loc": {
                                "start": {
                                  "line": 130,
                                  "column": 4
                                },
                                "end": {
                                  "line": 130,
                                  "column": 8
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3721,
                              "end": 3738,
                              "loc": {
                                "start": {
                                  "line": 130,
                                  "column": 9
                                },
                                "end": {
                                  "line": 130,
                                  "column": 26
                                }
                              },
                              "name": "$mobileNavigation"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3739,
                            "end": 3750,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 27
                              },
                              "end": {
                                "line": 130,
                                "column": 38
                              }
                            },
                            "name": "removeClass"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 3751,
                            "end": 3779,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 39
                              },
                              "end": {
                                "line": 130,
                                "column": 67
                              }
                            },
                            "value": "mobile-navigation--visible",
                            "rawValue": "mobile-navigation--visible",
                            "raw": "\"mobile-navigation--visible\""
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3787,
                      "end": 3807,
                      "loc": {
                        "start": {
                          "line": 132,
                          "column": 4
                        },
                        "end": {
                          "line": 132,
                          "column": 24
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3787,
                        "end": 3806,
                        "loc": {
                          "start": {
                            "line": 132,
                            "column": 4
                          },
                          "end": {
                            "line": 132,
                            "column": 23
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3787,
                          "end": 3804,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 4
                            },
                            "end": {
                              "line": 132,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3787,
                            "end": 3799,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 4
                              },
                              "end": {
                                "line": 132,
                                "column": 16
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3787,
                              "end": 3791,
                              "loc": {
                                "start": {
                                  "line": 132,
                                  "column": 4
                                },
                                "end": {
                                  "line": 132,
                                  "column": 8
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3792,
                              "end": 3799,
                              "loc": {
                                "start": {
                                  "line": 132,
                                  "column": 9
                                },
                                "end": {
                                  "line": 132,
                                  "column": 16
                                }
                              },
                              "name": "overlay"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3800,
                            "end": 3804,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 17
                              },
                              "end": {
                                "line": 132,
                                "column": 21
                              }
                            },
                            "name": "hide"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 3813,
                      "end": 3956,
                      "loc": {
                        "start": {
                          "line": 134,
                          "column": 4
                        },
                        "end": {
                          "line": 137,
                          "column": 9
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 3820,
                        "end": 3955,
                        "loc": {
                          "start": {
                            "line": 134,
                            "column": 11
                          },
                          "end": {
                            "line": 137,
                            "column": 8
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3820,
                          "end": 3897,
                          "loc": {
                            "start": {
                              "line": 134,
                              "column": 11
                            },
                            "end": {
                              "line": 135,
                              "column": 11
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 3820,
                            "end": 3885,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 11
                              },
                              "end": {
                                "line": 134,
                                "column": 76
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 3820,
                              "end": 3837,
                              "loc": {
                                "start": {
                                  "line": 134,
                                  "column": 11
                                },
                                "end": {
                                  "line": 134,
                                  "column": 28
                                }
                              },
                              "name": "waitForTransition"
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 3838,
                                "end": 3860,
                                "loc": {
                                  "start": {
                                    "line": 134,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 134,
                                    "column": 51
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 3838,
                                  "end": 3842,
                                  "loc": {
                                    "start": {
                                      "line": 134,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 134,
                                      "column": 33
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3843,
                                  "end": 3860,
                                  "loc": {
                                    "start": {
                                      "line": 134,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 134,
                                      "column": 51
                                    }
                                  },
                                  "name": "$mobileNavigation"
                                },
                                "computed": false
                              },
                              {
                                "type": "ObjectExpression",
                                "start": 3862,
                                "end": 3884,
                                "loc": {
                                  "start": {
                                    "line": 134,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 134,
                                    "column": 75
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "Property",
                                    "start": 3864,
                                    "end": 3882,
                                    "loc": {
                                      "start": {
                                        "line": 134,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 134,
                                        "column": 73
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 3864,
                                      "end": 3876,
                                      "loc": {
                                        "start": {
                                          "line": 134,
                                          "column": 55
                                        },
                                        "end": {
                                          "line": 134,
                                          "column": 67
                                        }
                                      },
                                      "name": "fallbackTime"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 3878,
                                      "end": 3882,
                                      "loc": {
                                        "start": {
                                          "line": 134,
                                          "column": 69
                                        },
                                        "end": {
                                          "line": 134,
                                          "column": 73
                                        }
                                      },
                                      "value": 2000,
                                      "rawValue": 2000,
                                      "raw": "2000"
                                    },
                                    "kind": "init"
                                  }
                                ]
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3893,
                            "end": 3897,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 7
                              },
                              "end": {
                                "line": 135,
                                "column": 11
                              }
                            },
                            "name": "then"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 3898,
                            "end": 3954,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 12
                              },
                              "end": {
                                "line": 137,
                                "column": 7
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [],
                            "body": {
                              "type": "BlockStatement",
                              "start": 3904,
                              "end": 3954,
                              "loc": {
                                "start": {
                                  "line": 135,
                                  "column": 18
                                },
                                "end": {
                                  "line": 137,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3914,
                                  "end": 3946,
                                  "loc": {
                                    "start": {
                                      "line": 136,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 136,
                                      "column": 40
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 3914,
                                    "end": 3945,
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 136,
                                        "column": 39
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 3914,
                                      "end": 3943,
                                      "loc": {
                                        "start": {
                                          "line": 136,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 37
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3914,
                                        "end": 3936,
                                        "loc": {
                                          "start": {
                                            "line": 136,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 30
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 3914,
                                          "end": 3918,
                                          "loc": {
                                            "start": {
                                              "line": 136,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 136,
                                              "column": 12
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3919,
                                          "end": 3936,
                                          "loc": {
                                            "start": {
                                              "line": 136,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 136,
                                              "column": 30
                                            }
                                          },
                                          "name": "$mobileNavigation"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3937,
                                        "end": 3943,
                                        "loc": {
                                          "start": {
                                            "line": 136,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 37
                                          }
                                        },
                                        "name": "detach"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 3964,
              "end": 4015,
              "loc": {
                "start": {
                  "line": 140,
                  "column": 2
                },
                "end": {
                  "line": 142,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3964,
                "end": 3973,
                "loc": {
                  "start": {
                    "line": 140,
                    "column": 2
                  },
                  "end": {
                    "line": 140,
                    "column": 11
                  }
                },
                "name": "_clickNav"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 3973,
                "end": 4015,
                "loc": {
                  "start": {
                    "line": 140,
                    "column": 11
                  },
                  "end": {
                    "line": 142,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 3976,
                  "end": 4015,
                  "loc": {
                    "start": {
                      "line": 140,
                      "column": 14
                    },
                    "end": {
                      "line": 142,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 3982,
                      "end": 4011,
                      "loc": {
                        "start": {
                          "line": 141,
                          "column": 4
                        },
                        "end": {
                          "line": 141,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3982,
                        "end": 4010,
                        "loc": {
                          "start": {
                            "line": 141,
                            "column": 4
                          },
                          "end": {
                            "line": 141,
                            "column": 32
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3982,
                          "end": 4008,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 4
                            },
                            "end": {
                              "line": 141,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3982,
                            "end": 3999,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 4
                              },
                              "end": {
                                "line": 141,
                                "column": 21
                              }
                            },
                            "name": "NavigationActions"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4000,
                            "end": 4008,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 22
                              },
                              "end": {
                                "line": 141,
                                "column": 30
                              }
                            },
                            "name": "clickNav"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 4054,
              "end": 4781,
              "loc": {
                "start": {
                  "line": 145,
                  "column": 2
                },
                "end": {
                  "line": 171,
                  "column": 3
                }
              },
              "decorators": [
                {
                  "type": "Decorator",
                  "start": 4019,
                  "end": 4051,
                  "loc": {
                    "start": {
                      "line": 144,
                      "column": 2
                    },
                    "end": {
                      "line": 144,
                      "column": 34
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 4020,
                    "end": 4051,
                    "loc": {
                      "start": {
                        "line": 144,
                        "column": 3
                      },
                      "end": {
                        "line": 144,
                        "column": 34
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 4020,
                      "end": 4029,
                      "loc": {
                        "start": {
                          "line": 144,
                          "column": 3
                        },
                        "end": {
                          "line": 144,
                          "column": 12
                        }
                      },
                      "name": "subscribe"
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "start": 4030,
                        "end": 4050,
                        "loc": {
                          "start": {
                            "line": 144,
                            "column": 13
                          },
                          "end": {
                            "line": 144,
                            "column": 33
                          }
                        },
                        "value": "user.status.update",
                        "rawValue": "user.status.update",
                        "raw": "\"user.status.update\""
                      }
                    ]
                  }
                }
              ],
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4054,
                "end": 4070,
                "loc": {
                  "start": {
                    "line": 145,
                    "column": 2
                  },
                  "end": {
                    "line": 145,
                    "column": 18
                  }
                },
                "name": "userStatusUpdate"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 4070,
                "end": 4781,
                "loc": {
                  "start": {
                    "line": 145,
                    "column": 18
                  },
                  "end": {
                    "line": 171,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4071,
                    "end": 4075,
                    "loc": {
                      "start": {
                        "line": 145,
                        "column": 19
                      },
                      "end": {
                        "line": 145,
                        "column": 23
                      }
                    },
                    "name": "user"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4077,
                  "end": 4781,
                  "loc": {
                    "start": {
                      "line": 145,
                      "column": 25
                    },
                    "end": {
                      "line": 171,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 4083,
                      "end": 4134,
                      "loc": {
                        "start": {
                          "line": 146,
                          "column": 4
                        },
                        "end": {
                          "line": 146,
                          "column": 55
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 4087,
                          "end": 4133,
                          "loc": {
                            "start": {
                              "line": 146,
                              "column": 8
                            },
                            "end": {
                              "line": 146,
                              "column": 54
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 4087,
                            "end": 4090,
                            "loc": {
                              "start": {
                                "line": 146,
                                "column": 8
                              },
                              "end": {
                                "line": 146,
                                "column": 11
                              }
                            },
                            "name": "$li"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 4093,
                            "end": 4133,
                            "loc": {
                              "start": {
                                "line": 146,
                                "column": 14
                              },
                              "end": {
                                "line": 146,
                                "column": 54
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4093,
                              "end": 4106,
                              "loc": {
                                "start": {
                                  "line": 146,
                                  "column": 14
                                },
                                "end": {
                                  "line": 146,
                                  "column": 27
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 4093,
                                "end": 4101,
                                "loc": {
                                  "start": {
                                    "line": 146,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 146,
                                    "column": 22
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 4093,
                                  "end": 4097,
                                  "loc": {
                                    "start": {
                                      "line": 146,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 146,
                                      "column": 18
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4098,
                                  "end": 4101,
                                  "loc": {
                                    "start": {
                                      "line": 146,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 146,
                                      "column": 22
                                    }
                                  },
                                  "name": "$el"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4102,
                                "end": 4106,
                                "loc": {
                                  "start": {
                                    "line": 146,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 146,
                                    "column": 27
                                  }
                                },
                                "name": "find"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Literal",
                                "start": 4107,
                                "end": 4132,
                                "loc": {
                                  "start": {
                                    "line": 146,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 146,
                                    "column": 53
                                  }
                                },
                                "value": ".navigation__item--user",
                                "rawValue": ".navigation__item--user",
                                "raw": "\".navigation__item--user\""
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 4140,
                      "end": 4322,
                      "loc": {
                        "start": {
                          "line": 148,
                          "column": 4
                        },
                        "end": {
                          "line": 153,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 4144,
                        "end": 4152,
                        "loc": {
                          "start": {
                            "line": 148,
                            "column": 8
                          },
                          "end": {
                            "line": 148,
                            "column": 16
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 4145,
                          "end": 4152,
                          "loc": {
                            "start": {
                              "line": 148,
                              "column": 9
                            },
                            "end": {
                              "line": 148,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4145,
                            "end": 4149,
                            "loc": {
                              "start": {
                                "line": 148,
                                "column": 9
                              },
                              "end": {
                                "line": 148,
                                "column": 13
                              }
                            },
                            "name": "user"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4150,
                            "end": 4152,
                            "loc": {
                              "start": {
                                "line": 148,
                                "column": 14
                              },
                              "end": {
                                "line": 148,
                                "column": 16
                              }
                            },
                            "name": "id"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 4154,
                        "end": 4322,
                        "loc": {
                          "start": {
                            "line": 148,
                            "column": 18
                          },
                          "end": {
                            "line": 153,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 4162,
                            "end": 4316,
                            "loc": {
                              "start": {
                                "line": 149,
                                "column": 6
                              },
                              "end": {
                                "line": 152,
                                "column": 26
                              }
                            },
                            "argument": {
                              "type": "CallExpression",
                              "start": 4169,
                              "end": 4315,
                              "loc": {
                                "start": {
                                  "line": 149,
                                  "column": 13
                                },
                                "end": {
                                  "line": 152,
                                  "column": 25
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 4169,
                                "end": 4177,
                                "loc": {
                                  "start": {
                                    "line": 149,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 149,
                                    "column": 21
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4169,
                                  "end": 4172,
                                  "loc": {
                                    "start": {
                                      "line": 149,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 149,
                                      "column": 16
                                    }
                                  },
                                  "name": "$li"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4173,
                                  "end": 4177,
                                  "loc": {
                                    "start": {
                                      "line": 149,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 149,
                                      "column": 21
                                    }
                                  },
                                  "name": "html"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "CallExpression",
                                  "start": 4178,
                                  "end": 4314,
                                  "loc": {
                                    "start": {
                                      "line": 149,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 152,
                                      "column": 24
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 4178,
                                    "end": 4303,
                                    "loc": {
                                      "start": {
                                        "line": 149,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 152,
                                        "column": 13
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 4178,
                                      "end": 4298,
                                      "loc": {
                                        "start": {
                                          "line": 149,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 152,
                                          "column": 8
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 4178,
                                        "end": 4179,
                                        "loc": {
                                          "start": {
                                            "line": 149,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 149,
                                            "column": 23
                                          }
                                        },
                                        "name": "$"
                                      },
                                      "arguments": [
                                        {
                                          "type": "Literal",
                                          "start": 4180,
                                          "end": 4187,
                                          "loc": {
                                            "start": {
                                              "line": 149,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 149,
                                              "column": 31
                                            }
                                          },
                                          "value": "<a />",
                                          "rawValue": "<a />",
                                          "raw": "\"<a />\""
                                        },
                                        {
                                          "type": "ObjectExpression",
                                          "start": 4189,
                                          "end": 4297,
                                          "loc": {
                                            "start": {
                                              "line": 149,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 152,
                                              "column": 7
                                            }
                                          },
                                          "properties": [
                                            {
                                              "type": "Property",
                                              "start": 4199,
                                              "end": 4226,
                                              "loc": {
                                                "start": {
                                                  "line": 150,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 150,
                                                  "column": 35
                                                }
                                              },
                                              "method": false,
                                              "shorthand": false,
                                              "computed": false,
                                              "key": {
                                                "type": "Literal",
                                                "start": 4199,
                                                "end": 4206,
                                                "loc": {
                                                  "start": {
                                                    "line": 150,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 150,
                                                    "column": 15
                                                  }
                                                },
                                                "value": "class",
                                                "rawValue": "class",
                                                "raw": "\"class\""
                                              },
                                              "value": {
                                                "type": "Literal",
                                                "start": 4208,
                                                "end": 4226,
                                                "loc": {
                                                  "start": {
                                                    "line": 150,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 150,
                                                    "column": 35
                                                  }
                                                },
                                                "value": "navigation__link",
                                                "rawValue": "navigation__link",
                                                "raw": "\"navigation__link\""
                                              },
                                              "kind": "init"
                                            },
                                            {
                                              "type": "Property",
                                              "start": 4236,
                                              "end": 4289,
                                              "loc": {
                                                "start": {
                                                  "line": 151,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 151,
                                                  "column": 61
                                                }
                                              },
                                              "method": false,
                                              "shorthand": false,
                                              "computed": false,
                                              "key": {
                                                "type": "Literal",
                                                "start": 4236,
                                                "end": 4242,
                                                "loc": {
                                                  "start": {
                                                    "line": 151,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 151,
                                                    "column": 14
                                                  }
                                                },
                                                "value": "href",
                                                "rawValue": "href",
                                                "raw": "\"href\""
                                              },
                                              "value": {
                                                "type": "Literal",
                                                "start": 4244,
                                                "end": 4289,
                                                "loc": {
                                                  "start": {
                                                    "line": 151,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 151,
                                                    "column": 61
                                                  }
                                                },
                                                "value": "https://auth.lonelyplanet.com/users/sign_in",
                                                "rawValue": "https://auth.lonelyplanet.com/users/sign_in",
                                                "raw": "\"https://auth.lonelyplanet.com/users/sign_in\""
                                              },
                                              "kind": "init"
                                            }
                                          ]
                                        }
                                      ]
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4299,
                                      "end": 4303,
                                      "loc": {
                                        "start": {
                                          "line": 152,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 152,
                                          "column": 13
                                        }
                                      },
                                      "name": "text"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Literal",
                                      "start": 4304,
                                      "end": 4313,
                                      "loc": {
                                        "start": {
                                          "line": 152,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 152,
                                          "column": 23
                                        }
                                      },
                                      "value": "Sign in",
                                      "rawValue": "Sign in",
                                      "raw": "\"Sign in\""
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4328,
                      "end": 4483,
                      "loc": {
                        "start": {
                          "line": 155,
                          "column": 4
                        },
                        "end": {
                          "line": 160,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4328,
                        "end": 4482,
                        "loc": {
                          "start": {
                            "line": 155,
                            "column": 4
                          },
                          "end": {
                            "line": 160,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4328,
                          "end": 4393,
                          "loc": {
                            "start": {
                              "line": 155,
                              "column": 4
                            },
                            "end": {
                              "line": 157,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 4328,
                            "end": 4388,
                            "loc": {
                              "start": {
                                "line": 155,
                                "column": 4
                              },
                              "end": {
                                "line": 157,
                                "column": 20
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4328,
                              "end": 4380,
                              "loc": {
                                "start": {
                                  "line": 155,
                                  "column": 4
                                },
                                "end": {
                                  "line": 157,
                                  "column": 12
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 4328,
                                "end": 4375,
                                "loc": {
                                  "start": {
                                    "line": 155,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 157,
                                    "column": 7
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 4328,
                                  "end": 4336,
                                  "loc": {
                                    "start": {
                                      "line": 155,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 155,
                                      "column": 12
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 4328,
                                    "end": 4331,
                                    "loc": {
                                      "start": {
                                        "line": 155,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 155,
                                        "column": 7
                                      }
                                    },
                                    "name": "$li"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4332,
                                    "end": 4336,
                                    "loc": {
                                      "start": {
                                        "line": 155,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 155,
                                        "column": 12
                                      }
                                    },
                                    "name": "html"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "CallExpression",
                                    "start": 4337,
                                    "end": 4374,
                                    "loc": {
                                      "start": {
                                        "line": 155,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 157,
                                        "column": 6
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 4337,
                                      "end": 4354,
                                      "loc": {
                                        "start": {
                                          "line": 155,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 155,
                                          "column": 30
                                        }
                                      },
                                      "name": "userPanelTemplate"
                                    },
                                    "arguments": [
                                      {
                                        "type": "ObjectExpression",
                                        "start": 4355,
                                        "end": 4373,
                                        "loc": {
                                          "start": {
                                            "line": 155,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 157,
                                            "column": 5
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 4363,
                                            "end": 4367,
                                            "loc": {
                                              "start": {
                                                "line": 156,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 156,
                                                "column": 10
                                              }
                                            },
                                            "method": false,
                                            "shorthand": true,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 4363,
                                              "end": 4367,
                                              "loc": {
                                                "start": {
                                                  "line": 156,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 156,
                                                  "column": 10
                                                }
                                              },
                                              "name": "user"
                                            },
                                            "kind": "init",
                                            "value": {
                                              "type": "Identifier",
                                              "start": 4363,
                                              "end": 4367,
                                              "loc": {
                                                "start": {
                                                  "line": 156,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 156,
                                                  "column": 10
                                                }
                                              },
                                              "name": "user"
                                            }
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4376,
                                "end": 4380,
                                "loc": {
                                  "start": {
                                    "line": 157,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 157,
                                    "column": 12
                                  }
                                },
                                "name": "find"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Literal",
                                "start": 4381,
                                "end": 4387,
                                "loc": {
                                  "start": {
                                    "line": 157,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 157,
                                    "column": 19
                                  }
                                },
                                "value": "time",
                                "rawValue": "time",
                                "raw": "\"time\""
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4389,
                            "end": 4393,
                            "loc": {
                              "start": {
                                "line": 157,
                                "column": 21
                              },
                              "end": {
                                "line": 157,
                                "column": 25
                              }
                            },
                            "name": "each"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 4394,
                            "end": 4481,
                            "loc": {
                              "start": {
                                "line": 157,
                                "column": 26
                              },
                              "end": {
                                "line": 160,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 4395,
                                "end": 4396,
                                "loc": {
                                  "start": {
                                    "line": 157,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 157,
                                    "column": 28
                                  }
                                },
                                "name": "i"
                              },
                              {
                                "type": "Identifier",
                                "start": 4398,
                                "end": 4400,
                                "loc": {
                                  "start": {
                                    "line": 157,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 157,
                                    "column": 32
                                  }
                                },
                                "name": "el"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 4405,
                              "end": 4481,
                              "loc": {
                                "start": {
                                  "line": 157,
                                  "column": 37
                                },
                                "end": {
                                  "line": 160,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 4413,
                                  "end": 4429,
                                  "loc": {
                                    "start": {
                                      "line": 158,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 158,
                                      "column": 22
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 4417,
                                      "end": 4428,
                                      "loc": {
                                        "start": {
                                          "line": 158,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 158,
                                          "column": 21
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 4417,
                                        "end": 4420,
                                        "loc": {
                                          "start": {
                                            "line": 158,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 158,
                                            "column": 13
                                          }
                                        },
                                        "name": "$el"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 4423,
                                        "end": 4428,
                                        "loc": {
                                          "start": {
                                            "line": 158,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 158,
                                            "column": 21
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 4423,
                                          "end": 4424,
                                          "loc": {
                                            "start": {
                                              "line": 158,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 158,
                                              "column": 17
                                            }
                                          },
                                          "name": "$"
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 4425,
                                            "end": 4427,
                                            "loc": {
                                              "start": {
                                                "line": 158,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 158,
                                                "column": 20
                                              }
                                            },
                                            "name": "el"
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4436,
                                  "end": 4475,
                                  "loc": {
                                    "start": {
                                      "line": 159,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 159,
                                      "column": 45
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4436,
                                    "end": 4474,
                                    "loc": {
                                      "start": {
                                        "line": 159,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 159,
                                        "column": 44
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4436,
                                      "end": 4444,
                                      "loc": {
                                        "start": {
                                          "line": 159,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 159,
                                          "column": 14
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4436,
                                        "end": 4439,
                                        "loc": {
                                          "start": {
                                            "line": 159,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 159,
                                            "column": 9
                                          }
                                        },
                                        "name": "$el"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4440,
                                        "end": 4444,
                                        "loc": {
                                          "start": {
                                            "line": 159,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 159,
                                            "column": 14
                                          }
                                        },
                                        "name": "text"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 4445,
                                        "end": 4473,
                                        "loc": {
                                          "start": {
                                            "line": 159,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 159,
                                            "column": 43
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4445,
                                          "end": 4471,
                                          "loc": {
                                            "start": {
                                              "line": 159,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 159,
                                              "column": 41
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 4445,
                                            "end": 4463,
                                            "loc": {
                                              "start": {
                                                "line": 159,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 159,
                                                "column": 33
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 4445,
                                              "end": 4451,
                                              "loc": {
                                                "start": {
                                                  "line": 159,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 159,
                                                  "column": 21
                                                }
                                              },
                                              "name": "moment"
                                            },
                                            "arguments": [
                                              {
                                                "type": "CallExpression",
                                                "start": 4452,
                                                "end": 4462,
                                                "loc": {
                                                  "start": {
                                                    "line": 159,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 159,
                                                    "column": 32
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 4452,
                                                  "end": 4460,
                                                  "loc": {
                                                    "start": {
                                                      "line": 159,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 159,
                                                      "column": 30
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 4452,
                                                    "end": 4455,
                                                    "loc": {
                                                      "start": {
                                                        "line": 159,
                                                        "column": 22
                                                      },
                                                      "end": {
                                                        "line": 159,
                                                        "column": 25
                                                      }
                                                    },
                                                    "name": "$el"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4456,
                                                    "end": 4460,
                                                    "loc": {
                                                      "start": {
                                                        "line": 159,
                                                        "column": 26
                                                      },
                                                      "end": {
                                                        "line": 159,
                                                        "column": 30
                                                      }
                                                    },
                                                    "name": "text"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": []
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4464,
                                            "end": 4471,
                                            "loc": {
                                              "start": {
                                                "line": 159,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 159,
                                                "column": 41
                                              }
                                            },
                                            "name": "fromNow"
                                          },
                                          "computed": false
                                        },
                                        "arguments": []
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4489,
                      "end": 4693,
                      "loc": {
                        "start": {
                          "line": 162,
                          "column": 4
                        },
                        "end": {
                          "line": 166,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4489,
                        "end": 4692,
                        "loc": {
                          "start": {
                            "line": 162,
                            "column": 4
                          },
                          "end": {
                            "line": 166,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4489,
                          "end": 4526,
                          "loc": {
                            "start": {
                              "line": 162,
                              "column": 4
                            },
                            "end": {
                              "line": 162,
                              "column": 41
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 4489,
                            "end": 4521,
                            "loc": {
                              "start": {
                                "line": 162,
                                "column": 4
                              },
                              "end": {
                                "line": 162,
                                "column": 36
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4489,
                              "end": 4497,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 4
                                },
                                "end": {
                                  "line": 162,
                                  "column": 12
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 4489,
                                "end": 4492,
                                "loc": {
                                  "start": {
                                    "line": 162,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 162,
                                    "column": 7
                                  }
                                },
                                "name": "$li"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4493,
                                "end": 4497,
                                "loc": {
                                  "start": {
                                    "line": 162,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 162,
                                    "column": 12
                                  }
                                },
                                "name": "find"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Literal",
                                "start": 4498,
                                "end": 4520,
                                "loc": {
                                  "start": {
                                    "line": 162,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 162,
                                    "column": 35
                                  }
                                },
                                "value": ".js-user-messages li",
                                "rawValue": ".js-user-messages li",
                                "raw": "\".js-user-messages li\""
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4522,
                            "end": 4526,
                            "loc": {
                              "start": {
                                "line": 162,
                                "column": 37
                              },
                              "end": {
                                "line": 162,
                                "column": 41
                              }
                            },
                            "name": "each"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 4527,
                            "end": 4691,
                            "loc": {
                              "start": {
                                "line": 162,
                                "column": 42
                              },
                              "end": {
                                "line": 166,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 4528,
                                "end": 4529,
                                "loc": {
                                  "start": {
                                    "line": 162,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 162,
                                    "column": 44
                                  }
                                },
                                "name": "i"
                              },
                              {
                                "type": "Identifier",
                                "start": 4531,
                                "end": 4533,
                                "loc": {
                                  "start": {
                                    "line": 162,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 162,
                                    "column": 48
                                  }
                                },
                                "name": "el"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 4538,
                              "end": 4691,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 53
                                },
                                "end": {
                                  "line": 166,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 4546,
                                  "end": 4567,
                                  "loc": {
                                    "start": {
                                      "line": 163,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 163,
                                      "column": 27
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 4550,
                                      "end": 4566,
                                      "loc": {
                                        "start": {
                                          "line": 163,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 163,
                                          "column": 26
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 4550,
                                        "end": 4558,
                                        "loc": {
                                          "start": {
                                            "line": 163,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 163,
                                            "column": 18
                                          }
                                        },
                                        "name": "$message"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 4561,
                                        "end": 4566,
                                        "loc": {
                                          "start": {
                                            "line": 163,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 163,
                                            "column": 26
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 4561,
                                          "end": 4562,
                                          "loc": {
                                            "start": {
                                              "line": 163,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 163,
                                              "column": 22
                                            }
                                          },
                                          "name": "$"
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 4563,
                                            "end": 4565,
                                            "loc": {
                                              "start": {
                                                "line": 163,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 163,
                                                "column": 25
                                              }
                                            },
                                            "name": "el"
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4574,
                                  "end": 4685,
                                  "loc": {
                                    "start": {
                                      "line": 164,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 165,
                                      "column": 73
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4574,
                                    "end": 4684,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 165,
                                        "column": 72
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4574,
                                      "end": 4632,
                                      "loc": {
                                        "start": {
                                          "line": 164,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 165,
                                          "column": 20
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 4574,
                                        "end": 4611,
                                        "loc": {
                                          "start": {
                                            "line": 164,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 164,
                                            "column": 43
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4574,
                                          "end": 4591,
                                          "loc": {
                                            "start": {
                                              "line": 164,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 164,
                                              "column": 23
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4574,
                                            "end": 4582,
                                            "loc": {
                                              "start": {
                                                "line": 164,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 164,
                                                "column": 14
                                              }
                                            },
                                            "name": "$message"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4583,
                                            "end": 4591,
                                            "loc": {
                                              "start": {
                                                "line": 164,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 164,
                                                "column": 23
                                              }
                                            },
                                            "name": "addClass"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 4592,
                                            "end": 4610,
                                            "loc": {
                                              "start": {
                                                "line": 164,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 164,
                                                "column": 42
                                              }
                                            },
                                            "value": "user-panel__item",
                                            "rawValue": "user-panel__item",
                                            "raw": "\"user-panel__item\""
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4621,
                                        "end": 4632,
                                        "loc": {
                                          "start": {
                                            "line": 165,
                                            "column": 9
                                          },
                                          "end": {
                                            "line": 165,
                                            "column": 20
                                          }
                                        },
                                        "name": "toggleClass"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 4633,
                                        "end": 4659,
                                        "loc": {
                                          "start": {
                                            "line": 165,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 165,
                                            "column": 47
                                          }
                                        },
                                        "value": "user-panel__item--unread",
                                        "rawValue": "user-panel__item--unread",
                                        "raw": "\"user-panel__item--unread\""
                                      },
                                      {
                                        "type": "UnaryExpression",
                                        "start": 4661,
                                        "end": 4683,
                                        "loc": {
                                          "start": {
                                            "line": 165,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 165,
                                            "column": 71
                                          }
                                        },
                                        "operator": "!",
                                        "prefix": true,
                                        "argument": {
                                          "type": "MemberExpression",
                                          "start": 4662,
                                          "end": 4683,
                                          "loc": {
                                            "start": {
                                              "line": 165,
                                              "column": 50
                                            },
                                            "end": {
                                              "line": 165,
                                              "column": 71
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 4662,
                                            "end": 4678,
                                            "loc": {
                                              "start": {
                                                "line": 165,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 165,
                                                "column": 66
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 4662,
                                              "end": 4675,
                                              "loc": {
                                                "start": {
                                                  "line": 165,
                                                  "column": 50
                                                },
                                                "end": {
                                                  "line": 165,
                                                  "column": 63
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4662,
                                                "end": 4666,
                                                "loc": {
                                                  "start": {
                                                    "line": 165,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 165,
                                                    "column": 54
                                                  }
                                                },
                                                "name": "user"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4667,
                                                "end": 4675,
                                                "loc": {
                                                  "start": {
                                                    "line": 165,
                                                    "column": 55
                                                  },
                                                  "end": {
                                                    "line": 165,
                                                    "column": 63
                                                  }
                                                },
                                                "name": "messages"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4676,
                                              "end": 4677,
                                              "loc": {
                                                "start": {
                                                  "line": 165,
                                                  "column": 64
                                                },
                                                "end": {
                                                  "line": 165,
                                                  "column": 65
                                                }
                                              },
                                              "name": "i"
                                            },
                                            "computed": true
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4679,
                                            "end": 4683,
                                            "loc": {
                                              "start": {
                                                "line": 165,
                                                "column": 67
                                              },
                                              "end": {
                                                "line": 165,
                                                "column": 71
                                              }
                                            },
                                            "name": "read"
                                          },
                                          "computed": false
                                        }
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4699,
                      "end": 4777,
                      "loc": {
                        "start": {
                          "line": 168,
                          "column": 4
                        },
                        "end": {
                          "line": 170,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4699,
                        "end": 4776,
                        "loc": {
                          "start": {
                            "line": 168,
                            "column": 4
                          },
                          "end": {
                            "line": 170,
                            "column": 6
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4699,
                          "end": 4715,
                          "loc": {
                            "start": {
                              "line": 168,
                              "column": 4
                            },
                            "end": {
                              "line": 168,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4699,
                            "end": 4703,
                            "loc": {
                              "start": {
                                "line": 168,
                                "column": 4
                              },
                              "end": {
                                "line": 168,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4704,
                            "end": 4715,
                            "loc": {
                              "start": {
                                "line": 168,
                                "column": 9
                              },
                              "end": {
                                "line": 168,
                                "column": 20
                              }
                            },
                            "name": "profileTabs"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 4718,
                          "end": 4776,
                          "loc": {
                            "start": {
                              "line": 168,
                              "column": 23
                            },
                            "end": {
                              "line": 170,
                              "column": 6
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 4722,
                            "end": 4726,
                            "loc": {
                              "start": {
                                "line": 168,
                                "column": 27
                              },
                              "end": {
                                "line": 168,
                                "column": 31
                              }
                            },
                            "name": "Tabs"
                          },
                          "arguments": [
                            {
                              "type": "ObjectExpression",
                              "start": 4727,
                              "end": 4775,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 32
                                },
                                "end": {
                                  "line": 170,
                                  "column": 5
                                }
                              },
                              "properties": [
                                {
                                  "type": "Property",
                                  "start": 4735,
                                  "end": 4769,
                                  "loc": {
                                    "start": {
                                      "line": 169,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 169,
                                      "column": 40
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 4735,
                                    "end": 4737,
                                    "loc": {
                                      "start": {
                                        "line": 169,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 169,
                                        "column": 8
                                      }
                                    },
                                    "name": "el"
                                  },
                                  "value": {
                                    "type": "CallExpression",
                                    "start": 4739,
                                    "end": 4769,
                                    "loc": {
                                      "start": {
                                        "line": 169,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 169,
                                        "column": 40
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4739,
                                      "end": 4760,
                                      "loc": {
                                        "start": {
                                          "line": 169,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 169,
                                          "column": 31
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 4739,
                                        "end": 4755,
                                        "loc": {
                                          "start": {
                                            "line": 169,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 169,
                                            "column": 26
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 4739,
                                          "end": 4740,
                                          "loc": {
                                            "start": {
                                              "line": 169,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 169,
                                              "column": 11
                                            }
                                          },
                                          "name": "$"
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 4741,
                                            "end": 4754,
                                            "loc": {
                                              "start": {
                                                "line": 169,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 169,
                                                "column": 25
                                              }
                                            },
                                            "value": ".navigation",
                                            "rawValue": ".navigation",
                                            "raw": "\".navigation\""
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4756,
                                        "end": 4760,
                                        "loc": {
                                          "start": {
                                            "line": 169,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 169,
                                            "column": 31
                                          }
                                        },
                                        "name": "find"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 4761,
                                        "end": 4768,
                                        "loc": {
                                          "start": {
                                            "line": 169,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 169,
                                            "column": 39
                                          }
                                        },
                                        "value": ".tabs",
                                        "rawValue": ".tabs",
                                        "raw": "\".tabs\""
                                      }
                                    ]
                                  },
                                  "kind": "init"
                                }
                              ]
                            }
                          ]
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 4826,
              "end": 4893,
              "loc": {
                "start": {
                  "line": 173,
                  "column": 2
                },
                "end": {
                  "line": 175,
                  "column": 3
                }
              },
              "decorators": [
                {
                  "type": "Decorator",
                  "start": 4784,
                  "end": 4823,
                  "loc": {
                    "start": {
                      "line": 172,
                      "column": 2
                    },
                    "end": {
                      "line": 172,
                      "column": 41
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 4785,
                    "end": 4823,
                    "loc": {
                      "start": {
                        "line": 172,
                        "column": 3
                      },
                      "end": {
                        "line": 172,
                        "column": 41
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 4785,
                      "end": 4794,
                      "loc": {
                        "start": {
                          "line": 172,
                          "column": 3
                        },
                        "end": {
                          "line": 172,
                          "column": 12
                        }
                      },
                      "name": "subscribe"
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "start": 4795,
                        "end": 4822,
                        "loc": {
                          "start": {
                            "line": 172,
                            "column": 13
                          },
                          "end": {
                            "line": 172,
                            "column": 40
                          }
                        },
                        "value": "user.notifications.update",
                        "rawValue": "user.notifications.update",
                        "raw": "\"user.notifications.update\""
                      }
                    ]
                  }
                }
              ],
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4826,
                "end": 4848,
                "loc": {
                  "start": {
                    "line": 173,
                    "column": 2
                  },
                  "end": {
                    "line": 173,
                    "column": 24
                  }
                },
                "name": "userNotificationUpdate"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 4848,
                "end": 4893,
                "loc": {
                  "start": {
                    "line": 173,
                    "column": 24
                  },
                  "end": {
                    "line": 175,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4849,
                    "end": 4853,
                    "loc": {
                      "start": {
                        "line": 173,
                        "column": 25
                      },
                      "end": {
                        "line": 173,
                        "column": 29
                      }
                    },
                    "name": "user"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4855,
                  "end": 4893,
                  "loc": {
                    "start": {
                      "line": 173,
                      "column": 31
                    },
                    "end": {
                      "line": 175,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 4861,
                      "end": 4889,
                      "loc": {
                        "start": {
                          "line": 174,
                          "column": 4
                        },
                        "end": {
                          "line": 174,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4861,
                        "end": 4888,
                        "loc": {
                          "start": {
                            "line": 174,
                            "column": 4
                          },
                          "end": {
                            "line": 174,
                            "column": 31
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4861,
                          "end": 4882,
                          "loc": {
                            "start": {
                              "line": 174,
                              "column": 4
                            },
                            "end": {
                              "line": 174,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4861,
                            "end": 4865,
                            "loc": {
                              "start": {
                                "line": 174,
                                "column": 4
                              },
                              "end": {
                                "line": 174,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4866,
                            "end": 4882,
                            "loc": {
                              "start": {
                                "line": 174,
                                "column": 9
                              },
                              "end": {
                                "line": 174,
                                "column": 25
                              }
                            },
                            "name": "userStatusUpdate"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 4883,
                            "end": 4887,
                            "loc": {
                              "start": {
                                "line": 174,
                                "column": 26
                              },
                              "end": {
                                "line": 174,
                                "column": 30
                              }
                            },
                            "name": "user"
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "CommentLine",
            "value": " Handlebars.registerPartial('submenu', $(\"#submenu\").html());",
            "start": 492,
            "end": 555,
            "loc": {
              "start": {
                "line": 13,
                "column": 0
              },
              "end": {
                "line": 13,
                "column": 63
              }
            },
            "range": [
              492,
              555
            ]
          }
        ],
        "__esdoc__pseudo_export": false,
        "trailingComments": []
      },
      "leadingComments": null
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 4897,
      "end": 4932,
      "loc": {
        "start": {
          "line": 178,
          "column": 0
        },
        "end": {
          "line": 178,
          "column": 35
        }
      },
      "declaration": {
        "type": "VariableDeclaration",
        "kind": "let",
        "loc": {
          "start": {
            "line": 178,
            "column": 0
          },
          "end": {
            "line": 178,
            "column": 35
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "navigationComponent"
            },
            "init": {
              "type": "NewExpression",
              "callee": {
                "type": "Identifier",
                "name": "NavigationComponent"
              }
            }
          }
        ],
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}