.mega-menu_megaMenuWrapper__bRQgZ {
    background-color: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0 6px 10px rgba(33,33,33,.06),0 1px 18px rgba(33,33,33,.04),0 3px 5px rgba(33,33,33,.08);
    color: #30363c;
    display: grid;
    grid-template: 1fr/max-content 1fr;
    left: 50%;
    max-height: 488px;
    max-width: 1360px;
    min-height: 488px;
    overflow: hidden;
    position: fixed;
    right: 50%;
    top: 104px;
    transform: translate(-50%);
    width: calc(100% - 2*40px);
    z-index: 2
}

.mega-menu_slimMenuWrapper__IrUZ5 {
    left: auto;
    right: auto;
    transform: translate(-55%);
    width: 248px
}

.mega-menu_leftMainMenuWrapper__H9afq {
    background-color: #f5f8fc;
    overflow: hidden auto;
    padding: 16px;
    scrollbar-color: #d7dfe5;
    scrollbar-width: 4px;
    width: 248px
}

.mega-menu_leftMainMenuWrapper__H9afq::-webkit-scrollbar {
    background-color: #eef4ff;
    border-radius: 100px;
    width: 4px
}

.mega-menu_leftMainMenuWrapper__H9afq::-webkit-scrollbar-thumb {
    background-color: #d7dfe5;
    border-radius: 100px
}

.mega-menu_leftMainMenu__RxQ4_ {
    display: flex;
    flex-direction: column
}

.mega-menu_mainMenuItem__QZ_Pq {
    align-items: center;
    background: none;
    border-radius: 8px;
    color: #30363c;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 16px;
    position: relative
}

.mega-menu_mainMenuItem__QZ_Pq:hover {
    font-weight: 600
}

.mega-menu_selectedMainMenuItem__ofY3J {
    background-color: #dce4f1;
    font-weight: 600
}

.mega-menu_selectedMainMenuItem__ofY3J:after {
    background-color: #dce4f1;
    content: "";
    height: 18px;
    position: absolute;
    right: -5px;
    transform: rotate(45deg);
    width: 18px
}

.mega-menu_subMenuWrapper__G7w7u {
    background-color: #fff;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden auto;
    padding: 16px;
    scrollbar-color: #d7dfe5;
    scrollbar-width: 4px
}

.mega-menu_subMenuWrapper__G7w7u ::-webkit-scrollbar,.mega-menu_subMenuWrapper__G7w7u::-webkit-scrollbar {
    background-color: #fff;
    border-radius: 100px;
    width: 4px
}

.mega-menu_subMenuWrapper__G7w7u ::-webkit-scrollbar-thumb,.mega-menu_subMenuWrapper__G7w7u ::-webkit-scrollbar-thumb:horizontal,.mega-menu_subMenuWrapper__G7w7u::-webkit-scrollbar-thumb,.mega-menu_subMenuWrapper__G7w7u::-webkit-scrollbar-thumb:horizontal {
    background-color: #d7dfe5;
    border-radius: 100px
}

.mega-menu_subMenuWrapper__G7w7u ::-webkit-scrollbar:horizontal,.mega-menu_subMenuWrapper__G7w7u::-webkit-scrollbar:horizontal {
    background-color: #fff;
    border-radius: 100px;
    height: 4px
}

.mega-menu_subMenuInnerWrapper__whTQG {
    box-sizing: border-box;
    -moz-columns: 176px 5;
    columns: 176px 5;
    display: block;
    white-space: break-spaces;
    width: 100%
}

.mega-menu_subMenuContainer__TMglh {
    display: none
}

.mega-menu_selectedSubMenuContainer__qajle {
    display: block
}

.mega-menu_submenuItemContainer__hgOoZ {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 16px;
    page-break-inside: avoid
}

.mega-menu_submenuItemContainer__hgOoZ ul {
    list-style: none;
    text-align: left
}

.mega-menu_submenuItemContainer__hgOoZ h4 {
    color: #30363c;
    font-size: 14px;
    font-weight: 600;
    margin-left: 24px;
    padding-bottom: 4px
}

.mega-menu_submenuItemHeader__wYEPQ {
    cursor: default;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    padding: 4px 16px 4px 24px
}

.mega-menu_submenuItemText__0qJr_ {
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    padding: 8px 16px 8px 24px
}

.mega-menu_submenuItemText__0qJr_:hover {
    color: #10847e
}

.mega-menu_backdrop__nI0Gb {
    background-color: transparent;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1
}

